Skip to main content

Transaction Management

The Transaction Management API allows you to manage the complete lifecycle of payment transactions after they've been processed. This includes:

  • Looking up transaction details.
  • Voiding transactions (cancellation before cutover).
  • Processing refunds (returns after cutover).
  • Accessing transaction receipts.

All Transaction Management API endpoints use standard API Key authentication.

Transaction Lifecycle

Understanding the transaction lifecycle is essential for effective transaction management:

  1. Transaction Creation - A payment is processed through a terminal.
  2. Transaction Confirmation - The payment is confirmed and approved.
  3. Post-Transaction Management:
    • Void - Cancel the transaction before batch cutover.
    • Refund - Process a return after batch cutover.
    • Receipt Access - Generate receipts for record-keeping.

Void vs. Refund: Key Differences

tip

The voidableUntilTime field in transaction webhooks and lookups indicates the cutover time until which a transaction can be voided.

VoidRefund
TimingBefore batch cutover onlyUp to 180 days after transaction
AmountFull transaction amount onlyPartial or full amount
ProcessCancels the original transactionCreates a new linked transaction
Effect on FundsPrevents funds captureReturns captured funds
Multiple OperationsOne void per transactionMultiple refunds allowed (up to original amount)

Transaction States

Transactions can exist in several states throughout their lifecycle:

StateDescriptionAvailable Actions
AuthorizedInitial approval from the card issuerConfirm, Reverse
ConfirmedTerminal has confirmed completionVoid (before cutover), Refund
VoidedTransaction has been canceledNone
RefundedTransaction has been refundedAdditional partial refunds (if applicable)

Transaction Status Rules

  • If a transaction has been voided, no additional voids or refunds will be allowed.
  • If a transaction has been partially or fully refunded, no voids will be allowed.
  • Multiple refunds are allowed up to the original transaction amount.

Batch Processing

Transactions are processed in batches, typically once per day. The batch cutover time is critical for transaction management:

  • Before Cutover: Transactions can be voided (completely canceled).
  • After Cutover: Transactions can only be refunded.

Transaction Balances

For transactions that have been partially refunded, you can check the remaining balance available for refund using the Check Refund Balance API.