cURL
curl --request GET \ --url https://api.example.com/transactions/{transactionId}/status \ --header 'Authorization: Bearer <token>'
{ "paymentUrl": "string", "paymentId": "string", "expireTime": 0, "status": "string" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
pending
processing
completed-with-success
completed-with-failure
expired
closed
refunded