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.
transactionIdintegerOptional
Unique identifier of the transaction. If we can't match a dispute to a transaction, we don't return 'transactionID' or a 'link' object.
typeenumOptional
Indicates the type of transaction.
Allowed values:
datestringOptionalformat: "date"

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

amountintegerOptional
Transaction amount. We return the value in the currency's lowest denomination, for example, cents.
entryMethodenumOptional
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.
createdDatestringOptionalformat: "date"

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

lastModifiedDatestringOptionalformat: "date"

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

statusenumOptional
Indicates the status of the transaction.
cashbackAmountintegerOptional
Cashback amount. We return the value in the currency's lowest denomination, for example, cents.
interchangeobjectOptional
Object that contains information about the interchange fees for the transaction.
currencystringOptional
Currency of the transaction.
merchantobjectOptional
Object that contains information about the merchant.
settledobjectOptional
Object that contains information about the settlement.
batchobjectOptional
Object that contains information about the batch. If we can't match a dispute to a batch, we don't return 'batch' object.
cardobjectOptional
Object that contains information about the card.
authorizationobjectOptional
Object that contains information about the authorization.

Errors