[POST]
{{baseUrl}}/api/v1/wallet/ngn/debit

HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Body parameter

ParameterTypeDescription
amount *stringAmount to debitrequired
wallet_id *stringunique wallet idrequired

Sample response

Response
{
  "entity": {
    "wallet_id": "1b9464d3-68a7-4e73-9a73-174b908f55b7",
    "transaction_amount": 1,
    "transaction_type": "transfer",
    "recipient_account_number": "",
    "sender_account_number": "1008657470",
    "transaction_remarks": "Dojah-wallet-debit",
    "transaction_reason": null,
    "transaction_id": "Dojah-425bb013-cdbd-4206-8cad-a60c20439735",
    "transaction_status": "COMPLETED",
    "date_created": "2021-10-13T08:23:01.892648+01:00"
  }
}