{
"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": "2005000",
"responseMessage": "Successful",
"originalReferenceNo": "56842693f3314c1dba6cb1f623006ec2",
"originalPartnerReferenceNo": "dawn-ayo-retail-2",
"amount": {
"currency": "IDR",
"value": "10001.00"
},
"latestTransactionStatus": "03",
"finishedTime": "2025-05-26T08:42:51+00:00",
"additionalInfo": {
"channel": "RETAIL_ALFAMART",
"paymentNtb": ""
}
}