{ "info": { "_postman_id": "019cd25a-fca5-4688-9215-1aadab362f2a", "name": "HitPay Account Status Charges API", "description": "Accept PayNow, FPX, QRIS, GrabPay, cards, and 40+ payment methods with a single API. Production base URL: https://api.hit-pay.com, Sandbox: https://api.sandbox.hit-pay.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:56:12.000Z", "updatedAt": "2026-07-28T01:56:12.000Z", "lastUpdatedBy": "35240", "uid": "35240-019cd25a-fca5-4688-9215-1aadab362f2a" }, "item": [ { "name": "v1", "item": [ { "name": "charges", "item": [ { "name": "export", "item": [ { "name": "Export Charges", "id": "debed86e-8870-4f35-9e22-51a6e852ed3c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/charges/export?perPage=25&version=1.0&keywords=&before=&after=&payment_method=&statuses[]=&dateFrom=&dateTo=&with=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "charges", "export" ], "query": [ { "key": "perPage", "value": "25" }, { "description": "The order version.", "key": "version", "value": "1.0" }, { "description": "Search for fields: amount ,created_at ,id remark, customer_name", "key": "keywords", "value": "" }, { "description": "It's optional field and it's charge_id", "key": "before", "value": "" }, { "description": "It's optional field and it's charge_id", "key": "after", "value": "" }, { "description": "The payment methods: card, alipay, paypal_card.. etc.", "key": "payment_method", "value": "" }, { "description": "The statuses are in \"completed\" , \"pending\", \"sent\", \"draft\", \"expired\"", "key": "statuses[]", "value": "" }, { "description": "The from of created order", "key": "dateFrom", "value": "" }, { "description": "The To of created order", "key": "dateTo", "value": "" }, { "description": "If you want to display more charge and products objects. Example: charges,products", "key": "with", "value": "" } ] }, "description": "Export charges" }, "response": [ { "id": "8d6dba86-a82c-4ee5-8e14-a90b2542f0f7", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/charges/export?perPage=25&version=1.0&keywords=&before=&after=&payment_method=&statuses[]=&dateFrom=&dateTo=&with=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "charges", "export" ], "query": [ { "key": "perPage", "value": "25" }, { "description": "The order version.", "key": "version", "value": "1.0" }, { "description": "Search for fields: amount ,created_at ,id remark, customer_name", "key": "keywords", "value": "" }, { "description": "It's optional field and it's charge_id", "key": "before", "value": "" }, { "description": "It's optional field and it's charge_id", "key": "after", "value": "" }, { "description": "The payment methods: card, alipay, paypal_card.. etc.", "key": "payment_method", "value": "" }, { "description": "The statuses are in \"completed\" , \"pending\", \"sent\", \"draft\", \"expired\"", "key": "statuses[]", "value": "" }, { "description": "The from of created order", "key": "dateFrom", "value": "" }, { "description": "The To of created order", "key": "dateTo", "value": "" }, { "description": "If you want to display more charge and products objects. Example: charges,products", "key": "with", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-8d6dba86-a82c-4ee5-8e14-a90b2542f0f7" } ], "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-debed86e-8870-4f35-9e22-51a6e852ed3c" } ], "id": "037b0d7a-feb7-45b3-96ef-69910c8b575c", "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-037b0d7a-feb7-45b3-96ef-69910c8b575c" }, { "name": "{charge_id}", "item": [ { "name": "receipt", "item": [ { "name": "print", "item": [ { "name": "Print Receipt", "id": "608343a1-16ae-42c9-be52-288a6126e0ca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"terminal_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/charges/:charge_id/receipt/print", "host": [ "{{baseUrl}}" ], "path": [ "v1", "charges", ":charge_id", "receipt", "print" ], "variable": [ { "id": "fd922c49-d94a-41c8-bc55-688023a4cc51", "key": "charge_id", "value": "", "description": "(Required) The charge_id belongs to the business." } ] }, "description": "Print out charge and refund receipts. Applicable for Singapore merchants who use an All-in-One Terminal only." }, "response": [ { "id": "a8c17be5-6093-42a4-a2db-5bca829cb717", "name": "204", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"terminal_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/charges/:charge_id/receipt/print", "host": [ "{{baseUrl}}" ], "path": [ "v1", "charges", ":charge_id", "receipt", "print" ], "variable": [ { "key": "charge_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-a8c17be5-6093-42a4-a2db-5bca829cb717" }, { "id": "c8ebc815-86e9-4e51-84e0-87d915a84f1e", "name": "422", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"terminal_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/charges/:charge_id/receipt/print", "host": [ "{{baseUrl}}" ], "path": [ "v1", "charges", ":charge_id", "receipt", "print" ], "variable": [ { "key": "charge_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-c8ebc815-86e9-4e51-84e0-87d915a84f1e" } ], "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-608343a1-16ae-42c9-be52-288a6126e0ca" } ], "id": "094e26e1-a044-44c0-a104-b5c92bb03536", "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-094e26e1-a044-44c0-a104-b5c92bb03536" } ], "id": "e0afa09d-d411-4b12-8ec5-a1f34c64a7d3", "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-e0afa09d-d411-4b12-8ec5-a1f34c64a7d3" }, { "name": "Get Charge Details", "id": "32323c37-5841-4c77-bfdd-ff0236c6911b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/charges/:charge_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "charges", ":charge_id" ], "variable": [ { "id": "1165e216-eb82-477e-8cf6-62642970307f", "key": "charge_id", "value": "", "description": "(Required) The charge id" } ] }, "description": "Get charge details" }, "response": [ { "id": "cf708d0f-a433-449f-99bf-50bb325a90a6", "name": "Successful payment", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/charges/:charge_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "charges", ":charge_id" ], "variable": [ { "key": "charge_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"currency\": \"\",\n \"home_currency\": \"\",\n \"exchange_rate\": \"\",\n \"amount\": \"\",\n \"amount_without_fees\": \"\",\n \"refunded_amount\": \"\",\n \"fixed_fee\": \"\",\n \"discount_fee\": \"\",\n \"discount_fee_rate\": \"\",\n \"remark\": \"\",\n \"status\": \"\",\n \"payment_method\": {\n \"code\": \"\",\n \"display_logo\": {\n \"sm\": \"\",\n \"md\": \"\",\n \"lg\": \"\",\n \"svg\": \"\",\n \"svg_square\": \"\",\n \"png_square\": \"\",\n \"method\": \"\",\n \"iconName\": \"\",\n \"displayName\": \"\"\n },\n \"provider_reference\": \"\",\n \"type\": \"\",\n \"name\": \"\",\n \"method_logo\": {\n \"sm\": \"\",\n \"md\": \"\",\n \"lg\": \"\",\n \"svg\": \"\",\n \"svg_square\": \"\",\n \"png_square\": \"\",\n \"method\": \"\",\n \"iconName\": \"\",\n \"displayName\": \"\"\n },\n \"data\": {\n \"brand\": \"\",\n \"last4\": \"\",\n \"country_code\": \"\",\n \"country\": \"\"\n }\n },\n \"customer_id\": \"\",\n \"customer\": {\n \"name\": \"\",\n \"email\": \"\",\n \"phone_number\": \"\"\n },\n \"payment_request_id\": \"\",\n \"webhook_status\": \"\",\n \"order_reference_number\": \"\",\n \"target_id\": \"\",\n \"target_type\": \"\",\n \"executor\": \"\",\n \"location\": {\n \"id\": \"\",\n \"name\": \"\",\n \"address\": \"\"\n },\n \"channel\": \"\",\n \"admin_fee\": \"\",\n \"terminal_id\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-cf708d0f-a433-449f-99bf-50bb325a90a6" } ], "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-32323c37-5841-4c77-bfdd-ff0236c6911b" } ], "id": "0a2e793a-4cca-4104-9f83-ff96ebbf1ad0", "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-0a2e793a-4cca-4104-9f83-ff96ebbf1ad0" }, { "name": "Get All Charges", "id": "9e193d74-2da0-4b43-9ef3-37fa21ba0564", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/charges?per_page=25&cursor=&keywords=&status=failed&location_ids=&location_ids=&user_ids=&user_ids=&statuses=pending&statuses=failed&date_from=&date_to=&amount_from=&amount_to=&payment_request_id=&customer_id=&payout_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "charges" ], "query": [ { "key": "per_page", "value": "25" }, { "key": "cursor", "value": "" }, { "description": "Search for fields: amount ,charge_id ,customer_email, remark", "key": "keywords", "value": "" }, { "description": "It's charge status", "key": "status", "value": "failed" }, { "description": "The location ids", "key": "location_ids", "value": "" }, { "description": "The location ids", "key": "location_ids", "value": "" }, { "description": "The user's id, support both uuid and number id", "key": "user_ids", "value": "" }, { "description": "The user's id, support both uuid and number id", "key": "user_ids", "value": "" }, { "description": "It's charge status.", "key": "statuses", "value": "pending" }, { "description": "It's charge status.", "key": "statuses", "value": "failed" }, { "description": "The from of created order", "key": "date_from", "value": "" }, { "description": "The to of created order", "key": "date_to", "value": "" }, { "description": "The from of amount", "key": "amount_from", "value": "" }, { "description": "The to of amount", "key": "amount_to", "value": "" }, { "description": "The payment request id", "key": "payment_request_id", "value": "" }, { "description": "The customer id", "key": "customer_id", "value": "" }, { "description": "The payout id", "key": "payout_id", "value": "" } ] }, "description": "Get all charges" }, "response": [ { "id": "d6246ce5-8777-4490-9db1-fb27d8a236f5", "name": "Successful payment", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/charges?per_page=25&cursor=&keywords=&status=failed&location_ids=&user_ids=&statuses=failed&date_from=&date_to=&amount_from=&amount_to=&payment_request_id=&customer_id=&payout_id=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "charges" ], "query": [ { "key": "per_page", "value": "25" }, { "key": "cursor", "value": "" }, { "description": "Search for fields: amount ,charge_id ,customer_email, remark", "key": "keywords", "value": "" }, { "description": "It's charge status", "key": "status", "value": "failed" }, { "description": "The location ids", "key": "location_ids", "value": "" }, { "description": "The user's id, support both uuid and number id", "key": "user_ids", "value": "" }, { "description": "It's charge status.", "key": "statuses", "value": "failed" }, { "description": "The from of created order", "key": "date_from", "value": "" }, { "description": "The to of created order", "key": "date_to", "value": "" }, { "description": "The from of amount", "key": "amount_from", "value": "" }, { "description": "The to of amount", "key": "amount_to", "value": "" }, { "description": "The payment request id", "key": "payment_request_id", "value": "" }, { "description": "The customer id", "key": "customer_id", "value": "" }, { "description": "The payout id", "key": "payout_id", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"currency\": \"\",\n \"home_currency\": \"\",\n \"exchange_rate\": \"\",\n \"amount\": \"\",\n \"fixed_fee\": \"\",\n \"discount_fee\": \"\",\n \"discount_fee_rate\": \"\",\n \"remark\": {},\n \"status\": \"\",\n \"payment_method\": {\n \"name\": \"\",\n \"display_logo\": {\n \"sm\": \"\",\n \"md\": \"\",\n \"lg\": \"\",\n \"svg\": \"\",\n \"svg_square\": \"\",\n \"png_square\": \"\",\n \"method\": \"\",\n \"iconName\": \"\",\n \"displayName\": \"\"\n },\n \"method_logo\": {\n \"sm\": \"\",\n \"md\": \"\",\n \"lg\": \"\",\n \"svg\": \"\",\n \"svg_square\": \"\",\n \"png_square\": \"\",\n \"method\": \"\",\n \"iconName\": \"\",\n \"displayName\": \"\"\n },\n \"data\": {\n \"brand\": \"\",\n \"last4\": \"\",\n \"country_code\": \"\",\n \"country\": \"\"\n }\n },\n \"customer_id\": \"\",\n \"customer\": {\n \"name\": \"\",\n \"email\": \"\",\n \"phone_number\": {}\n },\n \"payment_request_id\": {},\n \"webhook_status\": \"\",\n \"order_reference_number\": \"\",\n \"executor\": {\n \"id\": \"\",\n \"display_name\": \"\",\n \"email\": \"\"\n },\n \"location\": {\n \"id\": \"\",\n \"name\": \"\",\n \"address\": \"\"\n },\n \"channel\": \"\",\n \"admin_fee\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"currency\": \"\",\n \"home_currency\": \"\",\n \"exchange_rate\": \"\",\n \"amount\": \"\",\n \"fixed_fee\": \"\",\n \"discount_fee\": \"\",\n \"discount_fee_rate\": \"\",\n \"remark\": {},\n \"status\": \"\",\n \"payment_method\": {\n \"name\": \"\",\n \"display_logo\": {\n \"sm\": \"\",\n \"md\": \"\",\n \"lg\": \"\",\n \"svg\": \"\",\n \"svg_square\": \"\",\n \"png_square\": \"\",\n \"method\": \"\",\n \"iconName\": \"\",\n \"displayName\": \"\"\n },\n \"method_logo\": {\n \"sm\": \"\",\n \"md\": \"\",\n \"lg\": \"\",\n \"svg\": \"\",\n \"svg_square\": \"\",\n \"png_square\": \"\",\n \"method\": \"\",\n \"iconName\": \"\",\n \"displayName\": \"\"\n },\n \"data\": {\n \"brand\": \"\",\n \"last4\": \"\",\n \"country_code\": \"\",\n \"country\": \"\"\n }\n },\n \"customer_id\": \"\",\n \"customer\": {\n \"name\": \"\",\n \"email\": \"\",\n \"phone_number\": {}\n },\n \"payment_request_id\": {},\n \"webhook_status\": \"\",\n \"order_reference_number\": \"\",\n \"executor\": {\n \"id\": \"\",\n \"display_name\": \"\",\n \"email\": \"\"\n },\n \"location\": {\n \"id\": \"\",\n \"name\": \"\",\n \"address\": \"\"\n },\n \"channel\": \"\",\n \"admin_fee\": \"\",\n \"closed_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"links\": {\n \"first\": {},\n \"last\": {},\n \"prev\": {},\n \"next\": \"\"\n },\n \"meta\": {\n \"path\": \"\",\n \"per_page\": \"\",\n \"next_cursor\": \"\",\n \"prev_cursor\": {}\n }\n}", "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-d6246ce5-8777-4490-9db1-fb27d8a236f5" } ], "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-9e193d74-2da0-4b43-9ef3-37fa21ba0564" } ], "id": "83d4a2f8-01be-4872-b93a-764c99b34b7b", "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-83d4a2f8-01be-4872-b93a-764c99b34b7b" } ], "id": "839c3eeb-fab6-4c0c-8dd1-793f99ddc767", "createdAt": "2026-07-28T01:56:13.000Z", "updatedAt": "2026-07-28T01:56:13.000Z", "uid": "35240-839c3eeb-fab6-4c0c-8dd1-793f99ddc767" } ], "variable": [ { "key": "baseUrl", "value": "https://api.hit-pay.com" } ] }