ovo-direct-debit-http-sample-snap
{
"originalPartnerReferenceNo": "E2E_20230809_0005",
"originalReferenceNo": "E2E_20230809_0005",
"originalExternalId": "278717036",
"latestTransactionStatus": "00",
"transactionStatusDesc": "Success",
"amount": {
"value": "10000.00",
"currency": "IDR"
},
"additionalInfo": {
"custIdMerchant": "CUST_0005",
"accountType": "WALLET"
}
}
Direct Debit Notification Explanation
Parameter | Type | Mandatory | Description |
---|---|---|---|
originalPartnerReferenceNo | string | Mandatory | Same as the request that merchant sent on the payment initiation |
originalReferenceNo | string | 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 | `` |