{
"originalPartnerReferenceNo": "string",
"additionalInfo": {
"channel": "string"
}
}
curl --location --request POST 'https://sandbox.ayolinx.id/v1.0/retail/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"originalPartnerReferenceNo": "string",
"additionalInfo": {
"channel": "string"
}
}'
{
"responseCode": "string",
"responseMessage": "string",
"originalReferenceNo": "string",
"originalPartnerReferenceNo": "string",
"amount": {
"currency": "string",
"value": "string"
},
"latestTransactionStatus": "string",
"finishedTime": "string",
"additionalInfo": {
"channel": "string",
"paymentNtb": "string"
}
}