Verifies the bank account and returns the bank account details
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>"
}
}
successful operation
The response is of type object
.
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>"
}
}
Verifies the bank account and returns the bank account details
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>"
}
}
successful operation
The response is of type object
.
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>"
}
}