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>" }
Account verified
The response is of type object.
object