Transfers
Resolve Account
Validates and resolves a customer’s bank account details, ensuring accuracy before processing payments.
POST
/
transfer
/
resolve
Authorizations
x-api-key
string
headerrequiredx-api-secret
string
headerrequiredBody
application/json
bankCode
string
requiredThe code of the bank to resolve, must be 3 digits.
accountNumber
string
requiredThe account number to resolve, must be 10 digits.
Response
200 - application/json
status
boolean
Indicates whether the resolution request was successful.
statusCode
integer
The status code of the resolution response.
data
object
message
string
A message providing additional information about the resolution response.