v1

latestOpenAPI 3.0.02026-08-04620256.0 KB
Transactions

Get single transaction

get/transactions/{transactionId}

Path parameters

transactionIdstring required

The unique identifier of the transaction.

Headers

Accept-Versionstring required

Specifies the API version to use for this request.

Response

Return transaction

idstring

Reap’s internal ID for the balance change record.

card_idstring

The unique identifier of the card for which transaction details are being retrieved.

bill_amountnumber float

The total amount charged to the cardholder, in the card’s currency. This amount includes the transaction amount plus any applicable fees.

bill_currencystring

The ISO 4217 currency code for the bill. Defaults to the card’s currency if not specified.

transaction_amountnumber float

The original amount of the transaction in the merchant’s currency, representing the base value of the purchase before fees are added.

transaction_currencystring

The ISO 4217 currency code for the transaction. Defaults to the card’s currency if not specified.

conversion_ratestring

The conversion rate applied from the transaction currency to the bill currency.

channel'ATM' | 'POS' | 'ECOMMERCE' | 'VISA_DIRECT'

Specifies the channel used for the transaction. Possible values:

ATM: Automated Teller Machine. Transactions made via ATM, typically involving cash withdrawals.

POS: Point of Sale. Transactions made at physical terminals, such as in-store card readers.

ECOMMERCE: Online merchant transactions. These involve purchases made through e-commerce platforms or websites.

VISA_DIRECT: Transactions processed using Visa Direct.

mcc_padding_amountnumber float

The amount padded for this transaction. Learn more about MCC padding.

walletstring

Indicates if the transaction was processed through a digital wallet. Possible values:

ANDROID: Transaction processed via Google Pay.

APPLE: Transaction processed via Apple Pay.

cleared_atstring

The date the transaction was cleared, if applicable.

created_atstring

The date the transaction was created.

statusstring

Status of this transaction event.

Possible values:

PENDING

VOID

DECLINED

CLEARED

categorystring

Card category. Default value Others.

is_creditboolean

Indicates whether the transaction is a reversal or refund. If the transaction is a reversal or refund, this field will return true.