Skip to main content

Get Transaction Details

GET 

/api/v1/transactions/detail

Retrieves detailed information about a specific transaction, including card details, user information, amounts, and transaction status.

Request

Query Parameters

    transaction_id Transaction Idrequired

Responses

Successful Response

Schema
    card_id object required

    The unique identifier of the card involved in the transaction.

    anyOf

    string

    billing_amount Billing Amount

    The billed amount for the transaction.

    billing_currency Billing Currency

    The currency used for billing.

    merchant_name Merchant Namerequired

    The name of the merchant where the transaction occurred.

    status Statusrequired

    The current status of the transaction (e.g., APPROVED, PENDING, FAILED, REVERSED, CLEARED, EXPIRED).

    transaction_amount Transaction Amountrequired

    The transaction amount, adjusted for exchange rates if the currency is not USD.

    transaction_currency Transaction Currencyrequired

    Service transaction currency. USD by default.

    transaction_original_amount Transaction Original Amount

    The original amount of the transaction

    transaction_original_currency Transaction Original Currency

    The original currency of the transaction

    transaction_date Transaction Daterequired

    Transaction date

    transaction_id Transaction Idrequired

    A unique identifier for this AUTHORIZATION, typically a UUID.

    transaction_type Transaction Typerequired

    The type of transaction - one of AUTHORIZATION, CLEARING, REFUND, REVERSAL, ORIGINAL_CREDIT

    previous_tx string[]
    charge Chargerequired
    decline_description Decline Description
    failure_reason DRcode

    Possible values: [INACTIVE_CARD_ACCOUNT, ACCOUNT_NOT_FOUND, CARD_CLOSED_BLOCKED, COUNTRY_RESTRICTION, CARD_DETAILS_INVALID, TRANSACTION_LIMIT_EXCEEDED, SUSPECTED_FRAUDULENT_ACTIVITY, MCC_RESTRICTED, INSUFFICIENT_FUNDS, TIMEOUT_ERROR, MISC_ERRORS, UNKNOWN_ERROR, PHYSICAL_CARD_ERROR, CURRENCY_NOT_ALLOWED, CLIENT_FAULT_ERRORS]

    An enumeration.

    mask_number Mask Numberrequired
    bin Binrequired
    user Userrequired
    user_email emailrequired
    card_memo Card Memorequired
Loading...