v50

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-169377194.1 KB
Gateway account credentials

Validate Worldpay credentials

post/v1/api/accounts/{accountId}/worldpay/check-credentials

Path parameters

accountIdinteger required

Request body

merchant_codestring
merchant_idstring
passwordstring required
usernamestring required

Response

OK

resultstring

valid/invalid result for Worldpay flex credentials

Example response

{
  "result": "valid"
}