v3

latestOpenAPI 3.0.1Proprietaryraw.githubusercontent.com2026-04-174552109.9 KB
Transactions

Accept a pending transaction

The receiving application calls this to accept an AWAITING_ACCEPTANCE transaction.

On acceptance:

  • Sender application's escrow wallet is debited.
  • Receiver application's escrow wallet is credited.
  • Two immutable LedgerEntry rows are written (DEBIT + CREDIT).
  • Transaction status moves to COMPLETED.
  • Sender is notified via webhook callback URL.
post/v1/transactions/{reference}/accept

Path parameters

referencestring required

Transaction reference

Response

Transaction accepted and completed