Skip to main content
GET
Retrieve a transaction intent

Authorizations

Authorization
string
header
required

Basic HTTP authentication. Allowed headers-- Authorization: Basic <base64(api_key_id:api_key_secret)>

Path Parameters

intent_id
string
required

The unique identifier for the transaction intent.

Example:

"3E4F0CCD-ACBF-42F3-A459-6DF92AF632D1"

Response

Transaction intent retrieved successfully

id
string
required
Example:

"5B30532B-5B5B-4826-8DE2-429C57B705FD"

customer_id
string
required
Example:

"9B5E1EE0-2E1C-46E7-81B9-3C3917204BE4"

amount
integer
required

Currency amount

Example:

10000

currency
string
required

The 3-character currency code of the amount in ISO 4217 format (e.g., "USD")

Example:

"USD"

status
enum<string>
required
Available options:
CONFIRMED,
CANCELED
Example:

"CONFIRMED"

created_at
string
required

the RFC-3339 timestamp when the transaction intent was created

Example:

"2025-02-13T19:08:07.000Z"

payment_method_id
string

The payment_method_id that this transaction_intent was executed with.

Example:

"DCBFC736-2286-42DD-897D-160DCA80AED2"

network_transaction_id
string

The network's unique identifier for the transaction. Examples include Visa Transaction ID, Mastercard Trace ID, and American Express Network Reference ID

partner_transaction_id
string

The partner's unique transaction id

updated_at
string

the RFC-3339 timestamp when the transaction intent was last updated

Example:

"2025-02-13T19:08:07.000Z"

metadata
object

Additional transaction intent data

Example: