POST
/
accounts
/
transfer
/
name-enquiry
curl --request POST \
  --url https://api.sandbox.sudo.cards/accounts/transfer/name-enquiry \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "bankCode": "<string>",
  "accountNumber": "<string>"
}'
"{}"

Authorizations

Authorization
string
header
required

Body

application/json
bankCode
string
required

The bank code of the bank for the account you want to perform an enquiry for.

accountNumber
string
required

The account number of the account to perform the enquiry for.

Response

200
application/json
200

The response is of type object.