Field Name | Type | Required | Description |
---|---|---|---|
fromAccountID | string | TRUE | The unique identifier of the account from which funds are debited. |
toAccountID | string | TRUE | The unique identifier of the account to be credited. |
amount | decimal | TRUE | The amount to be transferred. |
narration | string | TRUE | A concise description of the transfer. |
transactionReference | string | TRUE | A unique reference for the transfer transaction. |
Field Name | Type | Description |
---|---|---|
transactionType | string | The type of transaction; will be CREDIT for this operation. |
amount | decimal | The amount that was transferred. |
narration | string | A description of the transaction, potentially including source account details. |
classificationCode | string | A code classifying the credit operation (e.g., SUBLEDGER_CREDIT ). |
success | boolean | Indicates whether the transfer was successful. |
traceID | string | A unique identifier for tracking the transaction. |
transactionReference | string | The unique reference generated for the transaction. |
accountID | string | The destination account that was credited. |
transactionTime | string | The timestamp when the transaction was processed. |