GET
/
payments
/
v2
/
get-intent
/
{xIntentId}

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

xIntentId
string
required

Unique identifier of the intent

Response

200 - application/json
amount
integer

The amount in lowest count unit (e.g., cents for USD)

currency
string

Three-letter currency code

presentmentCurrency
string

The currency that the customer paid in

receiptId
string

Your identifier for the order

mode
string

The mode in which the transaction was made (e.g., TEST or LIVE)

customerDetails
object
description
string

Description of the order, if any

callbackUrl
string

Callback URL to notify order status

createdAt
string

Timestamp of when the intent was created

status
enum<string>

Current status of the intent

Available options:
CREATED,
INCOMPLETE,
SUCCESS,
FAILED,
REFUNDED,
DISPUTED,
DISPUTE_WON
xIntentId
string

Unique identifier of the intent