Transactions
Last updated
Was this helpful?
Last updated
Was this helpful?
Fetch the details of a specific transaction using its unique trx_id
.
The unique transaction ID to be retrieved.
trx_01J5XCMDXCFXCAQ1BV8HVG6644
The details of the requested transaction.
Initiates a new transaction authorization (authorize
) or an authorization with immediate capture (authcap
). The operation type determines how the transaction will be processed.
The operation to perform. Use authorize
for authorization-only, or authcap
to authorize and immediately capture.
authcap
Available options: A unique identifier (e.g., UUID) for this transaction in your system. Also used for idempotency validation. It can match the order_id
or be a separate unique value.
496de72d-d4a4-45eb-b426-3d04d2078a85
Raw card data to be used if a token is not available. Passing these fields will perform authorization using the provided card details.
Details of the newly created transaction.
Perform a capture or void operation on a previously authorized transaction. Specify an amount to partially capture or void. Full captures/voids will use the entire authorized amount.
The unique ID of the transaction to capture or void.
trx_01J5XCMDXCFXCAQ1BV8HVG6644
A unique identifier (e.g., UUID) for referencing this operation in your system. Also used as an idempotency key for capture/void.
496de72d-d4a4-45eb-b426-3d04d2078a85
The operation to perform, either capture
or void
.
capture
Available options: The amount to capture or void, in the smallest currency unit (e.g., cents for USD).
5000
The transaction details after the capture or void operation.