allo-direct-debit-http-sample
{
"originalPartnerReferenceNo": "E2E20230811001",
"originalReferenceNo": "20230811000000050116917278196299",
"originalExternalId": "534375157",
"latestTransactionStatus": "00",
"transactionStatusDesc": "Success",
"amount": {
"value": "5000.00",
"currency": "IDR"
},
"additionalInfo": {
"custIdMerchant": "UATALLO1",
"accountType": "DIRECT_DEBIT"
}
}
Direct Debit Notification Explanation
Parameter | Type | Mandatory | Description |
---|---|---|---|
originalPartnerReferenceNo | string | Mandatory | Same as the request that merchant sent on the payment initiation |
originalReferenceNo | str ing | Mandatory | Transaction identifier on service consumer system, will be used as invoice number. |
originalExternalId | `` | ||
latestTransactionStatus | `` | ||
transactionStatusDesc | `` | ||
amount.value | string | Mandatory | Total amount ends in decimal .00 if currency is IDR |
amount.currency | Mandatory | Mandatory | Currency of amount |
additionalInfo.custIdMerchant | `` | ||
additionalInfo.accountType | `` |