curl --request POST \
--url https://revstack.dev/v1/wallets/{walletId}/debit \
--header 'Content-Type: application/json' \
--data '
{
"amount": 1,
"referenceId": "<string>"
}
'nullWithdraws funds from a customer wallet. Fails if insufficient balance.
curl --request POST \
--url https://revstack.dev/v1/wallets/{walletId}/debit \
--header 'Content-Type: application/json' \
--data '
{
"amount": 1,
"referenceId": "<string>"
}
'null