Get Bill
https://api.payright.my/api/v1/merchant/bills/{invoice_no}https://api.payright.my/api/v1/merchant/bills/{invoice_ref}Query Parameters
Property
Type
Description
Response
{
"status": "ok",
"code": 200,
"data": {
"transaction_details": {
"invoice_no": "Py4a220e2edcrgt",
"fpx_invoice_no": "FPX1734522325oTfQjC8l",
"amount": "240.00",
"status": "PENDING",
"fee": null
},
"customer_details": {
"name": "Khairul Mukmin",
"phone_number": "0112459822",
"email": "[email protected]"
}
},
"uuid": "408e99d8-dbc5-424d-908c-d2a1bec8316d",
"message": null,
"error": null
}Last updated