Retrieves the full details of an identified transaction. The transaction resource is identified by a query parameter and one of following parameters is required:
idinternal_idtransaction_codeforeign_transaction_idclient_transaction_idOptionalquery: GetTransactionV2_1QueryParamsOptionaloptions: RequestOptionsRetrieves the full details of an identified transaction. The transaction resource is identified by a query parameter and one of following parameters is required:
idinternal_idtransaction_codeforeign_transaction_idclient_transaction_idOptionalquery: GetTransactionQueryParamsOptionaloptions: RequestOptionsLists detailed history of all transactions associated with the merchant profile.
Optionalquery: ListTransactionsV2_1QueryParamsOptionaloptions: RequestOptionsLists detailed history of all transactions associated with the merchant profile.
Optionalquery: ListTransactionsQueryParamsOptionaloptions: RequestOptionsRefunds an identified transaction either in full or partially.
Optionalbody: RefundTransactionParamsOptionaloptions: RequestOptions
API resource for the Transactions endpoints.
Transactions represent completed or attempted payment operations processed for a merchant account. A transaction contains the core payment result, such as the amount, currency, payment method, creation time, and current high-level status.
In addition to the main payment outcome, a transaction can contain related events that describe what happened after the original payment attempt. These events provide visibility into the financial lifecycle of the transaction, for example:
PAYOUT: the payment being prepared for payout or included in a payout to the merchantREFUND: money returned to the payerCHARGE_BACK: money reversed after the original paymentPAYOUT_DEDUCTION: an amount deducted from a payout to cover a refund or chargebackFrom an integrator's perspective, transactions are the authoritative record of payment outcomes. Use this tag to:
simple_statusfor the current merchant-facing outcome of the paymenteventsortransaction_eventswhen you need refund, payout, or chargeback historyTypical workflow: