This endpoint allows the crediting an account with a specified amount. The request requires the NUBAN of the account to be credited, the payment type, the amount, and any notes to attach to the transaction.Request Body:
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.
Response Body:
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.