Accept a pending transaction
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
LedgerEntryrows are written (DEBIT + CREDIT). - Transaction status moves to
COMPLETED. - Sender is notified via webhook callback URL.
POST
Accept a pending transaction
Authorizations
Obtain a token from POST /v1/auth/token using your client_id and client_secret, then enter Bearer <token> here.
Path Parameters
Transaction reference