cURL
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>" }
Institution code (SWIFT code or custom PayCrest code ending with 'PC'). See Code Standards for details.
Bank account number, mobile number, or other account identifier
Account verified
"success"
"Operation successful"