curl --location -g --request GET '/indomaret-online-to-offline/v2.1/how-to-pay-api/{payment_code}/{uuid}'
{
"order": {
"invoice_number": "INV-as-20210920-jal123",
"amount": 100000
},
"online_to_offline_info": {
"payment_code": 9127,
"expired_in": "1hour 29minute",
"status": "OPEN",
"created_date": 20250505154437,
"created_date_utc": "2025-05-05T08:44:37.000Z",
"expired_date": 20250505172437,
"expired_date_utc": "2025-05-05T10:24:37.000Z"
},
"client": {
"id": "BRN-0202-1744113735087",
"name": "qris personal uat 02"
},
"customer": {
"name": "jale",
"email": "rizal@doku.com"
},
"payment_instruction": [
{
"step": [
"Silahkan datang ke outlet Indomaret terdekat",
"Beritahukan ke kasir bahwa anda ingin melakukan pembayaran (DOKU)"
],
"channel": "Via Cashier"
}
]
}