v1
latestOpenAPI 3.1.02026-07-222392081.7 MBWallets
Revert wallet load
Revert a credit wallet transaction. Voids the related credit note/document and creates a debit transaction.
post/v1/wallets/{id}/transactions/{transactionId}/revert
Path parameters
idstring required
transactionIdstring required
Response
The debit transaction created by the revert
Example response
{
"id": "walt_FCihRDLYhKpSpL",
"type": "credit_paid",
"amount": 12000,
"comment": "Offline payment received",
"created_at": "2024-12-20T16:04:11Z"
}