Retrieve transaction

Retrieve a specific transaction.

Path parameters

transactionIdintegerRequired
Unique identifier of the transaction.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful request. Returns the requested transaction.
transactionIdinteger or null
Unique identifier of the transaction. If we can't match a dispute to a transaction, we don't return 'transactionID' or a 'link' object.
typeenum or null
Indicates the type of transaction.
Allowed values:
datedate or null

Date of the transaction. The format of this value is YYYY-MM-DD.

amountinteger or null
Transaction amount. We return the value in the currency's lowest denomination, for example, cents.
entryMethodenum or null
Describes how the merchant received the payment details. If we can't match a dispute to a transaction, we don't return an 'entryMethod' object.
createdDatedate or null

Date that we received the transaction. The format of this value is YYYY-MM-DD.

lastModifiedDatedate or null

Date that the transaction was last changed. The format of this value is YYYY-MM-DD.

statusenum or null
Indicates the status of the transaction.
cashbackAmountinteger or null
Cashback amount. We return the value in the currency's lowest denomination, for example, cents.
interchangeobject or null
Object that contains information about the interchange fees for the transaction.
currencystring or null
Currency of the transaction.
merchantobject or null
Object that contains information about the merchant.
settledobject or null
Object that contains information about the settlement.
batchobject or null
Object that contains information about the batch. If we can't match a dispute to a batch, we don't return 'batch' object.
cardobject or null
Object that contains information about the card.
authorizationobject or null
Object that contains information about the authorization.

Errors