{ "info": { "_postman_id": "ddab20f4-a2fa-44b7-9394-0119db2f6a99", "name": "PAY.JP 3D Secure API", "description": "PAY.JP is an online payment service operated by PAY, Inc. (PAY\u682a\u5f0f\u4f1a\u793e) in Japan. The REST API creates charges, tokenizes cards, manages customers, runs subscriptions (\u5b9a\u671f\u8ab2\u91d1), and reports transfers (\u5165\u91d1) and balances in Japanese yen. Authentication is HTTP Basic with a secret key (sk_test_ / sk_live_) as the username and an empty password. All amounts are integer JPY.\n\nContact Support:\n Name: PAY.JP Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:32:05.000Z", "updatedAt": "2026-07-28T02:32:05.000Z", "lastUpdatedBy": "35240", "uid": "35240-ddab20f4-a2fa-44b7-9394-0119db2f6a99" }, "item": [ { "name": "charges", "item": [ { "name": "{id}", "item": [ { "name": "tds_finish", "item": [ { "name": "Complete the 3D Secure flow for a charge", "id": "7fd916a9-d271-4446-9a2b-8faf88162712", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/charges/:id/tds_finish", "host": [ "{{baseUrl}}" ], "path": [ "charges", ":id", "tds_finish" ], "variable": [ { "id": "436e1e1c-5cd6-45ad-9bdd-cf58237411f8", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "8ff44aad-719d-4dce-8069-c56537413d5f", "name": "A Charge object", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/charges/:id/tds_finish", "host": [ "{{baseUrl}}" ], "path": [ "charges", ":id", "tds_finish" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"object\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"paid\": \"\",\n \"captured\": \"\",\n \"refunded\": \"\",\n \"amount_refunded\": \"\",\n \"customer\": \"\",\n \"card\": {\n \"id\": \"\",\n \"object\": \"\",\n \"brand\": \"\",\n \"last4\": \"\",\n \"exp_month\": \"\",\n \"exp_year\": \"\",\n \"name\": \"\",\n \"three_d_secure_status\": \"\",\n \"created\": \"\"\n },\n \"three_d_secure_status\": \"\",\n \"created\": \"\",\n \"livemode\": \"\",\n \"metadata\": {\n \"occaecat7a\": \"ut in\",\n \"fugiat_aae\": true\n }\n}", "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-8ff44aad-719d-4dce-8069-c56537413d5f" } ], "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-7fd916a9-d271-4446-9a2b-8faf88162712" } ], "id": "4cdb9e2d-ca72-4041-ace4-c0846ef0fa94", "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-4cdb9e2d-ca72-4041-ace4-c0846ef0fa94" } ], "id": "7dfd2f5b-4a33-4786-b959-163a0553a9af", "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-7dfd2f5b-4a33-4786-b959-163a0553a9af" } ], "id": "ae60b908-e622-4506-a13f-6d989784a96b", "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-ae60b908-e622-4506-a13f-6d989784a96b" }, { "name": "tokens", "item": [ { "name": "{id}", "item": [ { "name": "tds_finish", "item": [ { "name": "Complete the 3D Secure flow for a token", "id": "018b1bf3-cf5c-484c-8ec5-fb1ef70b0786", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/tokens/:id/tds_finish", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":id", "tds_finish" ], "variable": [ { "id": "1f666549-52cf-4ab3-bd81-b05f4a8ceee5", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "ed6b8d7b-bc29-4f7b-85ad-a26944626e6d", "name": "A Token object", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/tokens/:id/tds_finish", "host": [ "{{baseUrl}}" ], "path": [ "tokens", ":id", "tds_finish" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"object\": \"\",\n \"livemode\": \"\",\n \"used\": \"\",\n \"card\": {\n \"id\": \"\",\n \"object\": \"\",\n \"brand\": \"\",\n \"last4\": \"\",\n \"exp_month\": \"\",\n \"exp_year\": \"\",\n \"name\": \"\",\n \"three_d_secure_status\": \"\",\n \"created\": \"\"\n },\n \"created\": \"\"\n}", "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-ed6b8d7b-bc29-4f7b-85ad-a26944626e6d" } ], "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-018b1bf3-cf5c-484c-8ec5-fb1ef70b0786" } ], "id": "973c002a-f0f0-42d3-b6a1-1bf45da2e98b", "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-973c002a-f0f0-42d3-b6a1-1bf45da2e98b" } ], "id": "8a8ebd4c-10d6-4f6c-a741-e12c99b10625", "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-8a8ebd4c-10d6-4f6c-a741-e12c99b10625" } ], "id": "c6ba9a4a-dbe0-4eb7-b37c-4ad47c771bd7", "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-c6ba9a4a-dbe0-4eb7-b37c-4ad47c771bd7" }, { "name": "three_d_secure_requests", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a 3D Secure request", "id": "b368760b-4998-43e0-99d4-3884c21a5eec", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/three_d_secure_requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "three_d_secure_requests", ":id" ], "variable": [ { "id": "ede16171-8177-4f3d-ad81-b4ef712c0d74", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "9a4a6d9b-641a-412b-84a2-74166a7b690d", "name": "A PAY.JP resource object", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/three_d_secure_requests/:id", "host": [ "{{baseUrl}}" ], "path": [ "three_d_secure_requests", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"object\": \"\",\n \"livemode\": \"\",\n \"created\": \"\",\n \"dolore4\": 50173401,\n \"dolor2\": -45227297.88018465\n}", "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-9a4a6d9b-641a-412b-84a2-74166a7b690d" } ], "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-b368760b-4998-43e0-99d4-3884c21a5eec" } ], "id": "6e93550f-27b9-482a-a442-307556994496", "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-6e93550f-27b9-482a-a442-307556994496" }, { "name": "List 3D Secure requests", "id": "d1e1d8b6-edb1-4c12-81dd-5914b8234439", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/three_d_secure_requests", "host": [ "{{baseUrl}}" ], "path": [ "three_d_secure_requests" ] } }, "response": [ { "id": "9c247d4a-4f15-49cf-9df1-d87401cb5d33", "name": "A paginated list object", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/three_d_secure_requests", "host": [ "{{baseUrl}}" ], "path": [ "three_d_secure_requests" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"object\": \"\",\n \"count\": \"\",\n \"has_more\": \"\",\n \"url\": \"\",\n \"data\": [\n {\n \"id\": \"\",\n \"object\": \"\",\n \"livemode\": \"\",\n \"created\": \"\"\n },\n {\n \"id\": \"\",\n \"object\": \"\",\n \"livemode\": \"\",\n \"created\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-9c247d4a-4f15-49cf-9df1-d87401cb5d33" } ], "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-d1e1d8b6-edb1-4c12-81dd-5914b8234439" }, { "name": "Create a 3D Secure request", "id": "dcb394ec-8db5-4402-99db-1b6e98ad4d82", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "A card id (car_xxx) to authenticate", "key": "resource_id", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/three_d_secure_requests", "host": [ "{{baseUrl}}" ], "path": [ "three_d_secure_requests" ] } }, "response": [ { "id": "fc7e8820-5ca3-4e95-ac50-efccecb65608", "name": "A PAY.JP resource object", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "A card id (car_xxx) to authenticate", "key": "resource_id", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/three_d_secure_requests", "host": [ "{{baseUrl}}" ], "path": [ "three_d_secure_requests" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"object\": \"\",\n \"livemode\": \"\",\n \"created\": \"\",\n \"dolore4\": 50173401,\n \"dolor2\": -45227297.88018465\n}", "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-fc7e8820-5ca3-4e95-ac50-efccecb65608" } ], "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-dcb394ec-8db5-4402-99db-1b6e98ad4d82" } ], "id": "5fb377eb-a6ce-499b-8391-341c0e2236dc", "createdAt": "2026-07-28T02:32:06.000Z", "updatedAt": "2026-07-28T02:32:06.000Z", "uid": "35240-5fb377eb-a6ce-499b-8391-341c0e2236dc" } ], "auth": { "type": "basic", "basic": [ { "key": "username", "value": "{{basicAuthUsername}}", "type": "string" }, { "key": "password", "value": "{{basicAuthPassword}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.pay.jp/v1" } ] }