Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.46 KB

File metadata and controls

24 lines (16 loc) · 1.46 KB

FinishNotifyRequest

Properties

Name Type Description Notes
originalPartnerReferenceNo String Original transaction identifier on DANA system
originalReferenceNo String Original transaction identifier on partner system
originalExternalId String Original external identifier on header message [optional]
merchantId String Unique identifier per each merchant
subMerchantId String Information of sub merchant identifier [optional]
amount Money Amount. Contains two sub-fields:
1. Value: Transaction amount, including the cents
2. Currency: Currency code based on ISO
latestTransactionStatus String Transaction status code:
- 00 = Success, the order has been paid
- 05 = Cancelled, the order has been closed because it is expired
transactionStatusDesc String Description of transaction status [optional]
createdTime String Transaction created time, format YYYY-MM-DDTHH:mm:ss+07:00 (GMT+7)
finishedTime String Transaction finished time, format YYYY-MM-DDTHH:mm:ss+07:00 (GMT+7)
externalStoreId String Store identifier to indicate to which store this payment belongs to [optional]
additionalInfo FinishNotifyRequestAdditionalInfo Additional information [optional]