cURL
curl --request GET \ --url https://api.pcxpay.com/v1/virtual-accounts/sarepay/transactions/status \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "Operation completed successfully", "data": {} }
Checks the status of an NGN transaction through Sarepay using either transaction_id or reference.
transaction_id
reference
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sarepay transaction status
success
error
"success"
"Operation completed successfully"