Payments
Get Intent
You can use this API to get the status of the transaction that corresponds to a particular intent. This API also returns the masked card info of the payer (if it’s a card transaction) and the transaction lifecycle, which includes multiple attempts, failures, and other checkpoints during a transaction.
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Unique identifier of the intent
Example:
"66f53a6e2097773e4f0112c8"
Response
200
application/json
Successful response with transaction status and related details
The response is of type object
.