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