POST
/
bank
/
resolve
curl --request POST \
  --url https://staging-biz.coinprofile.co/v2/bank/resolve \
  --header 'Content-Type: application/json' \
  --data '{
  "accountNumber": "<string>",
  "bankCode": "<string>"
}'
{
  "data": {
    "responsemessage": "<string>",
    "responsecode": "<string>",
    "uniquereference": "<string>",
    "internalreference": "<string>",
    "accountname": "<string>",
    "accountnumber": "<string>",
    "phonenumber": "<string>",
    "currency": "<string>",
    "country": "<string>",
    "code": "<string>",
    "name": "<string>",
    "is_visible": "<string>",
    "is_trashed": "<string>",
    "deleted_at": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Body

application/json
accountNumber
string
required

The account number.

bankCode
string
required

The bank code.

Response

200 - application/json
successful operation
data
object