Credit Account
POST
/core/credit
Field Name | Type | Required | Description |
---|---|---|---|
nuban | string | TRUE | The NUBAN (Nigerian Uniform Bank Account Number) of the account to be credited. |
paymentTypeId | integer | TRUE | Unique identifier representing the selected payment type for the transaction. |
amount | decimal | TRUE | The amount to be credited to the account. |
notes | string | TRUE | Any additional notes or details about the transaction. |
Field | Type | Description |
---|---|---|
transactionID | integer | A unique identifier for the credit transaction. |
nuban | string | The NUBAN of the account that was credited. |
amount | decimal | The amount that was credited to the account. |
paymentTypeId | integer | The ID representing the payment type used for the transaction. |
notes | string | The notes provided in the request. |
Request
Body Params application/json
Request samples
Responses
Modified at 2025-03-19 15:02:52