Skip to main content
POST
/
verify-account
Verify account
curl --request POST \
  --url https://api.paycrest.io/v1/verify-account \
  --header 'Content-Type: application/json' \
  --data '
{
  "institution": "<string>",
  "accountIdentifier": "<string>"
}
'
{
  "status": "success",
  "message": "Operation successful",
  "data": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.paycrest.io/llms.txt

Use this file to discover all available pages before exploring further.

Verify bank or mobile money account details before creating an order (legacy v1 API).

Body

application/json
institution
string
required

Institution code (SWIFT code or custom PayCrest code ending with 'PC'). See Code Standards for details.

accountIdentifier
string
required

Bank account number, mobile number, or other account identifier

Response

Account verified

status
string
Example:

"success"

message
string
Example:

"Operation successful"

data
string