{"info":{"_postman_id":"eaf81f31-f501-4053-b94a-2146bfb3f59c","name":"API Docs","description":"<html><head></head><body><p>API Docs collection for Cal Platform services.</p>\n<p>This collection documents various backend services and flows exposed by the Cal Platform. Each request includes:</p>\n<ul>\n<li><p>HTTP method and URL</p>\n</li>\n<li><p>Description and usage notes</p>\n</li>\n<li><p>Parameters (path, query, headers)</p>\n</li>\n<li><p>Example responses</p>\n</li>\n</ul>\n<p>Use the folders to navigate by domain (e.g., Partners, Consumers, Issuing) and open individual requests to see detailed per-endpoint documentation in the <strong>Docs</strong> tab.</p>\n<p>Authentication, environments, and common variables are defined at the collection or environment level; refer to those sections for setup details.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"23100559","collectionId":"eaf81f31-f501-4053-b94a-2146bfb3f59c","publishedId":"2sAXxMet8D","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-06T11:43:34.000Z"},"item":[{"name":"Authorization","item":[{"name":"SignIn - B2B","event":[{"listen":"test","script":{"id":"51175957-3481-4ed7-8a9e-a8afcfd00dfb","exec":["const jsonResponse = pm.response.json();","pm.globals.set(\"CognitoToken\", jsonResponse.data.idToken);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ed137d33-8464-4b86-9610-e02ace75e65f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\" : \"john_doe\",\n    \"password\" : \"********\"\n}"},"url":"https://api.stage.cal-platform.com/api/signin","description":"<p>Authenticates a B2B user against AWS Cognito and returns JWT tokens for use in subsequent API calls. Submit credentials in the request body; the response shape depends on the user's MFA status:</p>\n<ul>\n<li><strong>Standard sign-in</strong> — returns <code>idToken</code>, <code>accessToken</code>, and <code>refreshToken</code></li>\n<li><strong>MFA setup required</strong> — returns a <code>qrCodeUrl</code> for the user to scan and complete TOTP setup</li>\n<li><strong>MFA sign-in</strong> — returns <code>idToken</code>, <code>accessToken</code>, <code>refreshToken</code>, <code>tokenType</code>, and <code>ExpiresIn</code></li>\n</ul>\n<h3 id=\"parameters\"><strong>Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>Required</td>\n<td>String</td>\n<td>User's Cognito username — UUID for B2B pools, email address for email-based pools</td>\n<td><code>00000000-0000-0000-0000-000000000000</code></td>\n</tr>\n<tr>\n<td>password</td>\n<td>Required</td>\n<td>String</td>\n<td>The user's password</td>\n<td><code>Password1234</code></td>\n</tr>\n<tr>\n<td>usertotpcode</td>\n<td>Optional</td>\n<td>String</td>\n<td>TOTP code from authenticator app — required when MFA is enforced for the pool</td>\n<td><code>123456</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","signin"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"b40526c9-8983-4780-b1aa-7122699434fc","name":"SignIn","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\" : \"john_doe\",\n    \"password\" : \"********\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/api/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"message\": \"user signed in successfully \",\n    \"data\": {\n        \"idToken\": \"idToken\",\n        \"accessToken\": \"accessToken\",\n        \"refreshToken\": \"refreshToken\"\n    }\n}"},{"id":"2189903a-9ddf-4293-fde6-8e0dd8a1cf78","name":"SignIn - MFA Setup Required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\" : \"john_doe\",\n    \"password\" : \"********\"\n}"},"url":"https://api.stage.cal-platform.com/api/signin","description":"Authenticates a B2B user against AWS Cognito and returns JWT tokens for use in subsequent API calls. Submit credentials in the request body; the response shape depends on the user's MFA status:\n\n- **Standard sign-in** — returns `idToken`, `accessToken`, and `refreshToken`\n- **MFA setup required** — returns a `qrCodeUrl` for the user to scan and complete TOTP setup\n- **MFA sign-in** — returns `idToken`, `accessToken`, `refreshToken`, `tokenType`, and `ExpiresIn`\n\n### **Parameters**\n\n| Parameter Name | Required/Optional | Type | Description | Example Value |\n| --- | --- | --- | --- | --- |\n| username | Required | String | User's Cognito username — UUID for B2B pools, email address for email-based pools | `00000000-0000-0000-0000-000000000000` |\n| password | Required | String | The user's password | `Password1234` |\n| usertotpcode | Optional | String | TOTP code from authenticator app — required when MFA is enforced for the pool | `123456` |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"value":"application/json","key":"Content-Type"}],"cookie":[],"responseTime":null,"body":"{\\n    \"status\": 1,\\n    \"message\": \"user signed in successfully\",\\n    \"data\": {\\n        \"qrCodeUrl\": \"otpauth://totp/cal-platform:username?secret=XXXXXXXXXXXXXXXX&issuer=cal-platform\"\\n    }\\n}"},{"id":"58665c6e-d61c-8b77-8113-a0d5912c5ddc","name":"SignIn - MFA","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\" : \"john_doe\",\n    \"password\" : \"********\"\n}"},"url":"https://api.stage.cal-platform.com/api/signin","description":"Authenticates a B2B user against AWS Cognito and returns JWT tokens for use in subsequent API calls. Submit credentials in the request body; the response shape depends on the user's MFA status:\n\n- **Standard sign-in** — returns `idToken`, `accessToken`, and `refreshToken`\n- **MFA setup required** — returns a `qrCodeUrl` for the user to scan and complete TOTP setup\n- **MFA sign-in** — returns `idToken`, `accessToken`, `refreshToken`, `tokenType`, and `ExpiresIn`\n\n### **Parameters**\n\n| Parameter Name | Required/Optional | Type | Description | Example Value |\n| --- | --- | --- | --- | --- |\n| username | Required | String | User's Cognito username — UUID for B2B pools, email address for email-based pools | `00000000-0000-0000-0000-000000000000` |\n| password | Required | String | The user's password | `Password1234` |\n| usertotpcode | Optional | String | TOTP code from authenticator app — required when MFA is enforced for the pool | `123456` |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\\n    \"status\": 1,\\n    \"message\": \"user signed in successfully\",\\n    \"data\": {\\n        \"idToken\": \"idToken\",\\n        \"accessToken\": \"accessToken\",\\n        \"refreshToken\": \"refreshToken\",\\n        \"tokenType\": \"Bearer\",\\n        \"ExpiresIn\": 3600\\n    }\\n}"},{"id":"a4e54ebd-70b3-4c6f-91c5-f589c2cb3be6","name":"SignIn - MFA","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"john_doe\",\n    \"password\": \"********\",\n    \"usertotpcode\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/api/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{                                                                                                                                                                                                                                  \n    \"status\": 1,\n    \"message\": \"user signed in successfully\",                                                                                                                                                                                      \n    \"data\": {                                \n        \"idToken\": \"idToken\",\n        \"accessToken\": \"accessToken\",\n        \"refreshToken\": \"refreshToken\",\n        \"tokenType\": \"Bearer\",                                                                                                                                                                                                     \n        \"ExpiresIn\": 3600     \n    }                                                                                                                                                                                                                              \n}"}],"_postman_id":"ed137d33-8464-4b86-9610-e02ace75e65f"}],"id":"117916f0-6d24-40ce-afef-99739bb73065","_postman_id":"117916f0-6d24-40ce-afef-99739bb73065","description":""},{"name":"Card Issuance","item":[{"name":"InitWizardProcedure","event":[{"listen":"test","script":{"id":"8bceae41-4616-4f3a-be2b-ffc0faa534c0","exec":["const jsonResponse = pm.response.json();","const url = jsonResponse.result.url;","const wizardProcedureRefId = url.split('=')[1];","pm.globals.set(\"WizardProcedureRefId\", wizardProcedureRefId);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"59571ec4-d851-4b04-bbd5-a2b95c70634a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}"}],"body":{"mode":"raw","raw":"{\n    \"product\": {\n        \"refId\": \"550e8400-e29b-41d4-a716-446655440000\"\n    },\n    \"webhookEvents\": [\n        {\n            \"eventName\": \"cardSuccessfulIssuance\",\n            \"serviceName\": \"<your-service-name>\"\n        }\n    ],\n    \"wizardData\": {\n        \"verifyIdentity\": {\n            \"data\": {\n                \"firstName\": {\n                    \"value\": \"John\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"lastName\": {\n                    \"value\": \"Doe\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"identifier\": {\n                    \"value\": \"123456789\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"identifierType\": {\n                    \"value\": \"id\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"dateOfBirth\": {\n                    \"value\": \"1990-01-01T00:00:00.000Z\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"gender\": {\n                    \"value\": \"male\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                }\n            }\n        },\n        \"verifyIdentityBeneficiary\": {\n            \"data\": {\n                \"firstName\": {\n                    \"value\": \"Jane\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"lastName\": {\n                    \"value\": \"Doe\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"identifier\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"identifierType\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"dateOfBirth\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"gender\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                }\n            }\n        },\n        \"contactDetails\": {\n            \"data\": {\n                \"email\": {\n                    \"value\": \"john.doe@example.com\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"phoneNumber\": {\n                    \"value\": \"0541234567\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                }\n            }\n        },\n        \"contactDetailsBeneficiary\": {\n            \"data\": {\n                \"email\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"phoneNumber\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false,\n                    \"isDisplayOptionalLabel\": true\n                }\n            }\n        },\n        \"nameOnCard\": {\n            \"data\": {\n                \"firstNameOnCard\": {\n                    \"value\": \"John\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"lastNameOnCard\": {\n                    \"value\": \"Doe\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                }\n            }\n        },\n        \"nameOnCardBeneficiary\": {\n            \"data\": {\n                \"firstNameOnCard\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"lastNameOnCard\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                }\n            }\n        },\n        \"address\": {\n            \"data\": {\n                \"city\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": true\n                },\n                \"street\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": true\n                },\n                \"buildingNumber\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": true\n                },\n                \"zipCode\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": true\n                },\n                \"entrance\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"state\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"country\": {\n                    \"value\": \"Israel\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"apartment\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"poBox\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/issuing-backend/api/InitWizardProcedure","description":"<p>Creates or retrieves a URL for a credit card issuance wizard. The generated URL includes a <code>wizardProcedureRefId</code> parameter that identifies the wizard session. The request includes the required product reference and optional configuration for wizard fields, webhooks, employee association, issuance settings, and terms.</p>\n<blockquote>\n<p><strong>Note:</strong> Every <code>wizardData.\\*.data.\\*</code> field is a property wrapper object with the following shared fields: <code>value</code> (type varies per field), <code>isReadOnly</code> (boolean), <code>isHiddenOnScreen</code> (boolean), <code>isRequired</code> (boolean), <code>isDisplayOptionalLabel</code> (boolean), <code>isInputVerification</code> (boolean). </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>product.refId</code></td>\n<td>Required</td>\n<td>string (UUID)</td>\n<td>Product reference ID</td>\n<td><code>\"550e8400-e29b-41d4-a716-446655440000\"</code></td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Optional</td>\n<td><code>IssuingStatus</code> enum</td>\n<td>Issuance status (<code>pending</code>, <code>ongoing</code>, <code>completed</code>, <code>completedByPartner</code>, <code>issuanceFailure</code>, <code>abandoned</code>)</td>\n<td><code>\"pending\"</code></td>\n</tr>\n<tr>\n<td><code>webhookEvents[].eventName</code></td>\n<td>Optional</td>\n<td><code>WebhookEventName</code> enum</td>\n<td>Webhook event to subscribe to (<code>cardSuccessfulIssuance</code>, <code>cardApproval</code>, <code>swapCard</code>, <code>updateCardStatus</code>)</td>\n<td><code>\"cardSuccessfulIssuance\"</code></td>\n</tr>\n<tr>\n<td><code>webhookEvents[].serviceName</code></td>\n<td>Optional</td>\n<td><code>WebHookServiceName</code> enum</td>\n<td>Webhook service handler</td>\n<td><code>\"notifyIssuedCard\"</code></td>\n</tr>\n<tr>\n<td><code>employee.refId</code></td>\n<td>Optional</td>\n<td>string (UUID)</td>\n<td>Employee reference ID</td>\n<td><code>\"550e8400-e29b-41d4-a716-446655440000\"</code></td>\n</tr>\n<tr>\n<td><code>employee.employeePaymentAccountManagerId</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Employee payment account manager ID</td>\n<td><code>\"EMP-12345\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.verifyIdentity.data.identifier</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Cardholder ID number</td>\n<td><code>\"123456789\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.verifyIdentity.data.identifierType</code></td>\n<td>Optional</td>\n<td><code>IdentifierType</code> enum</td>\n<td>Type of identifier (<code>id</code>, <code>passport</code>, <code>driversLicense</code>, <code>socialSecurityNumber</code>, <code>index</code>)</td>\n<td><code>\"id\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.verifyIdentity.data.firstName</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Cardholder first name</td>\n<td><code>\"John\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.verifyIdentity.data.lastName</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Cardholder last name</td>\n<td><code>\"Doe\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.verifyIdentity.data.dateOfBirth</code></td>\n<td>Optional</td>\n<td>Date (ISO 8601)</td>\n<td>Cardholder date of birth</td>\n<td><code>\"1990-01-01T00:00:00.000Z\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.verifyIdentity.data.gender</code></td>\n<td>Optional</td>\n<td><code>Gender</code> enum</td>\n<td>Cardholder gender (<code>male</code>, <code>female</code>, <code>other</code>)</td>\n<td><code>\"male\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.verifyIdentityBeneficiary.data.identifier</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Beneficiary ID number</td>\n<td><code>\"987654321\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.verifyIdentityBeneficiary.data.identifierType</code></td>\n<td>Optional</td>\n<td><code>IdentifierType</code> enum</td>\n<td>Type of beneficiary identifier</td>\n<td><code>\"id\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.verifyIdentityBeneficiary.data.firstName</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Beneficiary first name</td>\n<td><code>\"Jane\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.verifyIdentityBeneficiary.data.lastName</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Beneficiary last name</td>\n<td><code>\"Doe\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.verifyIdentityBeneficiary.data.dateOfBirth</code></td>\n<td>Optional</td>\n<td>Date (ISO 8601)</td>\n<td>Beneficiary date of birth</td>\n<td><code>\"1992-05-15T00:00:00.000Z\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.verifyIdentityBeneficiary.data.gender</code></td>\n<td>Optional</td>\n<td><code>Gender</code> enum</td>\n<td>Beneficiary gender</td>\n<td><code>\"female\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentity.data.identifier</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Cardholder ID number</td>\n<td><code>\"123456789\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentity.data.identifierType</code></td>\n<td>Optional</td>\n<td><code>IdentifierType</code> enum</td>\n<td>Type of identifier</td>\n<td><code>\"id\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentity.data.firstName</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Cardholder first name</td>\n<td><code>\"John\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentity.data.lastName</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Cardholder last name</td>\n<td><code>\"Doe\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentity.data.dateOfBirth</code></td>\n<td>Optional</td>\n<td>Date (ISO 8601)</td>\n<td>Cardholder date of birth</td>\n<td><code>\"1990-01-01T00:00:00.000Z\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentity.data.gender</code></td>\n<td>Optional</td>\n<td><code>Gender</code> enum</td>\n<td>Cardholder gender</td>\n<td><code>\"male\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentity.data.idIssueDate</code></td>\n<td>Optional</td>\n<td>Date (ISO 8601)</td>\n<td>ID document issue date</td>\n<td><code>\"2020-06-15T00:00:00.000Z\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentityBeneficiary.data.identifier</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Beneficiary ID number</td>\n<td><code>\"987654321\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentityBeneficiary.data.identifierType</code></td>\n<td>Optional</td>\n<td><code>IdentifierType</code> enum</td>\n<td>Type of beneficiary identifier</td>\n<td><code>\"id\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentityBeneficiary.data.firstName</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Beneficiary first name</td>\n<td><code>\"Jane\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentityBeneficiary.data.lastName</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Beneficiary last name</td>\n<td><code>\"Doe\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentityBeneficiary.data.dateOfBirth</code></td>\n<td>Optional</td>\n<td>Date (ISO 8601)</td>\n<td>Beneficiary date of birth</td>\n<td><code>\"1992-05-15T00:00:00.000Z\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentityBeneficiary.data.gender</code></td>\n<td>Optional</td>\n<td><code>Gender</code> enum</td>\n<td>Beneficiary gender</td>\n<td><code>\"female\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.strictVerifyIdentityBeneficiary.data.idIssueDate</code></td>\n<td>Optional</td>\n<td>Date (ISO 8601)</td>\n<td>Beneficiary ID document issue date</td>\n<td><code>\"2018-03-10T00:00:00.000Z\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.contactDetails.data.email</code></td>\n<td>Optional</td>\n<td>string (email)</td>\n<td>Cardholder email address</td>\n<td><code>\"john.doe@example.com\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.contactDetails.data.phoneNumber</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Cardholder phone number</td>\n<td><code>\"0541234567\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.contactDetailsBeneficiary.data.email</code></td>\n<td>Optional</td>\n<td>string (email)</td>\n<td>Beneficiary email address</td>\n<td><code>\"jane.doe@example.com\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.contactDetailsBeneficiary.data.phoneNumber</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Beneficiary phone number</td>\n<td><code>\"0501234567\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.nameOnCard.data.firstNameOnCard</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>First name on card</td>\n<td><code>\"John\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.nameOnCard.data.lastNameOnCard</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Last name on card</td>\n<td><code>\"Doe\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.nameOnCardBeneficiary.data.firstNameOnCard</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Beneficiary first name on card</td>\n<td><code>\"Jane\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.nameOnCardBeneficiary.data.lastNameOnCard</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Beneficiary last name on card</td>\n<td><code>\"Doe\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.address.data.street</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Street name</td>\n<td><code>\"Main Street\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.address.data.buildingNumber</code></td>\n<td>Optional</td>\n<td>number</td>\n<td>Building number</td>\n<td><code>42</code></td>\n</tr>\n<tr>\n<td><code>wizardData.address.data.entrance</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Building entrance</td>\n<td><code>\"A\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.address.data.apartment</code></td>\n<td>Optional</td>\n<td>number</td>\n<td>Apartment number</td>\n<td><code>5</code></td>\n</tr>\n<tr>\n<td><code>wizardData.address.data.poBox</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>P.O. Box</td>\n<td><code>\"12345\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.address.data.city</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>City</td>\n<td><code>\"Tel Aviv\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.address.data.state</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>State / Province</td>\n<td><code>\"IL\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.address.data.zipCode</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>ZIP / Postal code</td>\n<td><code>\"6100000\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.address.data.country</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Country</td>\n<td><code>\"Israel\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.cardDesign.data.catalogNumber</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Design catalog number</td>\n<td><code>\"CAT-001\"</code></td>\n</tr>\n<tr>\n<td><code>wizardData.cardPhysicalitySelection.data.cardPhysicality</code></td>\n<td>Optional</td>\n<td><code>CardPhysicality</code> enum</td>\n<td>Card physicality type (<code>physicalAndVirtual</code>, <code>virtualOnly</code>)</td>\n<td><code>\"physicalAndVirtual\"</code></td>\n</tr>\n<tr>\n<td><code>issuingData.contractorCode</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Contractor code</td>\n<td><code>\"CONT-001\"</code></td>\n</tr>\n<tr>\n<td><code>issuingData.businessPartnerCode</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Business partner code</td>\n<td><code>\"BP-001\"</code></td>\n</tr>\n<tr>\n<td><code>issuingData.creditCardBrand</code></td>\n<td>Optional</td>\n<td><code>CreditCardBrand</code> enum</td>\n<td>Credit card brand (<code>visa</code>, <code>masterCard</code>, <code>diners</code>, <code>americanExpress</code>)</td>\n<td><code>\"masterCard\"</code></td>\n</tr>\n<tr>\n<td><code>termsData.summarize</code></td>\n<td>Optional</td>\n<td><code>{ key: string, value: string }[]</code></td>\n<td>Summary items displayed on the terms screen</td>\n<td><code>[{ \"key\": \"Annual Fee\", \"value\": \"Free\" }]</code></td>\n</tr>\n<tr>\n<td><code>termsData.approvals</code></td>\n<td>Optional</td>\n<td><code>string[]</code></td>\n<td>Required approval identifiers</td>\n<td><code>[\"terms-of-service\"]</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["issuing-backend","api","InitWizardProcedure"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"718ef713-643d-460a-b7ea-eeced5ac0d11","name":"InitWizardProcedure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}"}],"body":{"mode":"raw","raw":"{\n    \"product\": {\n        \"refId\": \"39ef5785-1073-4ef3-b880-ad41e2b36829\"\n    },\n    \"webhookEvents\": [\n        {\n            \"serviceName\": \"payBoxNotifyIssuedCard\",\n            \"eventName\": \"cardSuccessfulIssuance\"\n        }\n    ],\n    \"wizardData\": {\n        \"verifyIdentity\": {\n            \"data\": {\n                \"firstName\": {\n                    \"value\": \"דור\",  // value of firstName\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": null\n                },\n                \"lastName\": {\n                    \"value\": \"זילכה\", // value of lastName\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": null\n                },\n                \"identifier\": {\n                    \"value\": \"213456789\",  // value of identifier\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": null\n                },\n                 \"identifierType\": {\n                    \"value\": \"id\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": null\n                },\n                \"dateOfBirth\": {\n                    \"value\": \"1980-01-22 00:00:00.0\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": null\n                },\n                \"gender\": {\n                    \"value\": \"male\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": null\n                }\n            }\n        },\n        \"verifyIdentityBeneficiary\": {\n            \"data\": {\n                \"firstName\": {\n                    \"value\": \"עומר\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": null\n                },\n                \"lastName\": {\n                    \"value\": \"משה\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": null\n                },\n                \"identifier\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"dateOfBirth\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"gender\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                }\n            }\n        },\n        \"contactDetails\": {\n            \"data\": {\n                \"email\": {\n                    \"value\": \"dorz@cal-platform.com\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": null\n                },\n                \"phoneNumber\": {\n                    \"value\": \"0541234522\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": null\n                }\n            }\n        },\n        \"contactDetailsBeneficiary\": {\n            \"data\": {\n                \"email\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": null\n                },\n                \"phoneNumber\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false,\n                    \"isDisplayOptionalLabel\": true\n                }\n            }\n        },\n        \"nameOnCard\": {\n            \"data\": {\n                \"firstNameOnCard\": {\n                    \"value\": \"Dor\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": null\n                },\n                \"lastNameOnCard\": {\n                    \"value\": \"Zilka\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": null\n                }\n            }\n        },\n         \"nameOnCardBeneficiary\": {\n            \"data\": {\n                \"firstNameOnCard\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": null\n                },\n                \"lastNameOnCard\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": null\n                }\n            }\n        },\n        \"address\": {\n            \"data\": {\n                \"city\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": true\n                },\n                \"street\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": true\n                },\n                \"buildingNumber\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": true\n                },\n                \"zipCode\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": true\n                },\n                \"entrance\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"state\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"country\": {\n                    \"value\": \"ישראל\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"apartment\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"poBox\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"api.stage.cal-platform.com/api/InitWizardProcedure"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"url\": \"https://issuing.cal-platform.com?wizardProcedureRefId=318edb68-e942-4a2b-94fd-1686593441b2\",\n        \"isNewLink\": true,\n        \"linkCreatedAt\": \"03/10/2024 17:41\"\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"27683b92-dce6-4f1e-84a0-8e87d4ba4db5\",\n    \"httpStatus\": 200\n}"},{"id":"f3dff26c-7a87-83d4-9949-60995cfd2890","name":"InitWizardProcedure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}"}],"body":{"mode":"raw","raw":"{\n    \"product\": {\n        \"refId\": \"550e8400-e29b-41d4-a716-446655440000\"\n    },\n    \"webhookEvents\": [\n        {\n            \"eventName\": \"cardSuccessfulIssuance\",\n            \"serviceName\": \"<your-service-name>\"\n        }\n    ],\n    \"wizardData\": {\n        \"verifyIdentity\": {\n            \"data\": {\n                \"firstName\": {\n                    \"value\": \"John\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"lastName\": {\n                    \"value\": \"Doe\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"identifier\": {\n                    \"value\": \"123456789\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"identifierType\": {\n                    \"value\": \"id\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"dateOfBirth\": {\n                    \"value\": \"1990-01-01T00:00:00.000Z\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"gender\": {\n                    \"value\": \"male\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                }\n            }\n        },\n        \"verifyIdentityBeneficiary\": {\n            \"data\": {\n                \"firstName\": {\n                    \"value\": \"Jane\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"lastName\": {\n                    \"value\": \"Doe\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"identifier\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"identifierType\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"dateOfBirth\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"gender\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                }\n            }\n        },\n        \"contactDetails\": {\n            \"data\": {\n                \"email\": {\n                    \"value\": \"john.doe@example.com\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"phoneNumber\": {\n                    \"value\": \"0541234567\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                }\n            }\n        },\n        \"contactDetailsBeneficiary\": {\n            \"data\": {\n                \"email\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"phoneNumber\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false,\n                    \"isDisplayOptionalLabel\": true\n                }\n            }\n        },\n        \"nameOnCard\": {\n            \"data\": {\n                \"firstNameOnCard\": {\n                    \"value\": \"John\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"lastNameOnCard\": {\n                    \"value\": \"Doe\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                }\n            }\n        },\n        \"nameOnCardBeneficiary\": {\n            \"data\": {\n                \"firstNameOnCard\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"lastNameOnCard\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                }\n            }\n        },\n        \"address\": {\n            \"data\": {\n                \"city\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": true\n                },\n                \"street\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": true\n                },\n                \"buildingNumber\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": true\n                },\n                \"zipCode\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": true\n                },\n                \"entrance\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"state\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": false\n                },\n                \"country\": {\n                    \"value\": \"Israel\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"apartment\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                },\n                \"poBox\": {\n                    \"value\": null,\n                    \"isHiddenOnScreen\": false,\n                    \"isReadOnly\": false,\n                    \"isRequired\": false\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/issuing-backend/api/InitWizardProcedure","description":"Creates or retrieves a URL for a credit card issuance wizard. The generated URL includes a `wizardProcedureRefId` parameter that identifies the wizard session. The request includes the required product reference and optional configuration for wizard fields, webhooks, employee association, issuance settings, and terms.\n\n> **Note:** Every `wizardData.\\*.data.\\*` field is a property wrapper object with the following shared fields: `value` (type varies per field), `isReadOnly` (boolean), `isHiddenOnScreen` (boolean), `isRequired` (boolean), `isDisplayOptionalLabel` (boolean), `isInputVerification` (boolean). \n  \n\n| Parameter Name | Required/Optional | Type | Description | Example Value |\n| --- | --- | --- | --- | --- |\n| `product.refId` | Required | string (UUID) | Product reference ID | `\"550e8400-e29b-41d4-a716-446655440000\"` |\n| `status` | Optional | `IssuingStatus` enum | Issuance status (`pending`, `ongoing`, `completed`, `completedByPartner`, `issuanceFailure`, `abandoned`) | `\"pending\"` |\n| `webhookEvents[].eventName` | Optional | `WebhookEventName` enum | Webhook event to subscribe to (`cardSuccessfulIssuance`, `cardApproval`, `swapCard`, `updateCardStatus`) | `\"cardSuccessfulIssuance\"` |\n| `webhookEvents[].serviceName` | Optional | `WebHookServiceName` enum | Webhook service handler | `\"notifyIssuedCard\"` |\n| `employee.refId` | Optional | string (UUID) | Employee reference ID | `\"550e8400-e29b-41d4-a716-446655440000\"` |\n| `employee.employeePaymentAccountManagerId` | Optional | string | Employee payment account manager ID | `\"EMP-12345\"` |\n| `wizardData.verifyIdentity.data.identifier` | Optional | string | Cardholder ID number | `\"123456789\"` |\n| `wizardData.verifyIdentity.data.identifierType` | Optional | `IdentifierType` enum | Type of identifier (`id`, `passport`, `driversLicense`, `socialSecurityNumber`, `index`) | `\"id\"` |\n| `wizardData.verifyIdentity.data.firstName` | Optional | string | Cardholder first name | `\"John\"` |\n| `wizardData.verifyIdentity.data.lastName` | Optional | string | Cardholder last name | `\"Doe\"` |\n| `wizardData.verifyIdentity.data.dateOfBirth` | Optional | Date (ISO 8601) | Cardholder date of birth | `\"1990-01-01T00:00:00.000Z\"` |\n| `wizardData.verifyIdentity.data.gender` | Optional | `Gender` enum | Cardholder gender (`male`, `female`, `other`) | `\"male\"` |\n| `wizardData.verifyIdentityBeneficiary.data.identifier` | Optional | string | Beneficiary ID number | `\"987654321\"` |\n| `wizardData.verifyIdentityBeneficiary.data.identifierType` | Optional | `IdentifierType` enum | Type of beneficiary identifier | `\"id\"` |\n| `wizardData.verifyIdentityBeneficiary.data.firstName` | Optional | string | Beneficiary first name | `\"Jane\"` |\n| `wizardData.verifyIdentityBeneficiary.data.lastName` | Optional | string | Beneficiary last name | `\"Doe\"` |\n| `wizardData.verifyIdentityBeneficiary.data.dateOfBirth` | Optional | Date (ISO 8601) | Beneficiary date of birth | `\"1992-05-15T00:00:00.000Z\"` |\n| `wizardData.verifyIdentityBeneficiary.data.gender` | Optional | `Gender` enum | Beneficiary gender | `\"female\"` |\n| `wizardData.strictVerifyIdentity.data.identifier` | Optional | string | Cardholder ID number | `\"123456789\"` |\n| `wizardData.strictVerifyIdentity.data.identifierType` | Optional | `IdentifierType` enum | Type of identifier | `\"id\"` |\n| `wizardData.strictVerifyIdentity.data.firstName` | Optional | string | Cardholder first name | `\"John\"` |\n| `wizardData.strictVerifyIdentity.data.lastName` | Optional | string | Cardholder last name | `\"Doe\"` |\n| `wizardData.strictVerifyIdentity.data.dateOfBirth` | Optional | Date (ISO 8601) | Cardholder date of birth | `\"1990-01-01T00:00:00.000Z\"` |\n| `wizardData.strictVerifyIdentity.data.gender` | Optional | `Gender` enum | Cardholder gender | `\"male\"` |\n| `wizardData.strictVerifyIdentity.data.idIssueDate` | Optional | Date (ISO 8601) | ID document issue date | `\"2020-06-15T00:00:00.000Z\"` |\n| `wizardData.strictVerifyIdentityBeneficiary.data.identifier` | Optional | string | Beneficiary ID number | `\"987654321\"` |\n| `wizardData.strictVerifyIdentityBeneficiary.data.identifierType` | Optional | `IdentifierType` enum | Type of beneficiary identifier | `\"id\"` |\n| `wizardData.strictVerifyIdentityBeneficiary.data.firstName` | Optional | string | Beneficiary first name | `\"Jane\"` |\n| `wizardData.strictVerifyIdentityBeneficiary.data.lastName` | Optional | string | Beneficiary last name | `\"Doe\"` |\n| `wizardData.strictVerifyIdentityBeneficiary.data.dateOfBirth` | Optional | Date (ISO 8601) | Beneficiary date of birth | `\"1992-05-15T00:00:00.000Z\"` |\n| `wizardData.strictVerifyIdentityBeneficiary.data.gender` | Optional | `Gender` enum | Beneficiary gender | `\"female\"` |\n| `wizardData.strictVerifyIdentityBeneficiary.data.idIssueDate` | Optional | Date (ISO 8601) | Beneficiary ID document issue date | `\"2018-03-10T00:00:00.000Z\"` |\n| `wizardData.contactDetails.data.email` | Optional | string (email) | Cardholder email address | `\"john.doe@example.com\"` |\n| `wizardData.contactDetails.data.phoneNumber` | Optional | string | Cardholder phone number | `\"0541234567\"` |\n| `wizardData.contactDetailsBeneficiary.data.email` | Optional | string (email) | Beneficiary email address | `\"jane.doe@example.com\"` |\n| `wizardData.contactDetailsBeneficiary.data.phoneNumber` | Optional | string | Beneficiary phone number | `\"0501234567\"` |\n| `wizardData.nameOnCard.data.firstNameOnCard` | Optional | string | First name on card | `\"John\"` |\n| `wizardData.nameOnCard.data.lastNameOnCard` | Optional | string | Last name on card | `\"Doe\"` |\n| `wizardData.nameOnCardBeneficiary.data.firstNameOnCard` | Optional | string | Beneficiary first name on card | `\"Jane\"` |\n| `wizardData.nameOnCardBeneficiary.data.lastNameOnCard` | Optional | string | Beneficiary last name on card | `\"Doe\"` |\n| `wizardData.address.data.street` | Optional | string | Street name | `\"Main Street\"` |\n| `wizardData.address.data.buildingNumber` | Optional | number | Building number | `42` |\n| `wizardData.address.data.entrance` | Optional | string | Building entrance | `\"A\"` |\n| `wizardData.address.data.apartment` | Optional | number | Apartment number | `5` |\n| `wizardData.address.data.poBox` | Optional | string | P.O. Box | `\"12345\"` |\n| `wizardData.address.data.city` | Optional | string | City | `\"Tel Aviv\"` |\n| `wizardData.address.data.state` | Optional | string | State / Province | `\"IL\"` |\n| `wizardData.address.data.zipCode` | Optional | string | ZIP / Postal code | `\"6100000\"` |\n| `wizardData.address.data.country` | Optional | string | Country | `\"Israel\"` |\n| `wizardData.cardDesign.data.catalogNumber` | Optional | string | Design catalog number | `\"CAT-001\"` |\n| `wizardData.cardPhysicalitySelection.data.cardPhysicality` | Optional | `CardPhysicality` enum | Card physicality type (`physicalAndVirtual`, `virtualOnly`) | `\"physicalAndVirtual\"` |\n| `issuingData.contractorCode` | Optional | string | Contractor code | `\"CONT-001\"` |\n| `issuingData.businessPartnerCode` | Optional | string | Business partner code | `\"BP-001\"` |\n| `issuingData.creditCardBrand` | Optional | `CreditCardBrand` enum | Credit card brand (`visa`, `masterCard`, `diners`, `americanExpress`) | `\"masterCard\"` |\n| `termsData.summarize` | Optional | `{ key: string, value: string }[]` | Summary items displayed on the terms screen | `[{ \"key\": \"Annual Fee\", \"value\": \"Free\" }]` |\n| `termsData.approvals` | Optional | `string[]` | Required approval identifiers | `[\"terms-of-service\"]` |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\"result\":{\"url\":\"https://issuing.cal-platform.com?wizardProcedureRefId=550e8400-e29b-41d4-a716-446655440000\",\"isNewLink\":true,\"linkCreatedAt\":\"01/01/2025 10:00\"},\"statusDescription\":\"Success\",\"statusCode\":1,\"sessionId\":\"660e8400-e29b-41d4-a716-446655440000\",\"httpStatus\":200}"}],"_postman_id":"59571ec4-d851-4b04-bbd5-a2b95c70634a"},{"name":"InitWizardProcedure HybridFlow","event":[{"listen":"test","script":{"id":"8c62a708-e2be-444a-b222-1f86d132330d","exec":["const jsonResponse = pm.response.json();","const url = jsonResponse.result.url;","const wizardProcedureRefId = url.split('=')[1];","pm.globals.set(\"WizardProcedureRefId\", wizardProcedureRefId);"],"type":"text/javascript","packages":{}}}],"id":"672210e3-d8ac-44d3-95e2-cf527cf590f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product\": {\n        \"refId\": \"44e237e3-2b18-41be-a684-7717f023a314\"\n    },\n    \"termsData\": {\n        \"approvals\": [\n            \"defaultApproval\",\n            \"cardStatementsApproval\",\n            \"issuerAdvertisingApproval\"\n        ]\n    },\n    \"webhookEvents\": [\n        {\n            \"serviceName\": \"NotifyIssuedCard\",\n            \"eventName\": \"cardSuccessfulIssuance\"\n        }\n    ],\n    \"wizardData\": {\n        \"verifyIdentity\": {\n            \"data\": {\n                \"identifier\": {\n                    \"value\": \"62864723\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": true\n                },\n                \"identifierType\": {\n                    \"value\": \"id\",\n                    \"isHiddenOnScreen\": true,\n                    \"isReadOnly\": true,\n                    \"isRequired\": null\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/issuing-backend/api/InitWizardProcedure","description":"<p>Before starting with this endpoint you need to impelement as iframe or web view this page:</p>\n<p><a href=\"https://pre-issuing.stage.cal-platform.com/?locale=he-IL&amp;partnerName=wolt&amp;identifierType=id\">https://pre-issuing.stage.cal-platform.com/?locale=he-IL&amp;partnerName=partnerName&amp;identifierType=id</a><br />explain about the paramters In the url</p>\n<p>Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>locale</td>\n<td>optional</td>\n<td>string</td>\n<td>there is a default lang he-IL</td>\n<td>he-IL</td>\n</tr>\n<tr>\n<td>partnerName</td>\n<td>optional</td>\n<td>string</td>\n<td>a partner name that to take the design lang of yours</td>\n<td>partnerName</td>\n</tr>\n<tr>\n<td>identifierType</td>\n<td>optional</td>\n<td>string</td>\n<td>default id</td>\n<td>id</td>\n</tr>\n</tbody>\n</table>\n</div><p>Once the client enters their identifier on this page, you can retrieve the data in one of two ways:</p>\n<ol>\n<li><p><strong>Redirect to the success URL</strong><br /> Send the user to<br /> <code>https://partnerName.cal-platform.com/success?identifier={{guid}}</code></p>\n</li>\n<li><p><strong>Use postMessage</strong></p>\n<p> From within the iframe, post the <code>guid</code> back to the parent window.</p>\n</li>\n</ol>\n<p>When that process finishes, simply assign the <code>guid</code> you received from the success URL to your <code>identifier</code> object’s value.</p>\n<p>This api allow the user to create a url for generating new credit card using initWizardProcedureId as part of the generated url .The request contains the related productRefId that customer choose to associate the card with and other parameters that will be needed later on in the process like data on the user , webHook and more.</p>\n<p>Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>product.refId</code></td>\n<td>Required</td>\n<td>UUID</td>\n<td>Product reference ID</td>\n<td><code>39ef5785-1073-4ef3-b880-ad41e2b36829</code></td>\n</tr>\n<tr>\n<td>termsData.approval</td>\n<td>Required  <br />explisit required  <br />defaultApproval,  <br />cardStatementApproval,  <br />issuerAdverisingApproval</td>\n<td>stringArray</td>\n<td>array of approval</td>\n<td>\"defaultApproval\", \"cardStatementsApproval\", \"issuerAdvertisingApproval\"</td>\n</tr>\n<tr>\n<td><code>webhookEvents[0].serviceName</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Service name for webhook event usealy procided by us to a partner so we could identify with the partner before sending the massage</td>\n<td><code>NotifyIssuedCard</code></td>\n</tr>\n<tr>\n<td><code>webhookEvents[0].eventName</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Event name for webhook event</td>\n<td>cardSuccessfulIssuance</td>\n</tr>\n<tr>\n<td><code>webhookEvents[1].serviceName</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Service name for webhook event usealy procided by us to a partner so we could identify with the partner before sending the massage</td>\n<td>xxNotifyCardSwap</td>\n</tr>\n<tr>\n<td><code>webhookEvents[1].eventName</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Event name for webhook event</td>\n<td>swapCard</td>\n</tr>\n<tr>\n<td><code>webhookEvents[2].serviceName</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Service name for webhook event usealy procided by us to a partner so we could identify with the partner before sending the massage</td>\n<td>xxNotifyUpdateCardStatus</td>\n</tr>\n<tr>\n<td><code>webhookEvents[2].eventName</code></td>\n<td>Required</td>\n<td></td>\n<td>Event name for webhook event</td>\n<td>updateCardStatus</td>\n</tr>\n<tr>\n<td>wizardData.verfiyIdentity.data.identifier.value</td>\n<td>Required</td>\n<td>String</td>\n<td>identifier , may conatin a valid idetnfier or guid from the pre-issuing creation</td>\n<td></td>\n</tr>\n<tr>\n<td>wizardData.verfiyIdentity.data.identifier.isHiddenOnScreen</td>\n<td>Required</td>\n<td>boolean</td>\n<td>if want to hide from the client</td>\n<td>true</td>\n</tr>\n<tr>\n<td>wizardData.verfiyIdentity.data.identifier.isReadOnly</td>\n<td>Required</td>\n<td>boolean</td>\n<td>is readOnly set to true</td>\n<td>false</td>\n</tr>\n<tr>\n<td>wizardData.verfiyIdentity.data.identifier.isRequried</td>\n<td>Required</td>\n<td>boolean</td>\n<td>is required set to true</td>\n<td>true</td>\n</tr>\n<tr>\n<td>wizardData.verfiyIdentity.data.identifierType.value</td>\n<td>Required</td>\n<td>String</td>\n<td>the type of the idetnfier</td>\n<td>id</td>\n</tr>\n<tr>\n<td>wizardData.verfiyIdentity.data.identifierType.isHiddenOnScreen</td>\n<td>Required</td>\n<td>boolean</td>\n<td>if want to hide from the client</td>\n<td>true</td>\n</tr>\n<tr>\n<td>wizardData.verfiyIdentity.data.identifierType.isReadOnly</td>\n<td>Required</td>\n<td>boolean</td>\n<td>if want to hide from the client</td>\n<td>false</td>\n</tr>\n<tr>\n<td>wizardData.verfiyIdentity.data.identifierType.isRequried</td>\n<td>Required</td>\n<td>boolean</td>\n<td>is required set to true</td>\n<td>true</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["issuing-backend","api","InitWizardProcedure"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"672210e3-d8ac-44d3-95e2-cf527cf590f5"},{"name":"GetWizardProcedureStatus","event":[{"listen":"test","script":{"id":"8c62a708-e2be-444a-b222-1f86d132330d","exec":["const jsonResponse = pm.response.json();","const url = jsonResponse.result.url;","const wizardProcedureRefId = url.split('=')[1];","pm.globals.set(\"WizardProcedureRefId\", wizardProcedureRefId);"],"type":"text/javascript","packages":{}}}],"id":"84381a4a-5b8b-433a-823e-f36d2ef0670b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{IssuingBackendHost}}/api/getWizardProcedureStatus","description":"<h3 id=\"post-apigetwizardprocedurestatus\">POST /api/getWizardProcedureStatus</h3>\n<p>This endpoint is used to retrieve the status of a wizard procedure.</p>\n<h4 id=\"request\">Request</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>ExampleValue</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wizardProcedureRefId</td>\n<td>Required</td>\n<td>string (guid)</td>\n<td>the wizardProcedureRefId of the</td>\n<td>57122a03-a7e9-4fae-b323-22b9fe9824dd</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\">Response</h4>\n<p>The response for this request can be represented as a JSON schema:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>ParameterName</strong></th>\n<th><strong>RequiredOptional</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result.status</td>\n<td>not relevant</td>\n<td>sring</td>\n<td>the status of the wizardProcedure</td>\n<td>the relevant status :  <br />abandonedByClient  <br />pending  <br />completed  <br />ongoing  <br />issuanceFailure</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><b>Explain about Issuance Statuses</b><br /><strong>abandonedByClient</strong> – The client stopped the process before completion, and no further action is expected.<br /><strong>pending</strong> – The issuance request has been received but processing has not yet started.<br /><strong>completed</strong> – The issuance process has been successfully finished.<br /><strong>ongoing</strong> – The issuance is currently in progress.<br /><strong>issuanceFailure</strong> – The issuance attempt failed due to an error or issue.  </p>\n<p>Example Response (200 OK):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"result\": {\n        \"status\": \"ongoing\"\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"c0520309-f407-473f-8a93-27aa441504a3\",\n    \"httpStatus\": 200\n}\n\n</code></pre>\n","urlObject":{"path":["api","getWizardProcedureStatus"],"host":["{{IssuingBackendHost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"84381a4a-5b8b-433a-823e-f36d2ef0670b"}],"id":"69ed1a6e-c1c8-49db-b38d-e0b67629b539","description":"<p>Endpoints to initiate and manage the card issuance wizard procedure.</p>\n","_postman_id":"69ed1a6e-c1c8-49db-b38d-e0b67629b539"},{"name":"Card Managment","item":[{"name":"CancelCard","id":"8120fa5d-cb2b-4954-af36-36e62773ba69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{CognitoToken}}"}],"body":{"mode":"raw","raw":"{\r\n  \"cardIssuerInternalId\": \"73467217\",\r\n  \"cardStatusCode\":\"contractDestroyed\",\r\n  \"causeCode\":\"canceledZeroCard\"\r\n\r\n}"},"url":"https://api.stage.cal-platform.com/consumers-backend/api/ConsumerCards/CancelCard","description":"<p>This api allow the user to cancel credit card according to card identifiers that need to be provieded in the request such as cardIssuerIternalId , cardStatusCode .The server will cancel that specified credit card .</p>\n<p>Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Internal ID of the card issuer</td>\n<td><code>73467217</code></td>\n</tr>\n<tr>\n<td>cardStatusCode</td>\n<td>Required</td>\n<td>String</td>\n<td>card Status Code To Change for</td>\n<td>contractDestroyed</td>\n</tr>\n<tr>\n<td>causeCode</td>\n<td>Required</td>\n<td>String</td>\n<td>the reson of the card status cahnges</td>\n<td>canceledZeroCard</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response statusCodes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>statusCode</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>4</td>\n<td>The card not found</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Consumer not found</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Unauthorized to cancel card</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Card is already canceled</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Failed to cancel card (internally)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-backend","api","ConsumerCards","CancelCard"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"122f224e-7280-4af9-9109-f57c42e7f30d","name":"CancelCard","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{CognitoToken}}"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n  \"cardIssuerInternalId\": \"73467217\"\r\n}"},"url":"https://api.stage.cal-platform.com/consumers-backend/api/ConsumerCards/CancelCard"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"27683b92-dce6-4f1e-84a0-8e87d4ba4db5\",\n  \"httpStatus\": 200\n}\n"}],"_postman_id":"8120fa5d-cb2b-4954-af36-36e62773ba69"},{"name":"GetConsumerCardsByIdAndProduct","event":[{"listen":"test","script":{"id":"8095c1ce-eac6-4674-bb0b-04ad399e7310","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4f34a3ab-b109-48e8-a068-a0bc1e19edf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"url":"localhost:3000/api/ConsumerCards/GetConsumerByIdAndProduct?clientId=327461281&productRefId=077-1-1&cardStatus=*&identifierType=id","description":"<p>This service returns only the customer card to a specific product .</p>\n<p>If a customer has 3 card from 2 diffrent products he will get only the oned matches the product the request provided</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>clientId</td>\n<td>Required</td>\n<td>String</td>\n<td>customer id</td>\n<td>40338253</td>\n</tr>\n<tr>\n<td>cardStatuses</td>\n<td>Optional</td>\n<td>String</td>\n<td>active or unactive</td>\n<td>*</td>\n</tr>\n<tr>\n<td>productRefId</td>\n<td>Optional</td>\n<td>UUID</td>\n<td>productRefId</td>\n<td>bd3fe203-74bb-456b-ba27-61fe2977e874</td>\n</tr>\n<tr>\n<td>productRefIds</td>\n<td>Optional</td>\n<td>UUID</td>\n<td>array of productRefIds</td>\n<td>[adf8dbe1-5550-4d86-bf15-9a9881364a4c,fd2421ff-e1d8-4aff-a3b5-1d38507844fb  <br />]</td>\n</tr>\n<tr>\n<td></td>\n<td>Required</td>\n<td>String</td>\n<td>id or passport</td>\n<td>id</td>\n</tr>\n<tr>\n<td>cardIssuerInternalId</td>\n<td>Optional / Required</td>\n<td>String</td>\n<td>Can be used instead of clientId &amp; identifierType</td>\n<td>67846383</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"port":"3000","path":["api","ConsumerCards","GetConsumerByIdAndProduct"],"host":["localhost"],"query":[{"key":"clientId","value":"327461281"},{"key":"productRefId","value":"077-1-1"},{"key":"cardStatus","value":"*"},{"key":"identifierType","value":"id"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"257d4135-a434-4606-8f36-02dcf4c5e81e","name":"GetConsumerCardByIdAndProduct","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"url":{"raw":"{{ConsumersBackendHost}}/api/ConsumerCards/GetConsumerByIdAndProduct?clientId=40338253&productRefId=bd3fe203-74bb-456b-ba27-61fe2977e874&identifierType=id","host":["{{ConsumersBackendHost}}"],"path":["api","ConsumerCards","GetConsumerByIdAndProduct"],"query":[{"key":"clientId","value":"40338253"},{"key":"productRefId","value":"bd3fe203-74bb-456b-ba27-61fe2977e874"},{"key":"cardStatus","value":"*","disabled":true},{"key":"productRefIds","value":"bd3fe203-74bb-456b-ba27-61fe2977e874","disabled":true},{"key":"identifierType","value":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Mar 2025 11:51:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1536"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"630a25bd-69f8-4af9-877a-e3dedd9e120c"},{"key":"x-amzn-Remapped-Content-Length","value":"1536"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"HQqFHHtmDoEEKBQ="},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"600-Q/dciAaubojZBIQvxCiInbm7anM\""},{"key":"X-Amzn-Trace-Id","value":"Root=1-67d023b9-4856a87f66983a73320253ab"},{"key":"x-amzn-Remapped-Date","value":"Tue, 11 Mar 2025 11:51:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"consumerCards\": [\n            {\n                \"lastFourDigits\": \"3193\",\n                \"beneficiary\": {\n                    \"firstName\": \"יותם\",\n                    \"lastName\": \"יעקובוביץ\",\n                    \"phoneNumber\": \"0528547427\",\n                    \"email\": null\n                },\n                \"wizardProcedureRefId\": \"5a241dfa-1dbf-490d-9e5f-fe8021c901fb\",\n                \"cardIssuerInternalId\": \"73375072\",\n                \"isLockedByPaymentAccountManager\": false,\n                \"cardStatus\": \"active\",\n                \"cardRefId\": \"809632e6-7f68-4237-8573-873c12a02f80\"\n            },\n            {\n                \"lastFourDigits\": \"3243\",\n                \"beneficiary\": {\n                    \"firstName\": \"הילי\",\n                    \"lastName\": \"יעקובוביץ\",\n                    \"phoneNumber\": \"0528547427\",\n                    \"email\": null\n                },\n                \"wizardProcedureRefId\": \"ca0c0321-2b97-46fa-9be3-6f193c2f0129\",\n                \"cardIssuerInternalId\": \"73375078\",\n                \"isLockedByPaymentAccountManager\": false,\n                \"cardStatus\": \"suspended\",\n                \"cardRefId\": \"dc0614ed-31dc-4940-8892-3ec420a2ed71\"\n            },\n            {\n                \"lastFourDigits\": \"3300\",\n                \"beneficiary\": {\n                    \"firstName\": \"לואיס\",\n                    \"lastName\": \"יעקובוביץ\",\n                    \"phoneNumber\": \"0528547427\",\n                    \"email\": null\n                },\n                \"wizardProcedureRefId\": \"4e450df5-d764-4313-8bf6-7f04fcba4e9d\",\n                \"cardIssuerInternalId\": \"73375095\",\n                \"isLockedByPaymentAccountManager\": false,\n                \"cardStatus\": \"canceled\",\n                \"cardRefId\": \"c4cd860c-1a7c-4525-ad0d-bda36adb6c95\"\n            },\n            {\n                \"lastFourDigits\": \"5875\",\n                \"beneficiary\": {\n                    \"firstName\": \"לואיס\",\n                    \"lastName\": \"יעקובוביץ\",\n                    \"phoneNumber\": \"0528547427\",\n                    \"email\": null\n                },\n                \"wizardProcedureRefId\": \"4e450df5-d764-4313-8bf6-7f04fcba4e9d\",\n                \"cardIssuerInternalId\": \"73418322\",\n                \"isLockedByPaymentAccountManager\": false,\n                \"cardStatus\": \"active\",\n                \"cardRefId\": \"075e7ea4-8052-47a1-b0bb-2790ec9b4c0b\"\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"e5791dc5-651a-4e10-a697-c8184e104af6\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"4f34a3ab-b109-48e8-a068-a0bc1e19edf4"},{"name":"DetachedCard","id":"f4f5777a-91d2-4931-a474-3d099734bc18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{CognitoToken}}"}],"body":{"mode":"raw","raw":"{\r\n    \"cardIssuerInternalId\": \"88584753\",\r\n    \"businessPartnerCode\": \"17\"\r\n}"},"url":"https://api.stage.cal-platform.com/consumers-backend/api/ConsumerCards/DetachedCardPairing","description":"<p>This api allow the user to detached credit card according to card identifiers that need to be provieded in the request such as cardIssuerIternalId , actionCode .The server will detached that specified credit card .</p>\n<p>Parameters Request</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Internal ID of the card issuer</td>\n<td><code>73467217</code></td>\n</tr>\n<tr>\n<td>businessPartnerCode</td>\n<td>Required</td>\n<td>String</td>\n<td>business partner code</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><p>Parameters response<br />response with baseResponse and 200 status code</p>\n","urlObject":{"protocol":"https","path":["consumers-backend","api","ConsumerCards","DetachedCardPairing"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"ab2f4d32-2a61-473b-9fbb-7f06afae4d00","name":"DetachedCardPairing","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{CognitoToken}}"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"cardIssuerInternalId\": \"88584753\",\r\n    \"businessPartnerCode\": \"17\"\r\n}"},"url":"https://api.stage.cal-platform.com/consumers-backend/api/ConsumerCards/DetachedCardPairing"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"27683b92-dce6-4f1e-84a0-8e87d4ba4db5\",\n  \"httpStatus\": 200\n}\n"}],"_postman_id":"f4f5777a-91d2-4931-a474-3d099734bc18"},{"name":"CardInWallet","id":"d90f2bb4-2978-41c2-94dd-dfe3f5b51a21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{CognitoToken}}"}],"body":{"mode":"raw","raw":"{\r\n  \"cardIssuerInternalId\": \"73467217\",\r\n  \"walletProvider\":\"google\"\r\n\r\n}"},"url":"https://api.stage.cal-platform.com/consumers-backend/api/ConsumerCards/CardInWallet","description":"<p>This API allows checking whether a credit card is associated with a specific wallet provider based on card identifiers provided in the request, such as <code>cardIssuerInternalId</code> and <code>walletProvider</code>. The server will verify if the specified credit card exists within the given wallet provider and return the corresponding result.</p>\n<p>Parameters Request</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Internal ID of the card issuer</td>\n<td><code>73467217</code></td>\n</tr>\n<tr>\n<td>walletProvider</td>\n<td>Required</td>\n<td>enum</td>\n<td>this is an enum , Google or Apple provider</td>\n<td>Google , Apple</td>\n</tr>\n</tbody>\n</table>\n</div><p>Parametes Response</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>isInWallet</code></td>\n<td>boolean</td>\n<td>indicate about credit card in wallet or not</td>\n<td>false/true</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-backend","api","ConsumerCards","CardInWallet"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"1eac2d39-00a3-4beb-bc5e-7ce973dd7234","name":"CancelCard","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{CognitoToken}}"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n  \"cardIssuerInternalId\": \"73467217\"\r\n}"},"url":"https://api.stage.cal-platform.com/consumers-backend/api/ConsumerCards/CancelCard"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"27683b92-dce6-4f1e-84a0-8e87d4ba4db5\",\n  \"httpStatus\": 200\n}\n"}],"_postman_id":"d90f2bb4-2978-41c2-94dd-dfe3f5b51a21"},{"name":"UpdateCard","id":"fd38e00b-92a6-4753-8e7d-d536ebdcfecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{CognitoToken}}"}],"body":{"mode":"raw","raw":"{\r\n    \"cardRefId\": \"43689ed3-38bc-423e-b5a1-1df6180526f0\",\r\n    \"cardIssuerInternalId\": \"73475277\",\r\n    \"isLockedByPaymentAccountManager\": false\r\n}"},"url":"https://api.stage.cal-platform.com/consumers-backend/api/ConsumerCards/UpdateCard","description":"<p>This service updates the isLockedByPaymentAccountManager property of a card by locating it using either the cardRefId or cardIssuerInternalId.</p>\n<p>Parameters Request</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required if cardRefId is null</td>\n<td>String</td>\n<td>Internal ID of the card issuer</td>\n<td>73475277</td>\n</tr>\n<tr>\n<td>cardRefId</td>\n<td>Required if cardIssuerInternalId is null</td>\n<td>String</td>\n<td>ref ID of the card</td>\n<td>43689ed3-38bc-423e-b5a1-1df6180526f0</td>\n</tr>\n<tr>\n<td>isLockedByPaymentAccountManager</td>\n<td>Required</td>\n<td>Boolean</td>\n<td>the action you want to do , lock or unlock the card</td>\n<td>true, false</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-backend","api","ConsumerCards","UpdateCard"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"0bf3293a-c9dc-40d6-aa7d-514a0bd63a44","name":"updateCard","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{CognitoToken}}"},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"cardRefId\": \"43689ed3-38bc-423e-b5a1-1df6180526f0\",\r\n    \"cardIssuerInternalId\": \"73475277\",\r\n    \"isLockedByPaymentAccountManager\": false\r\n}"},"url":"https://api.stage.cal-platform.com/consumers-backend/api/ConsumerCards/UpdateCard"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"27683b92-dce6-4f1e-84a0-8e87d4ba4db5\",\n  \"httpStatus\": 200\n}\n"}],"_postman_id":"fd38e00b-92a6-4753-8e7d-d536ebdcfecf"}],"id":"e4d64173-8186-412f-8dc5-c19e22a243b3","_postman_id":"e4d64173-8186-412f-8dc5-c19e22a243b3","description":""},{"name":"Beneficiary","item":[{"name":"GetBeneficiary","id":"e7d91958-0ed9-4b01-8cd2-0d41e3377fed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"url":"https://api.stage.cal-platform.com/consumers-card-management/api/Beneficiary/Get?cardIssuerInternalId=88588228&nameFieldsEncoding=hex","description":"<p>This api allow the user to get the card beneficiary according to the field of cardIssuerInternalId .</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Internal ID of the card issuer</td>\n<td><code>73418314</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-card-management","api","Beneficiary","Get"],"host":["api","stage","cal-platform","com"],"query":[{"key":"cardIssuerInternalId","value":"88588228"},{"key":"nameFieldsEncoding","value":"hex"}],"variable":[]}},"response":[{"id":"017724f1-c8a1-4f15-a198-0f32dc4a928c","name":"GetBeneficiary","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"url":{"raw":"https://api.stage.cal-platform.com/card-management/api/Beneficiary/Get?cardIssuerInternalId=73418314","protocol":"https","host":["api","stage","cal-platform","com"],"path":["card-management","api","Beneficiary","Get"],"query":[{"key":"cardIssuerInternalId","value":"73418314"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"cardIssuerInternalId\": \"73475494\",\n        \"beneficiary\": {\n            \"identifier\": \"123456798\",\n            \"identifierType\": \"id\",\n            \"firstName\": \"Johen\",\n            \"lastName\": \"Dou\",\n            \"dateOfBirth\": null,\n            \"gender\": null,\n            \"phoneNumber\": \"0541234567\",\n            \"email\": \"david@example.com\"\n        }\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"670ec590-bbd2-4d65-801e-4394f60f5ebc\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"e7d91958-0ed9-4b01-8cd2-0d41e3377fed"},{"name":"CreateBeneficiary","id":"5a47595b-24e5-4388-91a1-71dc0e70c45a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardIssuerInternalId\": \"88588228\",\n    \"beneficiary\": {\n        \"identifier\": \"123456789\",\n        \"identifierType\": \"id\",\n        \"firstName\": \"Johen\",\n        \"lastName\": \"Dou\",\n        \"phoneNumber\": \"0505666549\",\n        \"email\": \"david@example.com\",\n        \"gender\": \"male\",\n        \"dateOfBirth\": \"1988-06-22 00:00:00.0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/consumers-card-management/api/Beneficiary/Create","description":"<p>This api allow the user to add beneficiary to exist card . In case the card already has a beneficiary then beneficiary will not be added to the card .</p>\n<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Internal ID of the card issuer</td>\n<td><code>73377346</code></td>\n</tr>\n<tr>\n<td><code>beneficiary.identifier</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Identifier value of the beneficiary</td>\n<td><code>123456789</code></td>\n</tr>\n<tr>\n<td><code>beneficiary.identifierType</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Type of the identifier</td>\n<td><code>id</code></td>\n</tr>\n<tr>\n<td><code>beneficiary.firstName</code></td>\n<td>Required</td>\n<td>String</td>\n<td>First name of the beneficiary</td>\n<td><code>לקט</code></td>\n</tr>\n<tr>\n<td><code>beneficiary.lastName</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Last name of the beneficiary</td>\n<td><code>ישראל</code></td>\n</tr>\n<tr>\n<td><code>beneficiary.phoneNumber</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Phone number of the beneficiary</td>\n<td>0505666549</td>\n</tr>\n<tr>\n<td><code>beneficiary.email</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Email of the beneficiary</td>\n<td><a href=\"https://mailto:afsasf@gmail.com\">israel@gmail.com</a></td>\n</tr>\n<tr>\n<td><code>beneficiary.gender</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Gender of the beneficiary</td>\n<td>male</td>\n</tr>\n<tr>\n<td><code>beneficiary.dateOfBirth</code></td>\n<td>Optional</td>\n<td>Date</td>\n<td>Date of birth of the beneficiary</td>\n<td>2003-09-01T00:00:00.000Z</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-card-management","api","Beneficiary","Create"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"b1ced8ac-428d-4b89-a74a-feab4f546d85","name":"CreateBeneficiary","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardIssuerInternalId\": \"73418350\",\n    \"beneficiary\": {\n        \"identifier\": \"123456789\",\n        \"identifierType\": \"id\",\n        \"firstName\": \"Johen\",\n        \"lastName\": \"Dou\",\n        \"phoneNumber\": \"0505666549\",\n        \"email\": \"david@example.com\",\n        \"gender\": \"male\",\n        \"dateOfBirth\": \"1988-06-22 00:00:00.0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/card-management/api/Beneficiary/Create"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"beneficiary\": {\n            \"identifier\": \"123456889\",\n            \"identifierType\": \"id\",\n            \"firstName\": \"Johen\",\n            \"lastName\": \"Dou\",\n            \"dateOfBirth\": null,\n            \"gender\": null,\n            \"phoneNumber\": \"0541234567\",\n            \"email\": \"muk@yopmail.com\"\n        }\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"670ec590-bbd2-4d65-801e-4394f60f5ebc\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"5a47595b-24e5-4388-91a1-71dc0e70c45a"},{"name":"UpdateBeneficiary","id":"7850efeb-c25e-4008-bcd3-4ca40af23d99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardIssuerInternalId\": \"73377500\",\n    \"beneficiary\": {\n        \"identifier\": \"123456789\",\n        \"identifierType\": \"id\",\n        \"firstName\": \"Johen\",\n        \"lastName\": \"Dou\",\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"gender\": \"male\",\n        \"dateOfBirth\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/consumers-card-management/api/Beneficiary/Update","description":"<p>This api allow the user to update the details of exist benficiary .The card must have an exists beneficiary in order to update it .</p>\n<p>Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Internal ID of the card issuer</td>\n<td><code>73377346</code></td>\n</tr>\n<tr>\n<td><code>beneficiary.identifier</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Identifier value of the beneficiary</td>\n<td><code>123456789</code></td>\n</tr>\n<tr>\n<td><code>beneficiary.identifierType</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Type of the identifier</td>\n<td><code>id / passport / index</code></td>\n</tr>\n<tr>\n<td><code>beneficiary.firstName</code></td>\n<td>Required</td>\n<td>String</td>\n<td>First name of the beneficiary</td>\n<td><code>לקט</code></td>\n</tr>\n<tr>\n<td><code>beneficiary.lastName</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Last name of the beneficiary</td>\n<td><code>ישראל</code></td>\n</tr>\n<tr>\n<td><code>beneficiary.phoneNumber</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Phone number of the beneficiary</td>\n<td>0505666549</td>\n</tr>\n<tr>\n<td><code>beneficiary.email</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Email of the beneficiary</td>\n<td><a href=\"mailto:israel@gmail.com\">israel@gmail.com</a></td>\n</tr>\n<tr>\n<td><code>beneficiary.gender</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Gender of the beneficiary</td>\n<td><code>male</code></td>\n</tr>\n<tr>\n<td><code>beneficiary.dateOfBirth</code></td>\n<td>Optional</td>\n<td>Date</td>\n<td>Date of birth of the beneficiary</td>\n<td>2008-11-24T00:00:00.000Z</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-card-management","api","Beneficiary","Update"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"f7590d81-a860-41e1-9cd7-2f63fdb03f3e","name":"UpdateBeneficiary","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardIssuerInternalId\": \"73377346\",\n    \"beneficiary\": {\n        \"identifier\": \"123456789\",\n        \"identifierType\": \"id\",\n        \"firstName\": \"לקט\",\n        \"lastName\": \"ישראל\",\n        \"phoneNumber\": null,\n        \"email\": null,\n        \"gender\": \"male\",\n        \"dateOfBirth\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/card-management/api/Beneficiary/Update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"beneficiary\": {\n            \"identifier\": \"123456889\",\n            \"identifierType\": \"id\",\n            \"firstName\": \"Johen\",\n            \"lastName\": \"Dou\",\n            \"dateOfBirth\": null,\n            \"gender\": null,\n            \"phoneNumber\": \"0541234567\",\n            \"email\": \"david@example.com\"\n        }\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"670ec590-bbd2-4d65-801e-4394f60f5ebc\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"7850efeb-c25e-4008-bcd3-4ca40af23d99"},{"name":"RemoveBeneficiary","id":"bb6b4212-2199-4203-9131-62e10a363242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardIssuerInternalId\": \"88588228\",\n    \"identifier\": \"123456789\",\n    \"identifierType\": \"id\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/consumers-card-management/api/Beneficiary/Remove","description":"<p>The api allow the user to remove beneficiary from exist card by identifing details in the request .<br />The card must have an exists beneficiary.  </p>\n<p>Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Internal ID of the card issuer</td>\n<td><code>73418314</code></td>\n</tr>\n<tr>\n<td><code>identifier</code></td>\n<td>Required</td>\n<td>String</td>\n<td>The identifier value</td>\n<td><code>124124124</code></td>\n</tr>\n<tr>\n<td><code>identifierType</code></td>\n<td>Required</td>\n<td>String</td>\n<td>The type of identifier</td>\n<td><code>id / passport / index</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-card-management","api","Beneficiary","Remove"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"2e4a9b01-7e9d-4f7f-8d25-a50b471d7a08","name":"RemoveBeneficiary","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardIssuerInternalId\": \"73418314\"\n    // \"identifier\": \"124124124\",\n    // \"identifierType\": \"id\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/card-management/api/Beneficiary/Remove"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"27683b92-dce6-4f1e-84a0-8e87d4ba4db5\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"bb6b4212-2199-4203-9131-62e10a363242"}],"id":"359200dc-ea24-4a60-9998-b6de5102e598","description":"<p>Endpoints related to managing beneficiaries linked to a card.</p>\n","_postman_id":"359200dc-ea24-4a60-9998-b6de5102e598"},{"name":"Budget Management","item":[{"name":"GetAllocationBalance","id":"726753c0-b7ee-437e-a024-90cbd2c84a96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"url":"https://api.stage.cal-platform.com/consumers-card-management/api/BudgetAllocations/GetAllocationBalance?cardIssuerInternalId=73377346&budgetCategoryType=*","description":"<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Internal ID of the card issuer</td>\n<td><code>73377346</code></td>\n</tr>\n<tr>\n<td><code>budgetCategoryType</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Budget category type useuly will be provided by our product team</td>\n<td>*</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-card-management","api","BudgetAllocations","GetAllocationBalance"],"host":["api","stage","cal-platform","com"],"query":[{"key":"cardIssuerInternalId","value":"73377346"},{"key":"budgetCategoryType","value":"*"}],"variable":[]}},"response":[{"id":"c4bef7bc-a888-4402-a4ba-667435ac39fa","name":"GetAllocationBalance","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"url":{"raw":"https://api.stage.cal-platform.com/card-management/api/BudgetAllocations/GetAllocationBalance?cardIssuerInternalId=73377346&budgetCategoryType=*","protocol":"https","host":["api","stage","cal-platform","com"],"path":["card-management","api","BudgetAllocations","GetAllocationBalance"],"query":[{"key":"cardIssuerInternalId","value":"73377346"},{"key":"budgetCategoryType","value":"*"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"balance\": 1500.75,\n        \"currency\": \"USD\"\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"27683b92-dce6-4f1e-84a0-8e87d4ba4db5\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"726753c0-b7ee-437e-a024-90cbd2c84a96"},{"name":"ClearAllocationBalance","id":"2b8c9fb3-eec5-4131-8c09-acfd96ad1960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardIssuerInternalId\": \"73377346\",\r\n    \"budgetCategoryType\": \"*\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/consumers-card-managementapi/BudgetAllocations/ClearAllocationBalance","description":"<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Internal ID of the card issuer</td>\n<td><code>73377346</code></td>\n</tr>\n<tr>\n<td><code>budgetCategoryType</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Budget category type useuly will be provided by our product team</td>\n<td>*</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-card-managementapi","BudgetAllocations","ClearAllocationBalance"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"430317ec-3355-4d06-a2bc-a080ee47b4d9","name":"ClearAllocationBalance","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardIssuerInternalId\": \"73377346\",\r\n    \"budgetCategoryType\": \"*\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/card-management/api/BudgetAllocations/ClearAllocationBalance"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {\n    \"subtractedAmount\": 500.50,\n    \"subtractedCurrency\": \"USD\"\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"27683b92-dce6-4f1e-84a0-8e87d4ba4db5\",\n  \"httpStatus\": 200\n}\n"}],"_postman_id":"2b8c9fb3-eec5-4131-8c09-acfd96ad1960"},{"name":"AddToAllocation","id":"73288ff4-8e70-49c5-baf4-d7f0590a1836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardIssuerInternalId\": \"73377346\",\n    \"budgetCategoryType\": \"*\",\n    \"amount\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/consumers-card-management/api/BudgetAllocations/AddToAllocation","description":"<h3 id=\"parameters\">Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Internal ID of the card issuer</td>\n<td><code>73377346</code></td>\n</tr>\n<tr>\n<td><code>budgetCategoryType</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Budget category type useuly will be provided by our product team</td>\n<td>*</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>Required</td>\n<td>Number</td>\n<td>Amount to add to the allocation</td>\n<td><code>10</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-card-management","api","BudgetAllocations","AddToAllocation"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"c2f7c208-5220-4f38-8937-35847063110b","name":"AddToAllocation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardIssuerInternalId\": \"73377346\",\n    \"budgetCategoryType\": \"*\",\n    \"amount\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/card-management/api/BudgetAllocations/AddToAllocation"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": {\n    \"newBalance\": 2000.00,\n    \"currency\": \"USD\"\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"27683b92-dce6-4f1e-84a0-8e87d4ba4db5\",\n  \"httpStatus\": 200\n}\n"}],"_postman_id":"73288ff4-8e70-49c5-baf4-d7f0590a1836"}],"id":"396c8ab4-6c75-47c5-b22c-5ae0ab773033","description":"<p>Endpoints related to managing budget allocations for the cards.</p>\n","_postman_id":"396c8ab4-6c75-47c5-b22c-5ae0ab773033"},{"name":"Webhook","item":[{"name":"HMAC Signeure","id":"5c950168-972b-44f7-a33b-592d8e588f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-hmac-signature","value":"264b24772c6afa9242bf2e5c101d480abbe98a06053656afc5901fb9b07cfd97","description":"<p>A Base16-encoded HMAC-SHA256 hash of the raw response body, generated using a shared secret key for verifying data integrity. The key is securely provided by the server and must remain confidential.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"HMAC Signature","description":"<p>THIS IS NOT REQUEST IS JUST A DOC TO USE</p>\n<p>The x-<code>hmac-signetrue</code> header is designed as a lightweight alternative to OAuth 2.0 authentication for verifying the integrity of responses when registering and handling webhooks. Instead of requiring token-based authentication, this approach leverages a shared secret key to generate a Base16-encoded HMAC-SHA256 hash of the raw response body. The header ensures that the webhook payload has not been altered during transmission, providing a simple yet secure mechanism for validating data integrity without the overhead of full OAuth 2.0 authentication flows.</p>\n","urlObject":{"host":["HMAC Signature"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c950168-972b-44f7-a33b-592d8e588f93"},{"name":"NotifyCardIssuance","id":"203441e4-197d-438d-98a8-bdc3e13a4d9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\n{\n  \"issuanceData\": {\n    \"wizardProcedureRefId\": \"procedure123\"\n  },\n  \"card\": {\n    \"cardIssuerInternalId\": \"issuer456\",\n    \"lastFourDigits\": \"7890\",\n    \"productRefId\": \"prod001\",\n    \"expirationDate\": \"12/26\",\n    \"nameOnCard\": {\n      \"firstNameOnCard\": \"John\",\n      \"lastNameOnCard\": \"Doe\"\n    },\n    \"beneficiary\": {\n      \"identifier\": \"987654321\",\n      \"identifierType\": \"id\",\n      \"nameOnCard\": {\n        \"firstNameOnCard\": \"Jane\",\n        \"lastNameOnCard\": \"Doe\"\n      }\n    }\n  },\n  \"consumer\": {\n    \"identifier\": \"123456789\",\n    \"identifierType\": \"passport\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\"\n  }\n}\n","options":{"raw":{"language":"json"}}},"description":"<p>This is an example of the end point model a partner has to publish and register with in order to recive this even massage.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"203441e4-197d-438d-98a8-bdc3e13a4d9c"},{"name":"NotifyCardApproval","id":"450eda12-5f19-49dd-a5e7-8034a311713a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"card\": {\n    \"lastFourDigits\": \"1234\",\n    \"cardIssuerInternalId\": \"123456789\"\n  },\n  \"approval\": {\n    \"id\": \"5656464666\",\n    \"amount\": 250.75,\n    \"currencyCode\": \"376\",\n    \"status\": \"approved\",\n    \"timestamp\": \"2025-08-04T12:30:00Z\"\n  },\n  \"allocations\": [\n    {\n      \"id\": \"7ff1b5af-2942-40d7-b995-300296e6c7fb\",\n      \"budgetCategoryType\": \"TRAVEL\",\n      \"balance\": 1000\n    },\n    {\n      \"id\": \"7fdcbe3d-b90d-4f20-a7c3-70a98aadf070\",\n      \"budgetCategoryType\": \"MEALS\",\n      \"balance\": 500\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"","description":"<p>This webhook is triggered when a card approval or decline event occurs, providing detailed information about the approval status, transaction details, and associated allocations. It enables seamless communication between systems to update or finalize approval-related processes in real-time.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>card.cardIssuerInternalId</code></td>\n<td>String</td>\n<td>Internal identifier for the card issuer</td>\n<td><code>123456789</code></td>\n</tr>\n<tr>\n<td><code>card.cardLastFourDigits</code></td>\n<td>String</td>\n<td>Last four digits of the card</td>\n<td><code>1234</code></td>\n</tr>\n<tr>\n<td><code>approval.amount</code></td>\n<td>Number</td>\n<td>Amount of the transaction</td>\n<td>250.75</td>\n</tr>\n<tr>\n<td><code>approval.currencyCode</code></td>\n<td>String</td>\n<td>ISO currency code for the transaction</td>\n<td><code>376</code></td>\n</tr>\n<tr>\n<td><code>approval.Timestamp</code></td>\n<td>Date</td>\n<td>Timestamp for the approval in ISO format</td>\n<td><code>2024-11-27T10:00:00.000Z</code></td>\n</tr>\n<tr>\n<td><code>approval.status</code></td>\n<td>Enum (String)</td>\n<td>Approval status</td>\n<td><code>approved</code>, <code>declined</code></td>\n</tr>\n<tr>\n<td><code>approval.Id</code></td>\n<td>String</td>\n<td>Unique identifier for the approval</td>\n<td><code>approval-abc-123</code></td>\n</tr>\n<tr>\n<td><code>allocations</code></td>\n<td>Array of Objects</td>\n<td>Allocations associated with the approval</td>\n<td>See table below</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"allocations\">Allocations</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String</td>\n<td>Unique identifier for the allocation</td>\n<td><code>abc123</code></td>\n</tr>\n<tr>\n<td><code>budgetCategoryType</code></td>\n<td>String</td>\n<td>Type of budget category</td>\n<td><code>travel</code>, <code>entertainment</code></td>\n</tr>\n<tr>\n<td><code>balance</code></td>\n<td>Number</td>\n<td>Balance of the allocation</td>\n<td><code>50.25</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"450eda12-5f19-49dd-a5e7-8034a311713a"},{"name":"NotifyAuthorizationRequest","id":"096055af-38f9-4e89-b009-7e8c934ff7ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"requestType\": \"0001\",\n  \"id\": \"REQ12345\",\n  \"timestamp\": \"20241218120000\",\n  \"iccCardId\": \"ICC98765\",\n  \"cardNetwork\": \"1\",\n  \"currency\": \"376\",\n  \"originalCurrency\": \"376\",\n  \"originalAmount\": 150000,\n  \"amount\": 150000,\n  \"transactionType\": \"5\",\n  \"locationCode\": \"1\",\n  \"purchaseMethod\": \"01\",\n  \"contactless\": true,\n  \"tokenRequestorId\": \"TR12345678\",\n  \"fullAmountOnly\": true,\n  \"recurringPaymentsInd\": true,\n  \"merchant\": {\n    \"pos\": \"1234567890\",\n    \"merchantId\": \"MERCHANT1234567890\",\n    \"name\": \"Grocery Store\",\n    \"mcc\": \"5411\",\n    \"contactlessountry\": \"IL\"\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"","description":"<p>This webhook is triggered when a card <strong>authorization request being made at the POS</strong> for a transaction. It provides details about the transaction, merchant, and additional metadata.</p>\n<hr />\n<h3 id=\"request-payload\">Request Payload</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description (English)</strong></th>\n<th><strong>Values / Format</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>requestType</code></td>\n<td>Type of interface request.</td>\n<td>- <code>0001</code>: Approval request  <br />- <code>0002</code>: Cancellation request  <br />- <code>0011</code>: Advice - Approval  <br />- <code>0012</code>: Advice - Refusal  <br />- <code>0013</code>: Advice - Timeout (TO)  <br /><strong>Format</strong>: <code>String (4)</code></td>\n</tr>\n<tr>\n<td>id</td>\n<td></td>\n<td>Unique identifier, serves as a key for related updates.  <br /><strong>Format</strong>: <code>String (9)</code></td>\n</tr>\n<tr>\n<td><code>timestamp</code></td>\n<td>Current date and time of the request.</td>\n<td>Format: <code>yyyyMMddHHmmss</code>  <br /><strong>Format</strong>: <code>String (14)</code></td>\n</tr>\n<tr>\n<td><code>iccCardId</code></td>\n<td>Unique key for the credit card.</td>\n<td><strong>Format</strong>: <code>String (10)</code></td>\n</tr>\n<tr>\n<td><code>cardNetwork</code></td>\n<td>Credit card network identifier.</td>\n<td>- <code>1</code>: Visa  <br />- <code>3</code>: Diners  <br />- <code>6</code>: MasterCard  <br /><strong>Format</strong>: <code>String (1)</code></td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>ISO currency code for the transaction.</td>\n<td>Example: <code>376</code> = ILS, <code>840</code> = USD, <code>978</code> = EUR  <br /><strong>Format</strong>: <code>Num/String (3)</code></td>\n</tr>\n<tr>\n<td><code>originalCurrency</code></td>\n<td>Currency of the original transaction.</td>\n<td>Example: <code>376</code> = ILS, <code>840</code> = USD, <code>978</code> = EUR  <br /><strong>Format</strong>: <code>Num (3)</code></td>\n</tr>\n<tr>\n<td><code>originalAmount</code></td>\n<td>Original transaction amount in smallest currency units.</td>\n<td>Format: 8.2 digits without a decimal point.  <br /><strong>Format</strong>: <code>Num (10)</code></td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>Transaction amount in the original currency.</td>\n<td>Format: 8.2 digits without a decimal point.  <br /><strong>Format</strong>: <code>Num (10)</code></td>\n</tr>\n<tr>\n<td><code>transactionType</code></td>\n<td>Type of transaction.</td>\n<td>- <code>5</code>: Regular purchase  <br />- <code>7</code>: Cash withdrawal  <br /><strong>Format</strong>: <code>Num/String (2)</code></td>\n</tr>\n<tr>\n<td><code>locationCode</code></td>\n<td>Location of the transaction.</td>\n<td>- <code>1</code>: Domestic  <br />- <code>2</code>: International  <br /><strong>Format</strong>: <code>Num/String (1)</code></td>\n</tr>\n<tr>\n<td><code>purchaseMethod</code></td>\n<td>Method of purchase.</td>\n<td>- <code>01</code>: Online  <br />- <code>02</code>: Phone  <br />- <code>03</code>: In-person  <br />- <code>04</code>: Physical wallet  <br />- <code>05</code>: Internet wallet  <br /><strong>Format</strong>: <code>String (2)</code></td>\n</tr>\n<tr>\n<td><code>contactless</code></td>\n<td>Indicates if the transaction is contactless.</td>\n<td>- true: Yes  <br />- false: No  <br /><strong>Format</strong>: Boolean</td>\n</tr>\n<tr>\n<td><code>tokenRequestorId</code></td>\n<td>Values provided by the scheme.</td>\n<td><strong>Format</strong>: <code>String (11)</code></td>\n</tr>\n<tr>\n<td><code>fullAmountOnly</code></td>\n<td>Indicates if only the full amount of the transaction should be approved.</td>\n<td>- true: Full amount only  <br />- false: Partial amount possible  <br /><strong>Format</strong>: <code>String (1)</code></td>\n</tr>\n<tr>\n<td><code>recurringPaymentsInd</code></td>\n<td>Indicates if the transaction is recurring.</td>\n<td>- <code>true</code>: Yes  <br />- <code>false</code>: No  <br /><strong>Format</strong>: Boolean</td>\n</tr>\n<tr>\n<td><code>merchant</code></td>\n<td>Refers to the merchant details table.</td>\n<td><strong>See Merchant Table</strong></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"merchant-table\">Merchant Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description (English)</strong></th>\n<th><strong>Values / Format</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pos</code></td>\n<td>POS identifier of the merchant.</td>\n<td><strong>Format</strong>: <code>String (10)</code></td>\n</tr>\n<tr>\n<td><code>merchantId</code></td>\n<td>Unique merchant ID.</td>\n<td><strong>Format</strong>: <code>String (20)</code></td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Name of the merchant.</td>\n<td><strong>Format</strong>: <code>String (50)</code></td>\n</tr>\n<tr>\n<td><code>mcc</code></td>\n<td>International merchant category code (MCC).</td>\n<td><strong>Format</strong>: <code>String (4)</code></td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>Merchant's country code.</td>\n<td>Example: <code>IL</code>, <code>US</code>, <code>GB</code>  <br /><strong>Format</strong>: <code>String (2)</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-payload\">Response Payload</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>authorizedAmount</code></td>\n<td>Number</td>\n<td>Amount that was authorized</td>\n<td><code>1500</code></td>\n</tr>\n<tr>\n<td><code>spendAccountCode</code></td>\n<td>Number</td>\n<td>Code for the spend account</td>\n<td><code>100001</code></td>\n</tr>\n<tr>\n<td><code>memo</code></td>\n<td>String</td>\n<td>Message describing the result</td>\n<td><code>Transaction authorized successfully.</code></td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>Number</td>\n<td>ISO currency code</td>\n<td><code>840</code> (USD)</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>String</td>\n<td>Unique response identifier</td>\n<td><code>RESP12345</code></td>\n</tr>\n<tr>\n<td><code>declineCode</code></td>\n<td>String / Null</td>\n<td>Code for declined transactions</td>\n<td><code>list</code></td>\n</tr>\n<tr>\n<td><code>originalCurrency</code></td>\n<td>Number</td>\n<td>Original currency in ISO format</td>\n<td><code>840</code></td>\n</tr>\n<tr>\n<td><code>authorizedInOriginalCurrency</code></td>\n<td>Number</td>\n<td>Authorized amount in original currency</td>\n<td><code>1500</code></td>\n</tr>\n<tr>\n<td><code>responseCode</code></td>\n<td>String</td>\n<td>Response code indicating success or failure</td>\n<td>00 - full approval 01 - partial approval 05 - decline approval 55 - full decline (not continuing to private credit line) 10 - advice received completed 11 - advice received, request is not valid</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"45fa24f0-9236-44cb-8d8b-2f97ffebbdb6","name":"NotifyAuthorizationRequest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"requestType\": \"0001\",\n  \"id\": \"REQ12345\",\n  \"timestamp\": \"20241218120000\",\n  \"iccCardId\": \"ICC98765\",\n  \"cardNetwork\": \"1\",\n  \"currency\": \"376\",\n  \"originalCurrency\": \"376\",\n  \"originalAmount\": 150000,\n  \"amount\": 150000,\n  \"transactionType\": \"5\",\n  \"locationCode\": \"1\",\n  \"purchaseMethod\": \"01\",\n  \"contactless\": true,\n  \"tokenRequestorId\": \"TR12345678\",\n  \"fullAmountOnly\": true,\n  \"recurringPaymentsInd\": true,\n  \"merchant\": {\n    \"pos\": \"1234567890\",\n    \"merchantId\": \"MERCHANT1234567890\",\n    \"name\": \"Grocery Store\",\n    \"mcc\": \"5411\",\n    \"contactlessountry\": \"IL\"\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"authorizedAmount\": 1500,\n    \"spendAccountCode\": 100001,\n    \"memo\": \"Transaction authorized successfully.\",\n    \"currency\": 840,\n    \"id\": \"RESP12345\",\n    \"declineCode\": null,\n    \"originalCurrency\": 840,\n    \"authorizedInOriginalCurrency\": 1500,\n    \"responseCode\": \"00\"\n}"}],"_postman_id":"096055af-38f9-4e89-b009-7e8c934ff7ca"},{"name":"NotifyCardSwap","id":"8f69666a-7a24-472a-a3ec-03e3b237e57f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"newCard\": {\n        \"cardIssuerInternalId\": \"32423444\",\n        \"lastFourDigits\": \"4321\",\n        \"status\": \"active\",\n        \"expiration\": \"2031-01-01T10:00:00.000Z\"\n    },\n    \"oldCard\": {\n        \"cardIssuerInternalId\": \"32412344\",\n        \"lastFourDigits\": \"1234\",\n        \"status\": \"canceled\"\n    },\n    \"consumer\":{\n        \"firstName\":\"אודי\",\n        \"lastName\":\"כיגן\"\n    }\n}","options":{"raw":{"language":"json"}}},"description":"<p>This webhook request notifies the partner about a card replacement event, providing details of the old and new cards. It includes the internal IDs of both the old (<code>oldCardIssuerInternalId</code>) and new (<code>newCardIssuerInternalId</code>) cards, as well as the last four digits of each (<code>oldLastFourDigits</code>, <code>newLastFourDigits</code>). The request also contains the cardholder's full name in both English (<code>cardHolderFullName</code>) and Hebrew (<code>cardHolderFulNameHebrew</code>). Additionally, it specifies the status of the old card (<code>oldCardStatus</code>), indicating it has been terminated, and provides the expiration date of the new card (<code>expiration</code>).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>oldCard.IssuerInternalId</td>\n<td>String</td>\n<td>oldest card issuerInternalId that will be replaced</td>\n<td>4455005</td>\n</tr>\n<tr>\n<td>newCard.IssuerInternalId</td>\n<td>String</td>\n<td>newest card issuerInternalId</td>\n<td>55756475</td>\n</tr>\n<tr>\n<td>oldCard.LastFourDigits</td>\n<td>String</td>\n<td>oldest last four digits</td>\n<td><code>4588</code></td>\n</tr>\n<tr>\n<td>newCard.LastFourDigits</td>\n<td>String</td>\n<td>newest last four digits</td>\n<td><code>2588</code></td>\n</tr>\n<tr>\n<td><code>consumer.firstName</code></td>\n<td>String</td>\n<td>customer first name</td>\n<td>אודי</td>\n</tr>\n<tr>\n<td>consumer.lastName</td>\n<td>string</td>\n<td>customer last name</td>\n<td>כיגן</td>\n</tr>\n<tr>\n<td><code>oldCard.status</code></td>\n<td>enum string</td>\n<td>oldest card status</td>\n<td><code>canceled</code></td>\n</tr>\n<tr>\n<td>newCard.staus</td>\n<td>enum string</td>\n<td>newet card status</td>\n<td>active</td>\n</tr>\n<tr>\n<td><code>newCard.expiration</code></td>\n<td>date format</td>\n<td>the expiration of new card with format date zulu time</td>\n<td>2026-01-01T10:00:00.000Z</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"8f69666a-7a24-472a-a3ec-03e3b237e57f"},{"name":"NotifyUpdateCardStatus","id":"b5b32011-2d3d-45b2-b37e-c510691741f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"card\": {\n        \"cardIssuerInternalId\": \"32423444\",\n        \"lastFourDigits\": \"4321\",\n        \"status\": \"active\"\n    },\n    \"consumer\":{\n        \"firstName\":\"אודי\",\n        \"lastName\":\"כיגן\"\n    }\n}","options":{"raw":{"language":"json"}}},"description":"<p>This webhook request notifies the partner about a status change for a specific card. It includes the internal identifier of the card (<code>cardIssuerInternalId</code>), which uniquely identifies it within the issuer's system, and the updated status (<code>cardStatus</code>), indicating that the card has been terminated. This notification allows the partner to update their records accordingly and take any necessary actions based on the card's new status.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>card.cardIssuerInternalId</td>\n<td>String</td>\n<td>oldest card issuerInternalId that will be replaced</td>\n<td>4455005</td>\n</tr>\n<tr>\n<td>card.cardStatus</td>\n<td>string</td>\n<td>the status of the card</td>\n<td>active  <br />unactivated  <br />suspended  <br />canceled</td>\n</tr>\n<tr>\n<td>card.lastFourDigits</td>\n<td>string</td>\n<td>the lastFourDigits of the card</td>\n<td>1234</td>\n</tr>\n<tr>\n<td>consumer.firstName</td>\n<td>string</td>\n<td>the customer firstname</td>\n<td>משה</td>\n</tr>\n<tr>\n<td>consumer.lastName</td>\n<td>string</td>\n<td>the customer lastName</td>\n<td>כיגן</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>active</strong> - mean the card is active and can use the card<br /><strong>unactivated</strong> - This status applies to physical cards that are pending embossing at our facility before being shipped to the customer.<br /><strong>Suspended</strong> – means that the card in our platform is temporarily suspended. This could happen if the customer has lost the card, if the card was damaged or stolen.<br /> It serves as an intermediate status before the card is permanently canceled.<br /><strong>canceled -</strong> mean that the card is canceled and no longer can use</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"b5b32011-2d3d-45b2-b37e-c510691741f4"}],"id":"19dc82e8-35e8-4225-9bf3-11fda6707bc9","_postman_id":"19dc82e8-35e8-4225-9bf3-11fda6707bc9","description":""},{"name":"Transactions","item":[{"name":"Clearance File","id":"e7c436ab-dc2f-4bc6-86d2-a542576498f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<h1 id=\"transaction-batch-file-specification\">Transaction Batch File Specification</h1>\n<h2 id=\"general\">General</h2>\n<p>This document provides a detailed specification for the External Account Manager batch file.</p>\n<p>The file contains transactions that have been approved by the external account manager (TPA – third party approval) and subsequently processed by Cal (ICC).</p>\n<p>The file includes <strong>three record types</strong>:</p>\n<ul>\n<li><p>Header</p>\n</li>\n<li><p>Content</p>\n</li>\n<li><p>Summary</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"header-record\">Header Record</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>recordType</code></td>\n<td>00 (indicates header)</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>Batch date</td>\n</tr>\n<tr>\n<td><code>filler</code></td>\n<td>Fill record up to 400 characters</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"content-record\">Content Record</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>recordType</code></td>\n<td>1 (indicates content)</td>\n</tr>\n<tr>\n<td><code>businessPartnerCode</code></td>\n<td>Business partner code</td>\n</tr>\n<tr>\n<td><code>ExternalAccountManagerCode</code></td>\n<td>External account manager code</td>\n</tr>\n<tr>\n<td><code>iccCardId</code></td>\n<td>ICC internal card ID</td>\n</tr>\n<tr>\n<td><code>cardNetwork</code></td>\n<td>Card network code: 1 - Visa, 3 - Diners, 6 - Mastercard</td>\n</tr>\n<tr>\n<td><code>transactionXid</code></td>\n<td>Authorization transaction ID</td>\n</tr>\n<tr>\n<td><code>iccTransactionId</code></td>\n<td>Transaction ID in ICC system</td>\n</tr>\n<tr>\n<td><code>arn</code></td>\n<td>External transaction ID (generated by SHVA)</td>\n</tr>\n<tr>\n<td><code>transactionDate</code></td>\n<td>Format: YYYYMMDD</td>\n</tr>\n<tr>\n<td><code>transactionHour</code></td>\n<td>Format: hhmmss</td>\n</tr>\n<tr>\n<td><code>transactionType</code></td>\n<td>05 - regular, 06/25 - refund, 72 - card fee, 76 - manual, 07 - cash withdrawal</td>\n</tr>\n<tr>\n<td><code>locationCode</code></td>\n<td>01 - Israel, 02 - Abroad</td>\n</tr>\n<tr>\n<td><code>countryCode</code></td>\n<td>Country code</td>\n</tr>\n<tr>\n<td><code>purchaseMethod</code></td>\n<td>01 - Web (CNP), 02 - Phone (CNP), 03 - CP, 04 - Token, 05 - Web Token</td>\n</tr>\n<tr>\n<td><code>contactless</code></td>\n<td>1 - Yes, 0 - No</td>\n</tr>\n<tr>\n<td><code>posNum</code></td>\n<td>Point of sale number</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>Transaction amount (format: 99.999...)</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>ISO currency code (e.g., $ - 840, ₪ - 376)</td>\n</tr>\n<tr>\n<td><code>discountAmount</code></td>\n<td>Discount amount</td>\n</tr>\n<tr>\n<td><code>debitDate</code></td>\n<td>Format: YYYYMMDD</td>\n</tr>\n<tr>\n<td><code>debitAmount</code></td>\n<td>Debit amount</td>\n</tr>\n<tr>\n<td><code>debitCurrency</code></td>\n<td>ISO code</td>\n</tr>\n<tr>\n<td><code>finalDebitAmountFromTpa</code></td>\n<td>Final debit/credit amount</td>\n</tr>\n<tr>\n<td><code>approvedTpaAmount</code></td>\n<td>Original approved amount by TPA</td>\n</tr>\n<tr>\n<td><code>approvedTpaCurrency</code></td>\n<td>Currency originally approved by TPA</td>\n</tr>\n<tr>\n<td><code>merchantNum</code></td>\n<td>Merchant number</td>\n</tr>\n<tr>\n<td><code>mcc</code></td>\n<td>Merchant category code</td>\n</tr>\n<tr>\n<td><code>merchantName</code></td>\n<td>Merchant name</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>Merchant address</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>Merchant city</td>\n</tr>\n<tr>\n<td><code>zipCode</code></td>\n<td>Merchant zip code</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>Merchant phone number</td>\n</tr>\n<tr>\n<td><code>externalAccountTypeCode</code></td>\n<td>External account type</td>\n</tr>\n<tr>\n<td><code>filler</code></td>\n<td>Fill record up to 400 characters</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"summary-record\">Summary Record</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>recordType</code></td>\n<td>00 (indicates summary record)</td>\n</tr>\n<tr>\n<td><code>recordNum</code></td>\n<td>Total number of records in the file</td>\n</tr>\n<tr>\n<td><code>filler</code></td>\n<td>Fill record up to 400 characters</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"file-structure-fixed-width-format\">File Structure (Fixed Width Format)</h2>\n<h3 id=\"header-record-1\">Header Record</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>#</th>\n<th>Field Name</th>\n<th>Length</th>\n<th>Position (from)</th>\n<th>Position (to)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>recordType</td>\n<td>2</td>\n<td>1</td>\n<td>2</td>\n</tr>\n<tr>\n<td>2</td>\n<td>date</td>\n<td>8</td>\n<td>3</td>\n<td>10</td>\n</tr>\n<tr>\n<td>3</td>\n<td>filler</td>\n<td>390</td>\n<td>11</td>\n<td>400</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"content-record-1\">Content Record</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>#</th>\n<th>Field Name</th>\n<th>Length</th>\n<th>From</th>\n<th>To</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>recordType</td>\n<td>2</td>\n<td>1</td>\n<td>2</td>\n</tr>\n<tr>\n<td>2</td>\n<td>issuerPartnerId</td>\n<td>4</td>\n<td>3</td>\n<td>6</td>\n</tr>\n<tr>\n<td>3</td>\n<td>issuerOrganizationId</td>\n<td>4</td>\n<td>7</td>\n<td>10</td>\n</tr>\n<tr>\n<td>4</td>\n<td>issuerPaymentDeviceId</td>\n<td>9</td>\n<td>11</td>\n<td>19</td>\n</tr>\n<tr>\n<td>5</td>\n<td>brand</td>\n<td>2</td>\n<td>20</td>\n<td>21</td>\n</tr>\n<tr>\n<td>6</td>\n<td>issuerAuthorizationId</td>\n<td>12</td>\n<td>22</td>\n<td>33</td>\n</tr>\n<tr>\n<td>7</td>\n<td>issuerTransactionId</td>\n<td>12</td>\n<td>34</td>\n<td>45</td>\n</tr>\n<tr>\n<td>8</td>\n<td>transactionExternalId</td>\n<td>23</td>\n<td>46</td>\n<td>68</td>\n</tr>\n<tr>\n<td>9</td>\n<td>transactionDate</td>\n<td>8</td>\n<td>69</td>\n<td>76</td>\n</tr>\n<tr>\n<td>10</td>\n<td>transactionTime</td>\n<td>6</td>\n<td>77</td>\n<td>82</td>\n</tr>\n<tr>\n<td>11</td>\n<td>transactionType</td>\n<td>2</td>\n<td>83</td>\n<td>84</td>\n</tr>\n<tr>\n<td>12</td>\n<td>locationCode</td>\n<td>1</td>\n<td>85</td>\n<td>85</td>\n</tr>\n<tr>\n<td>13</td>\n<td>countryCode</td>\n<td>2</td>\n<td>86</td>\n<td>87</td>\n</tr>\n<tr>\n<td>14</td>\n<td>purchaseMethod</td>\n<td>2</td>\n<td>88</td>\n<td>89</td>\n</tr>\n<tr>\n<td>15</td>\n<td>isContactless</td>\n<td>1</td>\n<td>90</td>\n<td>90</td>\n</tr>\n<tr>\n<td>16</td>\n<td>pos</td>\n<td>8</td>\n<td>91</td>\n<td>98</td>\n</tr>\n<tr>\n<td>17</td>\n<td>transactionAmount</td>\n<td>11</td>\n<td>99</td>\n<td>109</td>\n</tr>\n<tr>\n<td>18</td>\n<td>transactionCurrency</td>\n<td>3</td>\n<td>110</td>\n<td>112</td>\n</tr>\n<tr>\n<td>19</td>\n<td>discountAmount</td>\n<td>11</td>\n<td>113</td>\n<td>123</td>\n</tr>\n<tr>\n<td>20</td>\n<td>paymentDeviceDebitDate</td>\n<td>8</td>\n<td>124</td>\n<td>131</td>\n</tr>\n<tr>\n<td>21</td>\n<td>personalCreditLineDebitAmount</td>\n<td>11</td>\n<td>132</td>\n<td>142</td>\n</tr>\n<tr>\n<td>22</td>\n<td>personalCreditLineDebitCurrency</td>\n<td>3</td>\n<td>143</td>\n<td>145</td>\n</tr>\n<tr>\n<td>23</td>\n<td>paymentAccountDebitAmount</td>\n<td>11</td>\n<td>146</td>\n<td>156</td>\n</tr>\n<tr>\n<td>24</td>\n<td>paymentAccountAuthorizedAmount</td>\n<td>11</td>\n<td>157</td>\n<td>167</td>\n</tr>\n<tr>\n<td>25</td>\n<td>paymentAccountAuthorizedCurrency</td>\n<td>3</td>\n<td>168</td>\n<td>170</td>\n</tr>\n<tr>\n<td>26</td>\n<td>merchantId</td>\n<td>7</td>\n<td>171</td>\n<td>178</td>\n</tr>\n<tr>\n<td>27</td>\n<td>mcc</td>\n<td>6</td>\n<td>179</td>\n<td>184</td>\n</tr>\n<tr>\n<td>28</td>\n<td>merchantName</td>\n<td>40</td>\n<td>185</td>\n<td>224</td>\n</tr>\n<tr>\n<td>29</td>\n<td>merchantAddress</td>\n<td>30</td>\n<td>225</td>\n<td>254</td>\n</tr>\n<tr>\n<td>30</td>\n<td>merchantCity</td>\n<td>25</td>\n<td>255</td>\n<td>279</td>\n</tr>\n<tr>\n<td>31</td>\n<td>merchantZipCode</td>\n<td>10</td>\n<td>280</td>\n<td>289</td>\n</tr>\n<tr>\n<td>32</td>\n<td>merchantPhoneNumber</td>\n<td>10</td>\n<td>290</td>\n<td>299</td>\n</tr>\n<tr>\n<td>33</td>\n<td>spendAccountCode</td>\n<td>4</td>\n<td>300</td>\n<td>303</td>\n</tr>\n<tr>\n<td>34</td>\n<td>spendAccountCurrency</td>\n<td>3</td>\n<td>304</td>\n<td>306</td>\n</tr>\n<tr>\n<td>35</td>\n<td>betterCircleAmount</td>\n<td>8</td>\n<td>307</td>\n<td>314</td>\n</tr>\n<tr>\n<td>36</td>\n<td>spendAccountDebitDate</td>\n<td>8</td>\n<td>315</td>\n<td>322</td>\n</tr>\n<tr>\n<td>37</td>\n<td>creditCardCompanyCode</td>\n<td>5</td>\n<td>323</td>\n<td>327</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"summary-record-1\">Summary Record</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>#</th>\n<th>Field Name</th>\n<th>Length</th>\n<th>From</th>\n<th>To</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>recordType</td>\n<td>2</td>\n<td>1</td>\n<td>2</td>\n</tr>\n<tr>\n<td>2</td>\n<td>recordNum</td>\n<td>8</td>\n<td>3</td>\n<td>10</td>\n</tr>\n<tr>\n<td>3</td>\n<td>filler</td>\n<td>390</td>\n<td>11</td>\n<td>400</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>Cal Platform</strong></p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e7c436ab-dc2f-4bc6-86d2-a542576498f0"},{"name":"GetExpenses","id":"c357b3f2-b20c-42be-b779-e2d41605105a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"identifier\": \"203567870\",\r\n    \"identifierType\": \"id\",\r\n    \"cardRefId\": \"43689ed3-38bc-423e-b5a1-1df6180526f0\",\r\n    \"cardIssuerInternalId\": \"73475277\",\r\n    \"budgetCategoryType\": \"*\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/consumers-backend/api/Transactions/GetExpenses","description":"<p>This service returns the expenses for the provided card that came from request and filtered by the budget category type (in case of * will return all)</p>\n<p>Parameters<br /><b>Request</b></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>identifier</td>\n<td>Required if cardIssuerInternalId <code>is</code> null</td>\n<td>String</td>\n<td>customer id</td>\n<td>40338253</td>\n</tr>\n<tr>\n<td>identifierType</td>\n<td>Required if cardIssuerInternalId <code>is</code> null</td>\n<td>String</td>\n<td>id or passport</td>\n<td><code>id</code></td>\n</tr>\n<tr>\n<td>cardRefId</td>\n<td>Required if cardIssuerInternalId <code>is</code> null</td>\n<td>String</td>\n<td>card ref ID</td>\n<td>809632e6-7f68-4237-8573-873c12a02f80</td>\n</tr>\n<tr>\n<td>cardIssuerInternalId</td>\n<td>Required if cardRefId <code>is</code> null</td>\n<td>String</td>\n<td>Internal ID of the card issuer</td>\n<td>73475277</td>\n</tr>\n<tr>\n<td>budgetCategoryType</td>\n<td>Optional</td>\n<td>String</td>\n<td>budget category type</td>\n<td>*</td>\n</tr>\n<tr>\n<td>from</td>\n<td>Optional</td>\n<td>Date</td>\n<td>The date string format in utc from</td>\n<td>2023-08-05T21:00:00.000Z</td>\n</tr>\n<tr>\n<td>to</td>\n<td>Optional</td>\n<td>Date</td>\n<td>The date string format in utc to</td>\n<td>2023-08-05T21:00:00.000Z</td>\n</tr>\n</tbody>\n</table>\n</div><p><b>Response<br /></b></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter Name</strong></th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>expenses.currency</td>\n<td>string</td>\n<td>the currency of the expense</td>\n<td>ILS</td>\n</tr>\n<tr>\n<td>expenses.allocationId</td>\n<td>string</td>\n<td>the allocationId of payment accunt manager</td>\n<td>1822bd6c-cc5b-4b79-8c2f-329dcb1f81f0</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>string</td>\n<td>the amount of the expese is currency to US</td>\n<td>5.7</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>string</td>\n<td>category of merchant</td>\n<td>Meals</td>\n</tr>\n<tr>\n<td>budgetAllocationId</td>\n<td>string</td>\n<td>the budgetAllocationId of payment account manager</td>\n<td>1822bd6c-cc5b-4b79-8c2f-329dcb1f81f0</td>\n</tr>\n<tr>\n<td>issuerTransactionId</td>\n<td>string</td>\n<td>the identifier of the transaction in issuer</td>\n<td>7200109823</td>\n</tr>\n<tr>\n<td>marchentName</td>\n<td>string</td>\n<td>the marchent name</td>\n<td></td>\n</tr>\n<tr>\n<td>marchentId</td>\n<td>string</td>\n<td>the id of marchent</td>\n<td>QdphPMVkgSwCW01X6mncE</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>the ISO currency of the expense</td>\n<td>ILS</td>\n</tr>\n<tr>\n<td>currencySymbol</td>\n<td>string</td>\n<td>the symbol of the expense</td>\n<td>₪</td>\n</tr>\n<tr>\n<td>originalCurrency</td>\n<td>string</td>\n<td>the origianl amount of the expense</td>\n<td>20</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>the expense statuts</td>\n<td>pending</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-backend","api","Transactions","GetExpenses"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"db4fee3e-e3a1-409a-9f2d-3c8a5e648434","name":"GetExpenses","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"identifier\": \"203567870\",\r\n    \"identifierType\":\"id\",\r\n    \"cardRefId\": \"43689ed3-38bc-423e-b5a1-1df6180526f0\",\r\n    // \"cardIssuerInternalId\": \"73475277\",\r\n    \"budgetCategoryType\": \"*\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{ConsumersBackendHost}}/api/Transactions/getExpenses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 09 Mar 2025 15:14:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46524"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6baf4832-ab68-42ad-a294-208d8e98fe33"},{"key":"x-amzn-Remapped-Content-Length","value":"46524"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"HKh5BEiOjoEEFsQ="},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"b5bc-+a8IvvTkbM+qy1AgmzA4W02VKRU\""},{"key":"X-Amzn-Trace-Id","value":"Root=1-67cdb039-4c362fc6149aaa6f7908403f"},{"key":"x-amzn-Remapped-Date","value":"Sun, 09 Mar 2025 15:14:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"expenses\": [\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951134003-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-03T14:23:25.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951136007-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-03T14:25:10.000Z\",\n                \"originalAmount\": 15\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951132007-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-03T14:32:31.000Z\",\n                \"originalAmount\": 9\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951243521-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-14T06:11:58.000Z\",\n                \"originalAmount\": 12\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951261599-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-14T10:14:46.000Z\",\n                \"originalAmount\": 14\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951276965-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-18T07:53:53.000Z\",\n                \"originalAmount\": 9\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951278878-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-18T07:58:19.000Z\",\n                \"originalAmount\": 9\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951284151-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-18T07:59:51.000Z\",\n                \"originalAmount\": 6\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951276966-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-18T08:03:25.000Z\",\n                \"originalAmount\": 1.3\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951284154-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-18T08:57:44.000Z\",\n                \"originalAmount\": 6\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951291023-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-18T08:58:37.000Z\",\n                \"originalAmount\": 8\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951272873-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-18T09:31:09.000Z\",\n                \"originalAmount\": 10\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951271915-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-18T09:32:13.000Z\",\n                \"originalAmount\": 11\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951283136-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-18T09:33:09.000Z\",\n                \"originalAmount\": 1.2\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"DigitalGood\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951284160-0001\",\n                \"mcc\": \"5818\",\n                \"merchantName\": \"AMZN Digital             888-802-3080 US\",\n                \"actionDate\": \"2023-09-18T10:32:43.000Z\",\n                \"originalAmount\": 0.99\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Retail\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951274928-0001\",\n                \"mcc\": \"5311\",\n                \"merchantName\": \"aliexpress               Luxembourg   LU\",\n                \"actionDate\": \"2023-09-18T10:58:36.000Z\",\n                \"originalAmount\": 22.21\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"TV\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951297000-0001\",\n                \"mcc\": \"4899\",\n                \"merchantName\": \"Netflix.com              Los Gatos    NL\",\n                \"actionDate\": \"2023-09-19T06:58:49.000Z\",\n                \"originalAmount\": 69.9\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Meals\",\n                \"currency\": \"GBP\",\n                \"currencySymbol\": \"£\",\n                \"issuerTransactionId\": \"951296002-0001\",\n                \"mcc\": \"5812\",\n                \"merchantName\": \"PRET A MANGER            LONDON       GB\",\n                \"actionDate\": \"2023-09-19T07:13:08.000Z\",\n                \"originalAmount\": 9.35\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Meals\",\n                \"currency\": \"GBP\",\n                \"currencySymbol\": \"£\",\n                \"issuerTransactionId\": \"951295008-0001\",\n                \"mcc\": \"5812\",\n                \"merchantName\": \"PRET A MANGER            LONDON       GB\",\n                \"actionDate\": \"2023-09-19T08:49:23.000Z\",\n                \"originalAmount\": 9.35\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Retail\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951302024-0001\",\n                \"mcc\": \"5311\",\n                \"merchantName\": \"aliexpress               Luxembourg   LU\",\n                \"actionDate\": \"2023-09-19T13:16:15.000Z\",\n                \"originalAmount\": 22.21\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"TV\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951310028-0001\",\n                \"mcc\": \"4899\",\n                \"merchantName\": \"Netflix.com              Los Gatos    NL\",\n                \"actionDate\": \"2023-09-19T13:17:08.000Z\",\n                \"originalAmount\": 69.9\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951308119-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-09-20T13:56:01.000Z\",\n                \"originalAmount\": 20\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"TV\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951312155-0001\",\n                \"mcc\": \"4899\",\n                \"merchantName\": \"Netflix.com              Los Gatos    NL\",\n                \"actionDate\": \"2023-09-21T11:28:22.000Z\",\n                \"originalAmount\": 69.9\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Retail\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951307160-0001\",\n                \"mcc\": \"5311\",\n                \"merchantName\": \"aliexpress               Luxembourg   LU\",\n                \"actionDate\": \"2023-09-21T11:48:55.000Z\",\n                \"originalAmount\": 22.21\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951295458-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-01T09:25:32.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951296438-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-01T09:26:24.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951305463-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-01T09:27:04.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951304493-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-01T09:38:27.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951310452-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-01T09:41:18.000Z\",\n                \"originalAmount\": 30\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951299460-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-01T09:51:45.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951305495-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-02T03:44:28.000Z\",\n                \"originalAmount\": 36\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951308487-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-02T03:45:16.000Z\",\n                \"originalAmount\": 36\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951310478-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-02T03:48:55.000Z\",\n                \"originalAmount\": 36\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951311445-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-02T03:49:50.000Z\",\n                \"originalAmount\": 14\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951302478-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-02T03:50:36.000Z\",\n                \"originalAmount\": 19\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951301503-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-02T03:57:00.000Z\",\n                \"originalAmount\": 11\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951303497-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-02T03:58:51.000Z\",\n                \"originalAmount\": 22\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951309500-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-02T03:59:44.000Z\",\n                \"originalAmount\": 0.01\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951308489-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-02T04:02:03.000Z\",\n                \"originalAmount\": 17\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951300509-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-02T04:07:08.000Z\",\n                \"originalAmount\": 11\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951312498-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-02T04:09:04.000Z\",\n                \"originalAmount\": 12\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951296462-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-02T04:11:40.000Z\",\n                \"originalAmount\": 16\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951306475-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-02T04:12:15.000Z\",\n                \"originalAmount\": 15\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951302490-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-10-02T07:14:42.000Z\",\n                \"originalAmount\": 55\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Communication\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951294505-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-10-02T07:15:34.000Z\",\n                \"originalAmount\": 22\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951313464-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-02T07:38:55.000Z\",\n                \"originalAmount\": 15\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951295511-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-02T07:57:09.000Z\",\n                \"originalAmount\": 17\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Meals\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951301524-0001\",\n                \"mcc\": \"5812\",\n                \"merchantName\": \"EFFOC\",\n                \"actionDate\": \"2023-10-02T11:21:38.000Z\",\n                \"originalAmount\": 0.01\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Meals\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951300543-0001\",\n                \"mcc\": \"5812\",\n                \"merchantName\": \"EFFOC\",\n                \"actionDate\": \"2023-10-02T11:42:33.000Z\",\n                \"originalAmount\": 0.01\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Meals\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951309534-0001\",\n                \"mcc\": \"5812\",\n                \"merchantName\": \"EFFOC\",\n                \"actionDate\": \"2023-10-02T11:44:41.000Z\",\n                \"originalAmount\": 0.01\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951294542-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-03T11:01:56.000Z\",\n                \"originalAmount\": 15\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951300565-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-03T11:02:30.000Z\",\n                \"originalAmount\": 16\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951296515-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-03T11:03:03.000Z\",\n                \"originalAmount\": 17\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951310537-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-03T11:06:13.000Z\",\n                \"originalAmount\": 14\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951308550-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-03T11:11:04.000Z\",\n                \"originalAmount\": 5\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951306530-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-03T11:11:46.000Z\",\n                \"originalAmount\": 4.99\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951312559-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-03T11:13:53.000Z\",\n                \"originalAmount\": 1.4\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951365084-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-18T13:24:49.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951368082-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-18T13:55:14.000Z\",\n                \"originalAmount\": 16\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951365087-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-18T17:23:15.000Z\",\n                \"originalAmount\": 10\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951365088-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-18T17:30:43.000Z\",\n                \"originalAmount\": 12\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951363076-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-18T17:35:59.000Z\",\n                \"originalAmount\": 15\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951373084-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-18T17:37:00.000Z\",\n                \"originalAmount\": 10\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951368083-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-18T17:40:14.000Z\",\n                \"originalAmount\": 14\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951359074-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-18T17:45:35.000Z\",\n                \"originalAmount\": 20\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951368084-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-18T17:50:55.000Z\",\n                \"originalAmount\": 3\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951361100-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-18T17:54:55.000Z\",\n                \"originalAmount\": 0.7\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951363077-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-18T18:00:51.000Z\",\n                \"originalAmount\": 0.01\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951368085-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-18T18:01:50.000Z\",\n                \"originalAmount\": 0.01\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951372084-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-18T18:03:45.000Z\",\n                \"originalAmount\": 0.01\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951374075-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-18T18:20:16.000Z\",\n                \"originalAmount\": 15\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951400049-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-22T07:09:20.000Z\",\n                \"originalAmount\": 21\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951401050-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-22T08:55:09.000Z\",\n                \"originalAmount\": 9\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951402053-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-22T08:55:30.000Z\",\n                \"originalAmount\": 11\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951410050-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-22T08:58:41.000Z\",\n                \"originalAmount\": 5\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951414155-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-23T13:09:30.000Z\",\n                \"originalAmount\": 10\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951413141-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-23T13:10:21.000Z\",\n                \"originalAmount\": 10\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951399151-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-23T13:12:10.000Z\",\n                \"originalAmount\": 3\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951414156-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-23T13:12:37.000Z\",\n                \"originalAmount\": 6\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951408144-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-23T13:28:24.000Z\",\n                \"originalAmount\": 7\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951399152-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-23T13:29:16.000Z\",\n                \"originalAmount\": 9\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951400231-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-26T08:12:22.000Z\",\n                \"originalAmount\": 10\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951411259-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-26T11:24:11.000Z\",\n                \"originalAmount\": 21\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951404209-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-26T11:25:13.000Z\",\n                \"originalAmount\": 24\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951413428-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-30T08:50:44.000Z\",\n                \"originalAmount\": 15\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"USD\",\n                \"currencySymbol\": \"$\",\n                \"issuerTransactionId\": \"951398470-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-30T08:51:18.000Z\",\n                \"originalAmount\": 12\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951410581-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-31T06:40:06.000Z\",\n                \"originalAmount\": 5\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"EUR\",\n                \"currencySymbol\": \"€\",\n                \"issuerTransactionId\": \"951412589-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-31T06:40:12.000Z\",\n                \"originalAmount\": 6\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951402577-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-10-31T06:41:36.000Z\",\n                \"originalAmount\": 6\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Miscellaneous\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951402584-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-10-31T11:35:12.000Z\",\n                \"originalAmount\": 19\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Meals\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951610092-0001\",\n                \"mcc\": \"5812\",\n                \"merchantName\": \"ק.מ.ל\",\n                \"actionDate\": \"2023-12-10T09:43:39.000Z\",\n                \"originalAmount\": 30\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 5.5045,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Meals\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"19042759160\",\n                \"mcc\": \"5812\",\n                \"merchantName\": \"ק.מ.ל\",\n                \"actionDate\": \"2023-12-11T11:47:03.000Z\",\n                \"originalAmount\": 20\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951646031-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-12-14T08:00:43.000Z\",\n                \"originalAmount\": 20\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951660028-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-12-14T10:56:50.000Z\",\n                \"originalAmount\": 20\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951658043-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-12-14T12:32:53.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951650031-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-12-14T12:33:36.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951657237-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-12-19T14:13:31.000Z\",\n                \"originalAmount\": 26\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951659277-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-12-19T14:21:29.000Z\",\n                \"originalAmount\": 29\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951655254-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-12-19T14:38:42.000Z\",\n                \"originalAmount\": 21.5\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951651366-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-12-21T14:58:54.000Z\",\n                \"originalAmount\": 20\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951643442-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-12-24T11:47:36.000Z\",\n                \"originalAmount\": 40\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951684023-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-12-28T09:22:03.000Z\",\n                \"originalAmount\": 20\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951692025-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-12-28T09:32:29.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951684025-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-12-28T09:35:20.000Z\",\n                \"originalAmount\": 50\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951693020-0001\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"ויקטוריה ביוטי קוסמטיקס\",\n                \"actionDate\": \"2023-12-28T09:36:53.000Z\",\n                \"originalAmount\": 24\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951699034-0001\",\n                \"mcc\": \"4814\",\n                \"merchantName\": \"פלי וויד מי\",\n                \"actionDate\": \"2023-12-28T13:14:06.000Z\",\n                \"originalAmount\": 6\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 5.6245,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951699066-0001\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2023-12-31T12:02:38.000Z\",\n                \"originalAmount\": 20\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 7.0353,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Lifestyle\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"19042727762\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"עדנה מכון יופי\",\n                \"actionDate\": \"2024-01-04T12:18:04.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 2.8141,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"ProfessionalServices\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"19042727776\",\n                \"mcc\": \"8931\",\n                \"merchantName\": \"רו\\\"ח אייל שגן\",\n                \"actionDate\": \"2024-01-04T12:35:31.000Z\",\n                \"originalAmount\": 10\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 7.0353,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"19042759187\",\n                \"mcc\": \"5441\",\n                \"merchantName\": \"אופה חלומות נורית אלפנדרי\",\n                \"actionDate\": \"2024-01-04T12:51:43.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 7.0353,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Meals\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"19042727767\",\n                \"mcc\": \"5441\",\n                \"merchantName\": \"רד פיצה\",\n                \"actionDate\": \"2024-01-04T12:52:00.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 8.323,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"19042759158\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2024-01-08T09:55:52.000Z\",\n                \"originalAmount\": 30\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951811014-0011\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2024-01-16T09:07:01.000Z\",\n                \"originalAmount\": 55\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951820010-0011\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2024-01-16T11:11:28.000Z\",\n                \"originalAmount\": 66\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"951804021-0011\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2024-01-16T11:12:22.000Z\",\n                \"originalAmount\": 55\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"-0KqN-TKG9lQJ1Y4PRM49-1712068300088\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2024-02-01T08:50:37.000Z\",\n                \"originalAmount\": 12\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 0,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"6-5JkZ7XhLXcf0xngpThp-1712068300095\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2024-02-01T08:51:28.000Z\",\n                \"originalAmount\": 13\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 5.6123,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"19043799896\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2024-02-20T13:50:39.000Z\",\n                \"originalAmount\": 20\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 5.2043,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"954502126-0011\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2024-06-26T05:00:32.000Z\",\n                \"originalAmount\": 19\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 13.6955,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"954514121-0011\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2024-06-26T05:02:27.000Z\",\n                \"originalAmount\": 50\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 8.2173,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"954506145-0011\",\n                \"mcc\": \"5969\",\n                \"merchantName\": \"מרכז יקיר\",\n                \"actionDate\": \"2024-06-26T11:54:27.000Z\",\n                \"originalAmount\": 30\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 6.7692,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"956459073-0011\",\n                \"mcc\": \"5499\",\n                \"merchantName\": \"למיס אטליז מרקט\",\n                \"actionDate\": \"2024-09-11T07:33:11.000Z\",\n                \"originalAmount\": 25\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 4.0615,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"956448129-0011\",\n                \"mcc\": \"5499\",\n                \"merchantName\": \"למיס אטליז מרקט\",\n                \"actionDate\": \"2024-09-11T07:45:58.000Z\",\n                \"originalAmount\": 15\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 2.7131,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"956458192-0011\",\n                \"mcc\": \"5499\",\n                \"merchantName\": \"למיס אטליז מרקט\",\n                \"actionDate\": \"2024-09-11T08:33:49.000Z\",\n                \"originalAmount\": 10\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 3.2492,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"956440354-0011\",\n                \"mcc\": \"5499\",\n                \"merchantName\": \"למיס אטליז מרקט\",\n                \"actionDate\": \"2024-09-11T08:34:55.000Z\",\n                \"originalAmount\": 12\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 4.0696,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"956456190-0011\",\n                \"mcc\": \"5499\",\n                \"merchantName\": \"למיס אטליז מרקט\",\n                \"actionDate\": \"2024-09-11T08:43:36.000Z\",\n                \"originalAmount\": 15\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 4.0615,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"956454184-0011\",\n                \"mcc\": \"5499\",\n                \"merchantName\": \"למיס אטליז מרקט\",\n                \"actionDate\": \"2024-09-11T08:44:17.000Z\",\n                \"originalAmount\": 15\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 5.399,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"956441362-0011\",\n                \"mcc\": \"5499\",\n                \"merchantName\": \"למיס אטליז מרקט\",\n                \"actionDate\": \"2024-09-11T08:51:34.000Z\",\n                \"originalAmount\": 19.9\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 32.465,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"956441368-0011\",\n                \"mcc\": \"5499\",\n                \"merchantName\": \"למיס אטליז מרקט\",\n                \"actionDate\": \"2024-09-11T08:58:44.000Z\",\n                \"originalAmount\": 119.9\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 4.0519,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"956440699-0011\",\n                \"mcc\": \"5499\",\n                \"merchantName\": \"למיס אטליז מרקט\",\n                \"actionDate\": \"2024-09-15T09:39:54.000Z\",\n                \"originalAmount\": 15\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 4.3823,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"956445609-0011\",\n                \"mcc\": \"5499\",\n                \"merchantName\": \"למיס אטליז מרקט\",\n                \"actionDate\": \"2024-09-15T09:43:51.000Z\",\n                \"originalAmount\": 16\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 1.37,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"Cashback\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"956999028-0011\",\n                \"mcc\": \"7298\",\n                \"merchantName\": \"שרון שלזינגר קוסמטיקאית\",\n                \"actionDate\": \"2024-10-30T13:11:03.000Z\",\n                \"originalAmount\": 5\n            },\n            {\n                \"allocationId\": \"1fe13e9e-b3d3-49ba-9ad8-de8746b61d58\",\n                \"amount\": 5.441,\n                \"budgetAllocationId\": \"d563b70a-f49a-4858-ada8-03206d0f87c5\",\n                \"category\": \"ProfessionalServices\",\n                \"currency\": \"ILS\",\n                \"currencySymbol\": \"₪\",\n                \"issuerTransactionId\": \"957175259-0011\",\n                \"mcc\": \"8931\",\n                \"merchantName\": \"רו\\\"ח אייל שגן\",\n                \"actionDate\": \"2024-11-20T14:13:56.000Z\",\n                \"originalAmount\": 20\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"24b0c618-32bd-4e63-ada4-dbd3fbc0a63c\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"c357b3f2-b20c-42be-b779-e2d41605105a"}],"id":"7f41fd96-cc6c-4349-8c0c-f3dfeabc1eda","_postman_id":"7f41fd96-cc6c-4349-8c0c-f3dfeabc1eda","description":""},{"name":"Payments","item":[{"name":"1. InitZCreditPaymentPage","event":[{"listen":"test","script":{"id":"593c87f6-b70a-4fd0-bbe6-ce69ca1ba921","exec":["const jsonData = JSON.parse(pm.request.body);","const arrayOfObject = jsonData.data;","const userId = arrayOfObject.find(obj => {","    return obj.key === \"userId\"","});","const receiverPhoneNumber = arrayOfObject.find(obj => {","    return obj.key === \"receiverPhoneNumber\"","});","let totalAmount = 0;","jsonData.cartItems.forEach(cartItem => {","    totalAmount = totalAmount + parseInt(cartItem.amount);","})","pm.globals.set(\"MelisronUserId\", userId.value);","pm.globals.set(\"MelisronReceiverPhoneNumber\", receiverPhoneNumber.value);","pm.globals.set(\"MelisronTotalAmount\", totalAmount);","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Field Name</th>","        <th>Type</th>","        <th>Description</th>","        <th>Example</th>","    </tr>","    <tr>","        <td>New Balance</td>","        <td>Number</td>","        <td>Current balance after payment</td>","        <td>{{response.result.newBalance}}</td>","    </tr>","    <tr>","        <td>Currency</td>","        <td>String</td>","        <td>Currency type</td>","        <td>{{response.result.currency}}</td>","    </tr>","    <tr>","        <td>Status Description</td>","        <td>String</td>","        <td>Description of status</td>","        <td>{{response.statusDescription}}</td>","    </tr>","    <tr>","        <td>Status Code</td>","        <td>Number</td>","        <td>Status code</td>","        <td>{{response.statusCode}}</td>","    </tr>","    <tr>","        <td>Session ID</td>","        <td>String</td>","        <td>Unique session identifier</td>","        <td>{{response.sessionId}}</td>","    </tr>","    <tr>","        <td>HTTP Status</td>","        <td>Number</td>","        <td>HTTP status code</td>","        <td>{{response.httpStatus}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return {response: pm.response.json()};","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"248336c8-b9d5-4f88-b4f5-73555cead953","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5e3cf41c-0279-41e6-b1a0-f7813a7afcec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{YourToken}}"}],"body":{"mode":"raw","raw":"{\n    \"productRefId\": \"{{ProductRefId}}\",\n    \"local\": \"He\",\n    \"data\": [],\n    \"successUrl\": \"{{PassValidUrl}}\",\n    \"cancelUrl\": \"{{PassValidUrl}}\",\n    \"paymentType\": \"regular\",\n    \"themeColor\": \"#008000\",\n    \"bitButtonEnabled\": true,\n    \"applePayButtonEnabled\": true,\n    \"googlePayButtonEnabled\": true,\n    \"installments\": {\n        \"type\": \"regular\",\n        \"minQuantity\": 1,\n        \"maxQuantity\": 1\n    },\n    \"customer\": {\n        \"email\": \"test@cal-platform.com\",\n        \"name\": \"test\",\n        \"phoneNumber\": \"077777777\",\n        \"attributes\": {\n            \"name\": \"required\",\n            \"phoneNumber\": \"required\",\n            \"email\": \"optional\"\n        }\n    },\n    \"cartItems\": [\n        {\n            \"amount\": 0, //pass valid anount\n            \"name\": \"test\",\n            \"image\": \"\", // pass valid url\n            \"description\": \"test\"\n        }\n    ],\n    \"focusType\": \"none\",\n    \"cardsIcons\": {\n        \"showVisaIcon\": true,\n        \"showMastercardIcon\": true,\n        \"showDinersIcon\": true,\n        \"showAmericanExpressIcon\": false,\n        \"showIsracardIcon\": true\n    },\n    \"backgroundColor\": \"#FFFFFF\",\n    \"showTotalSumInPayButton\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/payments-backend/api/PaymentPages/InitZCreditPaymentPage","description":"<h3 id=\"initiate-z-credit-payment-page\">Initiate Z-Credit Payment Page</h3>\n<p>This API endpoint is used to initiate a Z-Credit payment page. The request should be sent via an HTTP POST method to the following URL: <code>https://api.stage.cal-platform.com/payment-backend/api/PaymentPages/InitZCreditPaymentPage</code>.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in the raw format and include the following parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productRefId</td>\n<td>String</td>\n<td>The product reference ID</td>\n<td>{{ProductRefId}}</td>\n</tr>\n<tr>\n<td>local</td>\n<td>String</td>\n<td>The local setting</td>\n<td>He</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>An array of data</td>\n<td>[]</td>\n</tr>\n<tr>\n<td>successUrl</td>\n<td>String</td>\n<td>The success URL after payment completion</td>\n<td>your success url</td>\n</tr>\n<tr>\n<td>cancelUrl</td>\n<td>String</td>\n<td>The URL to redirect if payment is canceled</td>\n<td>your canceled url</td>\n</tr>\n<tr>\n<td>paymentType</td>\n<td>String</td>\n<td>The type of payment (e.g. regular)</td>\n<td>regular</td>\n</tr>\n<tr>\n<td>themeColor</td>\n<td>String</td>\n<td>The color theme for the payment page</td>\n<td>#008000</td>\n</tr>\n<tr>\n<td>bitButtonEnabled</td>\n<td>Boolean</td>\n<td>Indicates if the Bit button is enabled</td>\n<td>true</td>\n</tr>\n<tr>\n<td>applePayButtonEnabled</td>\n<td>Boolean</td>\n<td>Indicates if the Apple Pay button is enabled</td>\n<td>true</td>\n</tr>\n<tr>\n<td>googlePayButtonEnabled</td>\n<td>Boolean</td>\n<td>Indicates if the Google Pay button is enabled</td>\n<td>true</td>\n</tr>\n<tr>\n<td>installments</td>\n<td>Object</td>\n<td>Details about payment installments</td>\n<td>{ \"type\": \"regular\", \"minQuantity\": 1, \"maxQuantity\": 1 }</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>Object</td>\n<td>Details about the customer</td>\n<td>{ \"email\": \"<a href=\"https://mailto:test@wolt.com\">test@cal-platform.com</a>\", \"name\": \"test\", \"phoneNumber\": \"077777777\", \"attributes\": { \"name\": \"required\", \"phoneNumber\": \"required\", \"email\": \"optional\" } }</td>\n</tr>\n<tr>\n<td>cartItems</td>\n<td>Array</td>\n<td>An array of items in the cart</td>\n<td>[{ \"amount\": 0, \"name\": \"test\", \"image\": \"\", \"description\": \"test\" }]</td>\n</tr>\n<tr>\n<td>focusType</td>\n<td>String</td>\n<td>The focus type</td>\n<td>none</td>\n</tr>\n<tr>\n<td>cardsIcons</td>\n<td>Object</td>\n<td>Details about the card icons on the payment page</td>\n<td>{ \"showVisaIcon\": true, \"showMastercardIcon\": true, \"showDinersIcon\": true, \"showAmericanExpressIcon\": false, \"showIsracardIcon\": true }</td>\n</tr>\n<tr>\n<td>backgroundColor</td>\n<td>String</td>\n<td>The background color of the payment page</td>\n<td>#FFFFFF</td>\n</tr>\n<tr>\n<td>showTotalSumInPayButton</td>\n<td>Boolean</td>\n<td>Indicates if the total sum is shown in the pay button</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\">Response</h4>\n<p>The response will include the following data:</p>\n<ul>\n<li><p><code>result</code>: An object containing the new balance and currency.</p>\n</li>\n<li><p><code>statusDescription</code>: A description of the status.</p>\n</li>\n<li><p><code>statusCode</code>: The status code.</p>\n</li>\n<li><p><code>sessionId</code>: The session ID.</p>\n</li>\n<li><p><code>httpStatus</code>: The HTTP status code.</p>\n</li>\n</ul>\n<p>If the HTTP status code is 200, the <code>result.sessionUrl</code> will contain the session URL for the payment page. If the HTTP status code is 500 and the response body contains <code>statusCode: 2</code>, it indicates an issue with the payment provider (Z-Credit).</p>\n<p>The authorization token (<code>{{CognitoToken}}</code>) should be included in the request header.</p>\n","urlObject":{"protocol":"https","path":["payments-backend","api","PaymentPages","InitZCreditPaymentPage"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e3cf41c-0279-41e6-b1a0-f7813a7afcec"}],"id":"7b9ff360-55ab-4979-aa57-4cdd6d2d8220","_postman_id":"7b9ff360-55ab-4979-aa57-4cdd6d2d8220","description":""},{"name":"Fc Wallet","item":[{"name":"GetAllocationsBalances","id":"949cc47a-a0ce-40fe-b90e-5f073498f3df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardIssuerInternalId\":\"83759375\",\n    \"aggregateTargetCurrency\" : 376,\n    \"filterCurrency\":124\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/consumers-card-management/api/BudgetAllocations/GetAllocationsBalances","description":"<p>This API allows retrieving the balance allocations for a given card issuer, aggregated optionally by a target currency. It returns the full breakdown of balances and the total aggregated balance.</p>\n<p><strong>Request Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Internal ID of the card issuer</td>\n<td>83759375</td>\n</tr>\n<tr>\n<td><code>aggregateTargetCurrency</code></td>\n<td>Optional</td>\n<td>Number</td>\n<td>Currency code to aggregate the balances into</td>\n<td>376</td>\n</tr>\n<tr>\n<td>filterCurrency</td>\n<td>Optional</td>\n<td>number</td>\n<td>Currency to Filter</td>\n<td>124</td>\n</tr>\n</tbody>\n</table>\n</div><p><b>Response Parameters</b></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>aggregateBalance</code></td>\n<td>number</td>\n<td>Total balance aggregated into the target currency (if any)</td>\n<td>3396.15</td>\n</tr>\n<tr>\n<td><code>balances.balance</code></td>\n<td>Number</td>\n<td>a balance of the</td>\n<td>1000.31</td>\n</tr>\n<tr>\n<td>balances.currncey</td>\n<td>Number</td>\n<td>currency in ISO</td>\n<td>840</td>\n</tr>\n<tr>\n<td>balances.updatedAt</td>\n<td>Date</td>\n<td>balance last updated date</td>\n<td>2025-08-11T11:23:25.607Z</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-card-management","api","BudgetAllocations","GetAllocationsBalances"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"949cc47a-a0ce-40fe-b90e-5f073498f3df"},{"name":"CreateCard","id":"ab5c118b-f781-45c7-b01b-aab9a5431a0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": 23780626,\n    \"cardId\": \"0083759375\",\n    \"statusTimestamp\": \"2025-06-18T14:06:10.0\",\n    \"cardProduct\": \"401\",\n    \"cardHolderName\": \"ROEI GERENRAICH\",\n    \"cardHolderNameHebrew\": \"רועי גרנרייך\",\n    \"last4\": \"2787\",\n    \"expiration\": \"2029-03\",\n    \"partialAuth\": true,\n    \"cardNetwork\": \"1\",\n    \"businessPartnerCode\": \"20\",\n    \"paymentAccountManagerCode\": \"344\",\n    \"cellularAreaCode\": \"054\",\n    \"cellularNumber\": \"7765578\",\n    \"email\": \"bo1234@gmail.com\",\n    \"isGov\": false,\n    \"cardFullNumber\": \"\",\n    \"customerExternalId\": \"005872601\",\n    \"paymentAccountManager\": \"platform\",\n    \"isPlatfromIssuance\":false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/consumers-issuer-services/api/ConsumerCards/CreateCard","description":"<p>This API allows creating a new consumer card with the specified details such as cardholder information, product type, and identifiers for the payment account manager.</p>\n<p>Request Paramters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customerId</code></td>\n<td>Required</td>\n<td>number</td>\n<td>Internal ID of the customer</td>\n<td>23780626</td>\n</tr>\n<tr>\n<td><code>cardId</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Internal ID of the card</td>\n<td>0083759375</td>\n</tr>\n<tr>\n<td><code>statusTimestamp</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Timestamp of the card status</td>\n<td>2025-06-18T14:06:10.0</td>\n</tr>\n<tr>\n<td><code>cardProduct</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Card product code</td>\n<td>401</td>\n</tr>\n<tr>\n<td><code>cardHolderName</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Cardholder's name in Latin characters</td>\n<td>ROEI GERENRAICH</td>\n</tr>\n<tr>\n<td><code>cardHolderNameHebrew</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Cardholder's name in Hebrew</td>\n<td>רועי גרנרייך</td>\n</tr>\n<tr>\n<td><code>last4</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Last 4 digits of the card</td>\n<td>2787</td>\n</tr>\n<tr>\n<td><code>expiration</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Expiration date in format YYYY-MM</td>\n<td>2029-03</td>\n</tr>\n<tr>\n<td><code>partialAuth</code></td>\n<td>Optional</td>\n<td>boolean</td>\n<td>Whether partial authorization is enabled</td>\n<td>true</td>\n</tr>\n<tr>\n<td><code>cardNetwork</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Card network code</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>businessPartnerCode</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Business partner code</td>\n<td>20</td>\n</tr>\n<tr>\n<td><code>paymentAccountManagerCode</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Code of the payment account manager</td>\n<td>344</td>\n</tr>\n<tr>\n<td><code>cellularAreaCode</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Area code of the cardholder's phone</td>\n<td>054</td>\n</tr>\n<tr>\n<td><code>cellularNumber</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Phone number of the cardholder</td>\n<td>7765578</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Email of the cardholder</td>\n<td><a href=\"https://mailto:bo1234@gmail.com\">bo1234@gmail.com</a></td>\n</tr>\n<tr>\n<td><code>isGov</code></td>\n<td>Optional</td>\n<td>boolean</td>\n<td>Indicates if the card is for a government entity</td>\n<td>false</td>\n</tr>\n<tr>\n<td><code>cardFullNumber</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Full card number (usually masked or omitted)</td>\n<td>(empty)</td>\n</tr>\n<tr>\n<td><code>customerExternalId</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>External system ID for the customer</td>\n<td>005872601</td>\n</tr>\n<tr>\n<td><code>paymentAccountManager</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Payment account manager name</td>\n<td>platform</td>\n</tr>\n<tr>\n<td><code>isPlatfromIssuance</code></td>\n<td>Optional</td>\n<td>boolean</td>\n<td>Whether card issuance was done via platform</td>\n<td>false</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result</code></td>\n<td>null</td>\n<td>Result object (null for this response)</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td>string</td>\n<td>Textual description of status</td>\n<td>Success</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>number</td>\n<td>Numeric status code</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td>string</td>\n<td>Unique session identifier</td>\n<td>13dab80f-17b0-4836-9951-9260719a4ea9</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td>number</td>\n<td>HTTP response status</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-issuer-services","api","ConsumerCards","CreateCard"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab5c118b-f781-45c7-b01b-aab9a5431a0d"},{"name":"Calculate Rate","event":[{"listen":"test","script":{"id":"e6401e13-987a-4922-bfce-4fe00e0e9263","exec":["const jsonResponse = pm.response.json();"],"type":"text/javascript","packages":{}}}],"id":"66fc1938-2cfa-4802-b755-2731c93695bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"buyCurrency\": 376,\n    \"sellCurrency\": 840,\n    \"amount\": 4000,\n    \"fixed\": \"buy\",\n    \"customerRate\": \"Silver\",\n    \"businessPartnerCode\": \"20\",\n    \"cardIssuerInternalId\": \"83759375\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/consumers-foreign-currency/api/ForeignCurrency/CalculateRate","description":"<p>This API calculates the exchange rate between two currencies for a given transaction, based on the direction (buy/sell), amount, and customer-specific pricing tier.</p>\n<p>Request Paramters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>buyCurrency</code></td>\n<td>Required</td>\n<td>number</td>\n<td>ISO code of the currency the customer wants to buy</td>\n<td>376</td>\n</tr>\n<tr>\n<td><code>sellCurrency</code></td>\n<td>Required</td>\n<td>number</td>\n<td>ISO code of the currency the customer wants to sell</td>\n<td>840</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>Required</td>\n<td>number</td>\n<td>Amount in the fixed currency (buy or sell)</td>\n<td>4000</td>\n</tr>\n<tr>\n<td><code>fixed</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Indicates which currency is fixed in the calculation (<code>buy</code>/<code>sell</code>)</td>\n<td>buy</td>\n</tr>\n<tr>\n<td><code>customerRate</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Tier of the customer rate (e.g., Silver, Gold)</td>\n<td>Silver</td>\n</tr>\n<tr>\n<td><code>businessPartnerCode</code></td>\n<td>Optional</td>\n<td>string</td>\n<td>Code of the business partner</td>\n<td>20</td>\n</tr>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Internal ID of the card issuer</td>\n<td>83759375</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>exchangeRate</code></td>\n<td>number</td>\n<td>Calculated exchange rate for the transaction</td>\n<td>3.664878</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td>string</td>\n<td>Textual status of the operation</td>\n<td>Success</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>number</td>\n<td>Numeric result code</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td>string</td>\n<td>Unique session identifier</td>\n<td>fee204c7-6474-4210-bfd4-b9ee198093fe</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td>number</td>\n<td>HTTP response code</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-foreign-currency","api","ForeignCurrency","CalculateRate"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"66fc1938-2cfa-4802-b755-2731c93695bf"},{"name":"Charge","id":"56813371-6930-4b69-8da4-e87925e5b5ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardIssuerInternalId\": \"83759375\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/consumers-foreign-currency/api/ForeignCurrency/Charge","description":"<p>This API triggers the charging process for a foreign currency transaction associated with a specific card issuer. It is typically used after rate calculation and allocation steps.</p>\n<p>Request Parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Internal ID of the card issuer</td>\n<td>83759375</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Parameters</p>\n<p>Response Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result</code></td>\n<td>null</td>\n<td>Result object (null for this response)</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td>string</td>\n<td>Textual description of status</td>\n<td>Success</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>number</td>\n<td>Numeric status code</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td>string</td>\n<td>Unique session identifier</td>\n<td>13dab80f-17b0-4836-9951-9260719a4ea9</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td>number</td>\n<td>HTTP response status</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-foreign-currency","api","ForeignCurrency","Charge"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"56813371-6930-4b69-8da4-e87925e5b5ac"},{"name":"Sale","id":"7f7bcbd8-319d-44e2-9967-a97417d928d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardIssuerInternalId\": \"89479524\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/consumers-foreign-currency/api/ForeignCurrency/Sale","description":"<p>This API triggers the <strong>sale</strong> process of a previously charged foreign currency transaction associated with a specific card issuer.</p>\n<p>Request Parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardIssuerInternalId</code></td>\n<td>Required</td>\n<td>string</td>\n<td>Internal ID of the card issuer</td>\n<td>83759375</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Parameters</p>\n<p>Response Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result</code></td>\n<td>null</td>\n<td>Result object (null for this response)</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td>string</td>\n<td>Textual description of status</td>\n<td>Success</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td>number</td>\n<td>Numeric status code</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td>string</td>\n<td>Unique session identifier</td>\n<td>13dab80f-17b0-4836-9951-9260719a4ea9</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td>number</td>\n<td>HTTP response status</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["consumers-foreign-currency","api","ForeignCurrency","Sale"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f7bcbd8-319d-44e2-9967-a97417d928d7"}],"id":"99c1346c-0909-4370-bf78-db49f0080901","_postman_id":"99c1346c-0909-4370-bf78-db49f0080901","description":""},{"name":"Payment Account","item":[{"name":"Pockets Api","item":[{"name":"Pockets","item":[{"name":"GetPockets","id":"8f41059b-8228-45b3-83d3-8bddf876d03b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"},{"key":"X-Organization-Id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pagination\": {\n        // \"id\": \"string\",\n        \"createdAt\": \"2025-12-16T08:49:12.847Z\",\n        \"limit\": 10\n    },\n    \"filter\": {\n        // \"initiativeIds\": [\n        //     null\n        // ],\n        // \"periodTypes\": [\n        //     \"monthly\"\n        // ],\n        // \"freeText\": \"string\",\n        \"statuses\": [\n            \"active\", \"inactive\"\n        ]\n        // \"paymentDeviceIds\": [\n        //     null\n        // ],\n        // \"userIds\": [\n        //     null\n        // ],\n        // \"pocketIds\": [\n        //     null\n        // ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.develop.cal-platform.com/payment-account-pockets/api/Pockets/GetPockets","description":"<p><strong>Purpose:</strong> Retrieve pockets based on filters such as initiative, organization, tags, or currency.</p>\n<p><strong>Important field note:</strong></p>\n<ul>\n<li>At least **one field: \"**ids\", \"initiativeIds\" <strong>must be provided</strong> to retrieve a pocket;</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>Optional</td>\n<td>Array[String]</td>\n<td>List of pocket IDs to filter by.</td>\n<td><code>[\"</code>50ef872b-156c-4679-bf28-70f74e7b915d<code>\"]</code></td>\n</tr>\n<tr>\n<td><code>initiativeIds</code></td>\n<td>Optional</td>\n<td>Array[String]</td>\n<td>List of initiative IDs to filter by.</td>\n<td><code>[\"</code>50ef872b-156c-4679-bf28-70f74e7b915d<code>\"]</code></td>\n</tr>\n<tr>\n<td><code>includeInitiative</code></td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>Include initiative details in the response if true.</td>\n<td><code>true</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["payment-account-pockets","api","Pockets","GetPockets"],"host":["api","develop","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"58dba90e-43d6-4e09-b940-e2a1d0fffef5","name":"Get pockets by filters","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"ids\": [\n    \"0062c31e-38dd-4660-bee2-5aa11e2ed2bc\"\n  ]\n//   \"initiativeIds\": [\n//     \"string\"\n//   ],\n//   \"includeInitiative\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.develop.cal-platform.com/payment-account-pockets/api/Pockets/GetPockets"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 09 Sep 2025 13:43:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"72d2f50e-8318-48c3-90ed-e1ce61d6d649"},{"key":"x-amzn-Remapped-Content-Length","value":"684"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QoxEHEffjoEENZg="},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"2ac-oMC478hgXo/ZBsOsagKYq5rvpBo\""},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c02ee6-70d0e2e15ff4741602426971"},{"key":"x-amzn-Remapped-Date","value":"Tue, 09 Sep 2025 13:43:05 GMT"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"result\": {\n    \"pockets\": [\n      {\n        \"id\": \"guid\",\n        \"name\": \"string\",\n        \"balance\": \"number\",\n        \"initialBalance\": \"number\",\n        \"aggregatedBalance\": \"number\",\n        \"usedAmount\": \"number\",\n        \"activationDate\": \"iso-date-string\",\n        \"expirationDate\": \"iso-date-string (nullable)\",\n        \"deletedAt\": \"iso-date-string (nullable)\",\n        \"periodType\": \"string\",\n        \"customerName\": \"string (nullable)\",\n        \"status\": \"string\",\n        \"currency\": \"int\",\n        \"pendingPockets\": [\n          {\n            \"id\": \"guid\",\n            \"createdAt\": \"iso-date-string\",\n            \"updatedAt\": \"iso-date-string\",\n            \"deletedAt\": \"iso-date-string (nullable)\",\n            \"pocketId\": \"guid\",\n            \"userId\": \"guid\",\n            \"organizationId\": \"guid\"\n          }\n        ],\n        \"isBlockRefundWithoutAuthorization\": \"boolean\",\n        \"isBlockPartialAuthorizationApproval\": \"boolean\",\n        \"isBlockDebitWithoutAuthorization\": \"boolean\",\n        \"isReceiptRequired\": \"boolean\",\n        \"relatedParties\": \"array\",\n        \"budgetId\": \"guid (nullable)\",\n        \"externalId\": \"string (nullable)\",\n        \"tags\": [\n          \"string\"\n        ]\n      }\n    ]\n  },\n  \"statusDescription\": \"string\",\n  \"statusCode\": \"int\",\n  \"sessionId\": \"guid\",\n  \"httpStatus\": \"int\"\n}"}],"_postman_id":"8f41059b-8228-45b3-83d3-8bddf876d03b"},{"name":"GetPocketsByCustomers","id":"21dffb19-e55c-41ba-9d4d-775e24ed3841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"customerIds\": [\n   \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/Pockets/GetPocketsByCustomers","description":"<p><strong>Purpose:</strong> Returns all pockets linked to specific customers</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-pockets/api/Pockets/GetPocketsByCustomers\">https://api.develop.cal-platform.com/payment-account-pockets/api/Pockets/GetPocketsByCustomers</a></p>\n","urlObject":{"path":["api","Pockets","GetPocketsByCustomers"],"host":["{{PaymentAccountPocketsHost}}"],"query":[],"variable":[]}},"response":[{"id":"683bc542-7716-47e6-9234-ebbc5b50df28","name":"Get Pockets","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/pockets?organizationId=<string>&employeeIds=<string>&initiativeIds=<string>&customerIds=<string>&ids=<string>","host":["{{baseUrl}}"],"path":["pockets"],"query":[{"key":"organizationId","value":"<string>","description":"(Required) "},{"key":"employeeIds","value":"<string>"},{"key":"initiativeIds","value":"<string>"},{"key":"customerIds","value":"<string>"},{"key":"ids","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"pockets\": [\n            {\n                \"id\": \"string\",\n                \"createdAt\": \"string\",\n                \"updatedAt\": \"string\",\n                \"deletedAt\": \"string\",\n                \"organizationId\": \"string\",\n                \"name\": \"string\",\n                \"balance\": 0,\n                \"budgetId\": \"string\",\n                \"initiativeId\": \"string\",\n                \"initialBalance\": 0,\n                \"activationDate\": \"string\",\n                \"expirationDate\": \"string\",\n                \"currency\": 0,\n                \"authorizationPriority\": 0,\n                \"tags\": [\n                    \"string\"\n                ],\n                \"isBlockRefundWithoutAuthorization\": false,\n                \"isInvoiceRequired\": false,\n                \"isBlockPartialAuthorizationApproval\": false\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"21dffb19-e55c-41ba-9d4d-775e24ed3841"},{"name":"GetPocketsByDevices","id":"176a8d11-840e-489c-ad53-bb2005f74b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"paymentDeviceIds\": [\n        \"string\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/Pockets/GetPocketsByDevices","description":"<p><strong>Purpose:</strong> Retrieve pockets associated with specific payment devices<br /><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-pockets/api/Pockets/GetPocketsByDevices\">https://api.develop.cal-platform.com/payment-account-pockets/api/Pockets/GetPocketsByDevices</a></p>\n","urlObject":{"path":["api","Pockets","GetPocketsByDevices"],"host":["{{PaymentAccountPocketsHost}}"],"query":[],"variable":[]}},"response":[{"id":"4a154fb5-5e71-4d95-a3ba-0ff3fcce10c5","name":"Get Pockets","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/pockets?organizationId=<string>&employeeIds=<string>&initiativeIds=<string>&customerIds=<string>&ids=<string>","host":["{{baseUrl}}"],"path":["pockets"],"query":[{"key":"organizationId","value":"<string>","description":"(Required) "},{"key":"employeeIds","value":"<string>"},{"key":"initiativeIds","value":"<string>"},{"key":"customerIds","value":"<string>"},{"key":"ids","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"pockets\": [\n            {\n                \"id\": \"string\",\n                \"createdAt\": \"string\",\n                \"updatedAt\": \"string\",\n                \"deletedAt\": \"string\",\n                \"organizationId\": \"string\",\n                \"name\": \"string\",\n                \"balance\": 0,\n                \"budgetId\": \"string\",\n                \"initiativeId\": \"string\",\n                \"initialBalance\": 0,\n                \"activationDate\": \"string\",\n                \"expirationDate\": \"string\",\n                \"currency\": 0,\n                \"authorizationPriority\": 0,\n                \"tags\": [\n                    \"string\"\n                ],\n                \"isBlockRefundWithoutAuthorization\": false,\n                \"isInvoiceRequired\": false,\n                \"isBlockPartialAuthorizationApproval\": false\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"176a8d11-840e-489c-ad53-bb2005f74b1b"},{"name":"Create pockets","id":"636eb581-9af0-433b-b572-95095ae19bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"relatedParties\": [\n        {\n            //At least one of userId, or customerId should be entered\n             \"userId\": \"bf8e43e4-e013-481c-a6b2-7ba295dfb5c0\"//optional\n           // \"customerId\": \"d5951162-30d6-42da-abbe-01fa238ec497\"//optional\n            // \"boundToPaymentDeviceId\": \"string\"//optional\n        }\n    ],\n    \"pocket\": {\n        // \"initiativeId\": \"e49be361-4053-4848-aef0-85ce3b4a665a\",//optional\n        // \"budgetId\": \"string\",//optional\n        \"name\": \"Test Pocket\",\n        \"balance\": 50000,\n        \"activationDate\": \"2025-07-30T15:39:28.715Z\",\n        // \"expirationDate\": \"2025-07-30T15:39:28.715Z\",//optional\n        \"currency\": 376,\n        \"authorizationPriority\": 10,\n        \"tags\": [\n            \"personal\", \"stam\"\n        ],\n        \"usageControl\": \"lockedByAdmin\",//optional\n        \"isBlockRefundWithoutAuthorization\": true,//optional\n        \"isInvoiceRequired\": true,//optional\n        \"isBlockPartialAuthorizationApproval\": true//optional\n    }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/Pockets/CreatePockets","description":"<p><strong>Purpose</strong>: Creates one or more pockets and links them to customers, initiatives, and organizations.<br /><strong>Full URL</strong>: <a href=\"https://api.develop.cal-platform.com/payment-account-pockets/api/Pockets/CreatePockets\">https://api.develop.cal-platform.com/payment-account-pockets/api/Pockets/CreatePockets</a></p>\n<p><strong>Paramters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userId</td>\n<td>Optional</td>\n<td>String</td>\n<td>ID of the user associated with the pocket.</td>\n<td><code>\"</code>50ef872b-156c-4679-bf28-70f74e7b915d<code>\"</code></td>\n</tr>\n<tr>\n<td>customerId</td>\n<td>Required</td>\n<td>String</td>\n<td>ID of the customer associated with the pocket.</td>\n<td><code>\"</code>50ef872b-156c-4679-bf28-70f74e7b915d<code>\"</code></td>\n</tr>\n<tr>\n<td>boundToPaymentDeviceId</td>\n<td>Optional</td>\n<td>String</td>\n<td>ID of the payment device to bind this pocket to.</td>\n<td><code>\"</code>50ef872b-156c-4679-bf28-70f74e7b915d<code>\"</code></td>\n</tr>\n<tr>\n<td>initiativeId</td>\n<td>Optional</td>\n<td>String</td>\n<td>Linked initiative ID.</td>\n<td><code>\"</code>50ef872b-156c-4679-bf28-70f74e7b915d<code>\"</code></td>\n</tr>\n<tr>\n<td>budgetId</td>\n<td>Optional</td>\n<td>String</td>\n<td>Linked budget ID.</td>\n<td><code>\"</code>50ef872b-156c-4679-bf28-70f74e7b915d<code>\"</code></td>\n</tr>\n<tr>\n<td>organizationId</td>\n<td>Required</td>\n<td>String</td>\n<td>Linked organization ID.</td>\n<td><code>\"</code>50ef872b-156c-4679-bf28-70f74e7b915d<code>\"</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>String</td>\n<td>Name of the pocket.</td>\n<td><code>\"MarketingBudget\"</code></td>\n</tr>\n<tr>\n<td>balance</td>\n<td>Required</td>\n<td>Number</td>\n<td>Initial balance of the pocket.</td>\n<td><code>1000</code></td>\n</tr>\n<tr>\n<td>activationDate</td>\n<td>Required</td>\n<td>String (ISO8601)</td>\n<td>Pocket activation date.</td>\n<td><code>\"2025-09-09T16:25:25.111Z\"</code></td>\n</tr>\n<tr>\n<td>expirationDate</td>\n<td>Optional</td>\n<td>String (ISO8601)</td>\n<td>Pocket expiration date.</td>\n<td><code>\"2025-12-31T23:59:59Z\"</code></td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Required</td>\n<td>String</td>\n<td>ISO 4217 numeric code for currency.</td>\n<td><code>978</code></td>\n</tr>\n<tr>\n<td>authorizationPriority</td>\n<td>Required</td>\n<td>Number</td>\n<td>Authorization priority; lower number = higher priority.</td>\n<td><code>0</code></td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Required</td>\n<td>Array[String]</td>\n<td>\"business\"/\"businessbenefit\"/\"personal\"</td>\n<td><code>[\"</code>personal<code>\"]</code></td>\n</tr>\n<tr>\n<td>usageControl</td>\n<td>Optional</td>\n<td>String</td>\n<td>Options: <code>\"lockedByAdmin\"</code>, <code>\"lockedByCustomer\"</code>, <code>\"pendingApproval\"</code>.</td>\n<td><code>\"lockedByAdmin\"</code></td>\n</tr>\n<tr>\n<td>isBlockRefundWithoutAuthorization</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>Prevent refunds without authorization.</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>isInvoiceRequired</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>Require invoice for transactions.</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>isBlockPartialAuthorizationApproval</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>Block partial approval if true.</td>\n<td><code>true</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","Pockets","CreatePockets"],"host":["{{PaymentAccountPocketsHost}}"],"query":[],"variable":[]}},"response":[{"id":"cb176a4e-6063-4520-94b0-c3c2a919800f","name":"Pockets created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"organizationId\": \"<string>\",\n  \"initiativeId\": \"<string>\",\n  \"employeeIds\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"customerIds\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"pocket\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"description\": \"<string>\",\n    \"budgetId\": \"<string>\",\n    \"initiativeId\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"initialBalance\": \"<number>\",\n    \"activationDate\": \"<date>\",\n    \"expirationDate\": \"<date>\",\n    \"currency\": \"<integer>\",\n    \"authorizationPriority\": \"<integer>\",\n    \"tags\": \"<string>\"\n  },\n    \"pocketPolicy\":{\n        \"currency\": {\n        \"enabled\": true,\n        \"whitelist\": [840]\n    }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/pockets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusDescription\": \"string\",\n    \"statusCode\": 0,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 0,\n    \"result\": {\n        \"pockets\": [\n            {\n                \"id\": \"string\",\n                \"organizationId\": \"string\",\n                \"name\": \"string\",\n                \"balance\": 0,\n                \"budgetId\": \"string\",\n                \"initiativeId\": \"string\",\n                \"activationDate\": \"2025-09-09T13:54:21.839Z\",\n                \"expirationDate\": \"2025-09-09T13:54:21.839Z\",\n                \"currency\": 0,\n                \"authorizationPriority\": 0,\n                \"tags\": [\n                    null\n                ],\n                \"usageControl\": \"lockedByAdmin\",\n                \"isBlockRefundWithoutAuthorization\": true,\n                \"isInvoiceRequired\": true,\n                \"isBlockPartialAuthorizationApproval\": true\n            }\n        ]\n    }\n}"}],"_postman_id":"636eb581-9af0-433b-b572-95095ae19bb5"},{"name":"Update a pocket","id":"c0b4698c-4599-4f2f-b3b4-45979eac6a45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pockets\": [\n        {\n            \"id\": \"string\",\n            \"name\": \"string\",\n            \"budgetId\": \"string\",\n            \"activationDate\": \"2025-11-04T11:35:00.703Z\",\n            \"expirationDate\": \"2025-11-04T11:35:00.703Z\",\n            \"authorizationPriority\": 0,\n            \"tags\": [\n                null\n            ],\n            \"usageControl\": \"lockedByAdmin\",\n            \"isBlockRefundWithoutAuthorization\": true,\n            \"isInvoiceRequired\": true,\n            \"isBlockPartialAuthorizationApproval\": true\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/Pockets/UpdatePockets","description":"<p><strong>Purpose:</strong> Update properties of one or more pockets.  </p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-pocket/api/Pockets/UpdatePockets\">https://api.develop.cal-platform.com/payment-account-pocket/api/Pockets/UpdatePockets</a></p>\n<p><strong>Important field note:</strong></p>\n<ul>\n<li>At least one of the optional field is required to execute this API.<br />  Additional fields are optional and may be included as needed.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Required</td>\n<td>String</td>\n<td>Pocket ID to update.</td>\n<td>\"16a244d9-002e-4e06-9fb1-b28daf650cae\"</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Optional</td>\n<td>String</td>\n<td>Pocket name.</td>\n<td><code>\"MarketingBudget\"</code></td>\n</tr>\n<tr>\n<td>budgetId</td>\n<td>Optional</td>\n<td>String</td>\n<td>Linked budget ID.</td>\n<td><code>\"budget-789\"</code></td>\n</tr>\n<tr>\n<td>initiativeId</td>\n<td>Optional</td>\n<td>String</td>\n<td>Linked initiative ID.</td>\n<td><code>\"init-456\"</code></td>\n</tr>\n<tr>\n<td>activationDate</td>\n<td>Optional</td>\n<td>String (ISO8601)</td>\n<td>Pocket activation date.</td>\n<td><code>\"2025-10-23T10:00:00Z\"</code></td>\n</tr>\n<tr>\n<td>expirationDate</td>\n<td>Optional</td>\n<td>String (ISO8601)</td>\n<td>Pocket expiration date.</td>\n<td><code>\"2025-12-31T23:59:59Z\"</code></td>\n</tr>\n<tr>\n<td>authorizationPriority</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Priority for authorization; lower = higher priority.</td>\n<td><code>0</code></td>\n</tr>\n<tr>\n<td>usageControl</td>\n<td>Optional</td>\n<td>String</td>\n<td><code>\"lockedByAdmin\"</code>, <code>\"lockedByCustomer\"</code>, <code>\"pendingApproval\"</code>.</td>\n<td><code>\"lockedByAdmin\"</code></td>\n</tr>\n<tr>\n<td>isBlockRefundWithoutAuthorization</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>Prevent refunds without authorization.</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>isInvoiceRequired</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>Require invoice.</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>isBlockPartialAuthorizationApproval</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>Block partial approval if true.</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Optional</td>\n<td>Array[String]</td>\n<td>business\"/\"businessbenefit\"/\"personal\"</td>\n<td><code>[\"</code>business<code>\"]</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","Pockets","UpdatePockets"],"host":["{{PaymentAccountPocketsHost}}"],"query":[],"variable":[]}},"response":[{"id":"2b0853bf-3ba9-4dd8-b393-0966c8d755ab","name":"Updated pocket","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pocket\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"description\": \"<string>\",\n    \"budgetId\": \"<string>\",\n    \"initiativeId\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"initialBalance\": \"<number>\",\n    \"activationDate\": \"<date>\",\n    \"expirationDate\": \"<date>\",\n    \"currency\": \"<integer>\",\n    \"authorizationPriority\": \"<integer>\",\n    \"tags\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/pockets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusDescription\": \"string\",\n    \"statusCode\": 0,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 0,\n    \"result\": {\n        \"pockets\": [\n            {\n                \"id\": \"string\",\n                \"organizationId\": \"string\",\n                \"name\": \"string\",\n                \"balance\": 0,\n                \"budgetId\": \"string\",\n                \"initiativeId\": \"string\",\n                \"activationDate\": \"2025-09-09T13:54:50.100Z\",\n                \"expirationDate\": \"2025-09-09T13:54:50.100Z\",\n                \"currency\": 0,\n                \"authorizationPriority\": 0,\n                \"tags\": [\n                    null\n                ],\n                \"usageControl\": \"lockedByAdmin\",\n                \"isBlockRefundWithoutAuthorization\": true,\n                \"isInvoiceRequired\": true,\n                \"isBlockPartialAuthorizationApproval\": true\n            }\n        ]\n    }\n}"}],"_postman_id":"c0b4698c-4599-4f2f-b3b4-45979eac6a45"},{"name":"UpdatePocketsBalance","id":"53261d7a-09b9-4bbc-be7d-c4c378a0d3cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"instructions\": [\n        {\n            \"id\": \"string\",\n            \"amountToAdd\": 0,\n            \"amountToSubtract\": 0\n        }\n    ],\n    \"getUpdatedEntities\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/Pockets/UpdatePocketsBalance","description":"<p><strong>Purpose:</strong> Update a pocket’s balance amount</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-pocket/api/Pockets/UpdatePocketsBalance\">https://api.develop.cal-platform.com/payment-account-pocket/api/Pockets/UpdatePocketsBalance</a></p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Pocket ID to update.</td>\n<td><code>\"</code>5ab563ce-c78a-454b-8246-34e820dca313<code>\"</code></td>\n</tr>\n<tr>\n<td><code>amountToAdd</code></td>\n<td>Optional</td>\n<td>Number</td>\n<td>Amount to add to the pocket balance.</td>\n<td><code>100</code></td>\n</tr>\n<tr>\n<td><code>amountToSubtract</code></td>\n<td>Optional</td>\n<td>Number</td>\n<td>Amount to subtract from the pocket balance.</td>\n<td><code>50</code></td>\n</tr>\n<tr>\n<td><code>getUpdatedEntities</code></td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>If true, the response includes the updated pocket entities.</td>\n<td><code>true</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","Pockets","UpdatePocketsBalance"],"host":["{{PaymentAccountPocketsHost}}"],"query":[],"variable":[]}},"response":[{"id":"0c7c23ba-3e53-4029-86ea-4a3ecf722ba8","name":"UpdatePocketsBalance","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"instructions\": [\n    {\n      \"id\": \"94af5bc8-194b-4ded-b1a4-6a50eb7b3b36\",\n      \"amountToAdd\": 50,\n      \"amountToSubtract\": null\n    }\n  ],\n  \"getUpdatedEntities\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/Pockets/UpdatePocketsBalance"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 09 Sep 2025 13:57:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"664"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"661b92b7-9459-4a53-97b5-b6b2ad77e834"},{"key":"x-amzn-Remapped-Content-Length","value":"664"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QozMYFg5joEEkPA="},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"298-o8FUHK3x8YTtXRjq4TzoMMYZ3/E\""},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c0324e-37cde83854e7155327879b4a"},{"key":"x-amzn-Remapped-Date","value":"Tue, 09 Sep 2025 13:57:35 GMT"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"pockets\": [\n      {\n        \"id\": \"string\",\n        \"organizationId\": \"string\",\n        \"name\": \"string\",\n        \"balance\": 0,\n        \"budgetId\": \"string\",\n        \"initiativeId\": \"string\",\n        \"activationDate\": \"2025-09-09T13:57:54.284Z\",\n        \"expirationDate\": \"2025-09-09T13:57:54.284Z\",\n        \"currency\": 0,\n        \"authorizationPriority\": 0,\n        \"tags\": [\n          null\n        ],\n        \"usageControl\": \"lockedByAdmin\",\n        \"isBlockRefundWithoutAuthorization\": true,\n        \"isInvoiceRequired\": true,\n        \"isBlockPartialAuthorizationApproval\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"53261d7a-09b9-4bbc-be7d-c4c378a0d3cb"},{"name":"DeletePockets","id":"0c0409b4-ee47-462f-994b-e92e087a8c3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"string\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/Pockets/DeletePockets","description":"<p><strong>Purpose:</strong> Delete one or more pockets</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-pocket/api/Pockets/DeletePockets\">https://api.develop.cal-platform.com/payment-account-pocket/api/Pockets/DeletePockets</a></p>\n","urlObject":{"path":["api","Pockets","DeletePockets"],"host":["{{PaymentAccountPocketsHost}}"],"query":[],"variable":[]}},"response":[{"id":"32625d4d-301c-493d-8624-ae5d036a6a61","name":"DeletePockets","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"7bf4a387-08da-415f-b6a3-885d2c25c54a\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/Pockets/DeletePockets"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {}\n}"}],"_postman_id":"0c0409b4-ee47-462f-994b-e92e087a8c3a"}],"id":"c400560f-76c1-42de-9f24-b1eb0d5268f1","description":"<p><strong>Purpose:</strong> Manage virtual accounts (“pockets”) to control balances, spending, and enforce rules defined by policies and initiatives.</p>\n<p><strong>ISO 4217 Currency Codes</strong></p>\n<p>The ISO 4217 standard defines three-letter alphabetic and three-digit numeric codes for each currency. These codes are widely used to represent currencies in financial transactions and APIs.</p>\n<p><strong>Reference:</strong></p>\n<p>• <a href=\"https://en.wikipedia.org/wiki/ISO_4217?utm_source=chatgpt.com\">ISO 4217 Currency Codes on Wikipedia</a></p>\n","_postman_id":"c400560f-76c1-42de-9f24-b1eb0d5268f1"},{"name":"PaymentDevices","item":[{"name":"UpdatePaymentDevices","id":"d103138e-1f35-4c9f-a60b-dfd7e3972ea6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"paymentDevices\": [\n    {\n      \"id\": \"string\",\n      \"usageControl\": \"lockedByAdmin\",\n      \"profileId\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/PaymentDevices/UpdatePaymentDevices","description":"<p><strong>Purpose:</strong> Update payment device metadata and usage control.  </p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-pocket/api/PaymentDevices/UpdatePaymentDevices\">https://api.develop.cal-platform.com/payment-account-pocket/api/PaymentDevices/UpdatePaymentDevices</a></p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Unique payment device ID.</td>\n<td><code>\"</code>16a244d9-002e-4e06-9fb1-b28daf650cae\"</td>\n</tr>\n<tr>\n<td><code>usageControl</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Device usage mode. Options: <code>lockedByAdmin</code>, <code>lockedByCustomer</code>, <code>paymentAccountOnly</code>.</td>\n<td><code>\"lockedByAdmin\"</code></td>\n</tr>\n<tr>\n<td><code>profileId</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Associated profile ID for the device.</td>\n<td>\"16a244d9-002e-4e06-9fb1-b28daf650cae\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","PaymentDevices","UpdatePaymentDevices"],"host":["{{PaymentAccountPocketsHost}}"],"query":[],"variable":[]}},"response":[{"id":"a5e82a87-59ef-4976-b720-e78371f360d9","name":"List of pockets","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/pockets?organizationId=<string>&employeeIds=<string>&initiativeIds=<string>&customerIds=<string>&ids=<string>","host":["{{baseUrl}}"],"path":["pockets"],"query":[{"key":"organizationId","value":"<string>","description":"(Required) "},{"key":"employeeIds","value":"<string>"},{"key":"initiativeIds","value":"<string>"},{"key":"customerIds","value":"<string>"},{"key":"ids","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusDescription\": \"string\",\n    \"statusCode\": 0,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 0,\n    \"result\": {\n        \"paymentDevices\": [\n            {\n                \"id\": \"string\",\n                \"type\": \"card\",\n                \"customerId\": \"string\",\n                \"internalStatus\": \"active\",\n                \"usageControl\": \"lockedByAdmin\",\n                \"organizationId\": \"string\",\n                \"userId\": \"string\",\n                \"profileId\": \"string\",\n                \"lifetimeSpendAmount\": 0,\n                \"lifetimeSpendCurrency\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"d103138e-1f35-4c9f-a60b-dfd7e3972ea6"},{"name":"GetPaymentDevicesByUsers","id":"eb7a53d2-983d-437e-bd72-4e030be7d82c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userIds\": [\n        \"string\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/PaymentDevices/GetPaymentDevicesByUsers","description":"<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-pocket/api/PaymentDevices/GetPaymentDevicesByUsers\">https://api.develop.cal-platform.com/payment-account-pocket/api/PaymentDevices/GetPaymentDevicesByUsers</a></p>\n","urlObject":{"path":["api","PaymentDevices","GetPaymentDevicesByUsers"],"host":["{{PaymentAccountPocketsHost}}"],"query":[],"variable":[]}},"response":[{"id":"b9c9465c-dad9-44a0-8136-1979cf59ab24","name":"GetPaymentDevicesByUsers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/pockets?organizationId=<string>&employeeIds=<string>&initiativeIds=<string>&customerIds=<string>&ids=<string>","host":["{{baseUrl}}"],"path":["pockets"],"query":[{"key":"organizationId","value":"<string>","description":"(Required) "},{"key":"employeeIds","value":"<string>"},{"key":"initiativeIds","value":"<string>"},{"key":"customerIds","value":"<string>"},{"key":"ids","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<string>\",\n    \"createdAt\": \"<date-time>\",\n    \"updatedAt\": \"<date-time>\",\n    \"deletedAt\": \"<date-time | null>\",\n    \"type\": \"<string>\",\n    \"customerId\": \"<string>\",\n    \"internalStatus\": \"<string>\",\n    \"usageControl\": \"<string>\",\n    \"organizationId\": \"<string>\",\n    \"userId\": \"<string>\",\n    \"lifetimeSpendAmount\": \"<number>\",\n    \"lifetimeSpendCurrency\": \"<integer>\",\n    \"businessPartnerCode\": \"<string>\",\n    \"expiration\": \"<string>\",\n    \"accountType\": \"<string>\",\n    \"lastFourDigits\": \"<string>\",\n    \"cardIssuerInternalId\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"createdAt\": \"<date-time>\",\n    \"updatedAt\": \"<date-time>\",\n    \"deletedAt\": \"<date-time | null>\",\n    \"type\": \"<string>\",\n    \"customerId\": \"<string>\",\n    \"internalStatus\": \"<string>\",\n    \"usageControl\": \"<string>\",\n    \"organizationId\": \"<string>\",\n    \"userId\": \"<string>\",\n    \"lifetimeSpendAmount\": \"<number>\",\n    \"lifetimeSpendCurrency\": \"<integer>\",\n    \"businessPartnerCode\": \"<string>\",\n    \"expiration\": \"<string>\",\n    \"accountType\": \"<string>\",\n    \"lastFourDigits\": \"<string>\",\n    \"cardIssuerInternalId\": \"<string>\"\n  }\n]"}],"_postman_id":"eb7a53d2-983d-437e-bd72-4e030be7d82c"}],"id":"0f791d69-66fd-4911-8111-1699f6e97d78","_postman_id":"0f791d69-66fd-4911-8111-1699f6e97d78","description":""},{"name":"PendingPockets","item":[{"name":"GetPendingPocketsByUsers","id":"4ed535e2-84bc-4a72-ac99-e8dd2da4bc57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userIds\": [\n        null\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/PendingPockets/GetPendingPocketsByUsers","description":"<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-pocket/api/PendingPockets/GetPendingPocketsByUsers\">https://api.develop.cal-platform.com/payment-account-pocket/api/PendingPockets/GetPendingPocketsByUsers</a></p>\n","urlObject":{"path":["api","PendingPockets","GetPendingPocketsByUsers"],"host":["{{PaymentAccountPocketsHost}}"],"query":[],"variable":[]}},"response":[{"id":"e679c6d2-127c-4296-8ae9-bb91b57eb7ed","name":"GetPendingPocketsByUsers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/pockets?organizationId=<string>&employeeIds=<string>&initiativeIds=<string>&customerIds=<string>&ids=<string>","host":["{{baseUrl}}"],"path":["pockets"],"query":[{"key":"organizationId","value":"<string>","description":"(Required) "},{"key":"employeeIds","value":"<string>"},{"key":"initiativeIds","value":"<string>"},{"key":"customerIds","value":"<string>"},{"key":"ids","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusDescription\": \"string\",\n    \"statusCode\": 0,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 0,\n    \"result\": {\n        \"pendingPockets\": [\n            {\n                \"id\": \"string\",\n                \"pocketId\": \"string\",\n                \"userId\": \"string\",\n                \"organizationId\": \"string\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4ed535e2-84bc-4a72-ac99-e8dd2da4bc57"}],"id":"3fab1580-d8f4-462e-9bf9-1c4532fba85a","_postman_id":"3fab1580-d8f4-462e-9bf9-1c4532fba85a","description":""},{"name":"PocketBalanceSchedules","item":[{"name":"GetPocketBalanceSchedules","id":"9161dded-b950-4180-a311-b80b160e85b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        null\n    ],\n    \"pocketIds\": [\n        null\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/PocketBalanceSchedules/GetPocketBalanceSchedules","description":"<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-pocket/api/PocketBalanceSchedules/GetPocketBalanceSchedules\">https://api.develop.cal-platform.com/payment-account-pocket/api/PocketBalanceSchedules/GetPocketBalanceSchedules</a>**  </p>\n<p>Important field note:**</p>\n<ul>\n<li>At least one field: \"ids\", \"pocketIds\" must be provided to retrieve a pocket;</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>Optional</td>\n<td>Array[String]</td>\n<td>List of balance schedule IDs to retrieve.</td>\n<td><code>[\"</code>7899157e-a4df-44d6-a684-e552642cfc6e<code>\"]</code></td>\n</tr>\n<tr>\n<td><code>pocketIds</code></td>\n<td>Optional</td>\n<td>Array[String]</td>\n<td>List of pocket IDs to retrieve schedules for.</td>\n<td><code>[\"</code>7899157e-a4df-44d6-a684-e552642cfc6e<code>\"]</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","PocketBalanceSchedules","GetPocketBalanceSchedules"],"host":["{{PaymentAccountPocketsHost}}"],"query":[],"variable":[]}},"response":[{"id":"366d6ec2-3f98-44a1-af30-7f1e6a25cd54","name":"GetPocketBalanceSchedules","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pocket\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"description\": \"<string>\",\n    \"budgetId\": \"<string>\",\n    \"initiativeId\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"initialBalance\": \"<number>\",\n    \"activationDate\": \"<date>\",\n    \"expirationDate\": \"<date>\",\n    \"currency\": \"<integer>\",\n    \"authorizationPriority\": \"<integer>\",\n    \"tags\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/pockets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusDescription\": \"string\",\n    \"statusCode\": 0,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 0,\n    \"result\": {\n        \"pocketBalanceSchedules\": [\n            {\n                \"id\": \"string\",\n                \"pocketId\": \"string\",\n                \"amount\": 0,\n                \"currency\": 0,\n                \"timezone\": \"string\",\n                \"periodType\": \"monthly\",\n                \"periodValue\": 0,\n                \"isAccumulative\": true,\n                \"negativeBalanceBehavior\": \"set\",\n                \"postApplicationBehavior\": \"set\",\n                \"expirationDate\": \"2025-09-09T13:55:52.231Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9161dded-b950-4180-a311-b80b160e85b9"},{"name":"CreatePocketBalanceSchedules","id":"68d645f7-a225-48d6-bcdf-0ab577b52f03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pocketIds\": [\n        \"string\"\n    ],\n    \"pocketBalanceSchedule\": {\n        \"amount\": 0,\n        \"currency\": 0,\n        \"timezone\": \"string\", \n        \"periodType\": \"monthly\", \n        \"periodValue\": 0,\n        \"isAccumulative\": true,\n        \"negativeBalanceBehavior\": \"set\", \n        \"postApplicationBehavior\": \"set\", \n        \"expirationDate\": \"2025-09-01T14:42:23.353Z\"\n    }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/PocketBalanceSchedules/CreatePocketBalanceSchedules","description":"<p><strong>Purpose:</strong> Create balance schedules for pockets.</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-pocket/api/PocketBalanceSchedules/CreatePocketBalanceSchedules\">https://api.develop.cal-platform.com/payment-account-pocket/api/PocketBalanceSchedules/CreatePocketBalanceSchedules</a></p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pocketIds</code></td>\n<td>Required</td>\n<td>Array[String]</td>\n<td>List of Pocket IDs to which the balance schedule applies. Must include at least one valid Pocket ID.</td>\n<td>[\"0473470c-1486-49a6-9ee8-618ece7cbe2f\"]</td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.amount</code></td>\n<td>Required</td>\n<td>Number</td>\n<td>The balance amount to assign to each pocket per schedule period.</td>\n<td><code>100</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.currency</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Currency code (ISO 4217 numeric).</td>\n<td><code>\"376\"</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.timezone</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Timezone used for the balance schedule.</td>\n<td><code>\"Asia/Jerusalem\"</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.periodType</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Defines schedule frequency: <code>daily</code>, <code>weekly</code>, or <code>monthly</code>.</td>\n<td><code>\"monthly\"</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.periodValue</code></td>\n<td>Required</td>\n<td>Number</td>\n<td>Period frequency value (e.g.,1-31 For Monthly, 0-6 For Weekly, NULL For Daily).</td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.isAccumulative</code></td>\n<td>Required</td>\n<td>Boolean</td>\n<td>If <code>true</code>, unused balance rolls over to the next period.</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.negativeBalanceBehavior</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Behavior if balance becomes negative — options: <code>set,</code>or offset.</td>\n<td><code>\"set\"</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.postApplicationBehavior</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Behavior after applying the balance — options: <code>set</code>, or notset.</td>\n<td><code>\"set\"</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.expirationDate</code></td>\n<td>Optional</td>\n<td>String (ISO 8601)</td>\n<td>Expiration date for the scheduled entry.</td>\n<td><code>\"2025-09-01T14:42:23.353Z\"</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","PocketBalanceSchedules","CreatePocketBalanceSchedules"],"host":["{{PaymentAccountPocketsHost}}"],"query":[],"variable":[]}},"response":[{"id":"d8c71e40-6c3c-4ff1-b326-ffc35e2b4531","name":"CreatePocketBalanceSchedules","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pocket\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"description\": \"<string>\",\n    \"budgetId\": \"<string>\",\n    \"initiativeId\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"initialBalance\": \"<number>\",\n    \"activationDate\": \"<date>\",\n    \"expirationDate\": \"<date>\",\n    \"currency\": \"<integer>\",\n    \"authorizationPriority\": \"<integer>\",\n    \"tags\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/pockets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusDescription\": \"string\",\n    \"statusCode\": 0,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 0,\n    \"result\": {\n        \"pocketBalanceSchedules\": [\n            {\n                \"id\": \"string\",\n                \"pocketId\": \"string\",\n                \"amount\": 0,\n                \"currency\": 0,\n                \"timezone\": \"string\",\n                \"periodType\": \"monthly\",\n                \"periodValue\": 0,\n                \"isAccumulative\": true,\n                \"negativeBalanceBehavior\": \"set\",\n                \"postApplicationBehavior\": \"set\",\n                \"expirationDate\": \"2025-09-09T13:57:00.466Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"68d645f7-a225-48d6-bcdf-0ab577b52f03"},{"name":"UpdatePocketBalanceSchedules","id":"83959bd7-5a03-4579-8996-9aa9f5554ee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"string\"\n    ],\n    \"pocketBalanceSchedule\": {\n        \"amount\": 0,\n        \"currency\": 0,\n        \"timezone\": \"string\", \n        \"periodType\": \"monthly\", \n        \"periodValue\": 0,\n        \"isAccumulative\": true,\n        \"negativeBalanceBehavior\": \"set\", \n        \"postApplicationBehavior\": \"set\", \n        \"expirationDate\": \"2025-09-01T14:42:42.585Z\"\n    }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{PaymentAccountPocketsHost}}/api/PocketBalanceSchedules/UpdatePocketBalanceSchedules","description":"<p><strong>Purpose:</strong> Update existing pocket balance schedules.</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-pocket/api/PocketBalanceSchedules/UpdatePocketBalanceSchedules\">https://api.develop.cal-platform.com/payment-account-pocket/api/PocketBalanceSchedules/UpdatePocketBalanceSchedules<br /></a><br /><strong>Important field note:</strong></p>\n<ul>\n<li>You must provide <strong>at least one property</strong> from this group :<code>amount</code>, <code>currency</code>, <code>timezone</code>, <code>periodType</code>, <code>isAccumulative,negativeBalanceBehavior,postApplicationBehavior, expirationDate</code>.<br />  If you provide one, you can optionally provide others to fully define the credit line.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Ids</code></td>\n<td>Required</td>\n<td>Array[String]</td>\n<td>List of Pocket IDs to which the balance schedule applies. Must include at least one valid Pocket ID.</td>\n<td>[\"0473470c-1486-49a6-9ee8-618ece7cbe2f\"]</td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.amount</code></td>\n<td>Optional</td>\n<td>Number</td>\n<td>The balance amount to assign to each pocket per schedule period.</td>\n<td><code>100</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.currency</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Currency code (ISO 4217 numeric).</td>\n<td><code>\"376\"</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.timezone</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Timezone used for the balance schedule.</td>\n<td><code>\"Asia/Jerusalem\"</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.periodType</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Defines schedule frequency: <code>daily</code>, <code>weekly</code>, or <code>monthly</code>.</td>\n<td><code>\"monthly\"</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.periodValue</code></td>\n<td>Optional</td>\n<td>Number</td>\n<td>Period frequency value (e.g., <code>1</code> = every month, <code>2</code> = every two months).</td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.isAccumulative</code></td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>If <code>true</code>, unused balance rolls over to the next period.</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.negativeBalanceBehavior</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Behavior if balance becomes negative — options: <code>set</code>or offset.</td>\n<td><code>\"set\"</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.postApplicationBehavior</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Behavior after applying the balance — options: <code>set</code>, or notset.</td>\n<td><code>\"set\"</code></td>\n</tr>\n<tr>\n<td><code>pocketBalanceSchedule.expirationDate</code></td>\n<td>Optional</td>\n<td>String (ISO 8601)</td>\n<td>Expiration date for the scheduled entry.</td>\n<td><code>\"2025-09-01T14:42:23.353Z\"</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","PocketBalanceSchedules","UpdatePocketBalanceSchedules"],"host":["{{PaymentAccountPocketsHost}}"],"query":[],"variable":[]}},"response":[{"id":"46cd8f38-8755-4919-ae55-3c35c8bc3873","name":"UpdatePocketBalanceSchedules","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pocket\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"balance\": \"<number>\",\n    \"description\": \"<string>\",\n    \"budgetId\": \"<string>\",\n    \"initiativeId\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"initialBalance\": \"<number>\",\n    \"activationDate\": \"<date>\",\n    \"expirationDate\": \"<date>\",\n    \"currency\": \"<integer>\",\n    \"authorizationPriority\": \"<integer>\",\n    \"tags\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/pockets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusDescription\": \"string\",\n    \"statusCode\": 0,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 0,\n    \"result\": {\n        \"pocketBalanceSchedules\": [\n            {\n                \"id\": \"string\",\n                \"pocketId\": \"string\",\n                \"amount\": 0,\n                \"currency\": 0,\n                \"timezone\": \"string\",\n                \"periodType\": \"monthly\",\n                \"periodValue\": 0,\n                \"isAccumulative\": true,\n                \"negativeBalanceBehavior\": \"set\",\n                \"postApplicationBehavior\": \"set\",\n                \"expirationDate\": \"2025-09-09T13:56:26.162Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"83959bd7-5a03-4579-8996-9aa9f5554ee4"}],"id":"ea434f15-05fd-47b5-9512-f7ab168d5b95","description":"<p><strong>Purpose:</strong> Retrieve the pocket balance schedule</p>\n","_postman_id":"ea434f15-05fd-47b5-9512-f7ab168d5b95"}],"id":"6603b92c-32e9-4e54-9f94-833ff6413300","_postman_id":"6603b92c-32e9-4e54-9f94-833ff6413300","description":""},{"name":"Policies Api","item":[{"name":"mccGroups","item":[{"name":"GetMccGroups","id":"36055501-51a7-400c-a776-760bba16134b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Mccs/GetMccGroups","description":"<p><strong>Purpose:</strong> Retrieve MCC group list</p>\n<p><strong>Full URL</strong>: <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Mccs/GetMccGroups\">https://api.develop.cal-platform.com/payment-account-policies/api/Mccs/GetMccGroups</a></p>\n","urlObject":{"path":["api","Mccs","GetMccGroups"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"9e5abef6-7f2b-4e94-88ab-8f5dded6c2d8","name":"GetMccGroups","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"organizationId\": \"string\",\r\n  \"groupId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Mccs/GetMccGroups"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"organizationId\": \"string\",\n    \"groupIds\": [\n      \"string\"\n    ],\n    \"groupValues\": {\n      \"id\": \"string\",\n      \"organizationId\": \"string\",\n      \"name\": \"string\",\n      \"values\": [\n        null\n      ]\n    }\n  }\n}"}],"_postman_id":"36055501-51a7-400c-a776-760bba16134b"},{"name":"CreateMccGroups","id":"db37abd3-25c7-4a12-8a62-9a6287c83ce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"string\",\r\n    \"values\": [\r\n        null\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Mccs/CreateMccGroups","description":"<p><strong>Purpose:</strong> Create new MCC group</p>\n<p><strong>Full URL</strong>: <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Mccs/CreateMccGroups\">https://api.develop.cal-platform.com/payment-account-policies/api/Mccs/CreateMccGroups</a></p>\n","urlObject":{"path":["api","Mccs","CreateMccGroups"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"d17640c5-e9fe-416c-b9b1-2d0744dfd273","name":"CreateMccGroups","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"organizationId\": \"string\",\r\n    \"name\": \"string\",\r\n    \"values\": [\r\n        null\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Mccs/CreateMccGroups"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"groupId\": \"string\"\n  }\n}"}],"_postman_id":"db37abd3-25c7-4a12-8a62-9a6287c83ce6"},{"name":"AttachToMccGroup","id":"99d4daf8-9bfa-46c0-a363-09fb200a563d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-organization-id","value":"","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"99d4daf8-9bfa-46c0-a363-09fb200a563d"},{"name":"UpdateMccGroups","id":"33763ac0-5b89-4399-ba38-3027bf3b97cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\",\r\n  \"values\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Mccs/UpdateMccGroups","description":"<p><strong>Purpose:</strong> Update existing group</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Mccs/UpdateMccGroups\">https://api.develop.cal-platform.com/payment-account-policies/api/Mccs/UpdateMccGroups</a></p>\n","urlObject":{"path":["api","Mccs","UpdateMccGroups"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"735961ce-a844-46fb-bfba-8263c2b347c5","name":"UpdateMccGroups","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\",\r\n  \"values\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Mccs/UpdateMccGroups"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"groupId\": \"string\",\n    \"values\": [\n      null\n    ]\n  }\n}"}],"_postman_id":"33763ac0-5b89-4399-ba38-3027bf3b97cc"},{"name":"DeleteMccGroups","id":"85210d71-1d84-40e5-b3d2-f84b56bb501e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\",\r\n  \"values\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Mccs/DeleteMccGroups","description":"<p><strong>Purpose:</strong> Delete MCC group(s)</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Mccs/DeleteMccGroups\">https://api.develop.cal-platform.com/payment-account-policies/api/Mccs/DeleteMccGroups</a></p>\n","urlObject":{"path":["api","Mccs","DeleteMccGroups"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"5894b11f-a429-4650-8900-3b41a0d20c36","name":"DeleteMccGroups","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\",\r\n  \"values\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Mccs/DeleteMccGroups"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"statusDescription\": \"string\",\n    \"statusCode\": 0,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 0,\n    \"result\": {}\n  }\n}"}],"_postman_id":"85210d71-1d84-40e5-b3d2-f84b56bb501e"}],"id":"77f1780b-b83f-453b-bdbb-2d8597466b4c","_postman_id":"77f1780b-b83f-453b-bdbb-2d8597466b4c","description":""},{"name":"merchantGroups","item":[{"name":"GetMerchantGroups","id":"c6554fe5-2be6-45d8-92d1-95dd5701dbdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Merchants/GetMerchantGroups","description":"<p><strong>Purpose:</strong> Retrieve Merchant group list</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Merchants/GetMerchantGroups\">https://api.develop.cal-platform.com/payment-account-policies/api/Merchants/GetMerchantGroups</a></p>\n","urlObject":{"path":["api","Merchants","GetMerchantGroups"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"d2e0ccc4-8fa7-4581-8468-49b25c91dd8d","name":"GetMerchantGroups","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"organizationId\": \"string\",\r\n  \"groupId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Merchants/GetMerchantGroups"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"organizationId\": \"string\",\n    \"groupIds\": [\n      \"string\"\n    ],\n    \"groupValues\": {\n      \"id\": \"string\",\n      \"organizationId\": \"string\",\n      \"name\": \"string\",\n      \"values\": [\n        null\n      ]\n    }\n  }\n}"}],"_postman_id":"c6554fe5-2be6-45d8-92d1-95dd5701dbdf"},{"name":"CreateMerchantGroups","id":"d954f1f1-2d20-4c77-a214-9548b7524ce2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"string\",\r\n    \"values\": [\r\n        null\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Merchants/CreateMerchantGroups","description":"<p><strong>Purpose:</strong> Create new Merchant group</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Merchants/CreateMerchantGroups\">https://api.develop.cal-platform.com/payment-account-policies/api/Merchants/CreateMerchantGroups</a></p>\n","urlObject":{"path":["api","Merchants","CreateMerchantGroups"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"2fe9ac00-fb43-499c-805d-83f24cc96f20","name":"CreateMerchantGroups","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    // \"organizationId\": \"string\",\r\n    \"name\": \"dudi test 222\",\r\n    \"values\": [\r\n        \"13245653 \", \"00987654435\",  \" 32135 123\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Merchants/CreateMerchantGroups"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"groupId\": \"string\"\n  }\n}"}],"_postman_id":"d954f1f1-2d20-4c77-a214-9548b7524ce2"},{"name":"UpdateMerchantGroups","id":"ac8bd7c1-42c9-4194-9e6e-a5eb8f3c4610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"eyJraWQiOiJaUm9Zd2ZrcGFLaHgrSVRvTHQ2YTZQUmpqcnFxdTdOakVibTFwUWN4XC93Zz0iLCJhbGciOiJSUzI1NiJ9.eyJidXNpbmVzc0RhdGFLZXkiOiI2MTQxYjA5ZC0zZjI0LTQ2ZDYtYTNhZS04OWZkNWM5ZTU4YTQiLCJzdWIiOiI2MTQxYjA5ZC0zZjI0LTQ2ZDYtYTNhZS04OWZkNWM5ZTU4YTQiLCJjb2duaXRvOmdyb3VwcyI6WyJnbG9iYWwtZGV2ZWxvcGVyLWdyb3VwNSIsImdsb2JhbC1kZXZlbG9wZXItZ3JvdXAzIiwiZ2xvYmFsLWRldmVsb3Blci1ncm91cDQiLCJnbG9iYWwtZGV2ZWxvcGVyLWdyb3VwMSIsImdsb2JhbC1kZXZlbG9wZXItZ3JvdXAyIl0sImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJwcm9kdWN0UmVmSWQiOiJub25lIiwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmV1LXdlc3QtMS5hbWF6b25hd3MuY29tXC9ldS13ZXN0LTFfZ2h0SmpNbWJ0IiwiY29nbml0bzp1c2VybmFtZSI6IjYxNDFiMDlkLTNmMjQtNDZkNi1hM2FlLTg5ZmQ1YzllNThhNCIsImdpdmVuX25hbWUiOiJnbG9iYWwtZGV2ZWxvcGVyIiwib3JpZ2luX2p0aSI6IjY4NWE1MjQ1LTI3YWEtNGExYS1hYzk5LTAwY2NmZDU4ODNhMCIsImNvZ25pdG86cm9sZXMiOlsiYXJuOmF3czppYW06OjMwOTc5NDE2MTE4MTpyb2xlXC9HbG9iYWxEZXZlbG9wZXJHcm91cFJvbGUzIiwiYXJuOmF3czppYW06OjMwOTc5NDE2MTE4MTpyb2xlXC9HbG9iYWxEZXZlbG9wZXJHcm91cFJvbGUyIiwiYXJuOmF3czppYW06OjMwOTc5NDE2MTE4MTpyb2xlXC9HbG9iYWxEZXZlbG9wZXJHcm91cFJvbGUxIiwiYXJuOmF3czppYW06OjMwOTc5NDE2MTE4MTpyb2xlXC9HbG9iYWxEZXZlbG9wZXJHcm91cFJvbGU1IiwiYXJuOmF3czppYW06OjMwOTc5NDE2MTE4MTpyb2xlXC9HbG9iYWxEZXZlbG9wZXJHcm91cFJvbGU0Il0sImF1ZCI6Ijc2YXVyOWZtczFwYWhyMDY1aThkNmVjanZpIiwiZXZlbnRfaWQiOiJiNzRlMzk4Yi04NjAwLTQ3MzUtOTQ4MC0yZDY4ODA5NDVkOTMiLCJ0b2tlbl91c2UiOiJpZCIsInByb2R1Y3RSZWZJZHMiOiJbXSIsImF1dGhfdGltZSI6MTc3MDE4NzQ3MiwiZXhwIjoxNzcwMjczODcyLCJ1c2VyUG9vbElkIjoiZXUtd2VzdC0xX2dodEpqTW1idCIsImlhdCI6MTc3MDE4NzQ3MiwiZmFtaWx5X25hbWUiOiJnbG9iYWwtZGV2ZWxvcGVyIiwianRpIjoiZDc0YTM0MTEtYmUzOS00OGMxLTg2MWQtNzVlYjQ2ZDY5MWJlIiwiZW1haWwiOiJnbG9iYWwtZGV2ZWxvcGVyQGNhbC1wbGF0Zm9ybS5jb20ifQ.vBtDRqL_np6_RX1B4MyJfRmLaAMgG-LDML1-uMrzNzwn4kv2BvFPq9riPvKEKrX_UTUtnilXW7EjDS2tF6QHr7metNSoy9naZI9Fmk-DlfF8H53IUsBGXmo7sTRwo9-OaYNYDmoD1YTcdnt3xjPB9TPzsCP5JwpkfjOfrkcSNYsCt6TS_g_qwNXFo86E5jWACECQeO1R4dp7shNfmatGfA_A2Qxt5lRsSyDcSDaiynun8528hJuUzA4KOm2POoguHFXBzxrZsLdGr8wKHD6KKv6Ldvd1ubz8wmVbEPJJwOt6e2-qe3Bg1850vNhl3sORnz-Q3YKiRNv-3EqEV-w_mw","type":"text"},{"key":"x-organization-id","value":"c9d8815c-374f-4692-abe6-bb264207e9d0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"c1678a74-7ca4-40e4-b085-89e6d601aea7\",\r\n  \"values\": [\r\n    \"300012\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Merchants/UpdateMerchantGroups","description":"<p><strong>Purpose:</strong> Update existing group</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Merchants/UpdateMerchantGroups\">https://api.develop.cal-platform.com/payment-account-policies/api/Merchants/UpdateMerchantGroups</a></p>\n","urlObject":{"path":["api","Merchants","UpdateMerchantGroups"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"8ef0fcea-8f69-4eb2-ba5c-84160f0863f4","name":"UpdateMerchantGroups","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\",\r\n  \"values\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Merchants/UpdateMerchantGroups"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"groupId\": \"string\",\n    \"values\": [\n      null\n    ]\n  }\n}"}],"_postman_id":"ac8bd7c1-42c9-4194-9e6e-a5eb8f3c4610"},{"name":"DeleteMerchantGroups","id":"d766b54c-d3eb-430c-801e-42e01dea91d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\",\r\n  \"values\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Merchants/DeleteMerchantGroups","description":"<p><strong>Purpose:</strong> Delete Merchant group(s)</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Merchants/DeleteMerchantGroups\">https://api.develop.cal-platform.com/payment-account-policies/api/Merchants/DeleteMerchantGroups</a></p>\n","urlObject":{"path":["api","Merchants","DeleteMerchantGroups"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"169dd4cf-30e0-4052-93b2-a9129b47a3e4","name":"DeleteMerchantGroups","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\",\r\n  \"values\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Merchants/DeleteMerchantGroups"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"statusDescription\": \"string\",\n    \"statusCode\": 0,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 0,\n    \"result\": {}\n  }\n}"}],"_postman_id":"d766b54c-d3eb-430c-801e-42e01dea91d2"},{"name":"AttachToMerchantGroup","id":"a8b2916e-61cb-42d2-9432-1407f378ab66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"a8b2916e-61cb-42d2-9432-1407f378ab66"}],"id":"a3ae05f6-93cb-44b9-ba0a-15103c990843","_postman_id":"a3ae05f6-93cb-44b9-ba0a-15103c990843","description":""},{"name":"posGroups","item":[{"name":"GetPosGroups","id":"4629c37e-8975-4343-8790-1c70e46959a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\"\r\n}\r\n  ","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Pos/GetPosGroups","description":"<p><strong>Purpose:</strong> Retrieve Pos group list</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Pos/GetPosGroups\">https://api.develop.cal-platform.com/payment-account-policies/api/Pos/GetPosGroups</a></p>\n","urlObject":{"path":["api","Pos","GetPosGroups"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"7cff47b6-c3d8-4a57-93cb-612d378f2d61","name":"GetPosGroups","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"organizationId\": \"string\",\r\n  \"groupId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Pos/GetPosGroups"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"organizationId\": \"string\",\n    \"groupIds\": [\n      \"string\"\n    ],\n    \"groupValues\": {\n      \"id\": \"string\",\n      \"organizationId\": \"string\",\n      \"name\": \"string\",\n      \"values\": [\n        null\n      ]\n    }\n  }\n}"}],"_postman_id":"4629c37e-8975-4343-8790-1c70e46959a7"},{"name":"CreatePosGroups","id":"8353e4be-6f37-4fd3-863b-41483cb8fac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"string\",\r\n    \"values\": [\r\n        null\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Pos/CreatePosGroups","description":"<p><strong>Purpose:</strong> Create new Pos group</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Pos/CreatePosGroups\">https://api.develop.cal-platform.com/payment-account-policies/api/Pos/CreatePosGroups</a></p>\n","urlObject":{"path":["api","Pos","CreatePosGroups"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"eee1867c-551d-43da-8473-22b92a34e5bc","name":"CreatePosGroups","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"organizationId\": \"string\",\r\n    \"name\": \"string\",\r\n    \"values\": [\r\n        null\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Pos/CreatePosGroups"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"groupId\": \"string\"\n  }\n}"}],"_postman_id":"8353e4be-6f37-4fd3-863b-41483cb8fac6"},{"name":"UpdatePosGroups","id":"697ee7f6-e632-43c6-ae29-d0265e845389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\",\r\n  \"values\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Pos/UpdatePosGroups","description":"<p><strong>Purpose:</strong> Update existing Pos group</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Pos/UpdatePosGroups\">https://api.develop.cal-platform.com/payment-account-policies/api/Pos/UpdatePosGroups</a></p>\n","urlObject":{"path":["api","Pos","UpdatePosGroups"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"1a67843a-f226-4c5a-b5f3-0ffef74a942e","name":"UpdatePosGroups","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\",\r\n  \"values\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Pos/UpdatePosGroups"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"groupId\": \"string\",\n    \"values\": [\n      null\n    ]\n  }\n}"}],"_postman_id":"697ee7f6-e632-43c6-ae29-d0265e845389"},{"name":"DeletePosGroups","id":"ba80d683-9962-45c5-8886-634ce921842c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\",\r\n  \"values\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Pos/DeletePosGroups","description":"<p><strong>Purpose:</strong> Delete Pos group(s)</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Pos/DeletePosGroups\">https://api.develop.cal-platform.com/payment-account-policies/api/Pos/DeletePosGroups</a></p>\n","urlObject":{"path":["api","Pos","DeletePosGroups"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"d3ac42bb-28cf-4615-a370-14e46e311349","name":"DeletePosGroups","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\",\r\n  \"values\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Pos/DeletePosGroups"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"statusDescription\": \"string\",\n    \"statusCode\": 0,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 0,\n    \"result\": {}\n  }\n}"}],"_postman_id":"ba80d683-9962-45c5-8886-634ce921842c"},{"name":"AttachToPosGroup","id":"4940ee89-4f98-4769-a9f3-4371ac8e754f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"4940ee89-4f98-4769-a9f3-4371ac8e754f"}],"id":"892c5ecb-8c60-46d1-aaa9-f8c90a0c1d7e","_postman_id":"892c5ecb-8c60-46d1-aaa9-f8c90a0c1d7e","description":""},{"name":"Policies","item":[{"name":"GetPolicies","id":"e98f2ac8-6c42-4879-b5ab-5eb441bc8d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"relatedEntityIds\": [\"2180f27d-17f3-4067-a006-0f0ea629017a\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Policies/GetPolicies","description":"<p><strong>Purpose:</strong> Retrieve all policies for a specific entity</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Policies/GetPolicies\">https://api.develop.cal-platform.com/payment-account-policies/api/Policies/GetPolicies<br /></a></p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>ids</code></td>\n<td>Required</td>\n<td>Array[String]</td>\n<td>List of policy IDs to retrieve.</td>\n<td><code>[\"</code>b7bbbb40-f203-4d89-a739-4d92017a9282<code>\"]</code></td>\n</tr>\n<tr>\n<td><code>relatedEntityIds</code></td>\n<td>Optional</td>\n<td>Array[String]</td>\n<td>List of related entity IDs (pockets, initiatives, organizations) to filter policies by.</td>\n<td><code>[\"</code>b7bbbb40-f203-4d89-a739-4d92017a9282<code>\"]</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","Policies","GetPolicies"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"ebd9b0c2-f616-4066-a5c6-99525d19b7c0","name":"List of policies","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/policies?ownerIds=<string>","host":["{{baseUrl}}"],"path":["policies"],"query":[{"key":"ownerIds","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusDescription\": \"string\",\n    \"statusCode\": 0,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 0,\n    \"result\": {\n        \"policies\": [\n            {\n                \"id\": \"string\",\n                \"relatedEntityId\": \"string\",\n                \"relatedEntityType\": \"string\",\n                \"data\": {\n                    \"merchant\": {\n                        \"enabled\": true,\n                        \"posGroups\": {\n                            \"whitelist\": [\n                                null\n                            ],\n                            \"blacklist\": [\n                                null\n                            ]\n                        },\n                        \"merchantGroups\": {\n                            \"whitelist\": [\n                                null\n                            ],\n                            \"blacklist\": [\n                                null\n                            ]\n                        },\n                        \"mccGroups\": {\n                            \"whitelist\": [\n                                null\n                            ],\n                            \"blacklist\": [\n                                null\n                            ]\n                        },\n                        \"country\": {\n                            \"whitelist\": [\n                                null\n                            ],\n                            \"blacklist\": [\n                                null\n                            ]\n                        }\n                    },\n                    \"currency\": {\n                        \"enabled\": true,\n                        \"whitelist\": [\n                            null\n                        ],\n                        \"blacklist\": [\n                            null\n                        ]\n                    },\n                    \"amount\": {\n                        \"enabled\": true,\n                        \"items\": [\n                            {\n                                \"minimum\": 0,\n                                \"maximum\": 0,\n                                \"currency\": 0,\n                                \"transactionTypes\": [\n                                    \"regular\"\n                                ],\n                                \"merchant\": {\n                                    \"posGroups\": {\n                                        \"whitelist\": [\n                                            null\n                                        ],\n                                        \"blacklist\": [\n                                            null\n                                        ]\n                                    },\n                                    \"merchantGroups\": {\n                                        \"whitelist\": [\n                                            null\n                                        ],\n                                        \"blacklist\": [\n                                            null\n                                        ]\n                                    },\n                                    \"mccGroups\": {\n                                        \"whitelist\": [\n                                            null\n                                        ],\n                                        \"blacklist\": [\n                                            null\n                                        ]\n                                    },\n                                    \"country\": {\n                                        \"whitelist\": [\n                                            null\n                                        ],\n                                        \"blacklist\": [\n                                            null\n                                        ]\n                                    }\n                                },\n                                \"locationCodes\": [\n                                    \"domestic\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"transactionType\": {\n                        \"enabled\": true,\n                        \"whitelist\": [\n                            null\n                        ],\n                        \"blacklist\": [\n                            null\n                        ]\n                    },\n                    \"recurringPayments\": {\n                        \"enabled\": true,\n                        \"isAllowedRecurringPayments\": true,\n                        \"isAllowedNonRecurringPayments\": true\n                    },\n                    \"j5\": {\n                        \"enabled\": true,\n                        \"isAllowedJ5\": true,\n                        \"amount\": {\n                            \"enabled\": true,\n                            \"items\": [\n                                {\n                                    \"minimum\": 0,\n                                    \"maximum\": 0,\n                                    \"currency\": 0,\n                                    \"transactionTypes\": [\n                                        \"regular\"\n                                    ],\n                                    \"merchant\": {\n                                        \"posGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"merchantGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"mccGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"country\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        }\n                                    },\n                                    \"locationCodes\": [\n                                        \"domestic\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"merchant\": {\n                            \"posGroups\": {\n                                \"whitelist\": [\n                                    null\n                                ],\n                                \"blacklist\": [\n                                    null\n                                ]\n                            },\n                            \"merchantGroups\": {\n                                \"whitelist\": [\n                                    null\n                                ],\n                                \"blacklist\": [\n                                    null\n                                ]\n                            },\n                            \"mccGroups\": {\n                                \"whitelist\": [\n                                    null\n                                ],\n                                \"blacklist\": [\n                                    null\n                                ]\n                            },\n                            \"country\": {\n                                \"whitelist\": [\n                                    null\n                                ],\n                                \"blacklist\": [\n                                    null\n                                ]\n                            }\n                        }\n                    },\n                    \"purchaseMethod\": {\n                        \"enabled\": true,\n                        \"whitelist\": [\n                            null\n                        ],\n                        \"blacklist\": [\n                            null\n                        ]\n                    },\n                    \"locationCode\": {\n                        \"enabled\": true,\n                        \"whitelist\": [\n                            null\n                        ],\n                        \"blacklist\": [\n                            null\n                        ]\n                    },\n                    \"timeFrame\": {\n                        \"enabled\": true,\n                        \"daysOfWeek\": {\n                            \"whitelist\": [\n                                null\n                            ],\n                            \"blacklist\": [\n                                null\n                            ]\n                        },\n                        \"time\": [\n                            {\n                                \"from\": {\n                                    \"hours\": 0,\n                                    \"minutes\": 0\n                                },\n                                \"to\": {\n                                    \"hours\": 0,\n                                    \"minutes\": 0\n                                }\n                            }\n                        ]\n                    },\n                    \"aggregated\": {\n                        \"enabled\": true,\n                        \"items\": [\n                            {\n                                \"filter\": {\n                                    \"timeFrame\": {\n                                        \"hourly\": {\n                                            \"from\": {\n                                                \"hours\": 0,\n                                                \"minutes\": 0\n                                            },\n                                            \"to\": {\n                                                \"hours\": 0,\n                                                \"minutes\": 0\n                                            }\n                                        },\n                                        \"monthly\": {\n                                            \"fromDayOfMonth\": 0,\n                                            \"toDayOfMonth\": 0\n                                        },\n                                        \"weekly\": {\n                                            \"fromDayOfWeek\": 0,\n                                            \"toDayOfWeek\": 0\n                                        },\n                                        \"priorDuration\": {\n                                            \"hours\": 0,\n                                            \"minutes\": 0\n                                        }\n                                    },\n                                    \"currencies\": [\n                                        null\n                                    ],\n                                    \"transactionTypes\": [\n                                        \"regular\"\n                                    ],\n                                    \"locationCodes\": [\n                                        \"domestic\"\n                                    ],\n                                    \"purchaseMethods\": [\n                                        \"internet\"\n                                    ],\n                                    \"recurringPayments\": true,\n                                    \"isJ5\": true,\n                                    \"merchant\": {\n                                        \"posGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"merchantGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"mccGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"country\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        }\n                                    },\n                                    \"spendAccountCodes\": [\n                                        null\n                                    ]\n                                },\n                                \"isLifetime\": true,\n                                \"aggregation\": {\n                                    \"entity\": \"paymentDevice\",\n                                    \"type\": \"count\"\n                                },\n                                \"valueRange\": {\n                                    \"minimum\": 0,\n                                    \"maximum\": 0,\n                                    \"currency\": 0,\n                                    \"transactionTypes\": [\n                                        \"regular\"\n                                    ],\n                                    \"merchant\": {\n                                        \"posGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"merchantGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"mccGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"country\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        }\n                                    },\n                                    \"locationCodes\": [\n                                        \"domestic\"\n                                    ]\n                                }\n                            }\n                        ]\n                    }\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"e98f2ac8-6c42-4879-b5ab-5eb441bc8d39"},{"name":"UpsertPolicies","id":"c2c40cc3-64d6-4d10-bb31-afb5a6589189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"policies\": [\n        {\n            \"id\": \"18e7cc2b-3570-40aa-a6f3-8e72e34a6a5c\",\n            \"createdAt\": \"2025-12-21T12:17:31.448Z\",\n            \"updatedAt\": \"2025-12-28T07:26:38.877Z\",\n            \"deletedAt\": null,\n            \"organizationId\": \"28593289-acc2-447d-8586-1bab3b150862\",\n            \"relatedEntityId\": \"2180f27d-17f3-4067-a006-0f0ea629017a\",\n            \"relatedEntityType\": \"initiative\",\n            \"data\": {\n                \"merchant\": {\n                    \"enabled\": true,\n                    \"posGroups\": {\n                        \"whitelist\": [\n                            \"f8709c9a-3920-42e3-8ee0-2e1699755304\"\n                        ],\n                        \"blacklist\": [\n                            \"f8709c9a-3920-42e3-8ee0-2e1699755304\"\n                        ]\n                    },\n                    \"merchantGroups\": {\n                        \"whitelist\": [\n                            \"2bd89f3c-7fd1-450e-a96d-aa5d970a3c97\",\n                            \"236f5e71-12c7-45ec-97be-e95aaa9c1543\"\n                        ],\n                        \"blacklist\": [\n                            \"260e3049-d219-4d25-b503-eb180d2f53ee\"\n                        ]\n                    },\n                    \"mccGroups\": {\n                        \"whitelist\": [\n                            \"99c5c57b-5af6-48d9-b63d-142185bc613a\"\n                        ],\n                        \"blacklist\": [\n                            \"260e3049-d219-4d25-b503-eb180d2f53ee\"\n                        ]\n                    },\n                    \"country\": {\n                        \"whitelist\": [\n                            \"IL\",\n                            \"US\"\n                        ],\n                        \"blacklist\": [\n                            \"IR\"\n                        ]\n                    }\n                },\n                \"currency\": {\n                    \"enabled\": true,\n                    \"whitelist\": [\n                        376,\n                        840\n                    ],\n                    \"blacklist\": [\n                        978\n                    ]\n                },\n                \"amount\": {\n                    \"enabled\": true,\n                    \"items\": [\n                        {\n                            \"minimum\": 10,\n                            \"maximum\": 10000,\n                            \"currency\": 376,\n                            \"transactionTypes\": [\n                                \"cashWithdrawal\"\n                            ],\n                            \"locationCodes\": [\n                                \"international\"\n                            ],\n                            \"merchant\": {\n                                \"posGroups\": {\n                                    \"whitelist\": [\n                                        \"e3315ac7-5da2-4ce5-9eff-438082729cc3\"\n                                    ],\n                                    \"blacklist\": [\n                                        \"random\"\n                                    ]\n                                },\n                                \"merchantGroups\": {\n                                    \"whitelist\": [\n                                        \"2bd89f3c-7fd1-450e-a96d-aa5d970a3c97\",\n                                        \"236f5e71-12c7-45ec-97be-e95aaa9c1543\"\n                                    ],\n                                    \"blacklist\": [\n                                        \"260e3049-d219-4d25-b503-eb180d2f53ee\"\n                                    ]\n                                },\n                                \"mccGroups\": {\n                                    \"whitelist\": [\n                                        \"234ea8aa-0dce-409d-bb38-d3030aedfb19\"\n                                    ]\n                                },\n                                \"country\": {\n                                    \"whitelist\": [\n                                        \"IL\",\n                                        \"US\"\n                                    ],\n                                    \"blacklist\": [\n                                        \"IR\"\n                                    ]\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"transactionType\": {\n                    \"enabled\": true,\n                    \"whitelist\": [\n                        \"regular\"\n                    ],\n                    \"blacklist\": [\n                        \"cashWithdrawal\"\n                    ]\n                },\n                \"recurringPayments\": {\n                    \"enabled\": true,\n                    \"isAllowedRecurringPayments\": false,\n                    \"isAllowedNonRecurringPayments\": true\n                },\n                \"j5\": {\n                    \"enabled\": true,\n                    \"isAllowedJ5\": true,\n                    \"amount\": {\n                        \"enabled\": true,\n                        \"items\": [\n                            {\n                                \"minimum\": 1000,\n                                \"maximum\": 2000,\n                                \"currency\": 376\n                            }\n                        ]\n                    },\n                    \"merchant\": {\n                        \"posGroups\": {\n                            \"whitelist\": [\n                                \"df802434-50e0-4dce-be54-40734f06d29c\",\n                                \"c2a24009-4f7e-43a8-be77-1564f0737dbe\"\n                            ],\n                            \"blacklist\": [\n                                \"260e3049-d219-4d25-b503-eb180d2f53ee\"\n                            ]\n                        },\n                        \"merchantGroups\": {\n                            \"whitelist\": [\n                                \"2bd89f3c-7fd1-450e-a96d-aa5d970a3c97\",\n                                \"236f5e71-12c7-45ec-97be-e95aaa9c1543\"\n                            ],\n                            \"blacklist\": [\n                                \"260e3049-d219-4d25-b503-eb180d2f53ee\"\n                            ]\n                        },\n                        \"mccGroups\": {\n                            \"whitelist\": [\n                                \"99c5c57b-5af6-48d9-b63d-142185bc613a\"\n                            ],\n                            \"blacklist\": [\n                                \"99c5c57b-5af6-48d9-b63d-142185bc613a\"\n                            ]\n                        },\n                        \"country\": {\n                            \"whitelist\": [\n                                \"IL\",\n                                \"US\"\n                            ],\n                            \"blacklist\": [\n                                \"IR\"\n                            ]\n                        }\n                    }\n                },\n                \"purchaseMethod\": {\n                    \"enabled\": true,\n                    \"whitelist\": [\n                        \"internet\"\n                    ],\n                    \"blacklist\": [\n                        \"phsyicalWallet\"\n                    ]\n                },\n                \"locationCode\": {\n                    \"enabled\": true,\n                    \"whitelist\": [\n                        \"domestic\"\n                    ],\n                    \"blacklist\": [\n                        \"international\"\n                    ]\n                },\n                \"timeFrame\": {\n                    \"enabled\": true,\n                    \"daysOfWeek\": {\n                        \"whitelist\": [\n                            0,\n                            3,\n                            4\n                        ],\n                        \"blacklist\": [\n                            1,\n                            5,\n                            6\n                        ]\n                    },\n                    \"time\": [\n                        {\n                            \"from\": {\n                                \"hours\": 11,\n                                \"minutes\": 30\n                            },\n                            \"to\": {\n                                \"hours\": 14,\n                                \"minutes\": 45\n                            }\n                        },\n                        {\n                            \"from\": {\n                                \"hours\": 18,\n                                \"minutes\": 30\n                            },\n                            \"to\": {\n                                \"hours\": 20,\n                                \"minutes\": 45\n                            }\n                        }\n                    ]\n                },\n                \"aggregated\": {\n                    \"enabled\": true,\n                    \"items\": [\n                        {\n                            \"filter\": {\n                                \"timeFrame\": {\n                                    \"hourly\": {\n                                        \"from\": {\n                                            \"hours\": 0,\n                                            \"minutes\": 0\n                                        },\n                                        \"to\": {\n                                            \"hours\": 23,\n                                            \"minutes\": 59\n                                        }\n                                    },\n                                    \"monthly\": {\n                                        \"fromDayOfMonth\": 1,\n                                        \"toDayOfMonth\": 31\n                                    },\n                                    \"weekly\": {\n                                        \"fromDayOfWeek\": 0,\n                                        \"toDayOfWeek\": 4\n                                    },\n                                    \"priorDuration\": {\n                                        \"hours\": 5,\n                                        \"minutes\": 30\n                                    }\n                                },\n                                \"transactionTypes\": [\n                                    \"regular\"\n                                ],\n                                \"currencies\": [\n                                    376\n                                ],\n                                \"locationCodes\": [\n                                    \"domestic\"\n                                ],\n                                \"purchaseMethods\": [\n                                    \"internet\"\n                                ],\n                                \"isJ5\": true,\n                                \"spendAccountCodes\": [\n                                    123,\n                                    456\n                                ]\n                            },\n                            \"isLifetime\": true,\n                            \"aggregation\": {\n                                \"entity\": \"pocket\",\n                                \"type\": \"authorizedAmount\"\n                            },\n                            \"valueRange\": {\n                                \"maximum\": 50,\n                                \"currency\": 376\n                            }\n                        }\n                    ]\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Policies/UpsertPolicies","description":"<p><strong>Purpose:</strong> Create or update policies that control authorization and spending rules.  </p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Policies/UpsertPolicies\">https://api.develop.cal-platform.com/payment-account-policies/api/Policies/UpsertPolicies<br /></a><br /><strong>Important field notes:</strong></p>\n<ul>\n<li><code>relatedEntityType</code> — <code>\"partner\"/\"organization\"/\"initiative\"/\"paymentDevice\"/\"customer\"</code><br />  /\"<code>pocket\"/\"paymentDeviceProfile\"</code></li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relatedEntityId</td>\n<td>Required</td>\n<td>String</td>\n<td>ID of the entity the policy applies to.</td>\n<td>\"pocket-123\"</td>\n</tr>\n<tr>\n<td>relatedEntityType</td>\n<td>Required</td>\n<td>String</td>\n<td>Must be one of: \"partner\", \"organization\", \"initiative\", \"paymentDevice\", \"customer\", \"pocket\", \"paymentDeviceProfile\".</td>\n<td>\"pocket\"</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Required</td>\n<td>Object</td>\n<td>Full policy configuration object including merchant, currency, amount, transactionType, etc.</td>\n<td>{...JSON structure...}</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","Policies","UpsertPolicies"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"6e7eb3bb-759f-4bb7-be54-f5e29634f2d3","name":"Policy created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {},\n  \"isActive\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/policies"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusDescription\": \"string\",\n    \"statusCode\": 0,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 0,\n    \"result\": {\n        \"policies\": [\n            {\n                \"id\": \"string\",\n                \"relatedEntityId\": \"string\",\n                \"relatedEntityType\": \"string\",\n                \"data\": {\n                    \"merchant\": {\n                        \"enabled\": true,\n                        \"posGroups\": {\n                            \"whitelist\": [\n                                null\n                            ],\n                            \"blacklist\": [\n                                null\n                            ]\n                        },\n                        \"merchantGroups\": {\n                            \"whitelist\": [\n                                null\n                            ],\n                            \"blacklist\": [\n                                null\n                            ]\n                        },\n                        \"mccGroups\": {\n                            \"whitelist\": [\n                                null\n                            ],\n                            \"blacklist\": [\n                                null\n                            ]\n                        },\n                        \"country\": {\n                            \"whitelist\": [\n                                null\n                            ],\n                            \"blacklist\": [\n                                null\n                            ]\n                        }\n                    },\n                    \"currency\": {\n                        \"enabled\": true,\n                        \"whitelist\": [\n                            null\n                        ],\n                        \"blacklist\": [\n                            null\n                        ]\n                    },\n                    \"amount\": {\n                        \"enabled\": true,\n                        \"items\": [\n                            {\n                                \"minimum\": 0,\n                                \"maximum\": 0,\n                                \"currency\": 0,\n                                \"transactionTypes\": [\n                                    \"regular\"\n                                ],\n                                \"merchant\": {\n                                    \"posGroups\": {\n                                        \"whitelist\": [\n                                            null\n                                        ],\n                                        \"blacklist\": [\n                                            null\n                                        ]\n                                    },\n                                    \"merchantGroups\": {\n                                        \"whitelist\": [\n                                            null\n                                        ],\n                                        \"blacklist\": [\n                                            null\n                                        ]\n                                    },\n                                    \"mccGroups\": {\n                                        \"whitelist\": [\n                                            null\n                                        ],\n                                        \"blacklist\": [\n                                            null\n                                        ]\n                                    },\n                                    \"country\": {\n                                        \"whitelist\": [\n                                            null\n                                        ],\n                                        \"blacklist\": [\n                                            null\n                                        ]\n                                    }\n                                },\n                                \"locationCodes\": [\n                                    \"domestic\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"transactionType\": {\n                        \"enabled\": true,\n                        \"whitelist\": [\n                            null\n                        ],\n                        \"blacklist\": [\n                            null\n                        ]\n                    },\n                    \"recurringPayments\": {\n                        \"enabled\": true,\n                        \"isAllowedRecurringPayments\": true,\n                        \"isAllowedNonRecurringPayments\": true\n                    },\n                    \"j5\": {\n                        \"enabled\": true,\n                        \"isAllowedJ5\": true,\n                        \"amount\": {\n                            \"enabled\": true,\n                            \"items\": [\n                                {\n                                    \"minimum\": 0,\n                                    \"maximum\": 0,\n                                    \"currency\": 0,\n                                    \"transactionTypes\": [\n                                        \"regular\"\n                                    ],\n                                    \"merchant\": {\n                                        \"posGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"merchantGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"mccGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"country\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        }\n                                    },\n                                    \"locationCodes\": [\n                                        \"domestic\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"merchant\": {\n                            \"posGroups\": {\n                                \"whitelist\": [\n                                    null\n                                ],\n                                \"blacklist\": [\n                                    null\n                                ]\n                            },\n                            \"merchantGroups\": {\n                                \"whitelist\": [\n                                    null\n                                ],\n                                \"blacklist\": [\n                                    null\n                                ]\n                            },\n                            \"mccGroups\": {\n                                \"whitelist\": [\n                                    null\n                                ],\n                                \"blacklist\": [\n                                    null\n                                ]\n                            },\n                            \"country\": {\n                                \"whitelist\": [\n                                    null\n                                ],\n                                \"blacklist\": [\n                                    null\n                                ]\n                            }\n                        }\n                    },\n                    \"purchaseMethod\": {\n                        \"enabled\": true,\n                        \"whitelist\": [\n                            null\n                        ],\n                        \"blacklist\": [\n                            null\n                        ]\n                    },\n                    \"locationCode\": {\n                        \"enabled\": true,\n                        \"whitelist\": [\n                            null\n                        ],\n                        \"blacklist\": [\n                            null\n                        ]\n                    },\n                    \"timeFrame\": {\n                        \"enabled\": true,\n                        \"daysOfWeek\": {\n                            \"whitelist\": [\n                                null\n                            ],\n                            \"blacklist\": [\n                                null\n                            ]\n                        },\n                        \"time\": [\n                            {\n                                \"from\": {\n                                    \"hours\": 0,\n                                    \"minutes\": 0\n                                },\n                                \"to\": {\n                                    \"hours\": 0,\n                                    \"minutes\": 0\n                                }\n                            }\n                        ]\n                    },\n                    \"aggregated\": {\n                        \"enabled\": true,\n                        \"items\": [\n                            {\n                                \"filter\": {\n                                    \"timeFrame\": {\n                                        \"hourly\": {\n                                            \"from\": {\n                                                \"hours\": 0,\n                                                \"minutes\": 0\n                                            },\n                                            \"to\": {\n                                                \"hours\": 0,\n                                                \"minutes\": 0\n                                            }\n                                        },\n                                        \"monthly\": {\n                                            \"fromDayOfMonth\": 0,\n                                            \"toDayOfMonth\": 0\n                                        },\n                                        \"weekly\": {\n                                            \"fromDayOfWeek\": 0,\n                                            \"toDayOfWeek\": 0\n                                        },\n                                        \"priorDuration\": {\n                                            \"hours\": 0,\n                                            \"minutes\": 0\n                                        }\n                                    },\n                                    \"currencies\": [\n                                        null\n                                    ],\n                                    \"transactionTypes\": [\n                                        \"regular\"\n                                    ],\n                                    \"locationCodes\": [\n                                        \"domestic\"\n                                    ],\n                                    \"purchaseMethods\": [\n                                        \"internet\"\n                                    ],\n                                    \"recurringPayments\": true,\n                                    \"isJ5\": true,\n                                    \"merchant\": {\n                                        \"posGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"merchantGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"mccGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"country\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        }\n                                    },\n                                    \"spendAccountCodes\": [\n                                        null\n                                    ]\n                                },\n                                \"isLifetime\": true,\n                                \"aggregation\": {\n                                    \"entity\": \"paymentDevice\",\n                                    \"type\": \"count\"\n                                },\n                                \"valueRange\": {\n                                    \"minimum\": 0,\n                                    \"maximum\": 0,\n                                    \"currency\": 0,\n                                    \"transactionTypes\": [\n                                        \"regular\"\n                                    ],\n                                    \"merchant\": {\n                                        \"posGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"merchantGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"mccGroups\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        },\n                                        \"country\": {\n                                            \"whitelist\": [\n                                                null\n                                            ],\n                                            \"blacklist\": [\n                                                null\n                                            ]\n                                        }\n                                    },\n                                    \"locationCodes\": [\n                                        \"domestic\"\n                                    ]\n                                }\n                            }\n                        ]\n                    }\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"c2c40cc3-64d6-4d10-bb31-afb5a6589189"},{"name":"DeletePolicies","id":"6c0020d1-62e5-4537-b245-4a18f785a961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"ids\": [\n    \"string\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{PaymentAccountPoliciesHost}}/api/Policies/DeletePolicies","description":"<p><strong>Purpose:</strong> Delete existing policy or policies</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-policies/api/Policies/DeletePolicies\">https://api.develop.cal-platform.com/payment-account-policies/api/Policies/DeletePolicies</a></p>\n","urlObject":{"path":["api","Policies","DeletePolicies"],"host":["{{PaymentAccountPoliciesHost}}"],"query":[],"variable":[]}},"response":[{"id":"81d3b47d-9684-4f63-80c7-681ca5ef779d","name":"Policy deleted","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"data\": {},\n  \"isActive\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/policies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusDescription\": \"string\",\n    \"statusCode\": 0,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 0,\n    \"result\": {\n        \"ids\": [\n            \"string\"\n        ]\n    }\n}"}],"_postman_id":"6c0020d1-62e5-4537-b245-4a18f785a961"},{"name":"GetPartnerPolicy","id":"020f761e-5681-454d-8015-f72a23543d2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"020f761e-5681-454d-8015-f72a23543d2a"}],"id":"23f3956d-077c-4f46-8598-7b26667f6be9","_postman_id":"23f3956d-077c-4f46-8598-7b26667f6be9","description":""}],"id":"43887b49-ff8a-4600-9166-a508f530b6b0","_postman_id":"43887b49-ff8a-4600-9166-a508f530b6b0","description":""},{"name":"Transactions Api","item":[{"name":"GetTransactions","id":"d28acec1-5b14-4aa6-988c-9f8eaaeb04e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pagination\": {\n        \"id\": \"string\",\n        \"createdAt\": \"2026-02-16T12:59:06.874Z\",\n        \"limit\": 0\n    },\n    \"filter\": {\n        \"from\": \"2026-02-16T12:59:06.874Z\",\n        \"to\": \"2026-02-16T12:59:06.874Z\",\n        \"initiativeIds\": [\n            null\n        ],\n        \"clearanceStatuses\": [\n            \"pending\"\n        ],\n        \"accountTypes\": [\n            \"paymentAccount\"\n        ],\n        \"internalStatuses\": [\n            \"active\"\n        ],\n        \"freeText\": \"string\",\n        \"filterBySpendAccountDebitDate\": true,\n        \"pocketIds\": [\n            null\n        ],\n        \"paymentDeviceIds\": [\n            null\n        ],\n        \"merchantName\": \"string\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountTransactionsHost}}/api/Transactions/GetTransactions","description":"<p><strong>Purpose:</strong> Retrieve transaction data filtered by pocket,issuer payment device id or payment device id</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-transactions/api/Transactions/GetTransactions\">https://api.develop.cal-platform.com/payment-account-transactions/api/Transactions/GetTransactions</a></p>\n<p><strong>Important field note:</strong></p>\n<ul>\n<li>At least one field: \"<strong>pocketIds</strong>\", \"<strong>issuerPaymentDeviceIds</strong>\", \"<strong>paymentDeviceIds</strong>\" must be provided to retrieve a transaction;</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td>Number</td>\n<td>Starting record ID for pagination.</td>\n<td><code>0</code></td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>Optional</td>\n<td>Number</td>\n<td>Maximum number of transactions to return.</td>\n<td><code>50</code></td>\n</tr>\n<tr>\n<td><code>pocketIds</code></td>\n<td>Optional</td>\n<td>Array[String]</td>\n<td>Filter by pocket IDs.</td>\n<td><code>[\"</code>b7bbbb40-f203-4d89-a739-4d92017a9282<code>\"]</code></td>\n</tr>\n<tr>\n<td><code>issuerPaymentDeviceIds</code></td>\n<td>Optional</td>\n<td>Array[String]</td>\n<td>Filter by issuer payment device IDs.</td>\n<td><code>[\"</code>b7bbbb40-f203-4d89-a739-4d92017a9282<code>\"]</code></td>\n</tr>\n<tr>\n<td><code>paymentDeviceIds</code></td>\n<td>Optional</td>\n<td>Array[String]</td>\n<td>Filter by payment device IDs.</td>\n<td><code>[\"</code>b7bbbb40-f203-4d89-a739-4d92017a9282<code>\"]</code></td>\n</tr>\n<tr>\n<td><code>fromDate</code></td>\n<td>Optional</td>\n<td>String (ISO8601)</td>\n<td>Start date of the transaction range.</td>\n<td><code>\"2025-09-09T12:45:36.672Z\"</code></td>\n</tr>\n<tr>\n<td><code>toDate</code></td>\n<td>Optional</td>\n<td>String (ISO8601)</td>\n<td>End date of the transaction range.</td>\n<td><code>\"2025-09-10T12:45:36.672Z\"</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","Transactions","GetTransactions"],"host":["{{PaymentAccountTransactionsHost}}"],"query":[],"variable":[]}},"response":[{"id":"1996c461-8231-4a3d-a8da-9051d8327105","name":"get transactions","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fromRecordId\": 1122650,\n    \"limit\": 1,\n    \"pocketIds\": [\n        \"462ff5ce-9dc6-44ea-9830-194ae79e5bcb\"\n    ],\n    // \"issuerPaymentDeviceIds\": [\n    //     \"CARD_0032c485\"\n    // ],\n    // \"organizationIds\": [\"4eb92182-bf87-4a2e-8f60-5238ff5db52f\", \"647a71b7-3215-4bcc-93ba-1709484ef398\"],\n    \"fromDate\": \"2025-07-01 06:14:38.340\",\n    \"toDate\": \"2025-08-01 06:14:38.340\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountTransactions}}/api/Transactions/GetTransactions"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1921"},{"key":"ETag","value":"W/\"781-FEK1lLwJxqSJquMlc5ggA1KhUQE\""},{"key":"Date","value":"Tue, 09 Sep 2025 07:16:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"transactions\": [\n            {\n                \"id\": \"\",\n                \"createdAt\": \"string\",\n                \"updatedAt\": \"string\",\n                \"deletedAt\": null,\n                \"recordId\": 1,\n                \"issuer\": \"cal\",\n                \"issuerAuthorizationId\": \"string\",\n                \"issuerPaymentDeviceId\": \"string\",\n                \"customerId\": null,\n                \"paymentDeviceId\": \"string\",\n                \"organizationId\": \"string\",\n                \"authorizationRequestType\": \"string\",\n                \"transactionType\": \"string\",\n                \"locationCode\": \"string\",\n                \"purchaseMethod\": \"string\",\n                \"authorizationRequestAmount\": 0,\n                \"authorizationRequestCurrency\": 0,\n                \"transactionAmount\": 0,\n                \"transactionCurrency\": 0,\n                \"isFullAmountOnlyIndicator\": false,\n                \"isRecurringPayments\": false,\n                \"isContactless\": false,\n                \"isJ5\": true,\n                \"pos\": \"string\",\n                \"mcc\": \"string\",\n                \"merchantId\": \"string\",\n                \"merchantName\": \"string\",\n                \"merchantCountry\": \"string\",\n                \"timestamp\": \"string\",\n                \"tokenRequestorId\": \"string\",\n                \"authorizationResponseCode\": \"string\",\n                \"authorizedAmount\": 0,\n                \"authorizedAmountSentToIssuer\": 0,\n                \"authorizedCurrencySentToIssuer\": 0,\n                \"spendAccountCode\": \"string\",\n                \"pocketId\": \"string\",\n                \"pocketCurrency\": 0,\n                \"transactionAmountInPocketCurrency\": 0,\n                \"pocketDebitAmount\": 0,\n                \"currencyConversionRate\": 0,\n                \"currencyConversionBuffer\": null,\n                \"currencyConversionCommission\": null,\n                \"cashWithdrawalCommission\": null,\n                \"authorizationDeclineReason\": null,\n                \"clearanceStatus\": \"expired\",\n                \"issuerTransactionId\": null,\n                \"transactionExternalId\": null,\n                \"merchantAddress\": null,\n                \"merchantCity\": null,\n                \"merchantZipCode\": null,\n                \"merchantPhoneNumber\": null,\n                \"discountAmount\": null,\n                \"paymentDeviceDebitDate\": null,\n                \"personalCreditLineDebitAmount\": null,\n                \"personalCreditLineDebitCurrency\": null,\n                \"paymentAccountDebitAmount\": null,\n                \"spendAccountCurrency\": null,\n                \"spendAccountDebitDate\": null\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"string\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"d28acec1-5b14-4aa6-988c-9f8eaaeb04e2"},{"name":"GetLedger","id":"d9ff4d1a-445f-4f46-adf6-fa85355c7168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pagination\": {\n        \"id\": \"string\",\n        \"createdAt\": \"2025-11-10T06:50:18.862Z\",\n        \"limit\": 0\n    },\n    \"pocketIds\": [\n        \"string\"\n    ],\n    \"issuerPaymentDeviceIds\": [\n        \"string\"\n    ],\n    \"paymentDeviceIds\": [\n        \"string\"\n    ],\n    \"customerIds\": [\n        \"string\"\n    ],\n    \"fromDate\": \"2025-11-10T06:50:18.862Z\",\n    \"toDate\": \"2025-11-10T06:50:18.862Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountTransactionsHost}}/api/Ledger/GetLedger","description":"<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-transactions/api/Ledger/GetLedger\">https://api.develop.cal-platform.com/payment-account-transactions/api/Ledger/GetLedger</a></p>\n","urlObject":{"path":["api","Ledger","GetLedger"],"host":["{{PaymentAccountTransactionsHost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9ff4d1a-445f-4f46-adf6-fa85355c7168"},{"name":"ExportToFile","id":"d2e8afe5-5dfc-4621-9461-724fba32edb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pagination\": {\n        \"id\": \"9e8d0856-b0e5-4cf9-b713-6f54e4e50cfa\",\n        \"createdAt\": \"2025-08-07T11:40:04.293Z\",\n        \"limit\": 1\n    },\n    \"filter\": {\n        // \"from\": \"2025-11-10T06:49:44.565Z\",\n        // \"to\": \"2025-11-10T06:49:44.565Z\",\n        // \"initiativeIds\": [\n        //     null\n        // ],\n        // \"clearanceStatuses\": [\n        //     \"pending\"\n        // ],\n        // \"accountTypes\": [\n        //     \"paymentAccount\"\n        // ],\n        // \"internalStatuses\": [\n        //     \"active\"\n        // ],\n        // \"freeText\": \"string\", #customer name (first + last)/ merchant name/ pocket name\n        // \"filterBySpendAccountDebitDate\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountTransactionsHost}}/api/Transactions/ExportToFile","description":"<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-transactions/api/Transactions/ExportToFile\">https://api.develop.cal-platform.com/payment-account-transactions/api/Transactions/ExportToFile</a></p>\n","urlObject":{"path":["api","Transactions","ExportToFile"],"host":["{{PaymentAccountTransactionsHost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2e8afe5-5dfc-4621-9461-724fba32edb2"},{"name":"SimulateTransaction","id":"f99f8ea8-ad57-490a-994f-fccef65647e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"issuerPaymentDeviceId\": \"43288244\",\n    \"timestamp\": \"2025-11-10T06:50:18.862Z\",\n    \"amount\": 1,\n    \"currency\": 376,\n    \"isJ5\": false,\n    \"locationCode\": \"domestic\",\n    \"purchaseMethod\": \"internet\",\n    \"isFullAmountOnlyIndicator\": true,\n    \"isRecurringPayments\": false,\n    \"issuer\": \"cal\",\n    \"pos\": \"1234\",\n    \"merchantId\": \"1234\",\n    \"mcc\": \"1234\",\n    \"merchantName\": \"1234\",\n    \"merchantCountry\": \"IL\",\n    \"transactionType\": \"regular\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountTransactionsHost}}/api/Simulate/SimulateTransaction","description":"<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-transactions/api/Simulate/SimulateTransaction\">https://api.develop.cal-platform.com/payment-account-transactions/api/Simulate/SimulateTransaction</a></p>\n","urlObject":{"path":["api","Simulate","SimulateTransaction"],"host":["{{PaymentAccountTransactionsHost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f99f8ea8-ad57-490a-994f-fccef65647e8"},{"name":"SimulateForReclassify","id":"7d2884ac-a42a-49ce-ae9d-c0b514346920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactionId\": \"b5624758-f927-4455-84ff-754162683d32\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountTransactionsHost}}/api/Reclassify/SimulateForReclassify","urlObject":{"path":["api","Reclassify","SimulateForReclassify"],"host":["{{PaymentAccountTransactionsHost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d2884ac-a42a-49ce-ae9d-c0b514346920"},{"name":"ReclassifyTransaction","id":"f5730055-a10f-4d47-9bfc-e3ed1afd66bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactionId\": \"b5624758-f927-4455-84ff-754162683d32\",\n    \"pocketId\": \"b40c85c2-f810-441e-b9aa-d90a2c230571\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountTransactionsHost}}/api/Reclassify/ReclassifyTransaction","description":"<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-transactions/api/Reclassify/ReclassifyTransaction\">https://api.develop.cal-platform.com/payment-account-transactions/api/Reclassify/ReclassifyTransaction</a></p>\n","urlObject":{"path":["api","Reclassify","ReclassifyTransaction"],"host":["{{PaymentAccountTransactionsHost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5730055-a10f-4d47-9bfc-e3ed1afd66bf"},{"name":"SettleBlockedTransaction","id":"e9fdce55-5cf9-425c-baa6-1c3e00ebd1b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"611350c2-5cae-4c36-a491-bf0b563dd2b1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactionId\": \"1da017a8-8516-416e-8102-56540e4b9d94\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountTransactionsHost}}/api/Transactions/SettleBlockedTransaction","description":"<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-transactions/api/Reclassify/ReclassifyTransaction\">https://api.develop.cal-platform.com/payment-account-transactions/api/Reclassify/ReclassifyTransaction</a></p>\n","urlObject":{"path":["api","Transactions","SettleBlockedTransaction"],"host":["{{PaymentAccountTransactionsHost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9fdce55-5cf9-425c-baa6-1c3e00ebd1b7"},{"name":"GetIncompleteTransactionData","id":"bbef3207-39af-41d7-a51a-e63ae8e2ba3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"issuer\": \"cal\",\n  \"issuerAuthorizationId\": null,\n  \"issuerTransactionId\": \"123456789\",\n  \"transactionExternalId\": \"123456789\",\n  \"issuerPaymentDeviceId\": \"123456789\",\n  \"timestamp\": \"2026-03-10T14:00:06.369Z\",\n  \"transactionType\": \"regular\",\n  \"locationCode\": \"domestic\",\n  \"merchantCountry\": \"IL\",\n  \"transactionMethod\": \"internet\",\n  \"isContactless\": true,\n  \"pos\": \"string\",\n  \"transactionAmount\": 100,\n  \"transactionCurrency\": 376,\n  \"isRecurringPayments\": true,\n  \"discountAmount\": 0,\n  \"paymentDeviceDebitDate\": \"2026-03-10T14:00:06.369Z\",\n  \"personalCreditLineDebitAmount\": 0,\n  \"personalCreditLineDebitCurrency\": 376,\n  \"merchantId\": \"123456789\",\n  \"mcc\": \"1234\",\n  \"merchantName\": \"name\",\n  \"merchantAddress\": \"address\",\n  \"merchantCity\": \"city\",\n  \"merchantZipCode\": \"1234567\",\n  \"merchantPhoneNumber\": \"035000000\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountTransactionsHost}}/api/Transactions/GetIncompleteTransactionData","description":"<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-transactions/api/Reclassify/ReclassifyTransaction\">https://api.develop.cal-platform.com/payment-account-transactions/api/Reclassify/ReclassifyTransaction</a></p>\n","urlObject":{"path":["api","Transactions","GetIncompleteTransactionData"],"host":["{{PaymentAccountTransactionsHost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbef3207-39af-41d7-a51a-e63ae8e2ba3d"}],"id":"25b477f1-cb21-43b5-93c7-85d868612340","_postman_id":"25b477f1-cb21-43b5-93c7-85d868612340","description":""},{"name":"Onboarding","item":[{"name":"Initiatives","item":[{"name":"GetInitiatives","id":"45edbd79-4b31-4489-b757-d289593c6c06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/Initiatives/GetInitiatives","description":"<p><strong>Purpose:</strong> Retrieve initiatives under a specific organization</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-onboarding/api/Initiatives/GetInitiatives\">https://api.develop.cal-platform.com/payment-account-onboarding/api/Initiatives/GetInitiatives</a></p>\n","urlObject":{"path":["api","Initiatives","GetInitiatives"],"host":["{{PaymentAccountOnboardingHost}}"],"query":[],"variable":[]}},"response":[{"id":"7f2c68c1-4fab-4c12-9de0-5c27b80cf84d","name":"GetInitiatives","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"relations\": [\"string\"],\n  \"ids\": [\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/Initiatives/GetInitiatives"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"initiatives\": [\n      {\n        \"id\": \"string\",\n        \"organizationId\": \"string\",\n        \"name\": \"string\",\n        \"authorizationPriority\": 0,\n        \"tags\": [\n          null\n        ],\n        \"isBlockRefundWithoutAuthorization\": true,\n        \"isInvoiceRequired\": true,\n        \"isBlockPartialAuthorizationApproval\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"45edbd79-4b31-4489-b757-d289593c6c06"},{"name":"CreateInitiatives","id":"3115f942-f8b7-4274-88a4-6bfeca1df59b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"initiatives\": [\n        {\n            \"name\": \"testinit\",\n            \"balance\": 0,\n            \"currency\": 0,\n            \"authorizationPriority\": 0,\n            \"tags\": [\n                \"business\"\n            ],\n            \"isBlockRefundWithoutAuthorization\": true,\n            \"isInvoiceRequired\": true,\n            \"isBlockPartialAuthorizationApproval\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/Initiatives/CreateInitiatives","description":"<p><strong>Purpose:</strong> Creates an initiative for an organization that can be assigned to specific pockets. Reassignment requires creating a new initiative.  </p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-onboarding/api/Initiatives/CreateInitiatives\">https://api.develop.cal-platform.com/payment-account-onboarding/api/Initiatives/CreateInitiatives</a>  </p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>organizationId</td>\n<td>Required</td>\n<td>String</td>\n<td>ID of the organization this initiative belongs to.</td>\n<td>c9e6423b-a696-4507-a0c9-dd60141c388b</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>String</td>\n<td>Initiative name.</td>\n<td>\"Q4 Marketing\"</td>\n</tr>\n<tr>\n<td>authorizationPriority</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Positive number; lower = higher priority.</td>\n<td>0</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Optional</td>\n<td>Array[String]</td>\n<td>Tags for the initiative. Options: \"business\", \"personal\".</td>\n<td>[\"business\"]</td>\n</tr>\n<tr>\n<td>isBlockRefundWithoutAuthorization</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>If true, prevents refunds without authorization.</td>\n<td>true</td>\n</tr>\n<tr>\n<td>isInvoiceRequired</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>If true, invoice is required.</td>\n<td>true</td>\n</tr>\n<tr>\n<td>isBlockPartialAuthorizationApproval</td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>If true, blocks partial approvals.</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","Initiatives","CreateInitiatives"],"host":["{{PaymentAccountOnboardingHost}}"],"query":[],"variable":[]}},"response":[{"id":"905094e7-d4c3-4ac3-929f-e74f4499bc7b","name":"CreateInitiatives","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"initiatives\": [\n        {\n            \"organizationId\": \"string\",\n            \"name\": \"string\",\n            \"authorizationPriority\": 0,\n            \"tags\": [\n                \"string\"\n            ],\n            \"isBlockRefundWithoutAuthorization\": true,\n            \"isInvoiceRequired\": true,\n            \"isBlockPartialAuthorizationApproval\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/Initiatives/CreateInitiatives"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"initiatives\": [\n      {\n        \"id\": \"string\",\n        \"organizationId\": \"string\",\n        \"name\": \"string\",\n        \"authorizationPriority\": 0,\n        \"tags\": [\n          null\n        ],\n        \"isBlockRefundWithoutAuthorization\": true,\n        \"isInvoiceRequired\": true,\n        \"isBlockPartialAuthorizationApproval\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"3115f942-f8b7-4274-88a4-6bfeca1df59b"}],"id":"55334aba-1c16-4ebe-a58b-c5169f8becdb","_postman_id":"55334aba-1c16-4ebe-a58b-c5169f8becdb","description":""},{"name":"SpendeAccounts","item":[{"name":"GetSpendAccounts","id":"fab40a37-8ac9-4d70-8e7b-5f1e2c9ec784","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"relatedEntityIds\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/SpendAccounts/GetSpendAccounts","description":"<p><strong>Purpose:</strong> Retrieve spend accounts linked to an entity (organization)</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-onboarding/api/SpendAccounts/GetSpendAccounts\">https://api.develop.cal-platform.com/payment-account-onboarding/api/SpendAccounts/GetSpendAccounts</a></p>\n","urlObject":{"path":["api","SpendAccounts","GetSpendAccounts"],"host":["{{PaymentAccountOnboardingHost}}"],"query":[],"variable":[]}},"response":[{"id":"b587ccb7-31d0-4a23-87c4-ba810917b8a8","name":"GetSpendAccounts","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"organizationIds\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/SpendAccounts/GetSpendAccounts"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"spendAccounts\": [\n      {\n        \"id\": \"string\",\n        \"relatedEntityId\": \"string\",\n        \"relatedEntityType\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"currencies\": [\n          null\n        ],\n        \"currencyConversionCommissionPercentage\": 0,\n        \"cashWithdrawalCommissionPercentage\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"fab40a37-8ac9-4d70-8e7b-5f1e2c9ec784"},{"name":"UpdateSpendAccounts","id":"c66baf2b-d3ee-45e1-a0b2-cec4b1de6f0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"spendAccounts\": [\r\n        {\r\n            \"id\": \"string\",\r\n            \"relatedEntityId\": \"string\",\r\n            \"relatedEntityType\": \"issuer\",\r\n            \"code\": \"string\",\r\n            \"name\": \"string\",\r\n            \"currencies\": [\r\n                null\r\n            ],\r\n            \"currencyConversionCommissionPercentage\": 0,\r\n            \"cashWithdrawalCommissionPercentage\": 0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/SpendAccounts/UpdateSpendAccounts","description":"<p><strong>Purpose:</strong> Update existing spend accounts.</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-onboarding/api/SpendAccounts/UpdateSpendAccounts\">https://api.develop.cal-platform.com/payment-account-onboarding/api/SpendAccounts/UpdateSpendAccounts</a></p>\n<p>**<br />Important field note:**</p>\n<ul>\n<li>At least one field: \"<strong>code</strong>\", \"<strong>name</strong>\", \"<strong>currencies</strong>\", \"<strong>currencyConversionCommissionPercentage</strong>\",<br />  \"<strong>cashWithdrawalCommissionPercentage</strong>\" must be provided to retrieve a transaction;</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Required</td>\n<td>String</td>\n<td>ID of the spend account to update.</td>\n<td><code>\"</code>0635d36d-0890-44c5-856e-08ba2ddfb275<code>\"</code></td>\n</tr>\n<tr>\n<td><code>code</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Updated code for the spend account.</td>\n<td><code>\"456\"</code></td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Updated name for the spend account.</td>\n<td><code>\"Marketing Account\"</code></td>\n</tr>\n<tr>\n<td><code>currencies</code></td>\n<td>Optional</td>\n<td>Array[Number]</td>\n<td>List of ISO 4217 numeric currency codes allowed on this spend account.</td>\n<td><code>[840]</code></td>\n</tr>\n<tr>\n<td><code>currencyConversionCommissionPercentage</code></td>\n<td>Optional</td>\n<td>Number</td>\n<td>Commission percentage applied on currency conversions.</td>\n<td><code>0</code></td>\n</tr>\n<tr>\n<td><code>cashWithdrawalCommissionPercentage</code></td>\n<td>Optional</td>\n<td>Number</td>\n<td>Commission percentage applied on cash withdrawals.</td>\n<td><code>0</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","SpendAccounts","UpdateSpendAccounts"],"host":["{{PaymentAccountOnboardingHost}}"],"query":[],"variable":[]}},"response":[{"id":"1db9061d-b846-4022-bf6f-a27e51275eff","name":"UpdateSpendAccounts","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"spendAccounts\": [\r\n        {\r\n            \"id\": \"string\",\r\n            \"code\": \"string\",\r\n            \"name\": \"string\",\r\n            \"currencies\": [\r\n                null\r\n            ],\r\n            \"currencyConversionCommissionPercentage\": 0,\r\n            \"cashWithdrawalCommissionPercentage\": 0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/SpendAccounts/UpdateSpendAccounts"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"spendAccounts\": [\n      {\n        \"id\": \"string\",\n        \"relatedEntityId\": \"string\",\n        \"relatedEntityType\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"currencies\": [\n          null\n        ],\n        \"currencyConversionCommissionPercentage\": 0,\n        \"cashWithdrawalCommissionPercentage\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"c66baf2b-d3ee-45e1-a0b2-cec4b1de6f0e"},{"name":"CreateSpendAccounts","id":"fb576660-e877-47c4-b0d4-6e5422b149e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"spendAccounts\": [\r\n        {\r\n            \"relatedEntityId\": \"string\",\r\n            \"relatedEntityType\": \"string\",\r\n            \"name\": \"string\",\r\n            \"code\": \"string\",\r\n            \"currencies\": [\r\n                0\r\n            ],\r\n            \"currencyConversionCommissionPercentage\": 0,\r\n            \"cashWithdrawalCommissionPercentage\": 0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/SpendAccounts/CreateSpendAccounts","description":"<p><strong>Purpose:</strong> Create one or more spend accounts.  </p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-onboarding/api/SpendAccounts/CreateSpendAccounts\">https://api.develop.cal-platform.com/payment-account-onboarding/api/SpendAccounts/CreateSpendAccounts</a>  </p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relatedEntityId</td>\n<td>Required</td>\n<td>String</td>\n<td>ID of related entity (initiative, organization, or pocket).</td>\n<td></td>\n</tr>\n<tr>\n<td>relatedEntityType</td>\n<td>Required</td>\n<td>String</td>\n<td>Must be one of: \"initiative\", \"organization\", \"pocket\".</td>\n<td>\"initiative\"</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Required</td>\n<td>String</td>\n<td>Name of the spend account.</td>\n<td>\"MarketingSpend\"</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Required</td>\n<td>String</td>\n<td>Unique code for the spend account.</td>\n<td>\"456\"</td>\n</tr>\n<tr>\n<td>currencies</td>\n<td>Required</td>\n<td>Array[Number]</td>\n<td>Array of ISO 4217 numeric currency codes.</td>\n<td>[978]</td>\n</tr>\n<tr>\n<td>currencyConversionCommissionPercentage</td>\n<td>Optional</td>\n<td>Number</td>\n<td>0 &lt;= value &lt;= 100</td>\n<td>0.5</td>\n</tr>\n<tr>\n<td>cashWithdrawalCommissionPercentage</td>\n<td>Optional</td>\n<td>Number</td>\n<td>0 &lt;= value &lt;= 100</td>\n<td>0.2</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","SpendAccounts","CreateSpendAccounts"],"host":["{{PaymentAccountOnboardingHost}}"],"query":[],"variable":[]}},"response":[{"id":"4eca45e0-4989-4b54-a513-3ff177be5cf8","name":"CreateSpendAccounts","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"spendAccounts\": [\r\n        {\r\n            \"relatedEntityId\": \"string\",\r\n            \"relatedEntityType\": \"string\",\r\n            \"name\": \"string\",\r\n            \"code\": \"string\",\r\n            \"currencies\": [\r\n                0\r\n            ],\r\n            \"currencyConversionCommissionPercentage\": 0,\r\n            \"cashWithdrawalCommissionPercentage\": 0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/SpendAccounts/CreateSpendAccounts"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"spendAccounts\": [\n      {\n        \"id\": \"string\",\n        \"relatedEntityId\": \"string\",\n        \"relatedEntityType\": \"string\",\n        \"code\": \"string\",\n        \"name\": \"string\",\n        \"currencies\": [\n          null\n        ],\n        \"currencyConversionCommissionPercentage\": 0,\n        \"cashWithdrawalCommissionPercentage\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"fb576660-e877-47c4-b0d4-6e5422b149e4"}],"id":"02213c2f-741e-4def-ae13-91bb632f25e6","_postman_id":"02213c2f-741e-4def-ae13-91bb632f25e6","description":""},{"name":"CreditLines","item":[{"name":"GetCreditLine","id":"10e4cef4-d6ba-4645-baf9-37356facd757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"url":"{{PaymentAccountOnboardingHost}}/api/CreditLines/GetCreditLine","description":"<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-onboarding/api/CreditLines/GetCreditLine\">https://api.develop.cal-platform.com/payment-account-onboarding/api/CreditLines/GetCreditLine</a></p>\n","urlObject":{"path":["api","CreditLines","GetCreditLine"],"host":["{{PaymentAccountOnboardingHost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"10e4cef4-d6ba-4645-baf9-37356facd757"},{"name":"GetCreditLines","id":"9eb944cb-f7a7-4f29-a767-dd6bf06a6a98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"ids\": [\r\n    null\r\n  ],\r\n  \"relatedEntityIds\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/CreditLines/GetCreditLines","description":"<p><strong>Purpose:</strong> Retrieve credit line configurations</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-onboarding/api/CreditLines/GetCreditLines\">https://api.develop.cal-platform.com/payment-account-onboarding/api/CreditLines/GetCreditLines</a></p>\n","urlObject":{"path":["api","CreditLines","GetCreditLines"],"host":["{{PaymentAccountOnboardingHost}}"],"query":[],"variable":[]}},"response":[{"id":"289fb000-9661-4ee5-a670-f773d0ea965d","name":"GetCreditLines","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"ids\": [\r\n    null\r\n  ],\r\n  \"relatedEntityIds\": [\r\n    null\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/CreditLines/GetCreditLines"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"creditLines\": [\n      {\n        \"id\": \"string\",\n        \"relatedEntityId\": \"string\",\n        \"relatedEntityType\": \"string\",\n        \"maximumCredit\": 0,\n        \"usedCredit\": 0,\n        \"currency\": 0,\n        \"periodType\": \"monthly\",\n        \"timezone\": \"string\",\n        \"from\": 0,\n        \"to\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"9eb944cb-f7a7-4f29-a767-dd6bf06a6a98"},{"name":"CreateCreditLines","id":"8599f58d-d333-4cc7-a01b-835429efce1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"creditLines\": [\r\n    {\r\n      \"relatedEntityId\": \"string\",\r\n      \"relatedEntityType\": \"string\", \r\n      \"maximumCredit\": 0,\r\n      \"currency\": 0,\r\n      \"periodType\": \"monthly\", \r\n      \"timezone\": \"string\", \r\n      \"from\": 0,\r\n      \"to\": 0\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/CreditLines/CreateCreditLine","description":"<p><strong>Purpose:</strong> Create credit lines for an entity (organization).</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-onboarding/api/CreditLines/CreateCreditLine\">https://api.develop.cal-platform.com/payment-account-onboarding/api/CreditLines/CreateCreditLine<br /></a></p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relatedEntityId</td>\n<td>Required</td>\n<td>String</td>\n<td>The ID of the related entity (organization).</td>\n<td>\"0635d36d-0890-44c5-856e-08ba2ddfb275\"</td>\n</tr>\n<tr>\n<td>relatedEntityType</td>\n<td>Required</td>\n<td>String</td>\n<td>Must be \"organization\".</td>\n<td>\"organization\"</td>\n</tr>\n<tr>\n<td>maximumCredit</td>\n<td>Required</td>\n<td>Number</td>\n<td>Maximum credit allowed for this entity.</td>\n<td>5000</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Required</td>\n<td>Number</td>\n<td>Currency code (ISO 4217 numeric).</td>\n<td>978</td>\n</tr>\n<tr>\n<td>periodType</td>\n<td>Required</td>\n<td>String</td>\n<td>Billing period type. Options: \"monthly\", \"weekly\", \"daily\".</td>\n<td>\"monthly\"</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>Required</td>\n<td>String</td>\n<td>Timezone for the credit line. Option: \"Asia/Jerusalem\".</td>\n<td>\"Asia/Jerusalem\"</td>\n</tr>\n<tr>\n<td>from</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Start hour of the period (0–23).</td>\n<td>0</td>\n</tr>\n<tr>\n<td>to</td>\n<td>Optional</td>\n<td>Number</td>\n<td>End hour of the period (0–23).</td>\n<td>23</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","CreditLines","CreateCreditLine"],"host":["{{PaymentAccountOnboardingHost}}"],"query":[],"variable":[]}},"response":[{"id":"4d36b1f5-94d6-48fb-bad5-90e7c682d178","name":"CreateCreditLines","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"creditLines\": [\r\n    {\r\n      \"relatedEntityId\": \"string\",\r\n      \"relatedEntityType\": \"string\",\r\n      \"maximumCredit\": 0,\r\n      \"currency\": 0,\r\n      \"periodType\": \"monthly\",\r\n      \"timezone\": \"string\",\r\n      \"from\": 0,\r\n      \"to\": 0\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/CreditLines/CreateCreditLine"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"creditLines\": [\n      {\n        \"id\": \"string\",\n        \"relatedEntityId\": \"string\",\n        \"relatedEntityType\": \"string\",\n        \"maximumCredit\": 0,\n        \"usedCredit\": 0,\n        \"currency\": 0,\n        \"periodType\": \"monthly\",\n        \"timezone\": \"string\",\n        \"from\": 0,\n        \"to\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"8599f58d-d333-4cc7-a01b-835429efce1f"},{"name":"UpdateCreditLines","id":"f6becc70-5673-41ab-a969-fcf3d9d7137a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"creditLines\": [\r\n    {\r\n      \"id\": \"string\",\r\n      \"maximumCredit\": 0,\r\n      \"periodType\": \"monthly\",\r\n      \"timezone\": \"string\",\r\n      \"from\": 0,\r\n      \"to\": 0\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/CreditLines/UpdateCreditLine","description":"<p><strong>Purpose:</strong> Update existing credit lines.  </p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-onboarding/api/CreditLines/UpdateCreditLine\">https://api.develop.cal-platform.com/payment-account-onboarding/api/CreditLines/UpdateCreditLine<br /></a><br /><strong>Important field note</strong>:</p>\n<ul>\n<li>You must provide <strong>at least one property</strong> from this group (<code>maximumCredit</code>, <code>periodType</code>, <code>timezone</code>, <code>from</code>, <code>to</code>). If you provide one, you can optionally provide others to fully define the credit line.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Required</td>\n<td>String</td>\n<td>The ID of the related entity (organization). Must always be provided.</td>\n<td></td>\n</tr>\n<tr>\n<td>maximumCredit</td>\n<td>Optional</td>\n<td>Number</td>\n<td>number &gt;0</td>\n<td>100</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Currency code (ISO 4217 numeric).</td>\n<td>840</td>\n</tr>\n<tr>\n<td>periodType</td>\n<td>Optional</td>\n<td>String</td>\n<td>Billing period type: \"monthly\", \"weekly\", \"daily\".</td>\n<td>\"monthly\"</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>Optional</td>\n<td>String</td>\n<td>Timezone.</td>\n<td>\"Asia/Jerusalem\"</td>\n</tr>\n<tr>\n<td>from</td>\n<td>Optional</td>\n<td>Number</td>\n<td>Start hour of the period.</td>\n<td>0</td>\n</tr>\n<tr>\n<td>to</td>\n<td>Optional</td>\n<td>Number</td>\n<td>End hour of the period.</td>\n<td>23</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","CreditLines","UpdateCreditLine"],"host":["{{PaymentAccountOnboardingHost}}"],"query":[],"variable":[]}},"response":[{"id":"634090d9-c37b-4d9a-867b-acd57610a5b6","name":"UpdateCreditLines","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"creditLines\": [\r\n    {\r\n      \"id\": \"string\",\r\n      \"maximumCredit\": 0,\r\n      \"currency\": 0,\r\n      \"periodType\": \"monthly\",\r\n      \"timezone\": \"string\",\r\n      \"from\": 0,\r\n      \"to\": 0\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/CreditLines/UpdateCreditLine"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"creditLines\": [\n      {\n        \"id\": \"string\",\n        \"relatedEntityId\": \"string\",\n        \"relatedEntityType\": \"string\",\n        \"maximumCredit\": 0,\n        \"usedCredit\": 0,\n        \"currency\": 0,\n        \"periodType\": \"monthly\",\n        \"timezone\": \"string\",\n        \"from\": 0,\n        \"to\": 0\n      }\n    ]\n  }\n}"}],"_postman_id":"f6becc70-5673-41ab-a969-fcf3d9d7137a"}],"id":"a0beef79-6734-400a-b260-d316bee2e650","_postman_id":"a0beef79-6734-400a-b260-d316bee2e650","description":""},{"name":"Budgets","item":[{"name":"GetBudgets","id":"734a3c9b-2c12-4ae1-aebb-b5536f97d0d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"ids\": [\r\n    \"\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/Budgets/GetBudgets","description":"<p><strong>Purpose:</strong> Retrieves budgets for an organization</p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-onboarding/api/Budgets/GetBudgets\">https://api.develop.cal-platform.com/payment-account-onboarding/api/Budgets/GetBudgets</a></p>\n","urlObject":{"path":["api","Budgets","GetBudgets"],"host":["{{PaymentAccountOnboardingHost}}"],"query":[],"variable":[]}},"response":[{"id":"6c3339c1-d349-42c2-ab33-a6fbcdbd44c8","name":"GetBudgets","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"ids\": [\r\n    \"\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/Budgets/GetBudgets"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"ids\": [\n      null\n    ]\n  }\n}"}],"_postman_id":"734a3c9b-2c12-4ae1-aebb-b5536f97d0d3"},{"name":"CreateBudgets","id":"bcacc8a5-aa1a-4e60-8d32-67bb95ffdebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"budgets\": [\r\n    {\r\n      \"name\": \"string\",\r\n      \"maximumAmount\": 0,\r\n      \"isEnforce\": true,\r\n      \"bufferAmountPercentage\": 0\r\n      \r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/Budgets/CreateBudgets","description":"<p><strong>Purpose:</strong> Creates a new budget for an organization.  </p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-onboarding/api/Budgets/CreateBudgets\">https://api.develop.cal-platform.com/payment-account-onboarding/api/Budgets/CreateBudgets</a>  </p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Name of the budget.</td>\n<td><code>\"Marketing Budget\"</code></td>\n</tr>\n<tr>\n<td><code>maximumAmount</code></td>\n<td>Required</td>\n<td>Number</td>\n<td>Maximum amount allowed under the budget.</td>\n<td><code>10000</code></td>\n</tr>\n<tr>\n<td><code>isEnforce</code></td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>If true, enforces budget restrictions on associated pockets or initiatives.</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>bufferAmountPercentage</code></td>\n<td>Optional</td>\n<td>Number</td>\n<td>Optional buffer percentage above the maximum amount.</td>\n<td><code>10</code></td>\n</tr>\n<tr>\n<td><code>organizationId</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Organization ID to which the budget belongs.</td>\n<td><code>\"</code>0635d36d-0890-44c5-856e-08ba2ddfb275<code>\"</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","Budgets","CreateBudgets"],"host":["{{PaymentAccountOnboardingHost}}"],"query":[],"variable":[]}},"response":[{"id":"a54a1157-5097-4948-9f03-99bde1923803","name":"CreateBudgets","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"budgets\": [\r\n    {\r\n      \"name\": \"string\",\r\n      \"maximumAmount\": 0,\r\n      \"isEnforce\": true,\r\n      \"bufferAmountPercentage\": 0,\r\n      \"organizationId\": \"string\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/Budgets/CreateBudgets"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"budgets\": [\n      {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"maximumAmount\": 0,\n        \"isEnforce\": true,\n        \"bufferAmountPercentage\": 0,\n        \"organizationId\": \"string\"\n      }\n    ]\n  }\n}"}],"_postman_id":"bcacc8a5-aa1a-4e60-8d32-67bb95ffdebd"},{"name":"UpdateBudgets","id":"a1a31c30-35ba-482a-92a5-b3ee7e672ab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"budgets\": [\r\n    {\r\n      \"id\": \"string\",\r\n      \"name\": \"string\",\r\n      \"maximumAmount\": 0,\r\n      \"isEnforce\": true,\r\n      \"bufferAmountPercentage\": 0\r\n      \r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/Budgets/UpdateBudgets","description":"<p><strong>Purpose:</strong> Updates an existing budget for an organization  </p>\n<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-onboarding/api/Budgets/UpdateBudgets\">https://api.develop.cal-platform.com/payment-account-onboarding/api/Budgets/UpdateBudgets</a>  </p>\n<p><strong>Important field note:</strong></p>\n<ul>\n<li>At least one field: \"name\", \"maimumAmount\", \"isEnforce\", \"bufferAmountPercentage\" must be provided to update a budget.</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Required/Optional</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Budget ID to update.</td>\n<td><code>\"</code>0635d36d-0890-44c5-856e-08ba2ddfb275\"</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Optional</td>\n<td>String</td>\n<td>Updated name of the budget.</td>\n<td><code>\"Marketing Budget\"</code></td>\n</tr>\n<tr>\n<td><code>maximumAmount</code></td>\n<td>Optional</td>\n<td>Number</td>\n<td>Updated maximum amount for the budget.</td>\n<td><code>15000</code></td>\n</tr>\n<tr>\n<td><code>isEnforce</code></td>\n<td>Optional</td>\n<td>Boolean</td>\n<td>Update enforcement flag.</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>bufferAmountPercentage</code></td>\n<td>Optional</td>\n<td>Number</td>\n<td>Update buffer percentage.</td>\n<td><code>15</code></td>\n</tr>\n<tr>\n<td><code>organizationId</code></td>\n<td>Required</td>\n<td>String</td>\n<td>Update organization association.</td>\n<td><code>\"</code>0635d36d-0890-44c5-856e-08ba2ddfb275<code>\"</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","Budgets","UpdateBudgets"],"host":["{{PaymentAccountOnboardingHost}}"],"query":[],"variable":[]}},"response":[{"id":"df77f86c-8bf7-4580-aa1f-ffd194223bb7","name":"UpdateBudgets","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"budgets\": [\r\n    {\r\n      \"id\": \"string\",\r\n      \"name\": \"string\",\r\n      \"maximumAmount\": 0,\r\n      \"isEnforce\": true,\r\n      \"bufferAmountPercentage\": 0,\r\n      \"organizationId\": \"string\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/Budgets/UpdateBudgets"},"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"statusDescription\": \"string\",\n  \"statusCode\": 0,\n  \"sessionId\": \"string\",\n  \"httpStatus\": 0,\n  \"result\": {\n    \"budgets\": [\n      {\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"maximumAmount\": 0,\n        \"isEnforce\": true,\n        \"bufferAmountPercentage\": 0,\n        \"organizationId\": \"string\"\n      }\n    ]\n  }\n}"}],"_postman_id":"a1a31c30-35ba-482a-92a5-b3ee7e672ab9"}],"id":"8d0e2090-0941-4735-b7ad-e5d0ae742aea","_postman_id":"8d0e2090-0941-4735-b7ad-e5d0ae742aea","description":""},{"name":"Organizations","item":[{"name":"GetOrganizations","id":"fe7ce92b-602b-40fd-920c-eada1e7b1894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"x-organization-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"issuerOrganizationIds\": [\n        \"string\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{PaymentAccountOnboardingHost}}/api/Organizations/GetOrganizations","description":"<p><strong>Full URL:</strong> <a href=\"https://api.develop.cal-platform.com/payment-account-onboarding/api/Organizations/GetOrganizations\">https://api.develop.cal-platform.com/payment-account-onboarding/api/Organizations/GetOrganizations</a></p>\n","urlObject":{"path":["api","Organizations","GetOrganizations"],"host":["{{PaymentAccountOnboardingHost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe7ce92b-602b-40fd-920c-eada1e7b1894"}],"id":"c81aff91-153f-4a37-8b5f-d42589b7faae","_postman_id":"c81aff91-153f-4a37-8b5f-d42589b7faae","description":""}],"id":"9f6d9890-40e6-4640-87f1-083a9b5fbc07","_postman_id":"9f6d9890-40e6-4640-87f1-083a9b5fbc07","description":""}],"id":"2f168d8b-2a7b-4962-b3c6-c72853bd6fdb","description":"<p><strong>Getting Started – Setting Up Postman Environment for CAL Stage</strong></p>\n<p>To ensure seamless integration with CAL Platform APIs, you’ll need to configure your <strong>Postman Environment Variables</strong>.<br />Follow the steps below to set up your environment for the Stage environment.</p>\n<hr />\n<h3 id=\"🧩-1-create-a-new-environment\">🧩 1. Create a New Environment</h3>\n<ol>\n<li><p>Open <strong>Postman</strong>.</p>\n</li>\n<li><p>In the top-right corner, click the <strong>Environment Selector (gear icon)</strong>.</p>\n</li>\n<li><p>Select <strong>“Manage Environments”</strong>.</p>\n</li>\n<li><p>Click <strong>“Add”</strong> to create a new environment.</p>\n</li>\n<li><p>Name the environment: <strong>CAL Stage</strong>.</p>\n</li>\n<li><p>Click <strong>“Add”</strong> or <strong>“Save”</strong> to confirm.</p>\n</li>\n</ol>\n<hr />\n<h3 id=\"⚙️-2-add-environment-variables\">⚙️ 2. Add Environment Variables</h3>\n<p>With the <strong>CAL Stage</strong> environment selected, add the following variables:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable Name</strong></th>\n<th><strong>Initial Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PaymentAccountOnboardingHost</code></td>\n<td><code>https://api.stage.cal-platform.com/payment-account-onboarding</code></td>\n<td>Base URL for <strong>Onboarding APIs</strong></td>\n</tr>\n<tr>\n<td><code>PaymentAccountPoliciesHost</code></td>\n<td><code>https://api.stage.cal-platform.com/payment-account-policies</code></td>\n<td>Base URL for <strong>Policy APIs</strong></td>\n</tr>\n<tr>\n<td><code>PaymentAccountPocketsHost</code></td>\n<td><code>https://api.stage.cal-platform.com/payment-account-pockets</code></td>\n<td>Base URL for <strong>Pocket APIs</strong></td>\n</tr>\n<tr>\n<td><code>CognitoToken</code></td>\n<td><em>(Leave empty — auto-populated after SignIn)</em></td>\n<td>JWT Token for authentication</td>\n</tr>\n<tr>\n<td><code>TokenExpiry</code></td>\n<td><em>(Leave empty — auto-populated after SignIn)</em></td>\n<td>Token expired after 24 hours</td>\n</tr>\n</tbody>\n</table>\n</div><p>📝 <strong>Tip:</strong> After adding all variables, click <strong>“Save”</strong> in the top-right corner of the environment editor.</p>\n<hr />\n<h3 id=\"🌐-3-select-the-environment-in-postman\">🌐 3. Select the Environment in Postman</h3>\n<ol>\n<li><p>In the top-right corner of Postman, click on the <strong>Environment Selector</strong> dropdown.</p>\n</li>\n<li><p>Choose <strong>“CAL Stage”</strong>.</p>\n</li>\n<li><p>Ensure this environment is active before sending any requests.</p>\n</li>\n</ol>\n<hr />\n<h3 id=\"🔄-4-next-steps\">🔄 4. Next Steps</h3>\n<ul>\n<li><p>Run the <strong>SignIn API</strong> to generate a valid token.</p>\n</li>\n<li><p>Postman scripts can automatically update the <code>CognitoToken</code> and <code>TokenExpiry</code> variables.</p>\n</li>\n<li><p>Once set, all requests using <code>{{CognitoToken}}</code> will automatically include authentication headers.</p>\n</li>\n</ul>\n<h3 id=\"error-codes\">Error Codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>HTTP Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>400</strong></td>\n<td>Bad Request – usually a validation error or missing required field.</td>\n<td><code>json {\"statusCode\":400,\"statusDescription\":\"Invalid request\"}</code></td>\n</tr>\n<tr>\n<td><strong>401</strong></td>\n<td>Unauthorized – missing or invalid JWT token.</td>\n<td><code>json {\"statusCode\":401,\"statusDescription\":\"Invalid credentials\"}</code></td>\n</tr>\n<tr>\n<td><strong>403</strong></td>\n<td>Forbidden – authenticated user lacks permission.</td>\n<td><code>json {\"statusCode\":403,\"statusDescription\":\"Forbidden\"}</code></td>\n</tr>\n<tr>\n<td><strong>404</strong></td>\n<td>Not Found – endpoint or resource not found.</td>\n<td><code>json {\"statusCode\":404,\"statusDescription\":\"Endpoint not found\"}</code></td>\n</tr>\n<tr>\n<td><strong>500</strong></td>\n<td>Internal Server Error – unexpected server issue.</td>\n<td><code>json {\"statusCode\":500,\"statusDescription\":\"Server error\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>💡 <strong>Tip:</strong> All endpoints return these standard error codes when applicable. </p>\n</blockquote>\n<p><strong>API Use Guide</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>API Name</strong></th>\n<th><strong>Purpose / When to Use</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>GetPocketsByFilters</strong></td>\n<td>Use to <strong>retrieve pockets</strong> filtered by attributes like organization, budget, initiative, or tags.</td>\n</tr>\n<tr>\n<td><strong>GetPocketsByCustomers</strong></td>\n<td>Use to <strong>fetch pockets linked to specific customers</strong> by their customer IDs.</td>\n</tr>\n<tr>\n<td><strong>GetPocketsByDevices</strong></td>\n<td>Use to <strong>retrieve pockets linked to payment devices</strong>, typically used to view card–pocket associations.</td>\n</tr>\n<tr>\n<td><strong>CreatePockets</strong></td>\n<td>Use to <strong>create new pockets</strong> and assign them to an initiative, budget, or organization.</td>\n</tr>\n<tr>\n<td><strong>UpdatePocket</strong></td>\n<td>Use to <strong>update details of existing pockets</strong> — such as activation/expiration dates, tags, or authorization priorities.</td>\n</tr>\n<tr>\n<td><strong>DeletePockets</strong></td>\n<td>Use to <strong>remove one or more pockets</strong> from the system when they are no longer valid or active.</td>\n</tr>\n<tr>\n<td><strong>GetPocketBalanceSchedules</strong></td>\n<td>Use to <strong>view current or future pocket balance refill schedules</strong> for recurring top-ups.</td>\n</tr>\n<tr>\n<td><strong>CreatePocketBalanceSchedules</strong></td>\n<td>Use to <strong>define a new balance refill schedule</strong> (daily, weekly, or monthly) for one or more pockets.</td>\n</tr>\n<tr>\n<td><strong>UpdatePocketBalanceSchedules</strong></td>\n<td>Use to <strong>modify an existing balance schedule</strong>, e.g., changing amount, currency, or schedule type.</td>\n</tr>\n<tr>\n<td><strong>UpdatePocketsBalance</strong></td>\n<td>Use to <strong>manually adjust or synchronize balances</strong> in specific pockets.</td>\n</tr>\n<tr>\n<td><strong>GetMccGroups</strong></td>\n<td>Use to <strong>list all MCC groups</strong>, typically used when setting merchant-based policies.</td>\n</tr>\n<tr>\n<td><strong>CreateMccGroups</strong></td>\n<td>Use to <strong>create new MCC grouping</strong> for specific merchant categories (e.g., restaurants, travel).</td>\n</tr>\n<tr>\n<td><strong>UpdateMccGroups</strong></td>\n<td>Use to <strong>modify existing MCC group details</strong>, such as name or included MCC codes.</td>\n</tr>\n<tr>\n<td><strong>DeleteMccGroups</strong></td>\n<td>Use to <strong>delete existing MCC groups</strong> no longer in use.</td>\n</tr>\n<tr>\n<td><strong>GetPolicies</strong></td>\n<td>Use to <strong>retrieve all policy configurations</strong>, optionally filtered by related entity (organization, initiative, etc.).</td>\n</tr>\n<tr>\n<td><strong>UpsertPolicies</strong></td>\n<td>Use to <strong>create or update policy definitions</strong> that control authorization logic (amounts, MCC, time frames, etc.).</td>\n</tr>\n<tr>\n<td><strong>DeletePolicies</strong></td>\n<td>Use to <strong>remove one or more policies</strong> for specific entities.</td>\n</tr>\n<tr>\n<td><strong>GetTransactions</strong></td>\n<td>Use to <strong>fetch transaction history or logs</strong>, filtered by customer, card, or pocket.</td>\n</tr>\n<tr>\n<td><strong>GetInitiatives (by organizationId)</strong></td>\n<td>Use to <strong>list initiatives belonging to an organization</strong>.</td>\n</tr>\n<tr>\n<td><strong>CreateInitiatives</strong></td>\n<td>Use to <strong>create new initiatives</strong> within an organization, typically linked to budgets or pockets.</td>\n</tr>\n<tr>\n<td><strong>GetSpendAccounts</strong></td>\n<td>Use to <strong>retrieve spend accounts</strong> tied to initiatives, pockets, or organizations.</td>\n</tr>\n<tr>\n<td><strong>CreateSpendAccounts</strong></td>\n<td>Use to <strong>create a new spend account</strong> with commission and currency settings.</td>\n</tr>\n<tr>\n<td><strong>UpdateSpendAccounts</strong></td>\n<td>Use to <strong>edit spend account details</strong>, such as currency conversion or withdrawal commissions.</td>\n</tr>\n<tr>\n<td><strong>GetCreditLines</strong></td>\n<td>Use to <strong>view existing credit line configurations</strong> for organizations.</td>\n</tr>\n<tr>\n<td><strong>CreateCreditLines</strong></td>\n<td>Use to <strong>set up a new credit line</strong> (define credit limit, currency, and billing period).</td>\n</tr>\n<tr>\n<td><strong>UpdateCreditLines</strong></td>\n<td>Use to <strong>update existing credit line details</strong>, such as limits, time zone, or period type.</td>\n</tr>\n<tr>\n<td><strong>GetBudgets</strong></td>\n<td>Use to <strong>retrieve budgets</strong> assigned to organizations or initiatives.</td>\n</tr>\n<tr>\n<td><strong>CreateBudgets</strong></td>\n<td>Use to <strong>create a new budget</strong>, defining available funds and allocations.</td>\n</tr>\n<tr>\n<td><strong>UpdateBudgets</strong></td>\n<td>Use to <strong>modify existing budgets</strong>, e.g., change limits, names, or linked initiatives.</td>\n</tr>\n<tr>\n<td><strong>UpdatePaymentDevices</strong></td>\n<td>Use to <strong>update device control or link a payment device to a specific profile or status.</strong></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p>💡 <strong>Tip:</strong><br />Use <strong>“Get” APIs</strong> to fetch data, <strong>“Create”</strong> to define new records, <strong>“Update”</strong> to modify existing ones, and <strong>“Delete”</strong> to remove entries.</p>\n","_postman_id":"2f168d8b-2a7b-4962-b3c6-c72853bd6fdb"},{"name":"Partners Backend","item":[{"name":"Cards","item":[{"name":"CancelCards","id":"d1ed3e00-9161-44d3-87c1-594c8f3a7ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-WebSite-Id","value":"X-WebSite-Id","type":"text"},{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardRefIds\" : [\"cardRefId1\", \"cardRefId2\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/Cards/CancelCards","description":"<h1 id=\"cancel-cards\">Cancel Cards</h1>\n<p>Cancels one or more cards by their reference IDs. Once cancelled, the cards will be permanently deactivated and can no longer be used for transactions.</p>\n<hr />\n<h2 id=\"request-details\">Request Details</h2>\n<h3 id=\"headers\">Headers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-organization-id</code></td>\n<td><code>{{organizationId}}</code></td>\n<td>✅</td>\n<td>The unique identifier of the organization</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardRefIds</code></td>\n<td><code>string[]</code></td>\n<td>✅</td>\n<td>Array of card reference IDs (UUIDs) to cancel. Supports single or bulk cancellation.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"example-request-body\">Example Request Body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"cardRefIds\": [\"cardRefId1\", \"cardRefId2\"]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"response-schema\">Response Schema</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result</code></td>\n<td><code>null</code></td>\n<td>Response payload. <code>null</code> on simple success acknowledgements.</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Human-readable status message (e.g., <code>\"Success\"</code>, <code>\"Error\"</code>).</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td>Internal status code. <code>1</code> = Success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string</code></td>\n<td>Unique session identifier for the request (UUID).</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>Standard HTTP status code (e.g., <code>200</code>, <code>400</code>, <code>500</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"result\": null,\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}\n\n</code></pre>\n<hr />\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>Cancellation is <strong>irreversible</strong>. Cancelled cards cannot be reactivated.</p>\n</li>\n<li><p>Ensure the provided <code>cardRefIds</code> belong to the specified organization.</p>\n</li>\n<li><p>Multiple cards can be cancelled in a single request by passing multiple UUIDs in the array.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["partners-backend","api","Cards","CancelCards"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"0bf2d074-017f-407e-af39-28b6928c3988","name":"CancelCards","originalRequest":{"method":"POST","header":[{"key":"X-WebSite-Id","value":"X-WebSite-Id","type":"text"},{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardRefIds\" : [\"cardRefId1\", \"cardRefId2\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/Cards/CancelCards"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": null,\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"d1ed3e00-9161-44d3-87c1-594c8f3a7ee9"},{"name":"DetachCards","id":"2da2c151-2885-41d0-9c1d-73fccc29517d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Proxy-Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardRefIds\" : [\"cardRefId1\", \"cardRefId2\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/rog/api/Cards/DetachCards","description":"<h1 id=\"detach-cards\">Detach Cards</h1>\n<p>Detaches one or more cards from their current association by their reference IDs. Detaching a card removes its link to the current entity (e.g., employee or account) without permanently cancelling the card.</p>\n<hr />\n<h2 id=\"request-details\">Request Details</h2>\n<h3 id=\"headers\">Headers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>x-organization-id</code></td>\n<td><code>{{organizationId}}</code></td>\n<td>✅</td>\n<td>The unique identifier of the organization</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardRefIds</code></td>\n<td><code>string[]</code></td>\n<td>✅</td>\n<td>Array of card reference IDs (UUIDs) to detach. Supports single or bulk operations.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"example-request-body\">Example Request Body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"cardRefIds\": [\"cardRefId1\", \"cardRefId2\"]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"response-schema\">Response Schema</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result</code></td>\n<td><code>null</code></td>\n<td>Response payload. <code>null</code> on simple success acknowledgements.</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Human-readable status message (e.g., <code>\"Success\"</code>, <code>\"Error\"</code>).</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td>Internal status code. <code>1</code> = Success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string</code></td>\n<td>Unique session identifier for the request (UUID).</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>Standard HTTP status code (e.g., <code>200</code>, <code>400</code>, <code>500</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"result\": null,\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}\n\n</code></pre>\n<hr />\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>Detaching is <strong>not the same as cancelling</strong>. Detached cards may still be active and can potentially be re-attached to another entity.</p>\n</li>\n<li><p>Ensure the provided <code>cardRefIds</code> belong to the specified organization.</p>\n</li>\n<li><p>Multiple cards can be detached in a single request by passing multiple UUIDs in the array.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["partners-backend","rog","api","Cards","DetachCards"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"79974a84-2369-418d-ab1d-4a0c1db443a5","name":"DetachCards","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardRefIds\" : [\"cardRefId1\", \"cardRefId2\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/rog/api/Cards/DetachCards"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": null,\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"2da2c151-2885-41d0-9c1d-73fccc29517d"}],"id":"d7070fef-1a33-4414-a8b2-fff3a27430c6","_postman_id":"d7070fef-1a33-4414-a8b2-fff3a27430c6","description":""},{"name":"Employers","item":[{"name":"GetEmployer","event":[{"listen":"test","script":{"id":"b11b56d9-e882-4f9d-8153-5ed03f205361","exec":["const jsonResponse = pm.response.json();",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f5bb0141-651a-4195-96d6-15e1e3eca8db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/Employers/GetEmployer?refId={{organizationId}}","description":"<h1 id=\"getemployer\">GetEmployer</h1>\n<p>Retrieves detailed information about a specific employer within the organization.</p>\n<hr />\n<h2 id=\"request\">Request</h2>\n<p><strong>Method:</strong> <code>GET</code></p>\n<p><strong>Headers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>{{CognitoToken}}</code></td>\n<td>Authentication token.</td>\n</tr>\n<tr>\n<td><code>x-organization-id</code></td>\n<td><code>{{organizationId}}</code></td>\n<td>Target organization context.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Query Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Yes</td>\n<td>The employer's unique reference ID.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-httpstatus-200\">Success (<code>httpStatus: 200</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result.refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Unique employer identifier.</td>\n</tr>\n<tr>\n<td><code>result.partnerRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Reference to the associated partner.</td>\n</tr>\n<tr>\n<td><code>result.name</code></td>\n<td><code>string</code></td>\n<td>Employer's name.</td>\n</tr>\n<tr>\n<td><code>result.address</code></td>\n<td><code>string</code></td>\n<td>Employer's address.</td>\n</tr>\n<tr>\n<td><code>result.contactNumber</code></td>\n<td><code>string</code></td>\n<td>Contact phone number (international format).</td>\n</tr>\n<tr>\n<td><code>result.industry</code></td>\n<td><code>string</code></td>\n<td>Industry sector (e.g., <code>Finance</code>, <code>Technology</code>).</td>\n</tr>\n<tr>\n<td><code>result.costCenter</code></td>\n<td><code>object</code></td>\n<td>Cost center information.</td>\n</tr>\n<tr>\n<td><code>result.costCenter.name</code></td>\n<td><code>string</code></td>\n<td>Cost center name.</td>\n</tr>\n<tr>\n<td><code>result.costCenter.code</code></td>\n<td><code>string</code></td>\n<td>Cost center code.</td>\n</tr>\n<tr>\n<td><code>result.paymentAccountManagerCode</code></td>\n<td><code>string</code></td>\n<td>Payment account manager code.</td>\n</tr>\n<tr>\n<td><code>result.isSkipPaymentDeviceAttachment</code></td>\n<td><code>boolean</code></td>\n<td>Whether to skip payment device attachment during onboarding.</td>\n</tr>\n<tr>\n<td><code>result.productRefIds</code></td>\n<td><code>Array</code></td>\n<td>Product references associated with this employer.</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Status message.</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td><code>1</code> = success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Session identifier.</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>HTTP status code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": {\n    \"refId\": \"refId\",\n    \"partnerRefId\": \"partnerRefId\",\n    \"name\": \"name\",\n    \"address\": \"address\",\n    \"contactNumber\": \"contactNumber\",\n    \"industry\": \"industry\",\n    \"costCenter\": {\n      \"name\": \"name\",\n      \"code\": \"code\"\n    },\n    \"paymentAccountManagerCode\": \"paymentAccountManagerCode\",\n    \"isSkipPaymentDeviceAttachment\": \"isSkipPaymentDeviceAttachment\",\n    \"productRefIds\": [\"productRefId1\"]\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"sessionId\",\n  \"httpStatus\": 200\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["partners-backend","api","Employers","GetEmployer"],"host":["api","stage","cal-platform","com"],"query":[{"key":"refId","value":"{{organizationId}}"}],"variable":[]}},"response":[{"id":"08899b0e-37b6-42ac-a878-b53447941771","name":"GetEmployer","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stage.cal-platform.com/partners-backend/api/Employers/GetEmployer?refId={{organizationId}}","protocol":"https","host":["api","stage","cal-platform","com"],"path":["partners-backend","api","Employers","GetEmployer"],"query":[{"key":"refId","value":"{{organizationId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Tue, 24 Feb 2026 13:20:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"520"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"RequestId"},{"key":"x-amzn-Remapped-Content-Length","value":"520"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"apigw-id"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"ETag"},{"key":"Access-Control-Expose-Headers","value":"Authorization,X-Amzn-Remapped-Authorization,x-organization-id"},{"key":"X-Amzn-Trace-Id","value":"Trace-Id"},{"key":"x-amzn-Remapped-Date","value":"Tue, 24 Feb 2026 13:20:29 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": {\n        \"refId\": \"{{organizationId}}\",\n        \"partnerRefId\": \"partnerRefId\",\n        \"name\": \"name\",\n        \"address\": \"address\",\n        \"contactNumber\": \"contactNumber\",\n        \"industry\": \"industry\",\n        \"costCenter\": {\n            \"name\": \"name\",\n            \"code\": \"code\"\n        },\n        \"paymentAccountManagerCode\": \"paymentAccountManagerCode\",\n        \"isSkipPaymentDeviceAttachment\": \"isSkipPaymentDeviceAttachment\",\n        \"productRefIds\": [\n            \"productRefId1\"\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"f5bb0141-651a-4195-96d6-15e1e3eca8db"},{"name":"GetEmployersByPartnerRefId","id":"f736112b-6f69-4ba9-8eb7-7ca34e516e68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"url":"https://api.stage.cal-platform.com/partners-backend/api/Employers/GetEmployersByPartnerRefId?partnerRefId=partnerRefId","description":"<h1 id=\"getemployersbypartnerrefid\">GetEmployersByPartnerRefId</h1>\n<p>Retrieves all employers associated with a specific partner.</p>\n<hr />\n<h2 id=\"request\">Request</h2>\n<p><strong>Method:</strong> <code>GET</code></p>\n<p><strong>Headers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>{{CognitoToken}}</code></td>\n<td>Authentication token.</td>\n</tr>\n<tr>\n<td><code>x-organization-id</code></td>\n<td><code>{{organizationId}}</code></td>\n<td>Target organization context.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Query Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>partnerRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Yes</td>\n<td>The partner's unique reference ID. Returns all employers under this partner.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-httpstatus-200\">Success (<code>httpStatus: 200</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result.employers</code></td>\n<td><code>Array</code></td>\n<td>List of employer objects under the given partner.</td>\n</tr>\n<tr>\n<td><code>result.employers[].refId</code></td>\n<td><code>string</code></td>\n<td>Unique employer identifier.</td>\n</tr>\n<tr>\n<td><code>result.employers[].partnerRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Reference to the parent partner.</td>\n</tr>\n<tr>\n<td><code>result.employers[].name</code></td>\n<td><code>string</code></td>\n<td>Employer's name.</td>\n</tr>\n<tr>\n<td><code>result.employers[].address</code></td>\n<td><code>string</code></td>\n<td>Employer's address.</td>\n</tr>\n<tr>\n<td><code>result.employers[].contactNumber</code></td>\n<td><code>string</code></td>\n<td>Contact phone number.</td>\n</tr>\n<tr>\n<td><code>result.employers[].industry</code></td>\n<td><code>string</code></td>\n<td>Industry sector.</td>\n</tr>\n<tr>\n<td><code>result.employers[].paymentAccountManagerCode</code></td>\n<td><code>string</code></td>\n<td>Payment account manager code.</td>\n</tr>\n<tr>\n<td><code>result.employers[].costCenter</code></td>\n<td><code>object</code></td>\n<td>Cost center information.</td>\n</tr>\n<tr>\n<td><code>result.employers[].costCenter.name</code></td>\n<td><code>string</code></td>\n<td>Cost center name.</td>\n</tr>\n<tr>\n<td><code>result.employers[].costCenter.code</code></td>\n<td><code>string</code></td>\n<td>Cost center code.</td>\n</tr>\n<tr>\n<td><code>result.employers[].products</code></td>\n<td><code>Array</code></td>\n<td>List of products associated with this employer.</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Product identifier.</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].name</code></td>\n<td><code>string</code></td>\n<td>Product name.</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].description</code></td>\n<td><code>string</code></td>\n<td>Product description.</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].brand</code></td>\n<td><code>string</code></td>\n<td>Card brand (e.g., <code>visa</code>, <code>mastercard</code>).</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].debitMethod</code></td>\n<td><code>string</code></td>\n<td>Debit method (e.g., <code>paymentAccount</code>).</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].optionalDebitDays</code></td>\n<td><code>Array</code></td>\n<td>Available debit day options.</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].frameType</code></td>\n<td><code>string</code></td>\n<td>Frame type (e.g., <code>zeroFrame</code>).</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].cardPhysicality</code></td>\n<td><code>string</code></td>\n<td>Card form factor (e.g., <code>physicalAndVirtual</code>, <code>virtualOnly</code>).</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].deliveryMethod</code></td>\n<td><code>string</code></td>\n<td>Card delivery method (e.g., <code>postOffice</code>).</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].launchDate</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>Product launch date.</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].isDesignable</code></td>\n<td><code>boolean</code></td>\n<td>Whether the card supports custom designs.</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].isBeneficiary</code></td>\n<td><code>boolean</code></td>\n<td>Whether it's a beneficiary product.</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].resetCommandsOnReEntry</code></td>\n<td><code>boolean</code></td>\n<td>Whether commands reset on re-entry.</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].paymentAccountManager</code></td>\n<td><code>string</code></td>\n<td>Payment account manager type (e.g., <code>platform</code>).</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].isIdentityDocumentRequired</code></td>\n<td><code>boolean</code></td>\n<td>Whether identity document is required.</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].isOtpCommandRequired</code></td>\n<td><code>boolean</code></td>\n<td>Whether OTP command is required.</td>\n</tr>\n<tr>\n<td><code>result.employers[].products[].isJoiningCibusAllowed</code></td>\n<td><code>boolean</code></td>\n<td>Whether joining Cibus is allowed.</td>\n</tr>\n<tr>\n<td><code>result.employers[].communicationMethods</code></td>\n<td><code>Array</code></td>\n<td>Supported communication methods (e.g., <code>sms</code>, <code>email</code>).</td>\n</tr>\n<tr>\n<td><code>result.employers[].identificationTypes</code></td>\n<td><code>Array</code></td>\n<td>Supported identification types (e.g., <code>id</code>, <code>passport</code>).</td>\n</tr>\n<tr>\n<td><code>result.employers[].identityProviders</code></td>\n<td><code>Array</code></td>\n<td>Configured identity providers.</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Status message.</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td><code>1</code> = success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Session identifier.</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>HTTP status code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response-truncated\">Example Response (truncated)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": {\n    \"employers\": [\n      {\n        \"refId\": \"refId\",\n        \"partnerRefId\": \"partnerRefId\",\n        \"name\": \"name\",\n        \"address\": \"address\",\n        \"contactNumber\": \"contactNumber\",\n        \"industry\": \"industry\",\n        \"paymentAccountManagerCode\": \"paymentAccountManagerCode\",\n        \"costCenter\": { \"name\": \"name\", \"code\": \"code\" },\n        \"products\": [\n          {\n            \"refId\": \"refId\",\n            \"name\": \"name\"\",\n            \"brand\": \"brand\",\n            \"debitMethod\": \"debitMethod\",\n            \"cardPhysicality\": \"cardPhysicality\",\n            \"deliveryMethod\": \"deliveryMethod\",\n            \"isDesignable\": \"isDesignable\"\n          }\n        ],\n        \"communicationMethods\": [\"communicationMethods\"],\n        \"identificationTypes\": [\"identificationTypes\"],\n        \"identityProviders\": [\"identityProviders\"]\n      }\n    ]\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"sessionId\",\n  \"httpStatus\": 200\n}\n\n</code></pre>\n<blockquote>\n<p>Actual responses may contain multiple employers with full product details. The example above is truncated for readability.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["partners-backend","api","Employers","GetEmployersByPartnerRefId"],"host":["api","stage","cal-platform","com"],"query":[{"key":"partnerRefId","value":"partnerRefId"}],"variable":[]}},"response":[{"id":"98eccf87-187a-439e-8001-500434baa374","name":"GetEmployersByPartnerRefId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"url":{"raw":"https://api.stage.cal-platform.com/partners-backend/api/Employers/GetEmployersByPartnerRefId?partnerRefId=partnerRefId","protocol":"https","host":["api","stage","cal-platform","com"],"path":["partners-backend","api","Employers","GetEmployersByPartnerRefId"],"query":[{"key":"partnerRefId","value":"partnerRefId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Tue, 24 Feb 2026 13:26:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5485"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"RequestId"},{"key":"x-amzn-Remapped-Content-Length","value":"5485"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"apigw-id"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"ETag"},{"key":"Access-Control-Expose-Headers","value":"Authorization,X-Amzn-Remapped-Authorization,x-organization-id"},{"key":"X-Amzn-Trace-Id","value":"Trace-Id"},{"key":"x-amzn-Remapped-Date","value":"Tue, 24 Feb 2026 13:26:53 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": {\n        \"employers\": [\n            {\n                \"refId\": \"refId\",\n                \"partnerRefId\": \"partnerRefId\",\n                \"name\": \"name\",\n                \"address\": \"address\",\n                \"contactNumber\": \"contactNumber\",\n                \"industry\": \"industry\",\n                \"paymentAccountManagerCode\": \"paymentAccountManagerCode\",\n                \"costCenter\": {\n                    \"name\": \"name\",\n                    \"code\": \"code\"\n                },\n                \"products\": [\n                    {\n                        \"refId\": \"refId\",\n                        \"name\": \"name\",\n                        \"description\": \"description\",\n                        \"brand\": \"brand\",\n                        \"debitMethod\": \"debitMethod\",\n                        \"optionalDebitDays\": [\n                            1\n                        ],\n                        \"frameType\": \"frameType\",\n                        \"cardPhysicality\": \"cardPhysicality\",\n                        \"deliveryMethod\": \"deliveryMethod\",\n                        \"launchDate\": \"launchDate\",\n                        \"isDesignable\": \"isDesignable\",\n                        \"isBeneficiary\": \"isBeneficiary\",\n                        \"resetCommandsOnReEntry\": \"resetCommandsOnReEntry\",\n                        \"paymentAccountManager\": \"paymentAccountManager\",\n                        \"isIdentityDocumentRequired\": \"isIdentityDocumentRequired\",\n                        \"isOtpCommandRequired\": \"isOtpCommandRequired\",\n                        \"isJoiningCibusAllowed\": \"isJoiningCibusAllowed\"\n                    }\n                ],\n                \"communicationMethods\": [\n                    \"communicationMethods\"\n                ],\n                \"identificationTypes\": [\n                    \"identificationTypes\"\n                ],\n                \"identityProviders\": [\"identityProviders\"]\n            },\n            {\n                \"refId\": \"refId2\",\n                \"partnerRefId\": \"partnerRefId\",\n                \"name\": \"name2\",\n                \"address\": \"address2\",\n                \"contactNumber\": \"contactNumber2\",\n                \"industry\": \"industry2\",\n                \"paymentAccountManagerCode\": \"paymentAccountManagerCode2\",\n                \"products\": [],\n                \"communicationMethods\": [\n                    \"communicationMethods2\"\n                ],\n                \"identificationTypes\": [\n                    \"identificationTypes2\"\n                ],\n                \"identityProviders\": [\"identityProviders2\"]\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"f736112b-6f69-4ba9-8eb7-7ca34e516e68"}],"id":"2fd18385-49e5-4c94-b83c-f853d73c4d07","_postman_id":"2fd18385-49e5-4c94-b83c-f853d73c4d07","description":""},{"name":"OrganizationSegments","item":[{"name":"GetOrganizationSegments","id":"046d08c6-de8f-42d1-86b2-5c97afc5ac5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"refIds\": [\"refId\"]\n    // OR\n    // \"pagination\": {\n    //  \"id\":\"id\", - not required for first page\n    //  \"createdAt\": \"createdAt\", - for first page use Date.now()\n    //  \"limit\": 100\n    // }\n}\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/OrganizationSegments/GetOrganizationSegments","description":"<h1 id=\"getorganizationsegments\">GetOrganizationSegments</h1>\n<p>Retrieves organization segments based on various lookup strategies.</p>\n<hr />\n<h2 id=\"request\">Request</h2>\n<p><strong>Method:</strong> <code>POST</code></p>\n<p><strong>Headers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>{{CognitoToken}}</code></td>\n<td>Authentication token.</td>\n</tr>\n<tr>\n<td><code>x-organization-id</code></td>\n<td><code>{{organizationId}}</code></td>\n<td>Target organization context.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request Body:</strong></p>\n<p>The request supports two mutually exclusive lookup modes:</p>\n<p><strong>1. By refIds (batch lookup):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>refIds</code></td>\n<td><code>Array</code></td>\n<td>Yes</td>\n<td>List of organization segment <code>refId</code> values to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>2. By pagination (list all):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pagination.id</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Cursor ID for next page. Omit for first page.</td>\n</tr>\n<tr>\n<td><code>pagination.createdAt</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>No</td>\n<td>Cursor timestamp.</td>\n</tr>\n<tr>\n<td><code>pagination.limit</code></td>\n<td><code>integer</code></td>\n<td>No</td>\n<td>Max results per page.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"refIds\": [\"refId\"]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-httpstatus-200\">Success (<code>httpStatus: 200</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result.organizationSegments</code></td>\n<td><code>Array</code></td>\n<td>List of matching organization segments.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Unique segment identifier.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].employerRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Employer reference.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].name</code></td>\n<td><code>string</code></td>\n<td>Segment name.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].deletedAt</code></td>\n<td><code>string (ISO 8601) or null</code></td>\n<td>Soft-delete timestamp.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].productsRefIds</code></td>\n<td><code>Array</code></td>\n<td>Assigned product references.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].owners</code></td>\n<td><code>object</code></td>\n<td>Ownership information.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].owners.userRefIds</code></td>\n<td><code>Array</code></td>\n<td>Owner user references.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].createdAt</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>Creation timestamp.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].updatedAt</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>Last update timestamp.</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Status message.</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td><code>1</code> = success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Session identifier.</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>HTTP status code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": {\n    \"organizationSegments\": [\n      {\n        \"refId\": \"refId\",\n        \"employerRefId\": \"employerRefId\",\n        \"name\": \"name\",\n        \"deletedAt\": null,\n        \"productsRefIds\": [\"productsRefId\"],\n        \"owners\": { \"userRefIds\": [\"userRefId\"] },\n        \"createdAt\": \"createdAt\",\n        \"updatedAt\": \"updatedAt\"\n      }\n    ]\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"sessionId\",\n  \"httpStatus\": 200\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["partners-backend","api","OrganizationSegments","GetOrganizationSegments"],"host":["api","stage","cal-platform","com"],"query":[{"disabled":true,"description":{"content":"<p>organizationRefId</p>\n","type":"text/plain"},"key":"employerRefId","value":"string"},{"disabled":true,"description":{"content":"<p>refId</p>\n","type":"text/plain"},"key":"refId","value":"string"}],"variable":[]}},"response":[{"id":"9399f8a4-e0ad-4873-affd-b2523d22f2ac","name":"GetOrganizationSegments","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"refIds\": [\"refId1\"]\n    // OR\n    // \"pagination\": {\n    //  \"id\":\"id\", - not required for first page\n    //  \"createdAt\": \"createdAt\", - for first page use Date.now() \n    //  \"limit\": 100\n    // }\n}\n\n\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.stage.cal-platform.com/partners-backend/api/OrganizationSegments/GetOrganizationSegments","protocol":"https","host":["api","stage","cal-platform","com"],"path":["partners-backend","api","OrganizationSegments","GetOrganizationSegments"],"query":[{"key":"employerRefId","value":"string","description":"organizationRefId","disabled":true},{"key":"refId","value":"string","description":"refId","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Tue, 24 Feb 2026 16:51:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"816"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"RequestId"},{"key":"x-amzn-Remapped-Content-Length","value":"816"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"apigw-id"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"ETag"},{"key":"Access-Control-Expose-Headers","value":"Authorization,X-Amzn-Remapped-Authorization,x-organization-id"},{"key":"X-Amzn-Trace-Id","value":"Trace-Id"},{"key":"x-amzn-Remapped-Date","value":"Tue, 24 Feb 2026 16:51:41 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": {\n        \"organizationSegments\": [\n            {\n                \"refId\": \"refId\",\n                \"employerRefId\": \"{{organizationId}}\",\n                \"name\": \"name\",\n                \"deletedAt\": \"Date or null\",\n                \"productsRefIds\": [],\n                \"owners\": {\n                    \"userRefIds\": [\n                        \"userRefId\"\n                    ]\n                },\n                \"createdAt\": \"createdAt\",\n                \"updatedAt\": \"updatedAt\"\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"046d08c6-de8f-42d1-86b2-5c97afc5ac5f"},{"name":"CreateOrUpdateOrganizationSegments","id":"3672d7e5-2c2a-44ee-87d4-d821c1aed586","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"organizationSegments\": [\n    {\n      \"employerRefId\": {{organizationId}},\n      \"name\": \"name\",\n      \"productsRefIds\": [\n        \"productsRefId\"\n      ],\n      \"owners\": {\n        \"userRefIds\": [\n          \"userRefId\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/OrganizationSegments/CreateOrUpdateOrganizationSegments","description":"<h1 id=\"createorupdateorganizationsegments\">CreateOrUpdateOrganizationSegments</h1>\n<p>Creates new organization segments or updates existing ones. Supports batch operations.</p>\n<hr />\n<h2 id=\"request\">Request</h2>\n<p><strong>Method:</strong> <code>POST</code></p>\n<p><strong>Headers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>{{CognitoToken}}</code></td>\n<td>Authentication token.</td>\n</tr>\n<tr>\n<td><code>x-organization-id</code></td>\n<td><code>{{organizationId}}</code></td>\n<td>Target organization context.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request Body:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>organizationSegments</code></td>\n<td><code>Array</code></td>\n<td>Yes</td>\n<td>List of segment objects to create or update.</td>\n</tr>\n<tr>\n<td><code>organizationSegments[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Update only</td>\n<td>Omit for creation, required for updates.</td>\n</tr>\n<tr>\n<td><code>organizationSegments[].employerRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Yes</td>\n<td>Reference to the associated employer.</td>\n</tr>\n<tr>\n<td><code>organizationSegments[].name</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>Segment name.</td>\n</tr>\n<tr>\n<td><code>organizationSegments[].productsRefIds</code></td>\n<td><code>Array</code></td>\n<td>No</td>\n<td>Product references assigned to this segment.</td>\n</tr>\n<tr>\n<td><code>organizationSegments[].owners</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Ownership configuration.</td>\n</tr>\n<tr>\n<td><code>organizationSegments[].owners.userRefIds</code></td>\n<td><code>Array</code></td>\n<td>No</td>\n<td>User references who own this segment.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"organizationSegments\": [\n    {\n      \"employerRefId\": \"employerRefId\",\n      \"name\": \"name\",\n      \"productsRefIds\": [\"productsRefId\"],\n      \"owners\": { \"userRefIds\": [\"userRefId\"] }\n    }\n  ]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-httpstatus-200\">Success (<code>httpStatus: 200</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result.organizationSegments</code></td>\n<td><code>Array</code></td>\n<td>List of created/updated segments.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Unique identifier (assigned on creation).</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].employerRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Employer reference.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].name</code></td>\n<td><code>string</code></td>\n<td>Segment name.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].deletedAt</code></td>\n<td><code>string (ISO 8601) or null</code></td>\n<td>Soft-delete timestamp.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].productsRefIds</code></td>\n<td><code>Array</code></td>\n<td>Assigned products.</td>\n</tr>\n<tr>\n<td><code>result.organizationSegments[].owners.userRefIds</code></td>\n<td><code>Array</code></td>\n<td>Owner user references.</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Status message.</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td><code>1</code> = success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Session identifier.</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>HTTP status code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": {\n    \"organizationSegments\": [\n      {\n        \"refId\": \"refId\",\n        \"employerRefId\": \"employerRefId\",\n        \"name\": \"name\",\n        \"deletedAt\": null,\n        \"productsRefIds\": [\"productsRefId\"],\n        \"owners\": { \"userRefIds\": [\"userRefId\"] }\n      }\n    ]\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"sessionId\",\n  \"httpStatus\": 200\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["partners-backend","api","OrganizationSegments","CreateOrUpdateOrganizationSegments"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"62cb7e98-e2f6-4aa5-90ec-20ed9e1a7aa7","name":"CreateOrUpdateOrganizationSegments","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organizationSegments\": [\n        {\n            \"refId\": \"refId\",\n            \"employerRefId\": \"{{organizationId}}\",\n            \"name\": \"name\",\n            \"deletedAt\": null,\n            \"productsRefIds\": [\n                \"productsRefId\"\n            ],\n            \"owners\": {\n                \"userRefIds\": [\n                    \"userRefId\"\n                ]\n            }\n        }\n    ]\n}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/OrganizationSegments/CreateOrUpdateOrganizationSegments"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Tue, 24 Feb 2026 17:08:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"410"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"RequestId"},{"key":"x-amzn-Remapped-Content-Length","value":"410"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"apigw-id"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"ETag"},{"key":"Access-Control-Expose-Headers","value":"Authorization,X-Amzn-Remapped-Authorization,x-organization-id"},{"key":"X-Amzn-Trace-Id","value":"Trace-Id"},{"key":"x-amzn-Remapped-Date","value":"Tue, 24 Feb 2026 17:08:33 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": {\n        \"organizationSegments\": [\n            {\n                \"refId\": \"refId\",\n                \"employerRefId\": \"{{organizationId}}\",\n                \"name\": \"name\",\n                \"deletedAt\": null,\n                \"productsRefIds\": [\n                    \"productsRefId\"\n                ],\n                \"owners\": {\n                    \"userRefIds\": [\n                        \"userRefId\"\n                    ]\n                }\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"3672d7e5-2c2a-44ee-87d4-d821c1aed586"},{"name":"DeleteOrganizationSegments","id":"d4f723d2-43bb-49c6-9528-dbc907b9ff26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"refIds\": [\"refId\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/OrganizationSegments/DeleteOrganizationSegments","description":"<h1 id=\"deleteorganizationsegments\">DeleteOrganizationSegments</h1>\n<p>Soft-deletes one or more organization segments by their reference IDs.</p>\n<hr />\n<h2 id=\"request\">Request</h2>\n<p><strong>Method:</strong> <code>POST</code></p>\n<p><strong>Headers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>{{CognitoToken}}</code></td>\n<td>Authentication token.</td>\n</tr>\n<tr>\n<td><code>x-organization-id</code></td>\n<td><code>{{organizationId}}</code></td>\n<td>Target organization context.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request Body:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>refIds</code></td>\n<td><code>Array</code></td>\n<td>Yes</td>\n<td>List of organization segment <code>refId</code> values to delete. Supports batch deletion.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"refIds\": [\"refId\"]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-httpstatus-200\">Success (<code>httpStatus: 200</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result.deletedEntries</code></td>\n<td><code>Array</code></td>\n<td>List of successfully deleted entries.</td>\n</tr>\n<tr>\n<td><code>result.deletedEntries[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>The deleted segment's reference ID.</td>\n</tr>\n<tr>\n<td><code>result.deletedEntries[].deletedAt</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>Timestamp of the soft-delete.</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Status message.</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td><code>1</code> = success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Session identifier.</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>HTTP status code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": {\n    \"deletedEntries\": [\n      {\n        \"refId\": \"refId\",\n        \"deletedAt\": \"deletedAt\"\n      }\n    ]\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"sessionId\",\n  \"httpStatus\": 200\n}\n\n</code></pre>\n<blockquote>\n<p><strong>Note:</strong> This is a soft-delete. Deleted segments retain their <code>deletedAt</code> timestamp and remain visible via <code>GetOrganizationSegments</code>. Multiple segments can be deleted in a single request.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["partners-backend","api","OrganizationSegments","DeleteOrganizationSegments"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"762135c4-1ace-405d-9da4-a4843714d2e0","name":"DeleteOrganizationSegments","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"refIds\": [\"refId\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/OrganizationSegments/DeleteOrganizationSegments"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Tue, 24 Feb 2026 17:10:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"232"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"RequestId"},{"key":"x-amzn-Remapped-Content-Length","value":"232"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"apigw-id"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"ETag"},{"key":"Access-Control-Expose-Headers","value":"Authorization,X-Amzn-Remapped-Authorization,x-organization-id"},{"key":"X-Amzn-Trace-Id","value":"Trace-Id"},{"key":"x-amzn-Remapped-Date","value":"Tue, 24 Feb 2026 17:10:55 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": {\n        \"deletedEntries\": [\n            {\n                \"refId\": \"refId\",\n                \"deletedAt\": \"deletedAt\"\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"d4f723d2-43bb-49c6-9528-dbc907b9ff26"}],"id":"6edb594b-3616-406e-8f87-37ef2347755a","_postman_id":"6edb594b-3616-406e-8f87-37ef2347755a","description":""},{"name":"OrganizationUnits","item":[{"name":"CreateOrUpdateOrganizationUnits","id":"11000926-d79a-4a39-a697-941db7df27ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organizationUnits\": [\n        {\n            \"employerRefId\": {{organizationId}},\n            \"name\": \"name\",\n            \"productsRefIds\": [\n                \"productsRefId\"\n            ],\n            \"owners\": {\n                \"userRefIds\": [\n                    \"userRefId\"\n                ]\n            },\n            \"parentRefId\": \"parentRefId\", \n            \"label\": \"label\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/OrganizationUnits/CreateOrUpdateOrganizationUnits","description":"<h1 id=\"createorupdateorganizationunits\">CreateOrUpdateOrganizationUnits</h1>\n<p>Creates new organization units or updates existing ones. Supports batch operations.</p>\n<hr />\n<h2 id=\"request\">Request</h2>\n<p><strong>Method:</strong> <code>POST</code></p>\n<p><strong>Headers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>{{CognitoToken}}</code></td>\n<td>Authentication token.</td>\n</tr>\n<tr>\n<td><code>x-organization-id</code></td>\n<td><code>{{organizationId}}</code></td>\n<td>Target organization context.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request Body:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>organizationUnits</code></td>\n<td><code>Array</code></td>\n<td>Yes</td>\n<td>List of organization unit objects to create or update.</td>\n</tr>\n<tr>\n<td><code>organizationUnits[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Update only</td>\n<td>Omit for creation, required for updates.</td>\n</tr>\n<tr>\n<td><code>organizationUnits[].employerRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Yes</td>\n<td>Reference to the associated employer.</td>\n</tr>\n<tr>\n<td><code>organizationUnits[].name</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>Name of the organization unit.</td>\n</tr>\n<tr>\n<td><code>organizationUnits[].productsRefIds</code></td>\n<td><code>Array</code></td>\n<td>No</td>\n<td>Product references assigned to this unit.</td>\n</tr>\n<tr>\n<td><code>organizationUnits[].owners</code></td>\n<td><code>object</code></td>\n<td>No</td>\n<td>Ownership configuration.</td>\n</tr>\n<tr>\n<td><code>organizationUnits[].owners.userRefIds</code></td>\n<td><code>Array</code></td>\n<td>No</td>\n<td>User references who own this unit.</td>\n</tr>\n<tr>\n<td><code>organizationUnits[].parentRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>No</td>\n<td>Parent unit reference (for hierarchical structures).</td>\n</tr>\n<tr>\n<td><code>organizationUnits[].label</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Custom label.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"organizationUnits\": [\n    {\n      \"employerRefId\": \"employerRefId\",\n      \"name\": \"name\",\n      \"productsRefIds\": [\"productsRefId\"],\n      \"owners\": { \"userRefIds\": [\"userRefId\"] },\n      \"parentRefId\": \"parentRefId\",\n      \"label\": \"label\"\n    }\n  ]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-httpstatus-200\">Success (<code>httpStatus: 200</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result.organizationUnits</code></td>\n<td><code>Array</code></td>\n<td>List of created/updated units.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Unique identifier (assigned on creation).</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].employerRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Employer reference.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].name</code></td>\n<td><code>string</code></td>\n<td>Unit name.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].deletedAt</code></td>\n<td><code>string (ISO 8601) or null</code></td>\n<td>Soft-delete timestamp.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].parentRefId</code></td>\n<td><code>string (UUID) or null</code></td>\n<td>Parent unit reference.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].label</code></td>\n<td><code>string</code></td>\n<td>Custom label.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].productsRefIds</code></td>\n<td><code>Array</code></td>\n<td>Assigned products.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].owners.userRefIds</code></td>\n<td><code>Array</code></td>\n<td>Owner user references.</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Status message.</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td><code>1</code> = success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Session identifier.</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>HTTP status code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": {\n    \"organizationUnits\": [\n      {\n        \"refId\": \"refId\",\n        \"employerRefId\": \"employerRefId\",\n        \"name\": \"name\",\n        \"deletedAt\": null,\n        \"parentRefId\": \"parentRefId\",\n        \"label\": \"label\",\n        \"productsRefIds\": [\"productsRefId\"],\n        \"owners\": { \"userRefIds\": [\"userRefId\"] }\n      }\n    ]\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"sessionId\",\n  \"httpStatus\": 200\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["partners-backend","api","OrganizationUnits","CreateOrUpdateOrganizationUnits"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"790be993-555e-4b14-9378-955f2a323bc4","name":"CreateOrUpdateOrganizationUnits","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organizationUnits\": [\n        {\n            \"employerRefId\": \"{{organizationId}}\",\n            \"name\": \"name\",\n            \"productsRefIds\": [\n                \"productsRefId\"\n            ],\n            \"owners\": {\n                \"userRefIds\": [\n                    \"userRefId\"\n                ]\n            },\n            \"parentRefId\": \"parentRefId\", \n            \"label\": \"label\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/OrganizationUnits/CreateOrUpdateOrganizationUnits"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Tue, 24 Feb 2026 17:20:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"477"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"RequestId"},{"key":"x-amzn-Remapped-Content-Length","value":"477"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"apigw-id"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"ETag"},{"key":"Access-Control-Expose-Headers","value":"Authorization,X-Amzn-Remapped-Authorization,x-organization-id"},{"key":"X-Amzn-Trace-Id","value":"Trace-Id"},{"key":"x-amzn-Remapped-Date","value":"Tue, 24 Feb 2026 17:20:04 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": {\n        \"organizationUnits\": [\n            {\n                \"refId\": \"refId\",\n                \"employerRefId\": \"{{organizationId}}\",\n                \"name\": \"name\",\n                \"deletedAt\": null,\n                \"parentRefId\": \"parentRefId\",\n                \"label\": \"label\",\n                \"productsRefIds\": [\n                    \"productsRefId\"\n                ],\n                \"owners\": {\n                    \"userRefIds\": [\n                        \"userRefId\"\n                    ]\n                }\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"11000926-d79a-4a39-a697-941db7df27ea"},{"name":"GetOrganizationUnits","id":"c111456e-da28-4ea6-859e-b50b2898778e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"refIds\": [\"refId\"]\n    // OR\n    // \"parentRefId\": \"parentRefId\",\n    // \"pagination\": {\n    //  \"id\":\"id\", - not required for first page\n    //  \"createdAt\": \"createdAt\", - for first page use Date.now()\n    //  \"limit\": 100\n    // }\n    // OR\n    // \"pagination\": {\n    //  \"id\":\"id\", - not required for first page\n    //  \"createdAt\": \"createdAt\", - for first page use Date.now()\n    //  \"limit\": 100\n    // }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/OrganizationUnits/GetOrganizationUnits","description":"<h1 id=\"getorganizationunits\">GetOrganizationUnits</h1>\n<p>Retrieves organization units based on various lookup strategies.</p>\n<hr />\n<h2 id=\"request\">Request</h2>\n<p><strong>Method:</strong> <code>POST</code></p>\n<p><strong>Headers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>{{CognitoToken}}</code></td>\n<td>Authentication token.</td>\n</tr>\n<tr>\n<td><code>x-organization-id</code></td>\n<td><code>{{organizationId}}</code></td>\n<td>Target organization context.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request Body:</strong></p>\n<p>The request supports three mutually exclusive lookup modes:</p>\n<p><strong>1. By refIds (batch lookup):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>refIds</code></td>\n<td><code>Array</code></td>\n<td>Yes</td>\n<td>List of organization unit <code>refId</code> values to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>2. By parent (children lookup):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>parentRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Yes</td>\n<td>Retrieve all child units under this parent.</td>\n</tr>\n<tr>\n<td><code>pagination.id</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Cursor ID for next page. Omit for first page.</td>\n</tr>\n<tr>\n<td><code>pagination.createdAt</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>No</td>\n<td>Cursor timestamp.</td>\n</tr>\n<tr>\n<td><code>pagination.limit</code></td>\n<td><code>integer</code></td>\n<td>No</td>\n<td>Max results per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>3. By pagination (list all):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pagination.id</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Cursor ID for next page. Omit for first page.</td>\n</tr>\n<tr>\n<td><code>pagination.createdAt</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>No</td>\n<td>Cursor timestamp.</td>\n</tr>\n<tr>\n<td><code>pagination.limit</code></td>\n<td><code>integer</code></td>\n<td>No</td>\n<td>Max results per page.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"refIds\": [\"refId\"]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-httpstatus-200\">Success (<code>httpStatus: 200</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result.organizationUnits</code></td>\n<td><code>Array</code></td>\n<td>List of matching organization units.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Unique unit identifier.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].employerRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Employer reference.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].name</code></td>\n<td><code>string</code></td>\n<td>Unit name.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].deletedAt</code></td>\n<td><code>string (ISO 8601) or null</code></td>\n<td>Soft-delete timestamp.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].createdAt</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>Creation timestamp.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].updatedAt</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>Last update timestamp.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].parentRefId</code></td>\n<td><code>string (UUID) or null</code></td>\n<td>Parent unit reference.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].label</code></td>\n<td><code>string</code></td>\n<td>Custom label.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].productsRefIds</code></td>\n<td><code>Array</code></td>\n<td>Assigned products.</td>\n</tr>\n<tr>\n<td><code>result.organizationUnits[].owners.userRefIds</code></td>\n<td><code>Array</code></td>\n<td>Owner user references.</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Status message.</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td><code>1</code> = success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Session identifier.</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>HTTP status code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": {\n    \"organizationUnits\": [\n      {\n        \"refId\": \"refId\",\n        \"employerRefId\": \"employerRefId\",\n        \"name\": \"name\",\n        \"deletedAt\": null,\n        \"createdAt\": \"createdAt\",\n        \"updatedAt\": \"updatedAt\",\n        \"parentRefId\": \"parentRefId\",\n        \"label\": \"label\",\n        \"productsRefIds\": [\"productsRefId\"],\n        \"owners\": { \"userRefIds\": [\"userRefId\"] }\n      }\n    ]\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"sessionId\",\n  \"httpStatus\": 200\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["partners-backend","api","OrganizationUnits","GetOrganizationUnits"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"26d37989-20ee-4a50-baf5-567d65ee4d38","name":"GetOrganizationUnits","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"refIds\": [\"refId\"]\n    // OR\n    // \"parentRefId\": \"parentRefId\",\n    // \"pagination\": {\n    //  \"id\":\"id\", - not required for first page\n    //  \"createdAt\": \"createdAt\", - for first page use Date.now() \n    //  \"limit\": 100\n    // }\n    // OR\n    // \"pagination\": {\n    //  \"id\":\"id\", - not required for first page\n    //  \"createdAt\": \"createdAt\", - for first page use Date.now() \n    //  \"limit\": 100\n    // }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/OrganizationUnits/GetOrganizationUnits"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Tue, 24 Feb 2026 17:21:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"487"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"RequestId"},{"key":"x-amzn-Remapped-Content-Length","value":"487"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"apigw-id"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"ETag"},{"key":"Access-Control-Expose-Headers","value":"Authorization,X-Amzn-Remapped-Authorization,x-organization-id"},{"key":"X-Amzn-Trace-Id","value":"Trace-Id"},{"key":"x-amzn-Remapped-Date","value":"Tue, 24 Feb 2026 17:21:54 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": {\n        \"organizationUnits\": [\n            {\n                \"refId\": \"refId\",\n                \"employerRefId\": \"{{organizationId}}\",\n                \"name\": \"name\",\n                \"deletedAt\": \"deletedAt\",\n                \"createdAt\": \"createdAt\",\n                \"updatedAt\": \"updatedAt\",\n                \"parentRefId\": \"parentRefId\",\n                \"label\": \"label\",\n                \"productsRefIds\": [\n                    \"productsRefId\"\n                ],\n                \"owners\": {\n                    \"userRefIds\": [\n                        \"userRefId\"\n                    ]\n                }\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"c111456e-da28-4ea6-859e-b50b2898778e"},{"name":"DeleteOrganizationUnits","id":"fc528805-0e82-47bb-8cef-c910b7cf8d5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"refIds\": [\"refId\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/OrganizationUnits/DeleteOrganizationUnits","description":"<h1 id=\"deleteorganizationunits\">DeleteOrganizationUnits</h1>\n<p>Soft-deletes one or more organization units by their reference IDs.</p>\n<hr />\n<h2 id=\"request\">Request</h2>\n<p><strong>Method:</strong> <code>POST</code></p>\n<p><strong>Headers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>{{CognitoToken}}</code></td>\n<td>Authentication token.</td>\n</tr>\n<tr>\n<td><code>x-organization-id</code></td>\n<td><code>{{organizationId}}</code></td>\n<td>Target organization context.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request Body:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>refIds</code></td>\n<td><code>Array</code></td>\n<td>Yes</td>\n<td>List of organization unit <code>refId</code> values to delete. Supports batch deletion.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"refIds\": [\"refId\"]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-httpstatus-200\">Success (<code>httpStatus: 200</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result.deletedEntries</code></td>\n<td><code>Array</code></td>\n<td>List of successfully deleted entries.</td>\n</tr>\n<tr>\n<td><code>result.deletedEntries[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>The deleted unit's reference ID.</td>\n</tr>\n<tr>\n<td><code>result.deletedEntries[].deletedAt</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>Timestamp of the soft-delete.</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Status message.</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td><code>1</code> = success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Session identifier.</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>HTTP status code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": {\n    \"deletedEntries\": [\n      {\n        \"refId\": \"refId\",\n        \"deletedAt\": \"deletedAt\"\n      }\n    ]\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"sessionId\",\n  \"httpStatus\": 200\n}\n\n</code></pre>\n<blockquote>\n<p><strong>Note:</strong> This is a soft-delete. Deleted units retain their <code>deletedAt</code> timestamp and remain visible via <code>GetOrganizationUnits</code>. Multiple units can be deleted in a single request.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["partners-backend","api","OrganizationUnits","DeleteOrganizationUnits"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"1421f7a2-88f9-4fc9-ae7e-578629a62c29","name":"DeleteOrganizationUnits","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"refIds\": [\"refId\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/OrganizationUnits/DeleteOrganizationUnits"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Tue, 24 Feb 2026 17:25:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"145"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"RequestId"},{"key":"x-amzn-Remapped-Content-Length","value":"145"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"apigw-id"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"ETag"},{"key":"Access-Control-Expose-Headers","value":"Authorization,X-Amzn-Remapped-Authorization,x-organization-id"},{"key":"X-Amzn-Trace-Id","value":"Trace-Id"},{"key":"x-amzn-Remapped-Date","value":"Tue, 24 Feb 2026 17:25:05 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": {\n        \"deletedEntries\": [\n            {\n                \"refId\": \"refId\",\n                \"deletedAt\": \"deletedAt\"\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"fc528805-0e82-47bb-8cef-c910b7cf8d5c"}],"id":"fc346e1a-f7da-409d-a189-1c7a14c41920","_postman_id":"fc346e1a-f7da-409d-a189-1c7a14c41920","description":""},{"name":"Users","item":[{"name":"GetUsers","id":"5288535a-66bc-4d09-b3d0-c1dff9f30cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"identificationType\": \"identificationType\",\n    \"identifier\": \"identifier\",\n    //  OR\n    \"pagination\": {\n        \"id\": \"id\", // - not required for first page\n        \"createdAt\": \"createdAt\", // - for first page use Date.now()\n        \"limit\": 100\n    },\n    //  OR\n    \"refIds\": [\n        \"refId1\",\n        \"refId2\"\n    ],\n    // filters are also supported - optional\n    \"filter\": {\n        \"freeText\": \"freeText\", // for searching names, identification and so on.\n        \"status\": \"status\", // \"active\" / \"inactive\"\n        \"identificationTypes\": [\n            \"identificationType1\",\n            \"identificationType2\"\n        ],\n        \"roleRefIds\": [\n            \"roleRefId\"\n        ],\n        \"organizationUnitRefIds\": [\n            \"organizationUnitRefId\"\n        ],\n        \"organizationSegmentRefIds\": [\n            \"organizationSegmentRefId\"\n        ]\n    },\n    // In order to retrieve additional related data\n    \"relations\": {\n        \"organizationUnit\": true,\n        \"organizationSegments\": true,\n        \"role\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/Users/GetUsers","description":"<h1 id=\"getusers\">GetUsers</h1>\n<h2 id=\"retrieves-user-records-from-the-organization-based-on-various-lookup-strategies\">Retrieves user records from the organization based on various lookup strategies.</h2>\n<h2 id=\"request\">Request</h2>\n<p><strong>Method:</strong> <code>POST</code><br /><strong>Headers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>{{CognitoToken}}</code></td>\n<td>Authentication token.</td>\n</tr>\n<tr>\n<td><code>x-organization-id</code></td>\n<td><code>{{organizationId}}</code></td>\n<td>Target organization context.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request Body:</strong><br />The request supports three mutually exclusive lookup modes:<br /><strong>1. By identification (single user lookup):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>identificationType</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>The type of identifier (e.g., <code>\"id\"</code>).</td>\n</tr>\n<tr>\n<td><code>identifier</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>The identifier value to search for.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>2. By refIds (batch lookup):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>refIds</code></td>\n<td><code>string[]</code></td>\n<td>Yes</td>\n<td>List of user <code>refId</code> values to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>3. By pagination (list all):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pagination.createdAt</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>Yes</td>\n<td>Cursor timestamp. For first page, use <code>Date.now()</code>. Subsequent pages use the value returned from the previous response.</td>\n</tr>\n<tr>\n<td><code>pagination.id</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>Cursor ID for next page. Omit for first page.</td>\n</tr>\n<tr>\n<td><code>pagination.limit</code></td>\n<td><code>integer</code></td>\n<td>Yes</td>\n<td>Max users to return per page.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"filters-optional\">Filters (optional)</h3>\n<p>Can be combined with any lookup mode. Most useful with pagination or batch lookups.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.freeText</code></td>\n<td><code>string</code></td>\n<td>Search by name, identification, etc.</td>\n</tr>\n<tr>\n<td><code>filter.status</code></td>\n<td><code>string</code></td>\n<td><code>\"active\"</code> or <code>\"inactive\"</code>.</td>\n</tr>\n<tr>\n<td><code>filter.identificationTypes</code></td>\n<td><code>string[]</code></td>\n<td>Filter by identification types.</td>\n</tr>\n<tr>\n<td><code>filter.roleRefIds</code></td>\n<td><code>string[]</code></td>\n<td>Filter by role refIds.</td>\n</tr>\n<tr>\n<td><code>filter.organizationUnitRefIds</code></td>\n<td><code>string[]</code></td>\n<td>Filter by organization unit refIds.</td>\n</tr>\n<tr>\n<td><code>filter.organizationSegmentRefIds</code></td>\n<td><code>string[]</code></td>\n<td>Filter by organization segment refIds.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"relations-optional\">Relations (optional)</h3>\n<p>Include related data in the response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>relations.organizationUnit</code></td>\n<td><code>boolean</code></td>\n<td>Include organization unit data.</td>\n</tr>\n<tr>\n<td><code>relations.organizationSegments</code></td>\n<td><code>boolean</code></td>\n<td>Include organization segments data.</td>\n</tr>\n<tr>\n<td><code>relations.role</code></td>\n<td><code>boolean</code></td>\n<td>Include role data.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"pagination\": {\n    \"createdAt\": \"2024-01-01T00:00:00.000Z\",\n    \"limit\": 100\n  },\n  \"filter\": {\n    \"status\": \"active\"\n  },\n  \"relations\": {\n    \"role\": true\n  }\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-httpstatus-200\">Success (<code>httpStatus: 200</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result.users</code></td>\n<td><code>Array</code></td>\n<td>List of matching user objects.</td>\n</tr>\n<tr>\n<td><code>result.users[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Unique user identifier.</td>\n</tr>\n<tr>\n<td><code>result.users[].createdAt</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>Creation timestamp.</td>\n</tr>\n<tr>\n<td><code>result.users[].email</code></td>\n<td><code>string</code></td>\n<td>Email address.</td>\n</tr>\n<tr>\n<td><code>result.users[].employerRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Reference to the user's employer.</td>\n</tr>\n<tr>\n<td><code>result.users[].firstName</code></td>\n<td><code>string</code></td>\n<td>First name.</td>\n</tr>\n<tr>\n<td><code>result.users[].lastName</code></td>\n<td><code>string</code></td>\n<td>Last name.</td>\n</tr>\n<tr>\n<td><code>result.users[].id</code></td>\n<td><code>string</code></td>\n<td>Identification number.</td>\n</tr>\n<tr>\n<td><code>result.users[].phoneNumber</code></td>\n<td><code>string</code></td>\n<td>Phone number (international format).</td>\n</tr>\n<tr>\n<td><code>result.users[].roleRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Assigned role reference.</td>\n</tr>\n<tr>\n<td><code>result.users[].updatedAt</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>Last update timestamp.</td>\n</tr>\n<tr>\n<td><code>result.users[].deletedAt</code></td>\n<td><code>string (ISO 8601) or null</code></td>\n<td>Soft-delete timestamp, if applicable.</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Human-readable status message.</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td>Internal status code. <code>1</code> = success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Session/request identifier.</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>HTTP status code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": {\n    \"users\": [\n      {\n        \"refId\": \"refId\",\n        \"createdAt\": \"createdAt\",\n        \"email\": \"email@domain.com\",\n        \"employerRefId\": \"employerRefId\",\n        \"firstName\": \"firstName\",\n        \"lastName\": \"lastName\",\n        \"id\": \"id\",\n        \"phoneNumber\": \"phoneNumber\",\n        \"roleRefId\": \"roleRefId\",\n        \"updatedAt\": \"updatedAt\",\n        \"deletedAt\": null\n      }\n    ]\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"sessionId\",\n  \"httpStatus\": 200\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["partners-backend","api","Users","GetUsers"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"de360f68-bcd7-4c97-a78e-8e5849bc456c","name":"GetUsers","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"identificationType\": \"identificationType\",\n    \"identifier\": \"identifier\",\n    //  OR\n    \"pagination\": {\n        \"id\": \"id\", // - not required for first page\n        \"createdAt\": \"createdAt\", // - for first page use Date.now()\n        \"limit\": 100\n    },\n    //  OR\n    \"refIds\": [\n        \"refId1\",\n        \"refId2\"\n    ],\n    // filters are also supported - optional\n    \"filter\": {\n        \"freeText\": \"freeText\", // for searching names, identification and so on.\n        \"status\": \"status\", // \"active\" / \"inactive\"\n        \"identificationTypes\": [\n            \"identificationType1\",\n            \"identificationType2\"\n        ],\n        \"roleRefIds\": [\n            \"roleRefId\"\n        ],\n        \"organizationUnitRefIds\": [\n            \"organizationUnitRefId\"\n        ],\n        \"organizationSegmentRefIds\": [\n            \"organizationSegmentRefId\"\n        ]\n    },\n    // In order to retrieve additional related data\n    \"relations\": {\n        \"organizationUnit\": true,\n        \"organizationSegments\": true,\n        \"role\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/Users/GetUsers"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 25 Feb 2026 12:18:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"795"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"RequestId"},{"key":"x-amzn-Remapped-Content-Length","value":"795"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"apigw-id"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"ETag"},{"key":"Access-Control-Expose-Headers","value":"Authorization,X-Amzn-Remapped-Authorization,x-organization-id"},{"key":"X-Amzn-Trace-Id","value":"Trace-Id"},{"key":"x-amzn-Remapped-Date","value":"Wed, 25 Feb 2026 12:18:22 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"users\": [\n            {\n                \"refId\": \"refId\",\n                \"createdAt\": \"createdAt\",\n                \"organizationSegmentRefIds\": [\n                    \"organizationSegmentRefId1\",\n                    \"organizationSegmentRefId2\"\n                ],\n                \"partnerRefId\": \"partnerRefId\",\n                \"employerRefIds\": [\n                    \"employerRefId1\",\n                    \"employerRefId2\"\n                ],\n                \"deletedAt\": null,\n                \"email\": \"email@domain.com\",\n                \"employerRefId\": \"{{organizationId}}\",\n                \"firstName\": \"firstName\",\n                \"id\": \"id\",\n                \"lastName\": \"lastName\",\n                \"phoneNumber\": \"phoneNumber\",\n                \"roleRefId\": \"roleRefId\",\n                \"updatedAt\": \"updatedAt\",\n                \"organizationUnitRefId\": \"organizationUnitRefId\"\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"5288535a-66bc-4d09-b3d0-c1dff9f30cfc"},{"name":"CreateOrUpdateUsers","id":"4f8a2800-422f-4b62-930d-a6b8db514889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"users\": [\n    {\n    //   \"refId\": \"refId\", //optional for create, mandatory for update\n      \"employerRefId\": \"{{organizationId}}\", // mandatory\n      \"id\": \"id\", // mandatory (either id, passport, driversLicense, or externalNumber)\n      \"phoneNumber\": \"phoneNumber\", // mandatory\n      \"email\": \"email@domain.com\", // mandatory (atleast email or phone, or both)\n    //   \"driversLicense\": \"driversLicense\",\n    //   \"passport\": \"passport\",\n    //   \"externalNumber\": \"externalNumber\",\n    //   \"firstName\": \"firstName\",\n    //   \"lastName\": \"lastName\",\n    //   \"dateOfBirth\": dateOfBirth,\n    //   \"organizationUnitRefId\": \"organizationUnitRefId\",\n    //   \"organizationSegmentRefIds\": [\"organizationSegmentRefId\"],\n      \"roleRefId\": \"roleRefId\" // mandatory (user role refId)\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/rog/api/Users/CreateOrUpdateUsers","description":"<h1 id=\"createorupdateusers\">CreateOrUpdateUsers</h1>\n<p>Creates new users or updates existing users within an organization. Supports batch operations.</p>\n<hr />\n<h2 id=\"request\">Request</h2>\n<p><strong>Method:</strong> <code>POST</code></p>\n<p><strong>Headers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>{{CognitoToken}}</code></td>\n<td>Authentication token.</td>\n</tr>\n<tr>\n<td><code>x-organization-id</code></td>\n<td><code>{{organizationId}}</code></td>\n<td>Target organization context.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request Body:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>users</code></td>\n<td><code>Array</code></td>\n<td>Yes</td>\n<td>List of user objects to create or update.</td>\n</tr>\n<tr>\n<td><code>users[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Update only</td>\n<td>User's unique identifier. Omit for creation, required for updates.</td>\n</tr>\n<tr>\n<td><code>users[].employerRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Yes</td>\n<td>Reference to the employer.</td>\n</tr>\n<tr>\n<td><code>users[].id</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>User's identification number.</td>\n</tr>\n<tr>\n<td><code>users[].phoneNumber</code></td>\n<td><code>string</code></td>\n<td>Conditional</td>\n<td>User's phone number. At least one of <code>phoneNumber</code> or <code>email</code> is required.</td>\n</tr>\n<tr>\n<td><code>users[].email</code></td>\n<td><code>string</code></td>\n<td>Conditional</td>\n<td>User's email address. At least one of <code>email</code> or <code>phoneNumber</code> is required.</td>\n</tr>\n<tr>\n<td><code>users[].roleRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Yes</td>\n<td>Reference to the assigned role.</td>\n</tr>\n<tr>\n<td><code>users[].firstName</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>User's first name.</td>\n</tr>\n<tr>\n<td><code>users[].lastName</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>User's last name.</td>\n</tr>\n<tr>\n<td><code>users[].dateOfBirth</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>No</td>\n<td>User's date of birth.</td>\n</tr>\n<tr>\n<td><code>users[].driversLicense</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Driver's license number.</td>\n</tr>\n<tr>\n<td><code>users[].passport</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Passport number.</td>\n</tr>\n<tr>\n<td><code>users[].externalNumber</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>External reference number.</td>\n</tr>\n<tr>\n<td><code>users[].organizationUnitRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>No</td>\n<td>Reference to an organization unit.</td>\n</tr>\n<tr>\n<td><code>users[].organizationSegmentRefIds</code></td>\n<td><code>Array</code></td>\n<td>No</td>\n<td>List of organization segment references.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body-create\">Example Request Body (Create)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"users\": [\n    {\n      \"employerRefId\": \"0484f1ed-...\",\n      \"id\": \"111111111\",\n      \"phoneNumber\": \"0500000000\",\n      \"email\": \"email@domain.com\",\n      \"roleRefId\": \"6b7dd3b0-...\",\n      \"firstName\": \"John\",\n      \"lastName\": \"Doe\"\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"example-request-body-update\">Example Request Body (Update)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"users\": [\n    {\n      \"refId\": \"b11765b8-...\",\n      \"employerRefId\": \"0484f1ed-...\",\n      \"id\": \"111111111\",\n      \"phoneNumber\": \"0500000000\",\n      \"email\": \"updated@domain.com\",\n      \"roleRefId\": \"6b7dd3b0-...\"\n    }\n  ]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-httpstatus-200\">Success (<code>httpStatus: 200</code>)</h3>\n<p>Returns the created or updated user objects with the same structure as the request, including system-assigned fields.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>users</code></td>\n<td><code>Array</code></td>\n<td>List of created/updated user objects.</td>\n</tr>\n<tr>\n<td><code>users[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Unique user identifier (assigned on creation).</td>\n</tr>\n<tr>\n<td><code>users[].employerRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Employer reference.</td>\n</tr>\n<tr>\n<td><code>users[].id</code></td>\n<td><code>string</code></td>\n<td>Identification number.</td>\n</tr>\n<tr>\n<td><code>users[].phoneNumber</code></td>\n<td><code>string</code></td>\n<td>Phone number.</td>\n</tr>\n<tr>\n<td><code>users[].email</code></td>\n<td><code>string</code></td>\n<td>Email address.</td>\n</tr>\n<tr>\n<td><code>users[].roleRefId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Assigned role reference.</td>\n</tr>\n<tr>\n<td><code>users[].firstName</code></td>\n<td><code>string</code></td>\n<td>First name.</td>\n</tr>\n<tr>\n<td><code>users[].lastName</code></td>\n<td><code>string</code></td>\n<td>Last name.</td>\n</tr>\n<tr>\n<td><code>users[].dateOfBirth</code></td>\n<td><code>string or null</code></td>\n<td>Date of birth.</td>\n</tr>\n<tr>\n<td><code>users[].driversLicense</code></td>\n<td><code>string or null</code></td>\n<td>Driver's license.</td>\n</tr>\n<tr>\n<td><code>users[].passport</code></td>\n<td><code>string or null</code></td>\n<td>Passport number.</td>\n</tr>\n<tr>\n<td><code>users[].externalNumber</code></td>\n<td><code>string or null</code></td>\n<td>External reference number.</td>\n</tr>\n<tr>\n<td><code>users[].organizationUnitRefId</code></td>\n<td><code>string or null</code></td>\n<td>Organization unit reference.</td>\n</tr>\n<tr>\n<td><code>users[].organizationSegmentRefIds</code></td>\n<td><code>Array or null</code></td>\n<td>Organization segment references.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"users\": [\n    {\n      \"refId\": \"b11765b8-...\",\n      \"employerRefId\": \"0484f1ed-...\",\n      \"id\": \"111111111\",\n      \"phoneNumber\": \"0500000000\",\n      \"email\": \"email@domain.com\",\n      \"roleRefId\": \"6b7dd3b0-...\"\n    }\n  ]\n}\n\n</code></pre>\n<blockquote>\n<p><strong>Note:</strong> When creating, <code>refId</code> is omitted from the request and returned in the response. When updating, <code>refId</code> must be included in the request.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["partners-backend","rog","api","Users","CreateOrUpdateUsers"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"d56fc83a-c652-4952-b8d0-83f4eb65cd92","name":"CreateOrUpdateUsers","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"users\": [\n    {\n    //   \"refId\": \"refId\", //optional for create, mandatory for update\n      \"employerRefId\": \"{{organizationId}}\", // mandatory\n      \"id\": \"id\", // mandatory (either id, passport, driversLicense, or externalNumber)\n      \"phoneNumber\": \"+972549200030\", // mandatory\n      \"email\": \"email@domain.com\", // mandatory (atleast email or phone, or both)\n    //   \"driversLicense\": \"driversLicense\",\n    //   \"passport\": \"passport\",\n    //   \"externalNumber\": \"externalNumber\",\n    //   \"firstName\": \"firstName\",\n    //   \"lastName\": \"lastName\",\n    //   \"dateOfBirth\": dateOfBirth,\n    //   \"organizationUnitRefId\": \"organizationUnitRefId\",\n    //   \"organizationSegmentRefIds\": [\"organizationSegmentRefId\"],\n      \"roleRefId\": \"roleRefId\" // mandatory (user role refId)\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/rog/api/Users/CreateOrUpdateUsers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 25 Feb 2026 16:52:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"RequestId"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"apigw-id"},{"key":"X-Amzn-Trace-Id","value":"Trace-Id"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"users\": [\n            {\n                \"refId\": \"refId\", \n                \"employerRefId\": \"{{organizationId}}\", \n                \"id\": \"id\", \n                \"phoneNumber\": \"phoneNumber\", \n                \"email\": \"email@domain.com\", \n                \"roleRefId\": \"roleRefId\" \n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"4f8a2800-422f-4b62-930d-a6b8db514889"},{"name":"DeleteUsers","id":"45509daf-0819-49f9-812b-871c295e7528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"refIds\": [\"refId\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/Users/DeleteUsers","description":"<h1 id=\"deleteusers\">DeleteUsers</h1>\n<p>Soft-deletes one or more users by their reference IDs.</p>\n<hr />\n<h2 id=\"request\">Request</h2>\n<p><strong>Method:</strong> <code>POST</code></p>\n<p><strong>Headers:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>{{CognitoToken}}</code></td>\n<td>Authentication token.</td>\n</tr>\n<tr>\n<td><code>x-organization-id</code></td>\n<td><code>{{organizationId}}</code></td>\n<td>Target organization context.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request Body:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>refIds</code></td>\n<td><code>Array</code></td>\n<td>Yes</td>\n<td>List of user <code>refId</code> values to delete. Supports batch deletion.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"refIds\": [\n    \"a697c1c5-f672-41f2-a409-0f9a90bbd33c\"\n  ]\n}\n\n</code></pre>\n<hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-httpstatus-200\">Success (<code>httpStatus: 200</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result.deletedEntries</code></td>\n<td><code>Array</code></td>\n<td>List of successfully deleted user entries.</td>\n</tr>\n<tr>\n<td><code>result.deletedEntries[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>The deleted user's reference ID.</td>\n</tr>\n<tr>\n<td><code>result.deletedEntries[].deletedAt</code></td>\n<td><code>string (ISO 8601)</code></td>\n<td>Timestamp of the soft-delete.</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Human-readable status message.</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td>Internal status code. <code>1</code> = success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Session/request identifier.</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>HTTP status code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": {\n    \"deletedEntries\": [\n      {\n        \"refId\": \"a697c1c5-...\",\n        \"deletedAt\": \"2026-02-09T17:13:19.322Z\"\n      }\n    ]\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"de2b1e5a-...\",\n  \"httpStatus\": 200\n}\n\n</code></pre>\n<blockquote>\n<p><strong>Note:</strong> This is a soft-delete. Deleted users retain their <code>deletedAt</code> timestamp and remain visible via <code>GetUsers</code>. Multiple users can be deleted in a single request.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["partners-backend","api","Users","DeleteUsers"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"e1c04494-5ff8-4a3d-8987-f700715ebae7","name":"DeleteUsers","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"refIds\": [\"refId\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stage.cal-platform.com/partners-backend/api/Users/DeleteUsers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Wed, 25 Feb 2026 17:03:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"RequestId"},{"key":"x-amzn-Remapped-Content-Length","value":"90"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"apigw-id"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"ETag"},{"key":"Access-Control-Expose-Headers","value":"Authorization,X-Amzn-Remapped-Authorization,x-organization-id"},{"key":"X-Amzn-Trace-Id","value":"Trace-Id"},{"key":"x-amzn-Remapped-Date","value":"Wed, 25 Feb 2026 17:03:07 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": {\n        \"deletedEntries\": [\n            {\n                \"refId\": \"refId\",\n                \"deletedAt\": \"deletedAt\"\n            }\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"45509daf-0819-49f9-812b-871c295e7528"}],"id":"a5c37ef6-c120-43a7-a470-a6dab371f99c","_postman_id":"a5c37ef6-c120-43a7-a470-a6dab371f99c","description":""},{"name":"Roles","item":[{"name":"GetRoles","id":"c5a9b5a3-471c-4bb7-a908-26b352edee1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"url":"https://api.stage.cal-platform.com/partners-backend/api/Roles/GetRoles?refIds=refId","description":"<h1 id=\"get-roles\">Get Roles</h1>\n<p>Retrieves all roles available for the authenticated context, along with the permitted actions (scopes) assigned to each role.</p>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>This endpoint returns a list of role definitions. Each role includes its type (e.g., <code>User</code>, <code>OrganizationAdmin</code>) and a set of actions representing the scopes/permissions granted to that role. The response is filtered based on the provided <code>refId</code> values (if applicable) and the caller's authorization context.</p>\n<p>Use this endpoint to:</p>\n<ul>\n<li><p>Display role-based permission mappings in admin dashboards</p>\n</li>\n<li><p>Validate which scopes are available for a given role type</p>\n</li>\n<li><p>Audit and review access control configurations</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-httpstatus-200\">Success (<code>httpStatus: 200</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result.roles</code></td>\n<td><code>Array</code></td>\n<td>List of role objects matching the query.</td>\n</tr>\n<tr>\n<td><code>result.roles[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Unique identifier for this role instance.</td>\n</tr>\n<tr>\n<td><code>result.roles[].type</code></td>\n<td><code>string</code></td>\n<td>The role type (e.g., <code>User</code>, <code>OrganizationAdmin</code>).</td>\n</tr>\n<tr>\n<td><code>result.roles[].actions</code></td>\n<td><code>Array</code></td>\n<td>List of permitted actions/scopes for this role.</td>\n</tr>\n<tr>\n<td><code>result.roles[].actions[].scope</code></td>\n<td><code>string</code></td>\n<td>The permission scope name (e.g., <code>GetTransactions</code>, <code>CreatePockets</code>).</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Human-readable status message.</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td>Internal status code. <code>1</code> = success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Session/request identifier.</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>HTTP status code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response-truncated\">Example Response (truncated)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": {\n    \"roles\": [\n      {\n        \"refId\": \"refId\",\n        \"actions\": [\n          { \"scope\": \"scope\" },\n        ],\n        \"type\": \"type\"\n      }\n    ]\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"sessionId\",\n  \"httpStatus\": 200\n}\n\n</code></pre>\n<blockquote>\n<p>Actual responses contain more scopes per role depending on configuration. </p>\n</blockquote>\n<hr />\n<h2 id=\"role-types\">Role Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Role Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>User</code></td>\n<td>Standard end-user with limited permissions (view transactions, pockets, card details).</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Additional role types may exist depending on platform configuration. </p>\n</blockquote>\n<hr />\n","urlObject":{"protocol":"https","path":["partners-backend","api","Roles","GetRoles"],"host":["api","stage","cal-platform","com"],"query":[{"key":"refIds","value":"refId"},{"disabled":true,"key":"refIds","value":"202095cd-397c-4b9d-8c43-24a87785c4c5"}],"variable":[]}},"response":[{"id":"0cc917fc-923e-4db4-a31a-dffa1b2d7e04","name":"GetRoles","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"},{"key":"x-organization-id","value":"{{organizationId}}","type":"text"}],"url":{"raw":"https://api.stage.cal-platform.com/partners-backend/api/Roles/GetRoles?refIds=refId","protocol":"https","host":["api","stage","cal-platform","com"],"path":["partners-backend","api","Roles","GetRoles"],"query":[{"key":"refIds","value":"refId"},{"key":"refIds","value":"refId2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Wed, 25 Feb 2026 17:04:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1865"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"RequestId"},{"key":"x-amzn-Remapped-Content-Length","value":"1865"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"apigw-id"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"ETag"},{"key":"Access-Control-Expose-Headers","value":"Authorization,X-Amzn-Remapped-Authorization,x-organization-id"},{"key":"X-Amzn-Trace-Id","value":"Trace-Id"},{"key":"x-amzn-Remapped-Date","value":"Wed, 25 Feb 2026 17:04:08 GMT"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": {\n        \"roles\": [\n            {\n                \"refId\": \"refId\",\n                \"actions\": [\n                    {\n                        \"scope\": \"scope\"\n                    }\n                ],\n                \"type\": \"type\"\n            },\n        ]\n    },\n    \"statusDescription\": \"Success\",\n    \"statusCode\": 1,\n    \"sessionId\": \"sessionId\",\n    \"httpStatus\": 200\n}"}],"_postman_id":"c5a9b5a3-471c-4bb7-a908-26b352edee1a"},{"name":"GetAllRoles","id":"4d1fbda6-6a0a-4b42-9b44-ea08fcdc0b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"url":"https://api.stage.cal-platform.com/partners-backend/api/Roles/GetAllRoles","description":"<h1 id=\"getallroles\">GetAllRoles</h1>\n<p>Retrieves all role definitions across the platform, including their permitted actions (scopes). Unlike <code>GetRoles</code> which filters by specific <code>refIds</code>, this endpoint returns the complete set of available roles.</p>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>This endpoint returns every role configured in the system, each with its type and full list of granted action scopes. This is useful for building comprehensive permission matrices, onboarding flows, or admin tools that need visibility into all available roles — not just those assigned to specific entities.</p>\n<p>Use this endpoint to:</p>\n<ul>\n<li><p>Build a full role-permission matrix for admin dashboards</p>\n</li>\n<li><p>Compare scope differences across role types</p>\n</li>\n<li><p>Populate role selection dropdowns with complete options</p>\n</li>\n<li><p>Audit the full access control configuration</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response\">Response</h2>\n<h3 id=\"success-httpstatus-200\">Success (<code>httpStatus: 200</code>)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result.roles</code></td>\n<td><code>Array</code></td>\n<td>List of all role objects in the system.</td>\n</tr>\n<tr>\n<td><code>result.roles[].refId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Unique identifier for this role definition.</td>\n</tr>\n<tr>\n<td><code>result.roles[].type</code></td>\n<td><code>string</code></td>\n<td>The role type name (e.g., <code>User</code>, <code>OrganizationAdmin</code>, <code>HrManager</code>, <code>FinanceManager</code>, <code>Auditor</code>).</td>\n</tr>\n<tr>\n<td><code>result.roles[].actions</code></td>\n<td><code>Array</code></td>\n<td>List of permitted actions/scopes for this role.</td>\n</tr>\n<tr>\n<td><code>result.roles[].actions[].scope</code></td>\n<td><code>string</code></td>\n<td>The permission scope name (e.g., <code>GetTransactions</code>, <code>CreatePockets</code>, <code>DeleteUsers</code>).</td>\n</tr>\n<tr>\n<td><code>statusDescription</code></td>\n<td><code>string</code></td>\n<td>Human-readable status message.</td>\n</tr>\n<tr>\n<td><code>statusCode</code></td>\n<td><code>integer</code></td>\n<td>Internal status code. <code>1</code> = success.</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td><code>string (UUID)</code></td>\n<td>Session/request identifier.</td>\n</tr>\n<tr>\n<td><code>httpStatus</code></td>\n<td><code>integer</code></td>\n<td>HTTP status code.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-response-truncated\">Example Response (truncated)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": {\n    \"roles\": [\n      {\n        \"refId\": \"refId\",\n        \"actions\": [\n          { \"scope\": \"scope\" }\n        ],\n        \"type\": \"type\"\n      }\n    ]\n  },\n  \"statusDescription\": \"Success\",\n  \"statusCode\": 1,\n  \"sessionId\": \"sessionId\",\n  \"httpStatus\": 200\n}\n\n</code></pre>\n<blockquote>\n<p>Actual responses contain the full list of scopes per role. The example above is truncated for readability.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["partners-backend","api","Roles","GetAllRoles"],"host":["api","stage","cal-platform","com"],"query":[],"variable":[]}},"response":[{"id":"90bafd86-5cd0-4d98-8ccc-a54b87d0c467","name":"GetAllRoles","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CognitoToken}}","type":"text"}],"url":"https://api.stage.cal-platform.com/partners-backend/api/Roles/GetAllRoles"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4d1fbda6-6a0a-4b42-9b44-ea08fcdc0b96"}],"id":"2c76c5e7-ad66-4a7b-a0b9-58da207be032","_postman_id":"2c76c5e7-ad66-4a7b-a0b9-58da207be032","description":""}],"id":"f3327cab-1599-4a86-a57e-327966f79df0","_postman_id":"f3327cab-1599-4a86-a57e-327966f79df0","description":""}]}