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.
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
Response
The amount in lowest count unit (e.g., cents for USD)
Three-letter currency code
The currency that the customer paid in
Your identifier for the order
The mode in which the transaction was made (e.g., TEST or LIVE)
Description of the order, if any
Callback URL to notify order status
Timestamp of when the intent was created
Current status of the intent
CREATED
, INCOMPLETE
, SUCCESS
, FAILED
, REFUNDED
, DISPUTED
, DISPUTE_WON
Unique identifier of the intent
Was this page helpful?