cURL
curl --request GET \ --url https://api.pcxpay.com/v1/payments/bank-validation/uk-banks \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "banks": [ { "id": "<string>", "name": "<string>", "code": "<string>" } ], "count": 123 } }
Returns the list of UK bank provider IDs accepted by the TrueLayer OAuth flow.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UK bank list
Show child attributes