cURL
curl --request POST \ --url https://sandbox-umbrella-api.azurewebsites.net/api/services/payments/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "referenceId": "unique-ref-id-123" }'
{ "status": "PENDING", "statusReasonInformation": "User redirected to bank." }
Payment Service API Documentation
/payments/status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved transaction status.
The response is of type object.
object