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

Response

200
application/json

Account verified

The response is of type object.