Retrieve transaction
Retrieve a specific transaction.
Path parameters
transactionId
Unique identifier of the transaction.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful request. Returns the requested transaction.
transactionId
Unique identifier of the transaction. If we can't match a dispute to a transaction, we don't return 'transactionID' or a 'link' object.
type
Indicates the type of transaction.
Allowed values:
date
Date of the transaction. The format of this value is YYYY-MM-DD.
amount
Transaction amount. We return the value in the currency's lowest denomination, for example, cents.
entryMethod
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.
createdDate
Date that we received the transaction. The format of this value is YYYY-MM-DD.
lastModifiedDate
Date that the transaction was last changed. The format of this value is YYYY-MM-DD.
status
Indicates the status of the transaction.
cashbackAmount
Cashback amount. We return the value in the currency's lowest denomination, for example, cents.
interchange
Object that contains information about the interchange fees for the transaction.
currency
Currency of the transaction.
merchant
Object that contains information about the merchant.
settled
Object that contains information about the settlement.
batch
Object that contains information about the batch. If we can't match a dispute to a batch, we don't return 'batch' object.
card
Object that contains information about the card.