Skip to main content
GET
/
transfers
/
resolve-account
cURL
curl --request GET \
  --url https://api.spotflow.co/api/v1/transfers/resolve-account \
  --header 'Authorization: Bearer <token>'
{
  "accountName": "string",
  "accountNumber": "string"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

accountNumber
string
required

This is the account number you want to get/validate.

bankCode
string
required

This is the bank code of the account number on our system.

currency
string
required

Select the currency for the payment charge. This is in our supported currency which is currently only NGN. Please note that only NGN accounts works with resolve bank accounts.

Response

A JSON array of resolve transfers objects.

accountName
string
Example:

"string"

accountNumber
string
Example:

"string"