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

Last updated