cURL
curl --request GET \ --url https://pay-api.holdstation.com/partners/orders/reference-no/{reference_no}
{ "message": "success", "data": { "orders": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "code": 100001, "order_type": 1, "state": 3, "processing_state": 14, "amount": "1000000", "rate": "25850", "reference_no": "ORDER-001" } ], "total_count": 1 } }
Query a payment order by its reference number.