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

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 creditrequired
wallet_id *stringunique wallet idrequired

Sample response

Response
{
  "entity": {
    "wallet_id": "876a8cae-8073-4914-8b04-e6fd096c1006",
    "transaction_amount": 100,
    "transaction_type": "deposit",
    "recipient_account_number": "1004234891",
    "sender_account_number": "",
    "transaction_remarks": "Dojah-wallet-credit",
    "transaction_reason": null,
    "transaction_id": "Dojah-c02585f5-9a8b-4230-8c1b-11fd2869f4ce",
    "transaction_status": "COMPLETED",
    "date_created": "2021-10-11T11:54:01.905196Z"
  }
}