POST
/
transactions
/
enquiry
{
  "status": "00",
  "message": "The process was completed successfully",
  "data": {
    "name_on_account": "Ado John Sule",
    "custom_properties": [
      {
        "id": "1",
        "description": "custom_property",
        "type": "string",
        "value": "custom_property"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

connection-id
string

Connection ID for the target bank

idempotency-key
string
required

Unique key to ensure idempotency of the request

signature
string
required

SHA-256 signature of client_secret + ";" + idempotency-key

Body

application/json
destination_bank_code
string

Destination bank code

Example:

"000007"

destination_account_number
string

Destination account number

Example:

"01234567890"

custom_properties
object[]

Additional fields for future expansion

Response

Transfer Enquiry completed successfully

status
string
required
Example:

"00"

message
string
required
Example:

"The process was completed successfully"

data
object
required
I