{ "info": { "_postman_id": "88b2d9ca-5c38-412d-a291-be0e7dc8e2b8", "name": "HitPay Account Status Remitters 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:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "lastUpdatedBy": "35240", "uid": "35240-88b2d9ca-5c38-412d-a291-be0e7dc8e2b8" }, "item": [ { "name": "v1", "item": [ { "name": "remitters", "item": [ { "name": "{remitter_id}", "item": [ { "name": "Get remitter detail.", "id": "ae5185e0-2175-470b-9711-ad69da0dcbde", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/remitters/:remitter_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "remitters", ":remitter_id" ], "variable": [ { "id": "0fc2e944-8625-496a-adb1-c22cb877ad9c", "key": "remitter_id", "value": "", "description": "(Required) Remitter id" } ] }, "description": "Get remitter detail" }, "response": [ { "id": "f1b2f7d4-9da2-48c9-9da0-c74352a2c06f", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/remitters/:remitter_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "remitters", ":remitter_id" ], "variable": [ { "key": "remitter_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"status\": \"\",\n \"entity_type\": \"company\",\n \"full_name\": \"\",\n \"id_number\": \"\",\n \"id_type\": \"driving_license\",\n \"date_of_birth\": \"\",\n \"place_of_birth\": \"\",\n \"nationality\": \"\",\n \"contact_number\": \"\",\n \"email\": \"\",\n \"address\": {\n \"street_address\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postal_code\": \"\",\n \"country\": \"\"\n },\n \"company_name\": \"\",\n \"created_by\": {\n \"id\": \"\",\n \"display_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:56:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "uid": "35240-f1b2f7d4-9da2-48c9-9da0-c74352a2c06f" } ], "createdAt": "2026-07-28T01:56:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "uid": "35240-ae5185e0-2175-470b-9711-ad69da0dcbde" }, { "name": "Delete remitter", "id": "6f7d8020-9739-4971-bb4f-045121dac9df", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/remitters/:remitter_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "remitters", ":remitter_id" ], "variable": [ { "id": "b0919d59-878f-4679-b03b-be380fd901e1", "key": "remitter_id", "value": "", "description": "(Required) Remitter id" } ] }, "description": "Delete remitter." }, "response": [ { "id": "cf92b991-b8a0-4e29-9fd9-30f852979458", "name": "204", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/remitters/:remitter_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "remitters", ":remitter_id" ], "variable": [ { "key": "remitter_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": {\n \"status\": \"pending\",\n \"entity_type\": \"individual\",\n \"full_name\": \"Hilda Ferry\",\n \"id_number\": \"A1748248115\",\n \"id_type\": \"national_id\",\n \"date_of_birth\": \"1990-01-01\",\n \"place_of_birth\": \"Singapore\",\n \"nationality\": \"sg\",\n \"contact_number\": \"+6591234567\",\n \"email\": \"test5@gmail.com\",\n \"address\": {\n \"street_address\": \"123 Orchard Rd\",\n \"city\": \"Singapore\",\n \"state\": \"Singapore\",\n \"postal_code\": \"238888\",\n \"country\": \"sg\"\n },\n \"company_name\": \"Abernathy Inc\",\n \"created_by\": {\n \"display_name\": \"TestingSG\",\n \"first_name\": \"QA\",\n \"last_name\": \"SG\"\n },\n \"created_at\": \"2025-05-26T16:28:35+08:00\",\n \"updated_at\": \"2025-05-26T16:28:35+08:00\"\n }\n }\n }\n}", "createdAt": "2026-07-28T01:56:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "uid": "35240-cf92b991-b8a0-4e29-9fd9-30f852979458" }, { "id": "9deee83b-30f9-4d11-91bd-bb4b9fdd0198", "name": "404", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/remitters/:remitter_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "remitters", ":remitter_id" ], "variable": [ { "key": "remitter_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": {\n \"message\": \"No query results for model [App\\\\Business\\\\Remitter] 9f0092ca-4b7d-4e33-b503-9dd27b0807ba\"\n }\n }\n }\n}", "createdAt": "2026-07-28T01:56:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "uid": "35240-9deee83b-30f9-4d11-91bd-bb4b9fdd0198" } ], "createdAt": "2026-07-28T01:56:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "uid": "35240-6f7d8020-9739-4971-bb4f-045121dac9df" } ], "id": "00c3552e-4bec-463e-b0ad-4c49ec6929e7", "createdAt": "2026-07-28T01:56:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "uid": "35240-00c3552e-4bec-463e-b0ad-4c49ec6929e7" }, { "name": "Get list of remitters", "id": "7177d555-cc3e-4381-a4ef-050e6a7bcbb8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/remitters?per_page=10", "host": [ "{{baseUrl}}" ], "path": [ "v1", "remitters" ], "query": [ { "key": "per_page", "value": "10" } ] }, "description": "Get list of remitters" }, "response": [ { "id": "7bf17c6f-1eee-4b5b-b7c4-1ce456ab04f7", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-BUSINESS-API-KEY", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/remitters?per_page=10", "host": [ "{{baseUrl}}" ], "path": [ "v1", "remitters" ], "query": [ { "key": "per_page", "value": "10" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"status\": \"\",\n \"entity_type\": \"company\",\n \"full_name\": \"\",\n \"address\": {\n \"city\": \"\",\n \"state\": \"\",\n \"country\": \"\",\n \"postal_code\": \"\",\n \"street_address\": \"\"\n },\n \"id_type\": \"passport\",\n \"id_number\": \"\",\n \"nationality\": \"\",\n \"company_name\": \"\",\n \"date_of_birth\": \"\",\n \"contact_number\": \"\",\n \"place_of_birth\": \"\",\n \"created_by\": {\n \"id\": \"\",\n \"display_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"email\": \"\"\n },\n {\n \"id\": \"\",\n \"status\": \"\",\n \"entity_type\": \"individual\",\n \"full_name\": \"\",\n \"address\": {\n \"city\": \"\",\n \"state\": \"\",\n \"country\": \"\",\n \"postal_code\": \"\",\n \"street_address\": \"\"\n },\n \"id_type\": \"driving_license\",\n \"id_number\": \"\",\n \"nationality\": \"\",\n \"company_name\": \"\",\n \"date_of_birth\": \"\",\n \"contact_number\": \"\",\n \"place_of_birth\": \"\",\n \"created_by\": {\n \"id\": \"\",\n \"display_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"email\": \"\"\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": {},\n \"next\": {}\n },\n \"meta\": {\n \"current_page\": \"\",\n \"from\": \"\",\n \"last_page\": \"\",\n \"links\": [\n {\n \"label\": \"\",\n \"active\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"active\": \"\",\n \"url\": \"\"\n }\n ],\n \"path\": \"\",\n \"per_page\": \"\",\n \"to\": \"\",\n \"total\": \"\"\n }\n}", "createdAt": "2026-07-28T01:56:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "uid": "35240-7bf17c6f-1eee-4b5b-b7c4-1ce456ab04f7" } ], "createdAt": "2026-07-28T01:56:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "uid": "35240-7177d555-cc3e-4381-a4ef-050e6a7bcbb8" }, { "name": "Create new remitter", "id": "20a5ffa9-37aa-4628-8406-f7899a14a916", "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 \"entity_type\": \"company\",\n \"full_name\": \"\",\n \"date_of_birth\": \"\",\n \"address\": {\n \"street_address\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postal_code\": \"\",\n \"country\": \"\"\n },\n \"nationality\": \"\",\n \"contact_number\": \"\",\n \"id_number\": \"\",\n \"id_type\": \"national_id\",\n \"place_of_birth\": \"\",\n \"email\": \"\",\n \"company_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/remitters", "host": [ "{{baseUrl}}" ], "path": [ "v1", "remitters" ] }, "description": "Create new remitter." }, "response": [ { "id": "678cb2c1-5c41-495f-bc8f-56fa24daf64e", "name": "201", "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 \"entity_type\": \"company\",\n \"full_name\": \"\",\n \"date_of_birth\": \"\",\n \"address\": {\n \"street_address\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postal_code\": \"\",\n \"country\": \"\"\n },\n \"nationality\": \"\",\n \"contact_number\": \"\",\n \"id_number\": \"\",\n \"id_type\": \"national_id\",\n \"place_of_birth\": \"\",\n \"email\": \"\",\n \"company_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/remitters", "host": [ "{{baseUrl}}" ], "path": [ "v1", "remitters" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"status\": \"\",\n \"entity_type\": \"company\",\n \"full_name\": \"\",\n \"id_number\": \"\",\n \"id_type\": \"driving_license\",\n \"date_of_birth\": \"\",\n \"place_of_birth\": \"\",\n \"nationality\": \"\",\n \"contact_number\": \"\",\n \"email\": \"\",\n \"address\": {\n \"street_address\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postal_code\": \"\",\n \"country\": \"\"\n },\n \"company_name\": \"\",\n \"created_by\": {\n \"id\": \"\",\n \"display_name\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T01:56:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "uid": "35240-678cb2c1-5c41-495f-bc8f-56fa24daf64e" }, { "id": "4910eb7a-0f14-4028-a5c1-4e0efe0d175a", "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 \"entity_type\": \"company\",\n \"full_name\": \"\",\n \"date_of_birth\": \"\",\n \"address\": {\n \"street_address\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postal_code\": \"\",\n \"country\": \"\"\n },\n \"nationality\": \"\",\n \"contact_number\": \"\",\n \"id_number\": \"\",\n \"id_type\": \"national_id\",\n \"place_of_birth\": \"\",\n \"email\": \"\",\n \"company_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/remitters", "host": [ "{{baseUrl}}" ], "path": [ "v1", "remitters" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"examples\": {\n \"Result\": {\n \"value\": {\n \"message\": \"The entity type field is required. (and 10 more errors)\",\n \"errors\": {\n \"entity_type\": [\n \"The entity type field is required.\"\n ],\n \"full_name\": [\n \"The full name field is required.\"\n ],\n \"id_number\": [\n \"The id number field is required.\"\n ],\n \"id_type\": [\n \"The id type field is required.\"\n ],\n \"date_of_birth\": [\n \"The date of birth field is required.\"\n ],\n \"address\": [\n \"The address field is required.\"\n ],\n \"address.street_address\": [\n \"The address.street address field is required.\"\n ],\n \"address.city\": [\n \"The address.city field is required.\"\n ],\n \"address.state\": [\n \"The address.state field is required.\"\n ],\n \"address.postal_code\": [\n \"The address.postal code field is required.\"\n ],\n \"address.country\": [\n \"The address.country field is required.\"\n ]\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T01:56:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "uid": "35240-4910eb7a-0f14-4028-a5c1-4e0efe0d175a" } ], "createdAt": "2026-07-28T01:56:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "uid": "35240-20a5ffa9-37aa-4628-8406-f7899a14a916" } ], "id": "1a507193-af78-4440-a41f-7d1f8b8aabdf", "createdAt": "2026-07-28T01:56:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "uid": "35240-1a507193-af78-4440-a41f-7d1f8b8aabdf" } ], "id": "850aac81-6ff8-42c2-b7b5-12e74c9a24f5", "createdAt": "2026-07-28T01:56:40.000Z", "updatedAt": "2026-07-28T01:56:40.000Z", "uid": "35240-850aac81-6ff8-42c2-b7b5-12e74c9a24f5" } ], "variable": [ { "key": "baseUrl", "value": "https://api.hit-pay.com" } ] }