Verify account data
Get receiver account data verification
Verify account by account data
POST /api/receiver-account/verify
Headers
Name
Value
x-api-key
<token>
signature
<token>
Body
Name
Type
Description
subaccount_id*
string
Subaccount ID of receiver account.
account_data*
object
Account data to retrieve account info.
* is mandatory parameter
Example body request
{
"subaccount_id": "ccb93d70-00d0-4ec4-a454-32bfc8e8428f",
"account_data": {
"account_number": "111888"
}
}Response
{
"exists": true,
"receiver_id": "b367730a-6837-43e9-9b19-af910f4b8000",
"account_id": "cdad7781-4169-4129-940d-c15077a46e86",
"account_data": {
"bsb": "012 ***",
"account_number": "111 ***"
}
}{
"message": "Missing or invalid subaccount_id or account_data"
}Last updated

