Overview
Customers
Funding Sources
Cards
Accounts
Authorizations
Transactions
Accounts
Name Enquiry
Gets the bank account name on a given account.
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
Body
application/json
Response
200
application/json
200
The response is of type object
.
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>"
}'
"{}"
Assistant
Responses are generated using AI and may contain mistakes.