Gets the bank account name on a given account.
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>"
}'
"{}"
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>"
}'
"{}"