cURL
curl --request POST \ --url https://api.pcxpay.com/v1/payments/bank-validation/validate-uk-account-checker \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "sortCode": "20-00-00", "accountNumber": "55779911" } '
{ "success": true, "data": {} }
Performs full modulus checking on a UK sort code and account number via the BankAccountChecker API. No OAuth required — instant validation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"20-00-00"
"55779911"
Modulus check result