Returns a transaction by its unique identifier, including details about the transaction's state and relevant transactional data.

Log in to see full request history
Path Params
uuid
required
Responses

Response body
object
_links
object
required
acceptor
object
required

The details relating to the acceptor (merchant) from the latest transaction message.

string | null
required

The acceptor's registered city. Defined by the acquirer/processor.

string | null
required

The acceptor's registered country following ISO 3166 alpha-3.

string | null
required

The Merchant Category Code provided by the acquirer/processor. Used to classify businesses by the types of goods provided or services rendered.

string | null
required

The acceptor's registered state (e.g. Michigan) as assigned by the acquirer/processor.

uuid
required

The unique identifier of the card related to this entity.

string
required

The currency of the country of issuance following ISO 4217 alpha-3 format.

double
required

This amount models the hold on the cardholder account, in the card's issued currency, that occurs after an authorization and before a financial message. This amount will change as both authorization and financial messages are added to the Transaction in order to reflect the remaining hold amount.

double
required

The settled amount models the bottom line impact to the customer's bank statement in the card's issued currency. This amount will change as financial messages are added to the Transaction.

string | null
required

Cleansed merchant name.

uuid
required

The unique identifier of this transaction entity.

string
required

The card network that processed this payment.

uuid
required

The unique identifier of the subaccount related to this entity.

string
required

A semantic understanding of the state of the transaction within the transaction lifecycle. Learn More

PENDING VOIDED DECLINED SETTLED

string
required

The currency in which the transaction took place following ISO 4217 alpha-3 format.

double
required

This amount models the hold on the cardholder account, in the currency the transaction was conducted in, that occurs after an authorization and before a financial message. This amount will change as both authorization and financial messages are added to the Transaction in order to reflect the remaining hold amount.

date | null
required

The date when the transaction took place following ISO 8601 format.

double
required

The settled amount models the bottom line impact to the customer's bank statement in the currency the transaction was conducted in. This amount will change as financial messages are added to the Transaction.

date-time
required

Date and Time when this entity was created following ISO 8601 format.

date-time
required

Date and Time when this entity was last updated following ISO 8601 format.

Language
Credentials
OAuth2