Wallet
Complete Wallet Transaction
The endpoint allows you to completes a specified wallet transaction.
PUT
Request Body
A unique reference for the transaction. Example: “TRX-2025-04-07-12345”
The unique identifier of the wallet involved in the transaction. Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
The unique identifier of the customer who owns the wallet. Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
The unique identifier of the organization processing the transaction. Example: “3fa85f64-5717-4562-b3fc-2c963f66afa6”
The transaction amount. Example: 4999940
The account number for the transaction. Example: “3023563113”
Indicates whether the transaction has been posted.
true
: Transaction has been postedfalse
: Transaction is pending
Response
✅ Success Response