Debit Account
POST
/core/debit
Request Body
Field Name | Type | Required | Description |
---|---|---|---|
nuban | string | TRUE | The NUBAN (bank account number) of the account to be debited. |
amount | decimal | TRUE | The exact amount to be deducted from the account. |
paymentTypeId | integer | TRUE | Unique identifier representing the selected payment type for the transaction. |
Response Table
Field Name | Type | Description |
---|---|---|
transactionID | integer | Unique identifier assigned to the processed debit transaction. |
nuban | string | The NUBAN (bank account number) from which the funds were deducted. |
amount | decimal | The amount that was successfully debited from the account. |
status | string | The outcome of the transaction, indicating whether it was "Successful" or "Failed." |
Request
Body Params application/json
Request samples
Responses
Modified at 2025-03-19 15:02:48