curl --location --request GET 'https://api.topupgim.com/api/reseller/v1.0/purchase/details?reference_id=TEST-ORDER-1' \ --header 'x-client-id: your-client-id' \ --header 'x-secret-key: your-secret-key'
{ "success": true, "message": "OK", "data": { "order_id": "3085-751670-0765", "reference_id": "TEST-ORDER-1", "product_code": "1528555434", "product_title": "Free Fire", "good_sku_id": "UA268HNN", "good_name": "5 Diamonds", "price": 800, "status": "success", "created_at": "2023-12-19 01:33:17", "voucher_code": null, "user_inputs": [ "1972186944" ] } }