curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v2/digital-order/postpaid/confirmation' \
--header 'x-os-type;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ref_id": "DGORD-a94601d8-075e-41fa-a506-f9646278f64e",
"voucher_id": null,
"use_point": false,
"payment_method_id": "ecpay",
"ecpay_cvs_code": "IBON"
}'{
"data": {
"product_name": "PDAM",
"product_icon": null,
"category_name": "Utilities",
"product_item_meta": {
"tr_id": 352985693,
"code": "PDAMKOTA.SURABAYA",
"hp": "10200000",
"tr_name": "RIFAI",
"period": "202306",
"nominal": 18045,
"admin": 2000,
"ref_id": "DGORD-a94601d8-075e-41fa-a506-f9646278f64e",
"status": 0,
"response_code": "42",
"message": "REQUEST PEMBAYARAN BELUM DITERIMA",
"price": 20045,
"selling_price": 19345,
"balance": 99525820,
"desc": {
"bill_quantity": 1,
"address": "",
"biller_admin": "0",
"pdam_name": "PDAM KOTA SURABAYA",
"stamp_duty": "",
"due_date": "",
"kode_tarif": "",
"bill": {
"detail": [
{
"period": "202306",
"first_meter": 0,
"last_meter": 0,
"penalty": 0,
"bill_amount": 18045,
"misc_amount": 0,
"stand": ""
}
]
}
}
},
"customer_data": {
"customer_id": "10200000",
"name": "RIFAI"
},
"price": 40.09,
"admin_fee": 35,
"voucher_discount": 0,
"voucher": {
"error": "",
"id": null,
"name": null,
"code": null
},
"total_payment": 75.09
}
}