transaction ID
. The response includes comprehensive details such as institution codes, account details, transferred amount, charges, and any associated split payments.Field Name | Type | Required | Description |
---|---|---|---|
transactionId | string | TRUE | The unique identifier for the transfer transaction (provided as a path variable). |
Field Name | Type | Description |
---|---|---|
sourceInstitutionCode | string | Code representing the source institution. |
destinationInstitutionCode | string | Code representing the destination institution. |
sourceBankName | string | Name of the source bank. |
sourceAccountName | string | Name of the source account holder. |
sourceAccountNUBAN | string | NUBAN (account number) of the source account. |
destinationBankName | string | Name of the destination bank. |
destinationAccountName | string | Name of the destination account holder. |
destinationAccountNUBAN | string | NUBAN (account number) of the destination account. |
amount | number | Amount transferred. |
narration | string | Description or note associated with the transfer. |
classificationCode | string | Code classifying the transaction (if available). |
transactionStatus | string | Current status of the transaction (e.g., CONFIRMED). |
traceID | string | Identifier used for tracking the transaction (if available). |
transactionReference | string | Unique reference number for the transaction. |
totalCharges | number | Total charges applied to the transfer. |
splitPayments | array | Array of split payment objects detailing individual payment splits. |
merchantSplitPayments | array | Array of merchant split payment objects detailing specific deductions. |
Field Name | Type | Description |
---|---|---|
id | integer | Unique identifier for the split payment. |
name | string | Name or description of the split payment. |
groupCode | string | Group code associated with the split payment. |
type | string | Type of split (e.g., FIXED). |
amount | number | Amount deducted in the split payment. |
Field Name | Type | Description |
---|---|---|
id | integer | Unique identifier for the merchant split payment. |
name | string | Name or description of the merchant split payment. |
groupCode | string | Group code associated with the merchant split payment. |
type | string | Type of split (e.g., FIXED). |
amount | number | Amount deducted in the merchant split payment. |