curl --location 'https://api.recital.finance/api/wallets/account/accountWalletId/debit' \ --header 'Authorization: Bearer apiKey' \ --header 'Content-Type: application/json' \ --data-raw '{ "amount": 100, "reference": "a", "currency": "NGN", "description": "test" }'
{ "reference": "TX-B5IKLCA3ZVKMAEVG", "link": "https://checkout-v2.dev-flutterwave.com/v3/hosted/pay/5b7a4f9b9047265", "status": "success", "message": "Hosted Link" }
Debit a wallet account.