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>"
}
Verify an account using institution and account identifier.

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
I