Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.92 KB

File metadata and controls

30 lines (22 loc) · 2.92 KB

QueryPaymentResponse

Properties

Name Type Description Notes
responseCode String Response code. Refer to https://dashboard.dana.id/api-docs/read/126#HTML-API-QueryPayment-ResponseCodeandMessage
responseMessage String Response message. Refer to https://dashboard.dana.id/api-docs/read/126#HTML-API-QueryPayment-ResponseCodeandMessage
originalPartnerReferenceNo String Original transaction identifier on partner system. Present if transaction found [optional]
originalReferenceNo String Original transaction identifier on DANA system. Present if transaction found [optional]
originalExternalId String Original external identifier on header message [optional]
serviceCode String Transaction type indicator is based on the service code of the original transaction request:
- IPG Cashier Pay - SNAP: 54
- QRIS CPM (Acquirer) - SNAP: 60
- QRIS MPM (Acquirer) - SNAP: 47
- Payment Gateway: 54
latestTransactionStatus String Category code for the status of the transaction. The values include:
- 00 = Success, the order has been successfully in final state and paid
- 01 = Initiated, the order has been created, but has not been paid
- 02 = Paying, the order is in process, not in final state, payment is success
- 05 = Cancelled, the order has been closed
- 07 = Not found, the order is not found
transactionStatusDesc String Description of transaction status [optional]
originalResponseCode String Original response code [optional]
originalResponseMessage String Original response message [optional]
sessionId String Session identifier [optional]
requestID String Transaction request identifier [optional]
transAmount Money Trans amount. Present if transaction found. Contains two sub-fields:
1. Value: Transaction amount, including the cents
2. Currency: Currency code based on ISO
[optional]
amount Money Amount. Present if transaction found. Contains two sub-fields:
1. Value: Transaction amount, including the cents
2. Currency: Currency code based on ISO
[optional]
feeAmount Money Fee amount. Present if transaction found. Contains two sub-fields:
1. Value: Transaction amount, including the cents
2. Currency: Currency code based on ISO
[optional]
paidTime String Transaction paid time, in format YYYY-MM-DDTHH:mm:ss+07:00. Time must be in GMT+7 (Jakarta time). Present if transaction is paid [optional]
title String Brief description. Present if transaction found [optional]
additionalInfo QueryPaymentResponseAdditionalInfo Additional information [optional]