{ "info": { "_postman_id": "f453d067-7131-4a33-afb8-90df5934b904", "name": "Splitit Account Management System Authentication API", "description": "API for onboarding and managing sub-merchants on the Splitit platform. Enables payment facilitators and marketplace operators to add merchant partners, upload compliance documents, send onboarding invitations, monitor approval status, retrieve pending accounts, and generate time-limited secure login links for merchant portal access.\n\nContact Support:\n Name: Splitit Developer Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:59:51.000Z", "updatedAt": "2026-07-28T02:59:51.000Z", "lastUpdatedBy": "35240", "uid": "35240-f453d067-7131-4a33-afb8-90df5934b904" }, "item": [ { "name": "token", "item": [ { "name": "Get Splitit Token", "id": "4a6398c2-f374-4a82-af60-f9c26a7a0cfb", "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": "(Required) ", "key": "grant_type", "value": "client_credentials" }, { "description": "(Required) API Username from Merchant Hub", "key": "client_id", "value": "" }, { "description": "(Required) Active API password from Merchant Hub", "key": "client_secret", "value": "" }, { "key": "scope", "value": "" } ] }, "url": { "raw": "https://id.production.splitit.com/connect/token", "protocol": "https", "host": [ "id", "production", "splitit", "com" ], "path": [ "connect", "token" ] }, "description": "Authenticate using your client_id and client_secret to obtain a Bearer access token for use in all subsequent API calls." }, "response": [ { "id": "2c8df3fe-1ff6-4d35-beae-e6d35f70a3bb", "name": "Access token issued successfully", "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: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "grant_type", "value": "client_credentials" }, { "description": "(Required) API Username from Merchant Hub", "key": "client_id", "value": "" }, { "description": "(Required) Active API password from Merchant Hub", "key": "client_secret", "value": "" }, { "key": "scope", "value": "" } ] }, "url": { "raw": "https://id.production.splitit.com/connect/token", "protocol": "https", "host": [ "id", "production", "splitit", "com" ], "path": [ "connect", "token" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"access_token\": \"\",\n \"token_type\": \"\",\n \"expires_in\": \"\"\n}", "createdAt": "2026-07-28T02:59:51.000Z", "updatedAt": "2026-07-28T02:59:51.000Z", "uid": "35240-2c8df3fe-1ff6-4d35-beae-e6d35f70a3bb" }, { "id": "4e10162f-b2f0-4d71-a881-d56eaf53b121", "name": "Invalid credentials", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "grant_type", "value": "client_credentials" }, { "description": "(Required) API Username from Merchant Hub", "key": "client_id", "value": "" }, { "description": "(Required) Active API password from Merchant Hub", "key": "client_secret", "value": "" }, { "key": "scope", "value": "" } ] }, "url": { "raw": "https://id.production.splitit.com/connect/token", "protocol": "https", "host": [ "id", "production", "splitit", "com" ], "path": [ "connect", "token" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:51.000Z", "updatedAt": "2026-07-28T02:59:51.000Z", "uid": "35240-4e10162f-b2f0-4d71-a881-d56eaf53b121" } ], "createdAt": "2026-07-28T02:59:51.000Z", "updatedAt": "2026-07-28T02:59:51.000Z", "uid": "35240-4a6398c2-f374-4a82-af60-f9c26a7a0cfb" } ], "id": "8b4f44bb-25d2-46ac-a24a-9650c42f6deb", "createdAt": "2026-07-28T02:59:51.000Z", "updatedAt": "2026-07-28T02:59:51.000Z", "uid": "35240-8b4f44bb-25d2-46ac-a24a-9650c42f6deb" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://webapi.production.splitit.com" } ] }