{"info":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"7484238","collectionId":"60abdedd-6640-49c8-9497-fe181220c2fd","publishedId":"TVCcZAJC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-08-31T12:16:04.000Z"},"item":[{"name":"V3","item":[{"name":"Token Validation - Oauth","item":[{"name":"token/validate","id":"f1eaa6db-e24a-45e6-866c-7474a874a5fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/oauth/token/validate","urlObject":{"path":["api","v3","oauth","token","validate"],"host":["{{onboarding_base_url}}"],"query":[{"disabled":true,"key":"uuid","value":"{{product_account_uuid}}"}],"variable":[]}},"response":[{"id":"6588ec8e-2e94-4474-88dd-054e3a6bc3bf","name":"unauthorised_user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}1","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/oauth/token/validate","host":["{{onboarding_base_url}}"],"path":["api","v3","oauth","token","validate"],"query":[{"key":"uuid","value":"{{product_account_uuid}}","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"8b254aa3-04f7-4140-b336-7da6dfd9982b"},{"key":"X-Runtime","value":"0.432184"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"f3ece026-9f56-4d3b-abc2-9066e111089e","name":"when_uuid_is_not_passed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/oauth/token/validate","host":["{{onboarding_base_url}}"],"path":["api","v3","oauth","token","validate"],"query":[{"key":"uuid","value":"{{product_account_uuid}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"6ce2aee0bfcd5af825e3e5f23e9baa41\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bb904a4c-fb0a-42e6-9b96-5bf26d0098cd"},{"key":"X-Runtime","value":"0.200150"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"email\": \"rajat.mishra@payu.in\"\n    },\n    \"token\": {\n        \"type\": \"user\",\n        \"created_at\": 1648628546,\n        \"expires_in\": 977\n    }\n}"},{"id":"5a4c433a-8fde-4375-8d09-7ead3dac0503","name":"when_uuid_is_passed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/oauth/token/validate?uuid={{product_account_uuid}}","host":["{{onboarding_base_url}}"],"path":["api","v3","oauth","token","validate"],"query":[{"key":"uuid","value":"{{product_account_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"a6a8c695cad0f0396af4fe87fe28b98c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"7058c6a4-5732-413e-8026-12e677e350cc"},{"key":"X-Runtime","value":"1.161679"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"email\": \"rajat.mishra@payu.in\"\n    },\n    \"token\": {\n        \"type\": \"user\",\n        \"created_at\": 1648628546,\n        \"expires_in\": 888\n    }\n}"}],"_postman_id":"f1eaa6db-e24a-45e6-866c-7474a874a5fa"},{"name":"authorized_applications","id":"5803a10b-607e-4358-9731-c78c59b5fb4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/oauth/authorized_applications","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","oauth","authorized_applications"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"39ee726d-d85e-4248-b1cb-e26e2e68d6ab","name":"invalid_token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}1","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/oauth/authorized_applications"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"bc7aac2e-30e8-406d-ae7e-84217bac2cb6"},{"key":"X-Runtime","value":"1.018094"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e6bd7f15-b527-4668-81d1-fe3e975bb2f7","name":"valid_token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/oauth/authorized_applications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"b943ab10c402ced9bf8c4490334ba698\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"76260243-9fe6-43c0-9c64-cbe2782e081b"},{"key":"X-Runtime","value":"2.024721"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"11e8-784d-ce4dc672-b819-02e2a56dcb80\",\n            \"type\": \"authorized-applications\",\n            \"attributes\": {\n                \"name\": \"Merchant Onboarding\",\n                \"home-page\": null,\n                \"policy-page\": null,\n                \"logo\": null,\n                \"scope\": [\n                    \"user_profile\"\n                ],\n                \"scope-descriptions\": {\n                    \"user_profile\": \"Read a user's profile data\"\n                },\n                \"authorized-at\": 1615184165\n            }\n        }\n    ]\n}"}],"_postman_id":"5803a10b-607e-4358-9731-c78c59b5fb4e"},{"name":"token/info","id":"9a3de71e-be93-497e-a873-34aacaf2cec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v3/oauth/token/info","urlObject":{"path":["api","v3","oauth","token","info"],"host":["{{onboarding_base_url}}"],"query":[{"disabled":true,"key":"uuid","value":"{{product_account_uuid}}"},{"disabled":true,"key":"uuid","value":"{{product_account_identifier}}"}],"variable":[]}},"response":[{"id":"4780bfca-1c7e-4a00-a4b6-4f0c0a6bf558","name":"unauthenticated_user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}1","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/oauth/token/info","host":["{{onboarding_base_url}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"{{product_account_uuid}}","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"07bd11e3-6636-49c8-809b-536944041614"},{"key":"X-Runtime","value":"0.192971"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"e5a6eb33-18c8-4d20-957f-af33eaf97188","name":"user_no_premissions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/oauth/token/info","host":["{{onboarding_base_url}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"{{product_account_uuid}}","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"735602ac-a6a3-442f-9f7a-bc847419f8e4"},{"key":"X-Runtime","value":"21.559420"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"credentials\": [\n            \"invalid_credentials\"\n        ]\n    },\n    \"messages\": {\n        \"credentials\": \"invalid credentials provided.\"\n    },\n    \"status\": 401\n}"},{"id":"01880297-add8-4e95-bc0b-c00c72bb16af","name":"user_with_permissions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/oauth/token/info","host":["{{onboarding_base_url}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"{{product_account_uuid}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"f2b4eaa35ea641df432c52b817cb1bc1\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"9e72610e-350b-45de-9c23-47529a2b38af"},{"key":"X-Runtime","value":"1.248033"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_accounts\": [\n        {\n            \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n            \"name\": \"PayUbizAccount\",\n            \"identifier\": 20000012,\n            \"scopes\": [\n                \"read_dashboard_payumoney\",\n                \"send_verification_link\",\n                \"manage_addendum\",\n                \"split_transactions\",\n                \"manage_offers\",\n                \"download_invoice_payout\",\n                \"read_transactions\",\n                \"read_settlements\",\n                \"manage_refunds\",\n                \"user_profile\",\n                \"update_user_profile\",\n                \"manage_notifications\",\n                \"manage_checkouts\",\n                \"manage_webhooks\",\n                \"manage_credentials\",\n                \"manage_payment_products\",\n                \"create_invoice_payumoney\",\n                \"update_invoice_payumoney\",\n                \"read_invoice_payumoney\",\n                \"create_vpas\",\n                \"create_payout_transactions\",\n                \"read_invoice_items\",\n                \"create_invoice_items\",\n                \"delete_invoice_items\",\n                \"update_invoice_items\",\n                \"create_subscription_plans\",\n                \"read_invoice_details\",\n                \"manage_roles\",\n                \"manage_employees\",\n                \"manage_thirdparty_access\",\n                \"maker\",\n                \"checker\",\n                \"manage_approval_flow\",\n                \"update_profile_restricted\",\n                \"view_transaction_summary\",\n                \"view_treasury_summary\",\n                \"download_transaction_reports\",\n                \"read_tdr\",\n                \"download_settlement_reports\",\n                \"read_refunds\",\n                \"process_refunds\",\n                \"download_refund_reports\",\n                \"manage_chargebacks\",\n                \"read_payment_links\",\n                \"create_payment_links\",\n                \"update_payment_links\",\n                \"delete_payment_links\",\n                \"read_buttons\",\n                \"create_buttons\",\n                \"update_buttons\",\n                \"delete_buttons\",\n                \"read_payment_handles\",\n                \"create_payment_handles\",\n                \"update_payment_handles\",\n                \"delete_payment_handles\",\n                \"read_invoices\",\n                \"manage_payment_notifications\",\n                \"manage_treasury_notifications\",\n                \"create_invoices\",\n                \"update_invoices\",\n                \"delete_invoices\",\n                \"read_account_request_nb\",\n                \"create_account_request_nb\",\n                \"read_account_details_nb\",\n                \"read_transaction_nb\",\n                \"add_transaction_meta_data_nb\",\n                \"download_transaction_nb\",\n                \"read_summary_nb\",\n                \"read_account_nmp\",\n                \"read_sales_list_nmp\",\n                \"read_sales_summary_nmp\",\n                \"read_sales_detail_nmp\",\n                \"read_settlement_list_nmp\",\n                \"read_settlement_sumary_nmp\",\n                \"read_settlement_details_nmp\",\n                \"read_dispute_list_nmp\",\n                \"read_dispute_summary_nmp\",\n                \"read_dispute_details_nmp\",\n                \"update_dispute_status_nmp\",\n                \"register_account_nmp\",\n                \"refer_child_merchant\",\n                \"fetch_child_merchants\",\n                \"read_settlement_cycle\",\n                \"update_settlement_cycle\"\n            ],\n            \"acl_role\": {\n                \"name\": \"MerchantAdminUserRole\",\n                \"description\": null,\n                \"acl_permissions\": [\n                    {\n                        \"id\": 1,\n                        \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n                        \"name\": \"read_transactions\",\n                        \"title\": \"View Transaction Data\",\n                        \"description\": \"User can view the details page of individual transaction.\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 2,\n                        \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n                        \"name\": \"read_settlements\",\n                        \"title\": \"View Settlement Data\",\n                        \"description\": \"User can view the details page of individual settlement\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\"\n                        ]\n                    },\n                    {\n                        \"id\": 3,\n                        \"uuid\": \"4aa5-38fa-35cb09ad-8602-4dc05a33ea39\",\n                        \"name\": \"manage_refunds\",\n                        \"title\": \"Manage Refunds\",\n                        \"description\": \"User can Initiate the refunds on merchant Account\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"manage_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 5,\n                        \"uuid\": \"11ec-907e-3c102bfe-bffb-a0999b174961\",\n                        \"name\": \"change_settlement_cycle\",\n                        \"title\": \"Change Settlement Cycle\",\n                        \"description\": \"User can view and change the settlement cycle\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_settlement_cycle\",\n                            \"update_settlement_cycle\"\n                        ]\n                    },\n                    {\n                        \"id\": 6,\n                        \"uuid\": \"11e9-b2a3-55f4d698-afb7-0a54e87e793a\",\n                        \"name\": \"user_profile\",\n                        \"title\": \"View Profile Details\",\n                        \"description\": \"User can see profile details of merchant\",\n                        \"product\": 6,\n                        \"permission_group\": \"Account Activation\",\n                        \"scopes\": [\n                            \"user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 7,\n                        \"uuid\": \"11e9-b2a3-8b5d55bc-afb7-0a54e87e793a\",\n                        \"name\": \"update_user_profile\",\n                        \"title\": \"Manage Profile details\",\n                        \"description\": \"user can update profile details of merchant\",\n                        \"product\": 6,\n                        \"permission_group\": \"Account Activation\",\n                        \"scopes\": [\n                            \"manage_addendum\",\n                            \"user_profile\",\n                            \"update_user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 8,\n                        \"uuid\": \"11e9-a3b4-079bd1ca-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_notifications\",\n                        \"title\": \"Manage Notification Settings\",\n                        \"description\": \"User can Manage notification settings of merchant under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 9,\n                        \"uuid\": \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_checkouts\",\n                        \"title\": \"Manage Checkout Settings\",\n                        \"description\": \"User can Manage checkout settings of merchant under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_checkouts\"\n                        ]\n                    },\n                    {\n                        \"id\": 10,\n                        \"uuid\": \"11e9-a3b3-fb9e9038-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_webhooks\",\n                        \"title\": \"Manage Webhooks\",\n                        \"description\": \"User can manage webhooks of a merchant under settings tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_webhooks\"\n                        ]\n                    },\n                    {\n                        \"id\": 11,\n                        \"uuid\": \"11e9-a3b3-f7448dd0-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_credentials\",\n                        \"title\": \"Manage Integration\",\n                        \"description\": \"User can manage Integration details page under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Integration\",\n                        \"scopes\": [\n                            \"manage_credentials\"\n                        ]\n                    },\n                    {\n                        \"id\": 12,\n                        \"uuid\": \"11e9-a3b3-f24ca7f4-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_payment_products\",\n                        \"title\": \"Manage Payment Products\",\n                        \"description\": \"User can manage payouts/payment links/buttons/subscriptions on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Request Payments\",\n                        \"scopes\": [\n                            \"manage_payment_products\",\n                            \"create_invoice_payumoney\",\n                            \"update_invoice_payumoney\",\n                            \"read_invoice_payumoney\",\n                            \"create_vpas\",\n                            \"create_payout_transactions\",\n                            \"read_invoice_items\",\n                            \"create_invoice_items\",\n                            \"delete_invoice_items\",\n                            \"update_invoice_items\",\n                            \"create_subscription_plans\",\n                            \"read_invoice_details\"\n                        ]\n                    },\n                    {\n                        \"id\": 13,\n                        \"uuid\": \"11e9-a3b3-ed648bc6-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_employees\",\n                        \"title\": \"Manage Employees\",\n                        \"description\": \"User can add/manage employees on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 14,\n                        \"uuid\": \"4049-24a7-73f01ffb-9f58-0423e49f080a\",\n                        \"name\": \"manage_roles\",\n                        \"title\": \"Manage Roles\",\n                        \"description\": \"user can add/manage roles on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_roles\"\n                        ]\n                    },\n                    {\n                        \"id\": 16,\n                        \"uuid\": \"11e9-e8ba-497594b4-bd2c-02f413145cce\",\n                        \"name\": \"manage_team_accounts\",\n                        \"title\": \"Manage Employees\",\n                        \"description\": \"User can add/manage roles on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_roles\",\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 17,\n                        \"uuid\": \"11e9-c8a7-d074143c-b81f-acbc327756df\",\n                        \"name\": \"Default Permissions\",\n                        \"title\": \"Default Permissions\",\n                        \"description\": \"Permissions available to all users\",\n                        \"product\": 6,\n                        \"permission_group\": \"Default Permissions\",\n                        \"scopes\": [\n                            \"read_dashboard_payumoney\",\n                            \"send_verification_link\"\n                        ]\n                    },\n                    {\n                        \"id\": 18,\n                        \"uuid\": \"11e9-e903-a6d94b5c-8998-02f413145cce\",\n                        \"name\": \"manage_thirdparty_access\",\n                        \"title\": \"Manage Thirdparty Access\",\n                        \"description\": \"Use can manage the access provided to third-parties on payU account\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_thirdparty_access\"\n                        ]\n                    },\n                    {\n                        \"id\": 19,\n                        \"uuid\": \"11ea-684d-7a2df1b0-a1ad-0a54e87e793a\",\n                        \"name\": \"maker\",\n                        \"title\": \"Payout maker\",\n                        \"description\": \"Payout maker\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"maker\"\n                        ]\n                    },\n                    {\n                        \"id\": 20,\n                        \"uuid\": \"11ea-684d-edb798fc-a1ad-0a54e87e793a\",\n                        \"name\": \"checker\",\n                        \"title\": \"Payout Checker\",\n                        \"description\": \"Payout checker\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"checker\"\n                        ]\n                    },\n                    {\n                        \"id\": 21,\n                        \"uuid\": \"11ea-684e-17f544de-a1ad-0a54e87e793a\",\n                        \"name\": \"manage_approval_flow\",\n                        \"title\": \"Payout Manage Approval Flow\",\n                        \"description\": \"Pay out Manage Approval Flow\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"manage_approval_flow\"\n                        ]\n                    },\n                    {\n                        \"id\": 22,\n                        \"uuid\": \"11ea-aae1-b4ddc386-8b1f-38f9d3c7f51b\",\n                        \"name\": \"one_dashboard_permission\",\n                        \"title\": \"One Dashboard\",\n                        \"description\": \"Temp permission having all new dashboard scopes\",\n                        \"product\": 1,\n                        \"permission_group\": \"One Dashboard\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"read_settlements\",\n                            \"manage_checkouts\",\n                            \"manage_webhooks\",\n                            \"manage_credentials\",\n                            \"maker\",\n                            \"checker\",\n                            \"manage_approval_flow\",\n                            \"view_transaction_summary\",\n                            \"view_treasury_summary\",\n                            \"download_transaction_reports\",\n                            \"read_tdr\",\n                            \"download_settlement_reports\",\n                            \"read_refunds\",\n                            \"process_refunds\",\n                            \"download_refund_reports\",\n                            \"manage_chargebacks\",\n                            \"read_payment_links\",\n                            \"create_payment_links\",\n                            \"update_payment_links\",\n                            \"delete_payment_links\",\n                            \"read_buttons\",\n                            \"create_buttons\",\n                            \"update_buttons\",\n                            \"delete_buttons\",\n                            \"read_payment_handles\",\n                            \"create_payment_handles\",\n                            \"update_payment_handles\",\n                            \"delete_payment_handles\",\n                            \"manage_payment_notifications\",\n                            \"manage_treasury_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 23,\n                        \"uuid\": \"11ea-e3b4-792de2f6-896b-38f9d3c7f51b\",\n                        \"name\": \"business_summary\",\n                        \"title\": \"Business Summary\",\n                        \"description\": \"Access to the Business Summary which comprises of Analytics (Transactions, Settlements, Refunds). If the user doesn’t have this permission, she can NOT view any analytics; doesn’t matter if she has individual settlement, transactions, refunds permissions.\",\n                        \"product\": 1,\n                        \"permission_group\": \"Business Summary\",\n                        \"scopes\": [\n                            \"view_transaction_summary\",\n                            \"view_treasury_summary\"\n                        ]\n                    },\n                    {\n                        \"id\": 24,\n                        \"uuid\": \"11ea-e3b4-7946bb14-896b-38f9d3c7f51b\",\n                        \"name\": \"transactions_view\",\n                        \"title\": \"Transactions - View\",\n                        \"description\": \"User can view the transaction grid, transaction detail page for each transaction\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transactions\",\n                        \"scopes\": [\n                            \"read_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 25,\n                        \"uuid\": \"11ea-e3b4-794e8e52-896b-38f9d3c7f51b\",\n                        \"name\": \"transaction_download\",\n                        \"title\": \"Transaction - Download\",\n                        \"description\": \"User can download the Transaction Report (both from the Transactions tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transactions\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"download_transaction_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 26,\n                        \"uuid\": \"11ea-e3b4-795538b0-896b-38f9d3c7f51b\",\n                        \"name\": \"settlement_view\",\n                        \"title\": \"Settlement - View\",\n                        \"description\": \"User can view the settlement grid, settlement detail page for each settlement\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\",\n                            \"read_tdr\"\n                        ]\n                    },\n                    {\n                        \"id\": 27,\n                        \"uuid\": \"11ea-e3b4-7963c222-896b-38f9d3c7f51b\",\n                        \"name\": \"settlement_download\",\n                        \"title\": \"Settlement - Download\",\n                        \"description\": \"User can download the Settlement Report (both from the Settlements tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\",\n                            \"read_tdr\",\n                            \"download_settlement_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 28,\n                        \"uuid\": \"11ea-e3b4-796a59a2-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_view\",\n                        \"title\": \"Refunds - View\",\n                        \"description\": \"User can view the Refunds tab in the Transactions section\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 29,\n                        \"uuid\": \"11ea-e3b4-79756c0c-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_process\",\n                        \"title\": \"Refunds - Process\",\n                        \"description\": \"User can process a refund on a particular transaction\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"read_refunds\",\n                            \"process_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 30,\n                        \"uuid\": \"11ea-e3b4-797d8ba8-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_download\",\n                        \"title\": \"Refunds - Download\",\n                        \"description\": \"User can download the Refunds Report (both from the Refunds tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_refunds\",\n                            \"download_refund_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 31,\n                        \"uuid\": \"11ea-e3b4-7987a35e-896b-38f9d3c7f51b\",\n                        \"name\": \"chargeback\",\n                        \"title\": \"Chargeback\",\n                        \"description\": \"User can access the Bank Portal (maintained by Optimus)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Chargeback\",\n                        \"scopes\": [\n                            \"manage_chargebacks\"\n                        ]\n                    },\n                    {\n                        \"id\": 32,\n                        \"uuid\": \"11ea-e3b4-79907f7e-896b-38f9d3c7f51b\",\n                        \"name\": \"products_payment_gateway\",\n                        \"title\": \"Products - Payment Gateway\",\n                        \"description\": \"User can access the Key/Salt for integration purposes\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"manage_credentials\"\n                        ]\n                    },\n                    {\n                        \"id\": 33,\n                        \"uuid\": \"11ea-e3b4-799bb402-896b-38f9d3c7f51b\",\n                        \"name\": \"products_payment_links\",\n                        \"title\": \"Products - Payment Links\",\n                        \"description\": \"User can access Payment Links product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_links\",\n                            \"create_payment_links\",\n                            \"update_payment_links\",\n                            \"delete_payment_links\"\n                        ]\n                    },\n                    {\n                        \"id\": 34,\n                        \"uuid\": \"11ea-e3b4-79a0fe76-896b-38f9d3c7f51b\",\n                        \"name\": \"products_buttons\",\n                        \"title\": \"Products - Buttons\",\n                        \"description\": \"User can access Buttons product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_buttons\",\n                            \"create_buttons\",\n                            \"update_buttons\",\n                            \"delete_buttons\"\n                        ]\n                    },\n                    {\n                        \"id\": 35,\n                        \"uuid\": \"11ea-e3b4-79ae844c-896b-38f9d3c7f51b\",\n                        \"name\": \"products_share_payment_handle\",\n                        \"title\": \"Products - Share Payment Handle\",\n                        \"description\": \"User can access Share Payment Handle product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_handles\",\n                            \"create_payment_handles\",\n                            \"update_payment_handles\",\n                            \"delete_payment_handles\"\n                        ]\n                    },\n                    {\n                        \"id\": 36,\n                        \"uuid\": \"11ea-e3b4-79b59020-896b-38f9d3c7f51b\",\n                        \"name\": \"products_invoices\",\n                        \"title\": \"Products - Invoices\",\n                        \"description\": \"User can access Invoices product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_invoices\",\n                            \"create_invoices\",\n                            \"update_invoices\",\n                            \"delete_invoices\"\n                        ]\n                    },\n                    {\n                        \"id\": 37,\n                        \"uuid\": \"11ea-e3b4-79c32f14-896b-38f9d3c7f51b\",\n                        \"name\": \"tools_view\",\n                        \"title\": \"Tools - View\",\n                        \"description\": \"User can view Tools product\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_links\",\n                            \"read_buttons\",\n                            \"read_payment_handles\",\n                            \"read_invoices\"\n                        ]\n                    },\n                    {\n                        \"id\": 38,\n                        \"uuid\": \"11ea-e3b7-67649c06-896b-38f9d3c7f51b\",\n                        \"name\": \"maker_one_dashbaord\",\n                        \"title\": \"Payouts - Maker\",\n                        \"description\": \"User can create a Payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"maker\"\n                        ]\n                    },\n                    {\n                        \"id\": 39,\n                        \"uuid\": \"11ea-e3b7-676ce03c-896b-38f9d3c7f51b\",\n                        \"name\": \"checker_one_dashbaord\",\n                        \"title\": \"Payouts - Checker\",\n                        \"description\": \"User can approve a Payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"create_payout_transactions\",\n                            \"checker\"\n                        ]\n                    },\n                    {\n                        \"id\": 40,\n                        \"uuid\": \"11ea-e3b7-6772a378-896b-38f9d3c7f51b\",\n                        \"name\": \"manage_approval_flow_one_dashbaord\",\n                        \"title\": \"Payout - Manage Approval Flow\",\n                        \"description\": \"User can create maker, checker as well as create and approve a payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"manage_approval_flow\"\n                        ]\n                    },\n                    {\n                        \"id\": 43,\n                        \"uuid\": \"11ea-e3b6-9ecd551c-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_profile\",\n                        \"title\": \"Settings - Profile\",\n                        \"description\": \"User can update the profile of the Business; provides access to Common Onboarding\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"user_profile\",\n                            \"update_user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 44,\n                        \"uuid\": \"11ea-e3b6-9ee64a18-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_notifications\",\n                        \"title\": \"Settings - Notifications\",\n                        \"description\": \"User can update the notifications email to be sent to users\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_payment_notifications\",\n                            \"manage_treasury_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 45,\n                        \"uuid\": \"11ea-e5db-a648a6bc-896b-38f9d3c7f51b\",\n                        \"name\": \"manage_webhooks_one_dashbaord\",\n                        \"title\": \"Settings - Webhooks\",\n                        \"description\": \"User can configure webhooks on specific URLs\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_webhooks\"\n                        ]\n                    },\n                    {\n                        \"id\": 46,\n                        \"uuid\": \"11ea-e3b6-e9d3efd0-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_checkout_(brand)\",\n                        \"title\": \"Settings - Checkout (Brand)\",\n                        \"description\": \"User can update brand logo, color and signature to be consumed by Checkout and Payment products\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_checkouts\"\n                        ]\n                    },\n                    {\n                        \"id\": 47,\n                        \"uuid\": \"11ea-e3b6-e9e4ec04-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_users_&_permissions\",\n                        \"title\": \"Settings - Users & Permissions\",\n                        \"description\": \"User can create employees and assign roles to them\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_roles\",\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 48,\n                        \"uuid\": \"11ea-6ec3-3d5daad8-952c-024215e7fa0a\",\n                        \"name\": \"update_profile_restricted\",\n                        \"title\": \"\",\n                        \"description\": \"User can update only selected portion of profile\",\n                        \"product\": 6,\n                        \"permission_group\": \"\",\n                        \"scopes\": [\n                            \"update_profile_restricted\"\n                        ]\n                    },\n                    {\n                        \"id\": 49,\n                        \"uuid\": \"11eb-3959-64d179f8-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_request_get\",\n                        \"title\": \"Banking - Account Opening Request Get\",\n                        \"description\": \"View Account Opening Request Status\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking Default\",\n                        \"scopes\": [\n                            \"read_account_request_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 50,\n                        \"uuid\": \"11eb-3959-64e63fd2-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_request_create\",\n                        \"title\": \"Banking - Account Opening Request Create\",\n                        \"description\": \"Create Banking View\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking Default\",\n                        \"scopes\": [\n                            \"create_account_request_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 51,\n                        \"uuid\": \"11eb-3959-64ef942e-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_details_view\",\n                        \"title\": \"Banking View\",\n                        \"description\": \"View Bank Account Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"read_account_request_nb\",\n                            \"read_account_details_nb\",\n                            \"read_transaction_nb\",\n                            \"add_transaction_meta_data_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 52,\n                        \"uuid\": \"11eb-3959-64fbc42e-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_transaction_download\",\n                        \"title\": \"Banking Download\",\n                        \"description\": \"Download Transaction Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"download_transaction_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 53,\n                        \"uuid\": \"11eb-3959-650ff7d2-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_summary_views\",\n                        \"title\": \"Banking Analytics\",\n                        \"description\": \"View Summary\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"read_summary_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 58,\n                        \"uuid\": \"11eb-3959-64f2d7b0-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_market_place_details\",\n                        \"title\": \"Market Place View\",\n                        \"description\": \"Market Place View Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Marketplace\",\n                        \"scopes\": [\n                            \"read_account_nmp\",\n                            \"read_sales_list_nmp\",\n                            \"read_sales_summary_nmp\",\n                            \"read_sales_detail_nmp\",\n                            \"read_settlement_list_nmp\",\n                            \"read_settlement_sumary_nmp\",\n                            \"read_settlement_details_nmp\",\n                            \"read_dispute_list_nmp\",\n                            \"read_dispute_summary_nmp\",\n                            \"read_dispute_details_nmp\"\n                        ]\n                    },\n                    {\n                        \"id\": 59,\n                        \"uuid\": \"11eb-3959-6500bee8-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_market_place_admin\",\n                        \"title\": \"Marketplace Admin\",\n                        \"description\": \"Market Place Admin\",\n                        \"product\": 1,\n                        \"permission_group\": \"Marketplace\",\n                        \"scopes\": [\n                            \"update_dispute_status_nmp\",\n                            \"register_account_nmp\"\n                        ]\n                    },\n                    {\n                        \"id\": 66,\n                        \"uuid\": \"11ec-57f6-4460f0ce-95d0-38f9d3c7f51b\",\n                        \"name\": \"download_invoice_payouts\",\n                        \"title\": \"Payouts - Download Invoice\",\n                        \"description\": \"Download invoice for payouts\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"download_invoice_payout\"\n                        ]\n                    },\n                    {\n                        \"id\": 67,\n                        \"uuid\": \"11eb-d66c-7c804434-96dc-f45c89c8e6d1\",\n                        \"name\": \"refer_child_merchant\",\n                        \"title\": \"Refer Child Merchant\",\n                        \"description\": \"Ability to add child aggregators\",\n                        \"product\": 1,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"refer_child_merchant\"\n                        ]\n                    },\n                    {\n                        \"id\": 68,\n                        \"uuid\": \"11ec-299d-9d192e02-b8db-38f9d35159b9\",\n                        \"name\": \"fetch_child_merchant_details\",\n                        \"title\": \"Fetch Child Merchants Detail\",\n                        \"description\": \"Ability to fetch details of child aggregators\",\n                        \"product\": 1,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"fetch_child_merchants\"\n                        ]\n                    },\n                    {\n                        \"id\": 69,\n                        \"uuid\": \"11ec-6ee3-d82a5e5e-a435-38f9d3c7f51b\",\n                        \"name\": \"split_transactions\",\n                        \"title\": \"Split Transactions\",\n                        \"description\": \"Ability to split transactions\",\n                        \"product\": 15,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"split_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 70,\n                        \"uuid\": \"11ec-6ee2-633acefe-a435-38f9d3c7f51b\",\n                        \"name\": \"manage_offers\",\n                        \"title\": \"Manage Offers\",\n                        \"description\": \"Ability to manage offers\",\n                        \"product\": 15,\n                        \"permission_group\": \"Offer Engine\",\n                        \"scopes\": [\n                            \"manage_offers\"\n                        ]\n                    },\n                    {\n                        \"name\": \"basic_permissions\",\n                        \"scopes\": [\n                            \"basic_permissions\"\n                        ],\n                        \"description\": \"Basic Scopes\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"application\": {},\n    \"user\": {\n        \"uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"email\": \"rajat.mishra@payu.in\"\n    },\n    \"token\": {\n        \"type\": \"user\",\n        \"created_at\": 1653546983,\n        \"expires_in\": 85997\n    }\n}"},{"id":"9570fc16-b764-4a47-b8f3-5a6fad109d8f","name":"when_invalid_uuid_is_passed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/oauth/token/info?uuid=random","host":["{{onboarding_base_url}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"random"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"ad1802d8-6509-44b1-ac24-79611dc04bcf"},{"key":"X-Runtime","value":"1.577412"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"credentials\": [\n            \"invalid_credentials\"\n        ]\n    },\n    \"messages\": {\n        \"credentials\": \"invalid credentials provided.\"\n    },\n    \"status\": 401\n}"},{"id":"ca0f213f-b6a6-4bb1-b7c7-813d76ec5c28","name":"when_uuid_is_passed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/oauth/token/info?uuid={{product_account_uuid}}","host":["{{onboarding_base_url}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"{{product_account_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"5bd9cc43e11897b82ef7ce12323b3afa\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"acb03cce-c584-46e6-a6bf-fb6957c2ae26"},{"key":"X-Runtime","value":"0.230705"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_accounts\": [\n        {\n            \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n            \"name\": \"PayUbizAccount\",\n            \"identifier\": 20000012,\n            \"scopes\": [\n                \"read_dashboard_payumoney\",\n                \"send_verification_link\",\n                \"manage_addendum\",\n                \"split_transactions\",\n                \"manage_offers\",\n                \"download_invoice_payout\",\n                \"read_transactions\",\n                \"read_settlements\",\n                \"manage_refunds\",\n                \"user_profile\",\n                \"update_user_profile\",\n                \"manage_notifications\",\n                \"manage_checkouts\",\n                \"manage_webhooks\",\n                \"manage_credentials\",\n                \"manage_payment_products\",\n                \"create_invoice_payumoney\",\n                \"update_invoice_payumoney\",\n                \"read_invoice_payumoney\",\n                \"create_vpas\",\n                \"create_payout_transactions\",\n                \"read_invoice_items\",\n                \"create_invoice_items\",\n                \"delete_invoice_items\",\n                \"update_invoice_items\",\n                \"create_subscription_plans\",\n                \"read_invoice_details\",\n                \"manage_roles\",\n                \"manage_employees\",\n                \"manage_thirdparty_access\",\n                \"maker\",\n                \"checker\",\n                \"manage_approval_flow\",\n                \"update_profile_restricted\",\n                \"view_transaction_summary\",\n                \"view_treasury_summary\",\n                \"download_transaction_reports\",\n                \"read_tdr\",\n                \"download_settlement_reports\",\n                \"read_refunds\",\n                \"process_refunds\",\n                \"download_refund_reports\",\n                \"manage_chargebacks\",\n                \"read_payment_links\",\n                \"create_payment_links\",\n                \"update_payment_links\",\n                \"delete_payment_links\",\n                \"read_buttons\",\n                \"create_buttons\",\n                \"update_buttons\",\n                \"delete_buttons\",\n                \"read_payment_handles\",\n                \"create_payment_handles\",\n                \"update_payment_handles\",\n                \"delete_payment_handles\",\n                \"read_invoices\",\n                \"manage_payment_notifications\",\n                \"manage_treasury_notifications\",\n                \"create_invoices\",\n                \"update_invoices\",\n                \"delete_invoices\",\n                \"read_account_request_nb\",\n                \"create_account_request_nb\",\n                \"read_account_details_nb\",\n                \"read_transaction_nb\",\n                \"add_transaction_meta_data_nb\",\n                \"download_transaction_nb\",\n                \"read_summary_nb\",\n                \"read_account_nmp\",\n                \"read_sales_list_nmp\",\n                \"read_sales_summary_nmp\",\n                \"read_sales_detail_nmp\",\n                \"read_settlement_list_nmp\",\n                \"read_settlement_sumary_nmp\",\n                \"read_settlement_details_nmp\",\n                \"read_dispute_list_nmp\",\n                \"read_dispute_summary_nmp\",\n                \"read_dispute_details_nmp\",\n                \"update_dispute_status_nmp\",\n                \"register_account_nmp\",\n                \"refer_child_merchant\",\n                \"fetch_child_merchants\",\n                \"read_settlement_cycle\",\n                \"update_settlement_cycle\"\n            ],\n            \"acl_role\": {\n                \"name\": \"MerchantAdminUserRole\",\n                \"description\": null,\n                \"acl_permissions\": [\n                    {\n                        \"id\": 1,\n                        \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n                        \"name\": \"read_transactions\",\n                        \"title\": \"View Transaction Data\",\n                        \"description\": \"User can view the details page of individual transaction.\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 2,\n                        \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n                        \"name\": \"read_settlements\",\n                        \"title\": \"View Settlement Data\",\n                        \"description\": \"User can view the details page of individual settlement\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\"\n                        ]\n                    },\n                    {\n                        \"id\": 3,\n                        \"uuid\": \"4aa5-38fa-35cb09ad-8602-4dc05a33ea39\",\n                        \"name\": \"manage_refunds\",\n                        \"title\": \"Manage Refunds\",\n                        \"description\": \"User can Initiate the refunds on merchant Account\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"manage_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 5,\n                        \"uuid\": \"11ec-907e-3c102bfe-bffb-a0999b174961\",\n                        \"name\": \"change_settlement_cycle\",\n                        \"title\": \"Change Settlement Cycle\",\n                        \"description\": \"User can view and change the settlement cycle\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_settlement_cycle\",\n                            \"update_settlement_cycle\"\n                        ]\n                    },\n                    {\n                        \"id\": 6,\n                        \"uuid\": \"11e9-b2a3-55f4d698-afb7-0a54e87e793a\",\n                        \"name\": \"user_profile\",\n                        \"title\": \"View Profile Details\",\n                        \"description\": \"User can see profile details of merchant\",\n                        \"product\": 6,\n                        \"permission_group\": \"Account Activation\",\n                        \"scopes\": [\n                            \"user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 7,\n                        \"uuid\": \"11e9-b2a3-8b5d55bc-afb7-0a54e87e793a\",\n                        \"name\": \"update_user_profile\",\n                        \"title\": \"Manage Profile details\",\n                        \"description\": \"user can update profile details of merchant\",\n                        \"product\": 6,\n                        \"permission_group\": \"Account Activation\",\n                        \"scopes\": [\n                            \"manage_addendum\",\n                            \"user_profile\",\n                            \"update_user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 8,\n                        \"uuid\": \"11e9-a3b4-079bd1ca-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_notifications\",\n                        \"title\": \"Manage Notification Settings\",\n                        \"description\": \"User can Manage notification settings of merchant under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 9,\n                        \"uuid\": \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_checkouts\",\n                        \"title\": \"Manage Checkout Settings\",\n                        \"description\": \"User can Manage checkout settings of merchant under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_checkouts\"\n                        ]\n                    },\n                    {\n                        \"id\": 10,\n                        \"uuid\": \"11e9-a3b3-fb9e9038-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_webhooks\",\n                        \"title\": \"Manage Webhooks\",\n                        \"description\": \"User can manage webhooks of a merchant under settings tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_webhooks\"\n                        ]\n                    },\n                    {\n                        \"id\": 11,\n                        \"uuid\": \"11e9-a3b3-f7448dd0-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_credentials\",\n                        \"title\": \"Manage Integration\",\n                        \"description\": \"User can manage Integration details page under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Integration\",\n                        \"scopes\": [\n                            \"manage_credentials\"\n                        ]\n                    },\n                    {\n                        \"id\": 12,\n                        \"uuid\": \"11e9-a3b3-f24ca7f4-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_payment_products\",\n                        \"title\": \"Manage Payment Products\",\n                        \"description\": \"User can manage payouts/payment links/buttons/subscriptions on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Request Payments\",\n                        \"scopes\": [\n                            \"manage_payment_products\",\n                            \"create_invoice_payumoney\",\n                            \"update_invoice_payumoney\",\n                            \"read_invoice_payumoney\",\n                            \"create_vpas\",\n                            \"create_payout_transactions\",\n                            \"read_invoice_items\",\n                            \"create_invoice_items\",\n                            \"delete_invoice_items\",\n                            \"update_invoice_items\",\n                            \"create_subscription_plans\",\n                            \"read_invoice_details\"\n                        ]\n                    },\n                    {\n                        \"id\": 13,\n                        \"uuid\": \"11e9-a3b3-ed648bc6-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_employees\",\n                        \"title\": \"Manage Employees\",\n                        \"description\": \"User can add/manage employees on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 14,\n                        \"uuid\": \"4049-24a7-73f01ffb-9f58-0423e49f080a\",\n                        \"name\": \"manage_roles\",\n                        \"title\": \"Manage Roles\",\n                        \"description\": \"user can add/manage roles on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_roles\"\n                        ]\n                    },\n                    {\n                        \"id\": 16,\n                        \"uuid\": \"11e9-e8ba-497594b4-bd2c-02f413145cce\",\n                        \"name\": \"manage_team_accounts\",\n                        \"title\": \"Manage Employees\",\n                        \"description\": \"User can add/manage roles on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_roles\",\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 17,\n                        \"uuid\": \"11e9-c8a7-d074143c-b81f-acbc327756df\",\n                        \"name\": \"Default Permissions\",\n                        \"title\": \"Default Permissions\",\n                        \"description\": \"Permissions available to all users\",\n                        \"product\": 6,\n                        \"permission_group\": \"Default Permissions\",\n                        \"scopes\": [\n                            \"read_dashboard_payumoney\",\n                            \"send_verification_link\"\n                        ]\n                    },\n                    {\n                        \"id\": 18,\n                        \"uuid\": \"11e9-e903-a6d94b5c-8998-02f413145cce\",\n                        \"name\": \"manage_thirdparty_access\",\n                        \"title\": \"Manage Thirdparty Access\",\n                        \"description\": \"Use can manage the access provided to third-parties on payU account\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_thirdparty_access\"\n                        ]\n                    },\n                    {\n                        \"id\": 19,\n                        \"uuid\": \"11ea-684d-7a2df1b0-a1ad-0a54e87e793a\",\n                        \"name\": \"maker\",\n                        \"title\": \"Payout maker\",\n                        \"description\": \"Payout maker\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"maker\"\n                        ]\n                    },\n                    {\n                        \"id\": 20,\n                        \"uuid\": \"11ea-684d-edb798fc-a1ad-0a54e87e793a\",\n                        \"name\": \"checker\",\n                        \"title\": \"Payout Checker\",\n                        \"description\": \"Payout checker\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"checker\"\n                        ]\n                    },\n                    {\n                        \"id\": 21,\n                        \"uuid\": \"11ea-684e-17f544de-a1ad-0a54e87e793a\",\n                        \"name\": \"manage_approval_flow\",\n                        \"title\": \"Payout Manage Approval Flow\",\n                        \"description\": \"Pay out Manage Approval Flow\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"manage_approval_flow\"\n                        ]\n                    },\n                    {\n                        \"id\": 22,\n                        \"uuid\": \"11ea-aae1-b4ddc386-8b1f-38f9d3c7f51b\",\n                        \"name\": \"one_dashboard_permission\",\n                        \"title\": \"One Dashboard\",\n                        \"description\": \"Temp permission having all new dashboard scopes\",\n                        \"product\": 1,\n                        \"permission_group\": \"One Dashboard\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"read_settlements\",\n                            \"manage_checkouts\",\n                            \"manage_webhooks\",\n                            \"manage_credentials\",\n                            \"maker\",\n                            \"checker\",\n                            \"manage_approval_flow\",\n                            \"view_transaction_summary\",\n                            \"view_treasury_summary\",\n                            \"download_transaction_reports\",\n                            \"read_tdr\",\n                            \"download_settlement_reports\",\n                            \"read_refunds\",\n                            \"process_refunds\",\n                            \"download_refund_reports\",\n                            \"manage_chargebacks\",\n                            \"read_payment_links\",\n                            \"create_payment_links\",\n                            \"update_payment_links\",\n                            \"delete_payment_links\",\n                            \"read_buttons\",\n                            \"create_buttons\",\n                            \"update_buttons\",\n                            \"delete_buttons\",\n                            \"read_payment_handles\",\n                            \"create_payment_handles\",\n                            \"update_payment_handles\",\n                            \"delete_payment_handles\",\n                            \"manage_payment_notifications\",\n                            \"manage_treasury_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 23,\n                        \"uuid\": \"11ea-e3b4-792de2f6-896b-38f9d3c7f51b\",\n                        \"name\": \"business_summary\",\n                        \"title\": \"Business Summary\",\n                        \"description\": \"Access to the Business Summary which comprises of Analytics (Transactions, Settlements, Refunds). If the user doesn’t have this permission, she can NOT view any analytics; doesn’t matter if she has individual settlement, transactions, refunds permissions.\",\n                        \"product\": 1,\n                        \"permission_group\": \"Business Summary\",\n                        \"scopes\": [\n                            \"view_transaction_summary\",\n                            \"view_treasury_summary\"\n                        ]\n                    },\n                    {\n                        \"id\": 24,\n                        \"uuid\": \"11ea-e3b4-7946bb14-896b-38f9d3c7f51b\",\n                        \"name\": \"transactions_view\",\n                        \"title\": \"Transactions - View\",\n                        \"description\": \"User can view the transaction grid, transaction detail page for each transaction\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transactions\",\n                        \"scopes\": [\n                            \"read_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 25,\n                        \"uuid\": \"11ea-e3b4-794e8e52-896b-38f9d3c7f51b\",\n                        \"name\": \"transaction_download\",\n                        \"title\": \"Transaction - Download\",\n                        \"description\": \"User can download the Transaction Report (both from the Transactions tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transactions\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"download_transaction_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 26,\n                        \"uuid\": \"11ea-e3b4-795538b0-896b-38f9d3c7f51b\",\n                        \"name\": \"settlement_view\",\n                        \"title\": \"Settlement - View\",\n                        \"description\": \"User can view the settlement grid, settlement detail page for each settlement\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\",\n                            \"read_tdr\"\n                        ]\n                    },\n                    {\n                        \"id\": 27,\n                        \"uuid\": \"11ea-e3b4-7963c222-896b-38f9d3c7f51b\",\n                        \"name\": \"settlement_download\",\n                        \"title\": \"Settlement - Download\",\n                        \"description\": \"User can download the Settlement Report (both from the Settlements tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\",\n                            \"read_tdr\",\n                            \"download_settlement_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 28,\n                        \"uuid\": \"11ea-e3b4-796a59a2-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_view\",\n                        \"title\": \"Refunds - View\",\n                        \"description\": \"User can view the Refunds tab in the Transactions section\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 29,\n                        \"uuid\": \"11ea-e3b4-79756c0c-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_process\",\n                        \"title\": \"Refunds - Process\",\n                        \"description\": \"User can process a refund on a particular transaction\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"read_refunds\",\n                            \"process_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 30,\n                        \"uuid\": \"11ea-e3b4-797d8ba8-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_download\",\n                        \"title\": \"Refunds - Download\",\n                        \"description\": \"User can download the Refunds Report (both from the Refunds tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_refunds\",\n                            \"download_refund_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 31,\n                        \"uuid\": \"11ea-e3b4-7987a35e-896b-38f9d3c7f51b\",\n                        \"name\": \"chargeback\",\n                        \"title\": \"Chargeback\",\n                        \"description\": \"User can access the Bank Portal (maintained by Optimus)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Chargeback\",\n                        \"scopes\": [\n                            \"manage_chargebacks\"\n                        ]\n                    },\n                    {\n                        \"id\": 32,\n                        \"uuid\": \"11ea-e3b4-79907f7e-896b-38f9d3c7f51b\",\n                        \"name\": \"products_payment_gateway\",\n                        \"title\": \"Products - Payment Gateway\",\n                        \"description\": \"User can access the Key/Salt for integration purposes\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"manage_credentials\"\n                        ]\n                    },\n                    {\n                        \"id\": 33,\n                        \"uuid\": \"11ea-e3b4-799bb402-896b-38f9d3c7f51b\",\n                        \"name\": \"products_payment_links\",\n                        \"title\": \"Products - Payment Links\",\n                        \"description\": \"User can access Payment Links product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_links\",\n                            \"create_payment_links\",\n                            \"update_payment_links\",\n                            \"delete_payment_links\"\n                        ]\n                    },\n                    {\n                        \"id\": 34,\n                        \"uuid\": \"11ea-e3b4-79a0fe76-896b-38f9d3c7f51b\",\n                        \"name\": \"products_buttons\",\n                        \"title\": \"Products - Buttons\",\n                        \"description\": \"User can access Buttons product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_buttons\",\n                            \"create_buttons\",\n                            \"update_buttons\",\n                            \"delete_buttons\"\n                        ]\n                    },\n                    {\n                        \"id\": 35,\n                        \"uuid\": \"11ea-e3b4-79ae844c-896b-38f9d3c7f51b\",\n                        \"name\": \"products_share_payment_handle\",\n                        \"title\": \"Products - Share Payment Handle\",\n                        \"description\": \"User can access Share Payment Handle product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_handles\",\n                            \"create_payment_handles\",\n                            \"update_payment_handles\",\n                            \"delete_payment_handles\"\n                        ]\n                    },\n                    {\n                        \"id\": 36,\n                        \"uuid\": \"11ea-e3b4-79b59020-896b-38f9d3c7f51b\",\n                        \"name\": \"products_invoices\",\n                        \"title\": \"Products - Invoices\",\n                        \"description\": \"User can access Invoices product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_invoices\",\n                            \"create_invoices\",\n                            \"update_invoices\",\n                            \"delete_invoices\"\n                        ]\n                    },\n                    {\n                        \"id\": 37,\n                        \"uuid\": \"11ea-e3b4-79c32f14-896b-38f9d3c7f51b\",\n                        \"name\": \"tools_view\",\n                        \"title\": \"Tools - View\",\n                        \"description\": \"User can view Tools product\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_links\",\n                            \"read_buttons\",\n                            \"read_payment_handles\",\n                            \"read_invoices\"\n                        ]\n                    },\n                    {\n                        \"id\": 38,\n                        \"uuid\": \"11ea-e3b7-67649c06-896b-38f9d3c7f51b\",\n                        \"name\": \"maker_one_dashbaord\",\n                        \"title\": \"Payouts - Maker\",\n                        \"description\": \"User can create a Payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"maker\"\n                        ]\n                    },\n                    {\n                        \"id\": 39,\n                        \"uuid\": \"11ea-e3b7-676ce03c-896b-38f9d3c7f51b\",\n                        \"name\": \"checker_one_dashbaord\",\n                        \"title\": \"Payouts - Checker\",\n                        \"description\": \"User can approve a Payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"create_payout_transactions\",\n                            \"checker\"\n                        ]\n                    },\n                    {\n                        \"id\": 40,\n                        \"uuid\": \"11ea-e3b7-6772a378-896b-38f9d3c7f51b\",\n                        \"name\": \"manage_approval_flow_one_dashbaord\",\n                        \"title\": \"Payout - Manage Approval Flow\",\n                        \"description\": \"User can create maker, checker as well as create and approve a payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"manage_approval_flow\"\n                        ]\n                    },\n                    {\n                        \"id\": 43,\n                        \"uuid\": \"11ea-e3b6-9ecd551c-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_profile\",\n                        \"title\": \"Settings - Profile\",\n                        \"description\": \"User can update the profile of the Business; provides access to Common Onboarding\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"user_profile\",\n                            \"update_user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 44,\n                        \"uuid\": \"11ea-e3b6-9ee64a18-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_notifications\",\n                        \"title\": \"Settings - Notifications\",\n                        \"description\": \"User can update the notifications email to be sent to users\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_payment_notifications\",\n                            \"manage_treasury_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 45,\n                        \"uuid\": \"11ea-e5db-a648a6bc-896b-38f9d3c7f51b\",\n                        \"name\": \"manage_webhooks_one_dashbaord\",\n                        \"title\": \"Settings - Webhooks\",\n                        \"description\": \"User can configure webhooks on specific URLs\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_webhooks\"\n                        ]\n                    },\n                    {\n                        \"id\": 46,\n                        \"uuid\": \"11ea-e3b6-e9d3efd0-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_checkout_(brand)\",\n                        \"title\": \"Settings - Checkout (Brand)\",\n                        \"description\": \"User can update brand logo, color and signature to be consumed by Checkout and Payment products\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_checkouts\"\n                        ]\n                    },\n                    {\n                        \"id\": 47,\n                        \"uuid\": \"11ea-e3b6-e9e4ec04-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_users_&_permissions\",\n                        \"title\": \"Settings - Users & Permissions\",\n                        \"description\": \"User can create employees and assign roles to them\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_roles\",\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 48,\n                        \"uuid\": \"11ea-6ec3-3d5daad8-952c-024215e7fa0a\",\n                        \"name\": \"update_profile_restricted\",\n                        \"title\": \"\",\n                        \"description\": \"User can update only selected portion of profile\",\n                        \"product\": 6,\n                        \"permission_group\": \"\",\n                        \"scopes\": [\n                            \"update_profile_restricted\"\n                        ]\n                    },\n                    {\n                        \"id\": 49,\n                        \"uuid\": \"11eb-3959-64d179f8-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_request_get\",\n                        \"title\": \"Banking - Account Opening Request Get\",\n                        \"description\": \"View Account Opening Request Status\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking Default\",\n                        \"scopes\": [\n                            \"read_account_request_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 50,\n                        \"uuid\": \"11eb-3959-64e63fd2-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_request_create\",\n                        \"title\": \"Banking - Account Opening Request Create\",\n                        \"description\": \"Create Banking View\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking Default\",\n                        \"scopes\": [\n                            \"create_account_request_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 51,\n                        \"uuid\": \"11eb-3959-64ef942e-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_details_view\",\n                        \"title\": \"Banking View\",\n                        \"description\": \"View Bank Account Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"read_account_request_nb\",\n                            \"read_account_details_nb\",\n                            \"read_transaction_nb\",\n                            \"add_transaction_meta_data_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 52,\n                        \"uuid\": \"11eb-3959-64fbc42e-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_transaction_download\",\n                        \"title\": \"Banking Download\",\n                        \"description\": \"Download Transaction Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"download_transaction_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 53,\n                        \"uuid\": \"11eb-3959-650ff7d2-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_summary_views\",\n                        \"title\": \"Banking Analytics\",\n                        \"description\": \"View Summary\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"read_summary_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 58,\n                        \"uuid\": \"11eb-3959-64f2d7b0-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_market_place_details\",\n                        \"title\": \"Market Place View\",\n                        \"description\": \"Market Place View Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Marketplace\",\n                        \"scopes\": [\n                            \"read_account_nmp\",\n                            \"read_sales_list_nmp\",\n                            \"read_sales_summary_nmp\",\n                            \"read_sales_detail_nmp\",\n                            \"read_settlement_list_nmp\",\n                            \"read_settlement_sumary_nmp\",\n                            \"read_settlement_details_nmp\",\n                            \"read_dispute_list_nmp\",\n                            \"read_dispute_summary_nmp\",\n                            \"read_dispute_details_nmp\"\n                        ]\n                    },\n                    {\n                        \"id\": 59,\n                        \"uuid\": \"11eb-3959-6500bee8-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_market_place_admin\",\n                        \"title\": \"Marketplace Admin\",\n                        \"description\": \"Market Place Admin\",\n                        \"product\": 1,\n                        \"permission_group\": \"Marketplace\",\n                        \"scopes\": [\n                            \"update_dispute_status_nmp\",\n                            \"register_account_nmp\"\n                        ]\n                    },\n                    {\n                        \"id\": 66,\n                        \"uuid\": \"11ec-57f6-4460f0ce-95d0-38f9d3c7f51b\",\n                        \"name\": \"download_invoice_payouts\",\n                        \"title\": \"Payouts - Download Invoice\",\n                        \"description\": \"Download invoice for payouts\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"download_invoice_payout\"\n                        ]\n                    },\n                    {\n                        \"id\": 67,\n                        \"uuid\": \"11eb-d66c-7c804434-96dc-f45c89c8e6d1\",\n                        \"name\": \"refer_child_merchant\",\n                        \"title\": \"Refer Child Merchant\",\n                        \"description\": \"Ability to add child aggregators\",\n                        \"product\": 1,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"refer_child_merchant\"\n                        ]\n                    },\n                    {\n                        \"id\": 68,\n                        \"uuid\": \"11ec-299d-9d192e02-b8db-38f9d35159b9\",\n                        \"name\": \"fetch_child_merchant_details\",\n                        \"title\": \"Fetch Child Merchants Detail\",\n                        \"description\": \"Ability to fetch details of child aggregators\",\n                        \"product\": 1,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"fetch_child_merchants\"\n                        ]\n                    },\n                    {\n                        \"id\": 69,\n                        \"uuid\": \"11ec-6ee3-d82a5e5e-a435-38f9d3c7f51b\",\n                        \"name\": \"split_transactions\",\n                        \"title\": \"Split Transactions\",\n                        \"description\": \"Ability to split transactions\",\n                        \"product\": 15,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"split_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 70,\n                        \"uuid\": \"11ec-6ee2-633acefe-a435-38f9d3c7f51b\",\n                        \"name\": \"manage_offers\",\n                        \"title\": \"Manage Offers\",\n                        \"description\": \"Ability to manage offers\",\n                        \"product\": 15,\n                        \"permission_group\": \"Offer Engine\",\n                        \"scopes\": [\n                            \"manage_offers\"\n                        ]\n                    },\n                    {\n                        \"name\": \"basic_permissions\",\n                        \"scopes\": [\n                            \"basic_permissions\"\n                        ],\n                        \"description\": \"Basic Scopes\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"application\": {},\n    \"user\": {\n        \"uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"email\": \"rajat.mishra@payu.in\"\n    },\n    \"token\": {\n        \"type\": \"user\",\n        \"created_at\": 1653546983,\n        \"expires_in\": 85997\n    }\n}"},{"id":"3c00f3db-d822-433c-80ec-d21a0379f183","name":"when_identifier_is_passed_in_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/oauth/token/info?uuid={{product_account_identifier}}","host":["{{onboarding_base_url}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"{{product_account_uuid}}","disabled":true},{"key":"uuid","value":"{{product_account_identifier}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"804bb0948624ae82ce1561be8a0f80e3\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2b7a263b-639a-4238-9e58-ba59eeb17b9c"},{"key":"X-Runtime","value":"0.253092"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_accounts\": [\n        {\n            \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n            \"name\": \"PayUbizAccount\",\n            \"identifier\": 20000012,\n            \"scopes\": [\n                \"read_dashboard_payumoney\",\n                \"send_verification_link\",\n                \"manage_addendum\",\n                \"split_transactions\",\n                \"manage_offers\",\n                \"download_invoice_payout\",\n                \"read_transactions\",\n                \"read_settlements\",\n                \"manage_refunds\",\n                \"user_profile\",\n                \"update_user_profile\",\n                \"manage_notifications\",\n                \"manage_checkouts\",\n                \"manage_webhooks\",\n                \"manage_credentials\",\n                \"manage_payment_products\",\n                \"create_invoice_payumoney\",\n                \"update_invoice_payumoney\",\n                \"read_invoice_payumoney\",\n                \"create_vpas\",\n                \"create_payout_transactions\",\n                \"read_invoice_items\",\n                \"create_invoice_items\",\n                \"delete_invoice_items\",\n                \"update_invoice_items\",\n                \"create_subscription_plans\",\n                \"read_invoice_details\",\n                \"manage_roles\",\n                \"manage_employees\",\n                \"manage_thirdparty_access\",\n                \"maker\",\n                \"checker\",\n                \"manage_approval_flow\",\n                \"update_profile_restricted\",\n                \"view_transaction_summary\",\n                \"view_treasury_summary\",\n                \"download_transaction_reports\",\n                \"read_tdr\",\n                \"download_settlement_reports\",\n                \"read_refunds\",\n                \"process_refunds\",\n                \"download_refund_reports\",\n                \"manage_chargebacks\",\n                \"read_payment_links\",\n                \"create_payment_links\",\n                \"update_payment_links\",\n                \"delete_payment_links\",\n                \"read_buttons\",\n                \"create_buttons\",\n                \"update_buttons\",\n                \"delete_buttons\",\n                \"read_payment_handles\",\n                \"create_payment_handles\",\n                \"update_payment_handles\",\n                \"delete_payment_handles\",\n                \"read_invoices\",\n                \"manage_payment_notifications\",\n                \"manage_treasury_notifications\",\n                \"create_invoices\",\n                \"update_invoices\",\n                \"delete_invoices\",\n                \"read_account_request_nb\",\n                \"create_account_request_nb\",\n                \"read_account_details_nb\",\n                \"read_transaction_nb\",\n                \"add_transaction_meta_data_nb\",\n                \"download_transaction_nb\",\n                \"read_summary_nb\",\n                \"read_account_nmp\",\n                \"read_sales_list_nmp\",\n                \"read_sales_summary_nmp\",\n                \"read_sales_detail_nmp\",\n                \"read_settlement_list_nmp\",\n                \"read_settlement_sumary_nmp\",\n                \"read_settlement_details_nmp\",\n                \"read_dispute_list_nmp\",\n                \"read_dispute_summary_nmp\",\n                \"read_dispute_details_nmp\",\n                \"update_dispute_status_nmp\",\n                \"register_account_nmp\",\n                \"refer_child_merchant\",\n                \"fetch_child_merchants\",\n                \"read_settlement_cycle\",\n                \"update_settlement_cycle\"\n            ],\n            \"acl_role\": {\n                \"name\": \"MerchantAdminUserRole\",\n                \"description\": null,\n                \"acl_permissions\": [\n                    {\n                        \"id\": 1,\n                        \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n                        \"name\": \"read_transactions\",\n                        \"title\": \"View Transaction Data\",\n                        \"description\": \"User can view the details page of individual transaction.\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 2,\n                        \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n                        \"name\": \"read_settlements\",\n                        \"title\": \"View Settlement Data\",\n                        \"description\": \"User can view the details page of individual settlement\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\"\n                        ]\n                    },\n                    {\n                        \"id\": 3,\n                        \"uuid\": \"4aa5-38fa-35cb09ad-8602-4dc05a33ea39\",\n                        \"name\": \"manage_refunds\",\n                        \"title\": \"Manage Refunds\",\n                        \"description\": \"User can Initiate the refunds on merchant Account\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"manage_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 5,\n                        \"uuid\": \"11ec-907e-3c102bfe-bffb-a0999b174961\",\n                        \"name\": \"change_settlement_cycle\",\n                        \"title\": \"Change Settlement Cycle\",\n                        \"description\": \"User can view and change the settlement cycle\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_settlement_cycle\",\n                            \"update_settlement_cycle\"\n                        ]\n                    },\n                    {\n                        \"id\": 6,\n                        \"uuid\": \"11e9-b2a3-55f4d698-afb7-0a54e87e793a\",\n                        \"name\": \"user_profile\",\n                        \"title\": \"View Profile Details\",\n                        \"description\": \"User can see profile details of merchant\",\n                        \"product\": 6,\n                        \"permission_group\": \"Account Activation\",\n                        \"scopes\": [\n                            \"user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 7,\n                        \"uuid\": \"11e9-b2a3-8b5d55bc-afb7-0a54e87e793a\",\n                        \"name\": \"update_user_profile\",\n                        \"title\": \"Manage Profile details\",\n                        \"description\": \"user can update profile details of merchant\",\n                        \"product\": 6,\n                        \"permission_group\": \"Account Activation\",\n                        \"scopes\": [\n                            \"manage_addendum\",\n                            \"user_profile\",\n                            \"update_user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 8,\n                        \"uuid\": \"11e9-a3b4-079bd1ca-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_notifications\",\n                        \"title\": \"Manage Notification Settings\",\n                        \"description\": \"User can Manage notification settings of merchant under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 9,\n                        \"uuid\": \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_checkouts\",\n                        \"title\": \"Manage Checkout Settings\",\n                        \"description\": \"User can Manage checkout settings of merchant under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_checkouts\"\n                        ]\n                    },\n                    {\n                        \"id\": 10,\n                        \"uuid\": \"11e9-a3b3-fb9e9038-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_webhooks\",\n                        \"title\": \"Manage Webhooks\",\n                        \"description\": \"User can manage webhooks of a merchant under settings tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_webhooks\"\n                        ]\n                    },\n                    {\n                        \"id\": 11,\n                        \"uuid\": \"11e9-a3b3-f7448dd0-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_credentials\",\n                        \"title\": \"Manage Integration\",\n                        \"description\": \"User can manage Integration details page under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Integration\",\n                        \"scopes\": [\n                            \"manage_credentials\"\n                        ]\n                    },\n                    {\n                        \"id\": 12,\n                        \"uuid\": \"11e9-a3b3-f24ca7f4-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_payment_products\",\n                        \"title\": \"Manage Payment Products\",\n                        \"description\": \"User can manage payouts/payment links/buttons/subscriptions on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Request Payments\",\n                        \"scopes\": [\n                            \"manage_payment_products\",\n                            \"create_invoice_payumoney\",\n                            \"update_invoice_payumoney\",\n                            \"read_invoice_payumoney\",\n                            \"create_vpas\",\n                            \"create_payout_transactions\",\n                            \"read_invoice_items\",\n                            \"create_invoice_items\",\n                            \"delete_invoice_items\",\n                            \"update_invoice_items\",\n                            \"create_subscription_plans\",\n                            \"read_invoice_details\"\n                        ]\n                    },\n                    {\n                        \"id\": 13,\n                        \"uuid\": \"11e9-a3b3-ed648bc6-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_employees\",\n                        \"title\": \"Manage Employees\",\n                        \"description\": \"User can add/manage employees on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 14,\n                        \"uuid\": \"4049-24a7-73f01ffb-9f58-0423e49f080a\",\n                        \"name\": \"manage_roles\",\n                        \"title\": \"Manage Roles\",\n                        \"description\": \"user can add/manage roles on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_roles\"\n                        ]\n                    },\n                    {\n                        \"id\": 16,\n                        \"uuid\": \"11e9-e8ba-497594b4-bd2c-02f413145cce\",\n                        \"name\": \"manage_team_accounts\",\n                        \"title\": \"Manage Employees\",\n                        \"description\": \"User can add/manage roles on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_roles\",\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 17,\n                        \"uuid\": \"11e9-c8a7-d074143c-b81f-acbc327756df\",\n                        \"name\": \"Default Permissions\",\n                        \"title\": \"Default Permissions\",\n                        \"description\": \"Permissions available to all users\",\n                        \"product\": 6,\n                        \"permission_group\": \"Default Permissions\",\n                        \"scopes\": [\n                            \"read_dashboard_payumoney\",\n                            \"send_verification_link\"\n                        ]\n                    },\n                    {\n                        \"id\": 18,\n                        \"uuid\": \"11e9-e903-a6d94b5c-8998-02f413145cce\",\n                        \"name\": \"manage_thirdparty_access\",\n                        \"title\": \"Manage Thirdparty Access\",\n                        \"description\": \"Use can manage the access provided to third-parties on payU account\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_thirdparty_access\"\n                        ]\n                    },\n                    {\n                        \"id\": 19,\n                        \"uuid\": \"11ea-684d-7a2df1b0-a1ad-0a54e87e793a\",\n                        \"name\": \"maker\",\n                        \"title\": \"Payout maker\",\n                        \"description\": \"Payout maker\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"maker\"\n                        ]\n                    },\n                    {\n                        \"id\": 20,\n                        \"uuid\": \"11ea-684d-edb798fc-a1ad-0a54e87e793a\",\n                        \"name\": \"checker\",\n                        \"title\": \"Payout Checker\",\n                        \"description\": \"Payout checker\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"checker\"\n                        ]\n                    },\n                    {\n                        \"id\": 21,\n                        \"uuid\": \"11ea-684e-17f544de-a1ad-0a54e87e793a\",\n                        \"name\": \"manage_approval_flow\",\n                        \"title\": \"Payout Manage Approval Flow\",\n                        \"description\": \"Pay out Manage Approval Flow\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"manage_approval_flow\"\n                        ]\n                    },\n                    {\n                        \"id\": 22,\n                        \"uuid\": \"11ea-aae1-b4ddc386-8b1f-38f9d3c7f51b\",\n                        \"name\": \"one_dashboard_permission\",\n                        \"title\": \"One Dashboard\",\n                        \"description\": \"Temp permission having all new dashboard scopes\",\n                        \"product\": 1,\n                        \"permission_group\": \"One Dashboard\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"read_settlements\",\n                            \"manage_checkouts\",\n                            \"manage_webhooks\",\n                            \"manage_credentials\",\n                            \"maker\",\n                            \"checker\",\n                            \"manage_approval_flow\",\n                            \"view_transaction_summary\",\n                            \"view_treasury_summary\",\n                            \"download_transaction_reports\",\n                            \"read_tdr\",\n                            \"download_settlement_reports\",\n                            \"read_refunds\",\n                            \"process_refunds\",\n                            \"download_refund_reports\",\n                            \"manage_chargebacks\",\n                            \"read_payment_links\",\n                            \"create_payment_links\",\n                            \"update_payment_links\",\n                            \"delete_payment_links\",\n                            \"read_buttons\",\n                            \"create_buttons\",\n                            \"update_buttons\",\n                            \"delete_buttons\",\n                            \"read_payment_handles\",\n                            \"create_payment_handles\",\n                            \"update_payment_handles\",\n                            \"delete_payment_handles\",\n                            \"manage_payment_notifications\",\n                            \"manage_treasury_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 23,\n                        \"uuid\": \"11ea-e3b4-792de2f6-896b-38f9d3c7f51b\",\n                        \"name\": \"business_summary\",\n                        \"title\": \"Business Summary\",\n                        \"description\": \"Access to the Business Summary which comprises of Analytics (Transactions, Settlements, Refunds). If the user doesn’t have this permission, she can NOT view any analytics; doesn’t matter if she has individual settlement, transactions, refunds permissions.\",\n                        \"product\": 1,\n                        \"permission_group\": \"Business Summary\",\n                        \"scopes\": [\n                            \"view_transaction_summary\",\n                            \"view_treasury_summary\"\n                        ]\n                    },\n                    {\n                        \"id\": 24,\n                        \"uuid\": \"11ea-e3b4-7946bb14-896b-38f9d3c7f51b\",\n                        \"name\": \"transactions_view\",\n                        \"title\": \"Transactions - View\",\n                        \"description\": \"User can view the transaction grid, transaction detail page for each transaction\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transactions\",\n                        \"scopes\": [\n                            \"read_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 25,\n                        \"uuid\": \"11ea-e3b4-794e8e52-896b-38f9d3c7f51b\",\n                        \"name\": \"transaction_download\",\n                        \"title\": \"Transaction - Download\",\n                        \"description\": \"User can download the Transaction Report (both from the Transactions tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transactions\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"download_transaction_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 26,\n                        \"uuid\": \"11ea-e3b4-795538b0-896b-38f9d3c7f51b\",\n                        \"name\": \"settlement_view\",\n                        \"title\": \"Settlement - View\",\n                        \"description\": \"User can view the settlement grid, settlement detail page for each settlement\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\",\n                            \"read_tdr\"\n                        ]\n                    },\n                    {\n                        \"id\": 27,\n                        \"uuid\": \"11ea-e3b4-7963c222-896b-38f9d3c7f51b\",\n                        \"name\": \"settlement_download\",\n                        \"title\": \"Settlement - Download\",\n                        \"description\": \"User can download the Settlement Report (both from the Settlements tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\",\n                            \"read_tdr\",\n                            \"download_settlement_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 28,\n                        \"uuid\": \"11ea-e3b4-796a59a2-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_view\",\n                        \"title\": \"Refunds - View\",\n                        \"description\": \"User can view the Refunds tab in the Transactions section\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 29,\n                        \"uuid\": \"11ea-e3b4-79756c0c-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_process\",\n                        \"title\": \"Refunds - Process\",\n                        \"description\": \"User can process a refund on a particular transaction\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"read_refunds\",\n                            \"process_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 30,\n                        \"uuid\": \"11ea-e3b4-797d8ba8-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_download\",\n                        \"title\": \"Refunds - Download\",\n                        \"description\": \"User can download the Refunds Report (both from the Refunds tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_refunds\",\n                            \"download_refund_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 31,\n                        \"uuid\": \"11ea-e3b4-7987a35e-896b-38f9d3c7f51b\",\n                        \"name\": \"chargeback\",\n                        \"title\": \"Chargeback\",\n                        \"description\": \"User can access the Bank Portal (maintained by Optimus)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Chargeback\",\n                        \"scopes\": [\n                            \"manage_chargebacks\"\n                        ]\n                    },\n                    {\n                        \"id\": 32,\n                        \"uuid\": \"11ea-e3b4-79907f7e-896b-38f9d3c7f51b\",\n                        \"name\": \"products_payment_gateway\",\n                        \"title\": \"Products - Payment Gateway\",\n                        \"description\": \"User can access the Key/Salt for integration purposes\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"manage_credentials\"\n                        ]\n                    },\n                    {\n                        \"id\": 33,\n                        \"uuid\": \"11ea-e3b4-799bb402-896b-38f9d3c7f51b\",\n                        \"name\": \"products_payment_links\",\n                        \"title\": \"Products - Payment Links\",\n                        \"description\": \"User can access Payment Links product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_links\",\n                            \"create_payment_links\",\n                            \"update_payment_links\",\n                            \"delete_payment_links\"\n                        ]\n                    },\n                    {\n                        \"id\": 34,\n                        \"uuid\": \"11ea-e3b4-79a0fe76-896b-38f9d3c7f51b\",\n                        \"name\": \"products_buttons\",\n                        \"title\": \"Products - Buttons\",\n                        \"description\": \"User can access Buttons product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_buttons\",\n                            \"create_buttons\",\n                            \"update_buttons\",\n                            \"delete_buttons\"\n                        ]\n                    },\n                    {\n                        \"id\": 35,\n                        \"uuid\": \"11ea-e3b4-79ae844c-896b-38f9d3c7f51b\",\n                        \"name\": \"products_share_payment_handle\",\n                        \"title\": \"Products - Share Payment Handle\",\n                        \"description\": \"User can access Share Payment Handle product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_handles\",\n                            \"create_payment_handles\",\n                            \"update_payment_handles\",\n                            \"delete_payment_handles\"\n                        ]\n                    },\n                    {\n                        \"id\": 36,\n                        \"uuid\": \"11ea-e3b4-79b59020-896b-38f9d3c7f51b\",\n                        \"name\": \"products_invoices\",\n                        \"title\": \"Products - Invoices\",\n                        \"description\": \"User can access Invoices product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_invoices\",\n                            \"create_invoices\",\n                            \"update_invoices\",\n                            \"delete_invoices\"\n                        ]\n                    },\n                    {\n                        \"id\": 37,\n                        \"uuid\": \"11ea-e3b4-79c32f14-896b-38f9d3c7f51b\",\n                        \"name\": \"tools_view\",\n                        \"title\": \"Tools - View\",\n                        \"description\": \"User can view Tools product\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_links\",\n                            \"read_buttons\",\n                            \"read_payment_handles\",\n                            \"read_invoices\"\n                        ]\n                    },\n                    {\n                        \"id\": 38,\n                        \"uuid\": \"11ea-e3b7-67649c06-896b-38f9d3c7f51b\",\n                        \"name\": \"maker_one_dashbaord\",\n                        \"title\": \"Payouts - Maker\",\n                        \"description\": \"User can create a Payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"maker\"\n                        ]\n                    },\n                    {\n                        \"id\": 39,\n                        \"uuid\": \"11ea-e3b7-676ce03c-896b-38f9d3c7f51b\",\n                        \"name\": \"checker_one_dashbaord\",\n                        \"title\": \"Payouts - Checker\",\n                        \"description\": \"User can approve a Payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"create_payout_transactions\",\n                            \"checker\"\n                        ]\n                    },\n                    {\n                        \"id\": 40,\n                        \"uuid\": \"11ea-e3b7-6772a378-896b-38f9d3c7f51b\",\n                        \"name\": \"manage_approval_flow_one_dashbaord\",\n                        \"title\": \"Payout - Manage Approval Flow\",\n                        \"description\": \"User can create maker, checker as well as create and approve a payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"manage_approval_flow\"\n                        ]\n                    },\n                    {\n                        \"id\": 43,\n                        \"uuid\": \"11ea-e3b6-9ecd551c-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_profile\",\n                        \"title\": \"Settings - Profile\",\n                        \"description\": \"User can update the profile of the Business; provides access to Common Onboarding\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"user_profile\",\n                            \"update_user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 44,\n                        \"uuid\": \"11ea-e3b6-9ee64a18-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_notifications\",\n                        \"title\": \"Settings - Notifications\",\n                        \"description\": \"User can update the notifications email to be sent to users\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_payment_notifications\",\n                            \"manage_treasury_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 45,\n                        \"uuid\": \"11ea-e5db-a648a6bc-896b-38f9d3c7f51b\",\n                        \"name\": \"manage_webhooks_one_dashbaord\",\n                        \"title\": \"Settings - Webhooks\",\n                        \"description\": \"User can configure webhooks on specific URLs\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_webhooks\"\n                        ]\n                    },\n                    {\n                        \"id\": 46,\n                        \"uuid\": \"11ea-e3b6-e9d3efd0-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_checkout_(brand)\",\n                        \"title\": \"Settings - Checkout (Brand)\",\n                        \"description\": \"User can update brand logo, color and signature to be consumed by Checkout and Payment products\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_checkouts\"\n                        ]\n                    },\n                    {\n                        \"id\": 47,\n                        \"uuid\": \"11ea-e3b6-e9e4ec04-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_users_&_permissions\",\n                        \"title\": \"Settings - Users & Permissions\",\n                        \"description\": \"User can create employees and assign roles to them\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_roles\",\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 48,\n                        \"uuid\": \"11ea-6ec3-3d5daad8-952c-024215e7fa0a\",\n                        \"name\": \"update_profile_restricted\",\n                        \"title\": \"\",\n                        \"description\": \"User can update only selected portion of profile\",\n                        \"product\": 6,\n                        \"permission_group\": \"\",\n                        \"scopes\": [\n                            \"update_profile_restricted\"\n                        ]\n                    },\n                    {\n                        \"id\": 49,\n                        \"uuid\": \"11eb-3959-64d179f8-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_request_get\",\n                        \"title\": \"Banking - Account Opening Request Get\",\n                        \"description\": \"View Account Opening Request Status\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking Default\",\n                        \"scopes\": [\n                            \"read_account_request_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 50,\n                        \"uuid\": \"11eb-3959-64e63fd2-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_request_create\",\n                        \"title\": \"Banking - Account Opening Request Create\",\n                        \"description\": \"Create Banking View\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking Default\",\n                        \"scopes\": [\n                            \"create_account_request_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 51,\n                        \"uuid\": \"11eb-3959-64ef942e-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_details_view\",\n                        \"title\": \"Banking View\",\n                        \"description\": \"View Bank Account Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"read_account_request_nb\",\n                            \"read_account_details_nb\",\n                            \"read_transaction_nb\",\n                            \"add_transaction_meta_data_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 52,\n                        \"uuid\": \"11eb-3959-64fbc42e-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_transaction_download\",\n                        \"title\": \"Banking Download\",\n                        \"description\": \"Download Transaction Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"download_transaction_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 53,\n                        \"uuid\": \"11eb-3959-650ff7d2-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_summary_views\",\n                        \"title\": \"Banking Analytics\",\n                        \"description\": \"View Summary\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"read_summary_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 58,\n                        \"uuid\": \"11eb-3959-64f2d7b0-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_market_place_details\",\n                        \"title\": \"Market Place View\",\n                        \"description\": \"Market Place View Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Marketplace\",\n                        \"scopes\": [\n                            \"read_account_nmp\",\n                            \"read_sales_list_nmp\",\n                            \"read_sales_summary_nmp\",\n                            \"read_sales_detail_nmp\",\n                            \"read_settlement_list_nmp\",\n                            \"read_settlement_sumary_nmp\",\n                            \"read_settlement_details_nmp\",\n                            \"read_dispute_list_nmp\",\n                            \"read_dispute_summary_nmp\",\n                            \"read_dispute_details_nmp\"\n                        ]\n                    },\n                    {\n                        \"id\": 59,\n                        \"uuid\": \"11eb-3959-6500bee8-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_market_place_admin\",\n                        \"title\": \"Marketplace Admin\",\n                        \"description\": \"Market Place Admin\",\n                        \"product\": 1,\n                        \"permission_group\": \"Marketplace\",\n                        \"scopes\": [\n                            \"update_dispute_status_nmp\",\n                            \"register_account_nmp\"\n                        ]\n                    },\n                    {\n                        \"id\": 66,\n                        \"uuid\": \"11ec-57f6-4460f0ce-95d0-38f9d3c7f51b\",\n                        \"name\": \"download_invoice_payouts\",\n                        \"title\": \"Payouts - Download Invoice\",\n                        \"description\": \"Download invoice for payouts\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"download_invoice_payout\"\n                        ]\n                    },\n                    {\n                        \"id\": 67,\n                        \"uuid\": \"11eb-d66c-7c804434-96dc-f45c89c8e6d1\",\n                        \"name\": \"refer_child_merchant\",\n                        \"title\": \"Refer Child Merchant\",\n                        \"description\": \"Ability to add child aggregators\",\n                        \"product\": 1,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"refer_child_merchant\"\n                        ]\n                    },\n                    {\n                        \"id\": 68,\n                        \"uuid\": \"11ec-299d-9d192e02-b8db-38f9d35159b9\",\n                        \"name\": \"fetch_child_merchant_details\",\n                        \"title\": \"Fetch Child Merchants Detail\",\n                        \"description\": \"Ability to fetch details of child aggregators\",\n                        \"product\": 1,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"fetch_child_merchants\"\n                        ]\n                    },\n                    {\n                        \"id\": 69,\n                        \"uuid\": \"11ec-6ee3-d82a5e5e-a435-38f9d3c7f51b\",\n                        \"name\": \"split_transactions\",\n                        \"title\": \"Split Transactions\",\n                        \"description\": \"Ability to split transactions\",\n                        \"product\": 15,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"split_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 70,\n                        \"uuid\": \"11ec-6ee2-633acefe-a435-38f9d3c7f51b\",\n                        \"name\": \"manage_offers\",\n                        \"title\": \"Manage Offers\",\n                        \"description\": \"Ability to manage offers\",\n                        \"product\": 15,\n                        \"permission_group\": \"Offer Engine\",\n                        \"scopes\": [\n                            \"manage_offers\"\n                        ]\n                    },\n                    {\n                        \"name\": \"basic_permissions\",\n                        \"scopes\": [\n                            \"basic_permissions\"\n                        ],\n                        \"description\": \"Basic Scopes\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"application\": {},\n    \"user\": {\n        \"uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"email\": \"rajat.mishra@payu.in\"\n    },\n    \"token\": {\n        \"type\": \"user\",\n        \"created_at\": 1653546983,\n        \"expires_in\": 85997\n    }\n}"},{"id":"397824d7-5756-4e14-8c92-e6b5535cbae4","name":"when_client_token_is_passed Copy","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/oauth/token/info","host":["{{onboarding_base_url}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"{{product_account_uuid}}","disabled":true},{"key":"uuid","value":"{{product_account_identifier}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"8c99e061efe902c2559816ab1786e738\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f26a1339-e981-4281-b510-31c5f139a3df"},{"key":"X-Runtime","value":"3.180994"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_accounts\": [],\n    \"application\": {\n        \"scopes\": [\n            \"create_bank_product_account\"\n        ]\n    }\n}"}],"_postman_id":"9a3de71e-be93-497e-a873-34aacaf2cec3"}],"id":"942244e4-11bb-4dbd-9f4a-8c7b7c00a96c","_postman_id":"942244e4-11bb-4dbd-9f4a-8c7b7c00a96c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Need Assessment","item":[{"name":"Assessment Questions  Data","id":"c6da776d-4589-467d-ae06-f7b55d4ecd77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/assessment_questions","urlObject":{"path":["api","v1","assessment_questions"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d657daec-4c2f-4a6c-9d49-4c138177d0c1","name":"Unauthorized Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer random","description":"User token received from HUB","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/assessment_questions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"4e27d592-7268-4e51-b22a-59d1dcbf564e","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"User token received from HUB","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/assessment_questions"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"assessment_questions\": [\n        {\n            \"id\": 1,\n            \"statement\": \"Please select what describes you best\",\n            \"question_type\": \"single_select\",\n            \"order_id\": 1,\n            \"uuid\": \"11eb-6057-1814043a-894c-a483e7015be5\",\n            \"assessment_options\": [\n                {\n                    \"id\": 1,\n                    \"statement\": \"A Business Owner\",\n                    \"label\": \"I am looking for online payment solutions for my Business\",\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-606b-fff941de-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"statement\": \"A Developer\",\n                    \"label\": \"I am here to integrate payment solutions for my clients\",\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-606c-62870386-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 1\n                },\n                {\n                    \"id\": 3,\n                    \"statement\": \"A Customer\",\n                    \"label\": \"I made a payment to a merchant using PayU's payment gateway\",\n                    \"category\": \"Customer\",\n                    \"uuid\": \"11eb-a722-f94a85f2-9f8b-a483e719ef12\",\n                    \"assessment_question_id\": 1\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"statement\": \"What are you looking from PayU?\",\n            \"question_type\": \"multi_select\",\n            \"order_id\": 2,\n            \"uuid\": \"11eb-6057-383cfd16-894c-a483e7015be5\",\n            \"assessment_options\": [\n                {\n                    \"id\": 4,\n                    \"statement\": \"I want to collect payments on my website/app\",\n                    \"label\": \"Integrate PayU Payment Gateway or add payment buttons directly to your website or app\",\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-6076-e1575576-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 5,\n                    \"statement\": \"I want to collect payments via QR,Whatsapp,FB,instagram etc\",\n                    \"label\": \"Just create and share a payment link with your customers\",\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-6076-eafa5ee8-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 6,\n                    \"statement\": \"I want to make easy & fast payments to my vendors or employees\",\n                    \"label\": null,\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-6076-f3174de8-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 7,\n                    \"statement\": \"I want to open a Current Account with PayU\",\n                    \"label\": \"View and operate your Current Account directly through your PayU dashboard\",\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-6076-f9d2897c-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 8,\n                    \"statement\": \"I want to reconcile my marketplace receivables\",\n                    \"label\": \"Connect your Amazon, Flipkart and other marketplaces to your PayU dashboard\",\n                    \"category\": \"Business\",\n                    \"uuid\": \"11ec-4ce6-38c2d608-9b5c-a483e719ef12\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 9,\n                    \"statement\": \"I want to integrate PayU Payment Gateway for my client\",\n                    \"label\": \"Get access to developer API's and documentation\",\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-6078-044c8ea6-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 10,\n                    \"statement\": \"I want to refer merchants and earn incentives\",\n                    \"label\": \"Earn incentives as your referrals collect money from their customers using PayU products\",\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-6078-0cfa1334-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 11,\n                    \"statement\": \"I want to learn more about PayU payment products\",\n                    \"label\": null,\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-6078-16563d86-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 12,\n                    \"statement\": \"I want to collect payments using PayU products for my own business\",\n                    \"label\": null,\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-6078-1e4126d2-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 13,\n                    \"statement\": \"I did a recent transaction with a merchant using PayU\",\n                    \"label\": null,\n                    \"category\": \"Customer\",\n                    \"uuid\": \"11eb-a724-d5cddc80-9f8b-a483e719ef12\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 14,\n                    \"statement\": \"I am interested in opening a Wallet account with PayU\",\n                    \"label\": null,\n                    \"category\": \"Customer\",\n                    \"uuid\": \"11eb-a724-f646f4c4-9f8b-a483e719ef12\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 15,\n                    \"statement\": \"I want to report a suspicious merchant\",\n                    \"label\": null,\n                    \"category\": \"Customer\",\n                    \"uuid\": \"11eb-a725-18810840-9f8b-a483e719ef12\",\n                    \"assessment_question_id\": 2\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"url\": {\n            \"web\": \"http://localhost:4000/assets/images/need_assessment_images/web\",\n            \"ios\": \"http://localhost:4000/assets/images/need_assessment_images/ios\",\n            \"android\": \"http://localhost:4000/assets/images/need_assessment_images/android\"\n        }\n    }\n}"}],"_postman_id":"c6da776d-4589-467d-ae06-f7b55d4ecd77"},{"name":"Submit Assessment Response","id":"fec8443d-fa76-4679-aa3d-ae14f94ad873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>User token recieved from HUB</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"assessment_responses\": [\n        {\n        \"assessment_question_id\": 1,\n        \"selected_options\": [1]\n        },\n        {\n        \"assessment_question_id\": 2,\n        \"selected_options\": [3]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/assessment_responses","urlObject":{"path":["api","v3","merchant_accounts","{{merchant_account_uuid}}","assessment_responses"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"553f78ea-a2da-4241-b5c9-91054948a1b0","name":"Unauthorized Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer anc","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"assessment_responses\": [\n        {\n        \"assessment_question_id\": 1,\n        \"selected_options\": [1]\n        },\n        {\n        \"assessment_question_id\": 2,\n        \"selected_options\": [3]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/assessment_responses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"1fdd2f8d-7b4d-4380-adae-c5a495ddad2a","name":"When Merchant Account not found with given merchant_account_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"assessment_responses\": [\n        {\n        \"assessment_question_id\": 1,\n        \"selected_options\": [1]\n        },\n        {\n        \"assessment_question_id\": 2,\n        \"selected_options\": [3]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/assessment_responses"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"d7bec74b-d57f-4a9e-b303-20acace93a0c","name":"When invalid options are passed in params","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"assessment_responses\": [\n        {\n        \"assessment_question_id\": 1,\n        \"selected_options\": [1,2]\n        },\n        {\n        \"assessment_question_id\": 2,\n        \"selected_options\": [3]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/assessment_responses"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        \"Please select valid options for assessment_question 1\",\n        \"Please select valid options for assessment_question 2\"\n    ]\n}"},{"id":"ad3295f9-2715-4df2-99c0-4c44ab537c7c","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"assessment_responses\": [\n        {\n        \"assessment_question_id\": 1,\n        \"selected_options\": [1]\n        },\n        {\n        \"assessment_question_id\": 2,\n        \"selected_options\": [3]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/assessment_responses"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"4324a515-beec-4d27-90a4-4ce2d6ebc1b8","name":"Submit Assessment Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"assessment_responses\": [\n        {\n        \"assessment_question_id\": 1,\n        \"selected_options\": [1]\n        },\n        {\n        \"assessment_question_id\": 2,\n        \"selected_options\": [5,6]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/assessment_responses"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Response captured successfully"}],"_postman_id":"fec8443d-fa76-4679-aa3d-ae14f94ad873"}],"id":"32c7c90c-9183-4eb5-9294-d48d3e6e4f4b","_postman_id":"32c7c90c-9183-4eb5-9294-d48d3e6e4f4b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Product Accounts","item":[{"name":"index","id":"9b092154-2d06-4156-913b-865c48fc7738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts","urlObject":{"path":["api","v3","product_accounts"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3f4ed51a-6277-4b46-9c9e-17132a74d7ee","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"1dd51f1b-f32c-4741-a38e-8212e7e7041a"},{"key":"X-Runtime","value":"3.019111"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_accounts\": [\n        {\n            \"mid\": \"7220551\",\n            \"id\": 1,\n            \"uuid\": \"11eb-f51a-71abca20-9d6d-a483e7012dc6\",\n            \"identifier\": \"7220551\",\n            \"product_id\": 4,\n            \"type\": \"PayUbizAccount\",\n            \"merchant_account_id\": 1,\n            \"active\": true,\n            \"status\": null,\n            \"quality_score\": null,\n            \"business_entity_id\": 14,\n            \"business_category_id\": 1,\n            \"business_sub_category_id\": 5,\n            \"business_name\": \"Rajat Mishra\",\n            \"pancard_name\": \"RAJAT  MISHRA\",\n            \"pancard_number\": \"BYSPM3771K\",\n            \"gst_number\": null,\n            \"average_delivery_time\": 1,\n            \"notification_email\": \"test.rajat.mishra@payutest.in\",\n            \"flag\": 0,\n            \"settlement_status\": null,\n            \"merchant_type\": null,\n            \"onboarding_status\": \"Documentation & Website Verification in progress\",\n            \"account_id\": null,\n            \"temp_account_id\": null,\n            \"pan_verification_status\": 0,\n            \"admin_user_id\": 3,\n            \"terms_and_condition_accepted_at\": null,\n            \"generate_agreement\": null,\n            \"agreement_status\": 0,\n            \"document_status\": 0,\n            \"lob_approval_status\": null,\n            \"created_at\": \"2021-08-05T07:06:57.000Z\",\n            \"updated_at\": \"2021-08-20T08:00:15.000Z\",\n            \"partner_uuid\": null,\n            \"name\": \"Rajat Mishra Test\",\n            \"email\": \"test.rajat.mishra@payutest.in\",\n            \"first_name\": \"Rajat\",\n            \"last_name\": \"Mishra Test\",\n            \"business_type\": null,\n            \"business_origin\": null,\n            \"bank_update_attempt_count\": 1,\n            \"merchant_vertical\": null,\n            \"partner_source\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Tools\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 10000,\n            \"gmv_amount\": null,\n            \"website_approval_status\": \"Not Applicable\",\n            \"website_url\": null,\n            \"website_remarks\": null,\n            \"registered_mobile\": \"9582787498\",\n            \"product\": \"PayUmoney\",\n            \"bank_update_attempt_left\": 10,\n            \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n            \"business_category_uuid\": \"3e3e-57c0-1d680b94-ad18-794be91dcf38\",\n            \"business_sub_category_uuid\": \"b7cd-32f8-5204748c-3b1c-104c2a50c351\",\n            \"account_uuid\": null,\n            \"is_service_agreement_accepted\": false,\n            \"is_service_agreement_esigned\": false,\n            \"acl_role_name\": \"MerchantAdminUserRole\",\n            \"is_authorisation_letter_required\": false,\n            \"next_bank_update_time\": \"2021-08-05T11:45:15.000+05:30\",\n            \"business_pan_name_match\": false,\n            \"admin_user_uuid\": \"11eb-f51a-7bd3b224-90bd-02f413145cce\",\n            \"contact_details\": [],\n            \"bank_detail\": {\n                \"id\": 1,\n                \"branch_name\": \"SECTOR 62 NOIDA\",\n                \"bank_account_number\": \"915010002338239\",\n                \"ifsc_code\": \"UTIB0000723\",\n                \"holder_name\": \"Rajat Mishra\",\n                \"nodal_code\": {\n                    \"neft\": \"RAJA000018239\",\n                    \"rtgs\": \"RAJA000018239\"\n                },\n                \"nodal_status\": \"Not Activated\",\n                \"active\": true,\n                \"status\": 0,\n                \"penny_deposit_status\": \"Success\",\n                \"penny_attempt_count\": 6,\n                \"penny_deposit_method\": \"IMPS\",\n                \"bank_verification_status\": \"Success\",\n                \"uuid\": \"11eb-f5b4-79bd07ac-92aa-a483e7012dc6\",\n                \"created_at\": \"2021-08-05T06:15:05.000Z\",\n                \"updated_at\": \"2021-09-07T11:34:10.000Z\",\n                \"bank_name\": \"AXIS BANK\",\n                \"bank_type\": \"saving\",\n                \"addendum_status\": null,\n                \"holder_name_by_bank\": null,\n                \"flag\": 0,\n                \"bank_verification_proof\": null,\n                \"product_account_id\": 1,\n                \"penny_attempt_left\": 4\n            },\n            \"operating_address\": {\n                \"id\": 2,\n                \"addressable_id\": 1,\n                \"address_type\": \"Operating\",\n                \"pincode\": 226007,\n                \"city\": \"Lucknow\",\n                \"state\": \"UTTAR PRADESH\",\n                \"address_line\": \"521 K/90 Bara Chandganj, Mahanagar\",\n                \"uuid\": \"11eb-f5b4-208c6880-92aa-a483e7012dc6\",\n                \"created_at\": \"2021-08-05T06:12:57.000Z\",\n                \"updated_at\": \"2021-08-20T08:02:31.000Z\",\n                \"addressable_type\": \"Merchant\",\n                \"active\": true,\n                \"record_id\": 1,\n                \"record_type\": \"ProductAccount\"\n            },\n            \"registration_address\": {\n                \"id\": 1,\n                \"addressable_id\": 1,\n                \"address_type\": \"Registered\",\n                \"pincode\": 226007,\n                \"city\": \"Lucknow\",\n                \"state\": \"UTTAR PRADESH\",\n                \"address_line\": \"521 K/90 Bara Chandganj, Mahanagar\",\n                \"uuid\": \"11eb-f5b4-2091e7ce-92aa-a483e7012dc6\",\n                \"created_at\": \"2021-08-05T06:12:37.000Z\",\n                \"updated_at\": \"2021-08-20T08:02:11.000Z\",\n                \"addressable_type\": \"Merchant\",\n                \"active\": true,\n                \"record_id\": 1,\n                \"record_type\": \"ProductAccount\"\n            },\n            \"product_account_statuses\": [\n                {\n                    \"id\": 1,\n                    \"record_type\": \"Merchant\",\n                    \"record_id\": 1,\n                    \"status_type\": \"WEBSITE\",\n                    \"status_value\": \"Not Applicable\",\n                    \"uuid\": \"11eb-f51a-72ea2ac6-9d6d-a483e7012dc6\",\n                    \"created_at\": \"2021-08-04T11:52:31.000Z\",\n                    \"updated_at\": \"2021-08-04T11:52:31.000Z\",\n                    \"product_record_id\": 1,\n                    \"product_record_type\": \"ProductAccount\"\n                },\n                {\n                    \"id\": 2,\n                    \"record_type\": \"Merchant\",\n                    \"record_id\": 1,\n                    \"status_type\": \"KYC_DOCUMENTS\",\n                    \"status_value\": \"Pending\",\n                    \"uuid\": \"11eb-f51a-7f153dcc-9d6d-a483e7012dc6\",\n                    \"created_at\": \"2021-08-04T11:52:51.000Z\",\n                    \"updated_at\": \"2021-08-04T11:52:51.000Z\",\n                    \"product_record_id\": 1,\n                    \"product_record_type\": \"ProductAccount\"\n                },\n                {\n                    \"id\": 3,\n                    \"record_type\": \"Merchant\",\n                    \"record_id\": 1,\n                    \"status_type\": \"Agreement\",\n                    \"status_value\": \"Not Generated\",\n                    \"uuid\": \"11eb-f51a-8b0b8528-9d6d-a483e7012dc6\",\n                    \"created_at\": \"2021-08-04T11:53:11.000Z\",\n                    \"updated_at\": \"2021-08-04T11:53:11.000Z\",\n                    \"product_record_id\": 1,\n                    \"product_record_type\": \"ProductAccount\"\n                }\n            ],\n            \"website_detail\": {\n                \"website_url\": null,\n                \"ios_url\": null,\n                \"android_url\": null,\n                \"uuid\": \"11eb-f6a0-65ec6a78-b74b-a483e7012dc6\",\n                \"website_pages\": [],\n                \"website_document_categories\": [],\n                \"website_approval_status\": \"Pending\",\n                \"additional_info_status\": null,\n                \"website_url_invalid\": false,\n                \"ios_url_invalid\": false,\n                \"android_url_invalid\": false,\n                \"addendum_status\": null,\n                \"domain_status_by_merchant\": null,\n                \"active\": true,\n                \"latest_comment\": null,\n                \"latest_sf_comment\": null\n            },\n            \"attached_configs\": [],\n            \"cs_plan\": null\n        }\n    ]\n}"},{"id":"0b212047-73bb-4aa6-b76d-189d138ce70f","name":"unauthenticated_user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer random","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"79168201-ebe8-4ec8-82e3-32df0af3ca1d"},{"key":"X-Runtime","value":"0.245204"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"8d416690-04d2-4b74-9f53-76a89e0d06d2","name":"no product accounts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"ETag","value":"W/\"0bc9240436e7e80bcd7eda69eee91c17\""},{"key":"X-Request-Id","value":"b5d0d5b6-6706-4ea5-815c-06804056cfa7"},{"key":"X-Runtime","value":"2.274296"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_accounts\": []\n}"}],"_postman_id":"9b092154-2d06-4156-913b-865c48fc7738"},{"name":"show","id":"27ae4999-9959-4de8-8bbf-c1a569ad6729","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"35c29cd9-70df-43ed-a76c-7aa692832ff1","name":"invalid_uuid","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/random_uuid"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"02121f28-ba0c-476c-9672-e70211e36a62"},{"key":"X-Runtime","value":"0.231852"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"bed43d13-c6bf-43e8-8ea3-5552f555ecb3","name":"unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer random","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"d703b66e-ab00-43e1-9809-d40721bf8121"},{"key":"X-Runtime","value":"0.020085"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"0f957db8-2e5d-4b26-927f-66a6be349970","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"ETag","value":"W/\"dc81f13da87bbcddae8aba0ee3d2dd19\""},{"key":"X-Request-Id","value":"8d0c6101-3da5-41ab-a722-ad132effcad1"},{"key":"X-Runtime","value":"0.601663"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"mid\": 20000012,\n        \"id\": 12,\n        \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n        \"identifier\": 20000012,\n        \"product_id\": 1,\n        \"type\": \"PayUbizAccount\",\n        \"merchant_account_id\": 15,\n        \"active\": true,\n        \"status\": null,\n        \"quality_score\": null,\n        \"business_entity_id\": null,\n        \"business_category_id\": null,\n        \"business_sub_category_id\": null,\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"average_delivery_time\": 10,\n        \"notification_email\": \"rajat.mishra@payu.in\",\n        \"flag\": 0,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"temp_account_id\": null,\n        \"pan_verification_status\": \"Pending\",\n        \"admin_user_id\": 2,\n        \"terms_and_condition_accepted_at\": null,\n        \"generate_agreement\": \"3e28a1589d2bb5d818e8f784\",\n        \"agreement_status\": null,\n        \"document_status\": \"Pending\",\n        \"lob_approval_status\": null,\n        \"created_at\": \"2022-05-18T08:14:37.000Z\",\n        \"updated_at\": \"2022-05-18T08:14:37.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": null,\n        \"name\": \"Rajat Mishra\",\n        \"email\": \"rajat.mishra@payu.in\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 1,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": 100,\n        \"gmv_amount\": null,\n        \"website_approval_status\": null,\n        \"website_url\": \"www.youtube.com\",\n        \"website_remarks\": null,\n        \"registered_mobile\": \"9582787489\",\n        \"product\": \"PayUbiz\",\n        \"bank_update_attempt_left\": 10,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": true,\n        \"saved_kyc_address\": null,\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"nb_eligible\": false,\n        \"lending_eligible\": false,\n        \"offer_engine_enabled\": false,\n        \"revamp_merchant\": false,\n        \"is_cs_eligible\": true,\n        \"onboarding_completed\": false,\n        \"next_bank_update_time\": \"2022-05-18T13:44:48.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": null,\n        \"business_category_uuid\": null,\n        \"business_sub_category_uuid\": null,\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ec-d682-8e3639c4-a539-38f9d3c6b9ac\",\n        \"product_uuid\": \"a12c-f114-ce1bac7d-058c-0f95d535aca3\",\n        \"admin_user_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"bank_detail\": {\n            \"id\": 1,\n            \"branch_name\": \"VASTRAPUR\",\n            \"bank_account_number\": \"99999999999\",\n            \"ifsc_code\": \"UTIB0000032\",\n            \"holder_name\": \"Tony Stark\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ec-d682-8f4262de-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": {\n            \"id\": 24,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Operating, UP\",\n            \"uuid\": \"11ec-d682-8f42e9d4-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"registration_address\": {\n            \"id\": 23,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Registered, UP\",\n            \"uuid\": \"11ec-d682-8f4431c2-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"business_entity\": null,\n        \"product_account_statuses\": [\n            {\n                \"id\": 4,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": null,\n                \"uuid\": \"11ec-d682-8fde098c-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 5,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fe20992-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 6,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ec-d682-8fe60b46-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            }\n        ],\n        \"website_detail\": null,\n        \"attached_configs\": [],\n        \"kyc_documents\": [],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 2,\n            \"merchant_id\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ec-d682-8ff10d0c-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:39.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:39.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 12,\n            \"website_url\": \"www.youtube.com\",\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 100,\n            \"website_approval_status\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 10\n        }\n    }\n}"},{"id":"205f20d8-d087-4123-ba49-65c21f193feb","name":"when identifier is passed in uuid","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_identifier}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"ETag","value":"W/\"b964ff344553be9ac3f8afa9312da026\""},{"key":"X-Request-Id","value":"b1aca704-038c-49ae-bd71-7eb2fd22be4c"},{"key":"X-Runtime","value":"0.610120"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"mid\": 20000012,\n        \"id\": 12,\n        \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n        \"identifier\": 20000012,\n        \"product_id\": 1,\n        \"type\": \"PayUbizAccount\",\n        \"merchant_account_id\": 15,\n        \"active\": true,\n        \"status\": null,\n        \"quality_score\": null,\n        \"business_entity_id\": null,\n        \"business_category_id\": null,\n        \"business_sub_category_id\": null,\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"average_delivery_time\": 10,\n        \"notification_email\": \"rajat.mishra@payu.in\",\n        \"flag\": 0,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"temp_account_id\": null,\n        \"pan_verification_status\": \"Pending\",\n        \"admin_user_id\": 2,\n        \"terms_and_condition_accepted_at\": null,\n        \"generate_agreement\": \"e15ba251efe12d96ffbf8c5a\",\n        \"agreement_status\": null,\n        \"document_status\": \"Pending\",\n        \"lob_approval_status\": null,\n        \"created_at\": \"2022-05-18T08:14:37.000Z\",\n        \"updated_at\": \"2022-05-18T08:14:37.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": null,\n        \"name\": \"Rajat Mishra\",\n        \"email\": \"rajat.mishra@payu.in\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 1,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": 100,\n        \"gmv_amount\": null,\n        \"website_approval_status\": null,\n        \"website_url\": \"www.youtube.com\",\n        \"website_remarks\": null,\n        \"registered_mobile\": \"9582787489\",\n        \"product\": \"PayUbiz\",\n        \"bank_update_attempt_left\": 10,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": true,\n        \"saved_kyc_address\": null,\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"nb_eligible\": false,\n        \"lending_eligible\": false,\n        \"offer_engine_enabled\": false,\n        \"revamp_merchant\": false,\n        \"is_cs_eligible\": true,\n        \"onboarding_completed\": false,\n        \"next_bank_update_time\": \"2022-05-18T13:44:48.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": null,\n        \"business_category_uuid\": null,\n        \"business_sub_category_uuid\": null,\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ec-d682-8e3639c4-a539-38f9d3c6b9ac\",\n        \"product_uuid\": \"a12c-f114-ce1bac7d-058c-0f95d535aca3\",\n        \"admin_user_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"bank_detail\": {\n            \"id\": 1,\n            \"branch_name\": \"VASTRAPUR\",\n            \"bank_account_number\": \"99999999999\",\n            \"ifsc_code\": \"UTIB0000032\",\n            \"holder_name\": \"Tony Stark\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ec-d682-8f4262de-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": {\n            \"id\": 24,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Operating, UP\",\n            \"uuid\": \"11ec-d682-8f42e9d4-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"registration_address\": {\n            \"id\": 23,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Registered, UP\",\n            \"uuid\": \"11ec-d682-8f4431c2-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"business_entity\": null,\n        \"product_account_statuses\": [\n            {\n                \"id\": 4,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": null,\n                \"uuid\": \"11ec-d682-8fde098c-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 5,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fe20992-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 6,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ec-d682-8fe60b46-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            }\n        ],\n        \"website_detail\": null,\n        \"attached_configs\": [],\n        \"kyc_documents\": [],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 2,\n            \"merchant_id\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ec-d682-8ff10d0c-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:39.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:39.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 12,\n            \"website_url\": \"www.youtube.com\",\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 100,\n            \"website_approval_status\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 10\n        }\n    }\n}"}],"_postman_id":"27ae4999-9959-4de8-8bbf-c1a569ad6729"},{"name":"create","id":"701810c1-f28d-4dc5-ae59-e5b64e7e1426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_account\": {\n        \"email\": \"esbpub7.kapil.mittal@payutest.in\",\n        \"mobile\": \"8802779484\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"monthly_expected_volume\": \"100\",\n        \"average_delivery_time\": \"10\",\n        \"website_url\": \"www.youtube.com\",\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"product\": \"PayUbiz\",\n        \"cs_plan\": {\n            \"name\": \"business_plus\"\n        },\n        \"bank_detail\": {\n            \"ifsc_code\": \"UTIB0000032\",\n            \"bank_account_number\": \"99999999999\",\n            \"holder_name\": \"Tony Stark\"\n        },\n        \"website_detail\": {\n            \"website_url\": \"www.payu.in\"\n        },\n        \"registration_address\": {\n            \"pincode\": 110066,\n            \"address_line\": \"Registered, UP\"\n        },\n        \"operating_address\": {\n            \"pincode\": 110066,\n            \"address_line\": \"Operating, UP\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/","urlObject":{"path":["api","v3","product_accounts",""],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"efd11ed3-dd7c-4008-8248-7be8f0e26a60","name":"unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer random","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_account\": {\n        \"email\": \"rajat.mishra@payu.in\",\n        \"mobile\": \"9582787489\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"monthly_expected_volume\": \"100\",\n        \"average_delivery_time\": \"10\",\n        \"website_url\": \"www.youtube.com\",\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"product\": \"PayUbiz\",\n        \"bank_detail\": {\n            \"ifsc_code\": \"UTIB0000032\",\n            \"bank_account_number\": \"99999999999\",\n            \"holder_name\": \"Tony Stark\"\n        },\n        \"registration_address\": {\n            \"pincode\": 110066,\n            \"address_line\": \"Registered, UP\"\n        },\n        \"operating_address\": {\n            \"pincode\": 110066,\n            \"address_line\": \"Operating, UP\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"678b8e06-2024-4aaa-a1a5-406831f0aa07"},{"key":"X-Runtime","value":"34.235237"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"a7a2c688-22a0-474b-90e5-444dd09c07b0","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_account\": {\n        \"email\": \"rajat.mishra@payu.in\",\n        \"mobile\": \"9582787489\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"monthly_expected_volume\": \"100\",\n        \"average_delivery_time\": \"10\",\n        \"website_url\": \"www.youtube.com\",\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"product\": \"PayUbiz\",\n        \"bank_detail\": {\n            \"ifsc_code\": \"UTIB0000032\",\n            \"bank_account_number\": \"99999999999\",\n            \"holder_name\": \"Tony Stark\"\n        },\n        \"registration_address\": {\n            \"pincode\": 110066,\n            \"address_line\": \"Registered, UP\"\n        },\n        \"operating_address\": {\n            \"pincode\": 110066,\n            \"address_line\": \"Operating, UP\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"4beecb12a7df9c5c24a06360ee508af7\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ce97ea4f-c664-4789-90d3-a0a4c69528b2"},{"key":"X-Runtime","value":"9.123279"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"mid\": 20000012,\n        \"id\": 12,\n        \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n        \"identifier\": 20000012,\n        \"product_id\": 1,\n        \"type\": \"PayUbizAccount\",\n        \"merchant_account_id\": 15,\n        \"active\": true,\n        \"status\": null,\n        \"quality_score\": null,\n        \"business_entity_id\": null,\n        \"business_category_id\": null,\n        \"business_sub_category_id\": null,\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"average_delivery_time\": 10,\n        \"notification_email\": \"rajat.mishra@payu.in\",\n        \"flag\": 0,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"temp_account_id\": null,\n        \"pan_verification_status\": \"Pending\",\n        \"admin_user_id\": 2,\n        \"terms_and_condition_accepted_at\": null,\n        \"generate_agreement\": \"312ad30b7766ec5167ae99e0\",\n        \"agreement_status\": null,\n        \"document_status\": \"Pending\",\n        \"lob_approval_status\": null,\n        \"created_at\": \"2022-05-18T08:14:37.000Z\",\n        \"updated_at\": \"2022-05-18T08:14:37.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": null,\n        \"name\": \"Rajat Mishra\",\n        \"email\": \"rajat.mishra@payu.in\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 1,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": 100,\n        \"gmv_amount\": null,\n        \"website_approval_status\": null,\n        \"website_url\": \"www.youtube.com\",\n        \"website_remarks\": null,\n        \"registered_mobile\": \"9582787489\",\n        \"product\": \"PayUbiz\",\n        \"bank_update_attempt_left\": 10,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": true,\n        \"saved_kyc_address\": null,\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"nb_eligible\": false,\n        \"lending_eligible\": false,\n        \"offer_engine_enabled\": false,\n        \"revamp_merchant\": false,\n        \"is_cs_eligible\": true,\n        \"onboarding_completed\": false,\n        \"next_bank_update_time\": \"2022-05-18T13:44:48.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": null,\n        \"business_category_uuid\": null,\n        \"business_sub_category_uuid\": null,\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ec-d682-8e3639c4-a539-38f9d3c6b9ac\",\n        \"product_uuid\": \"a12c-f114-ce1bac7d-058c-0f95d535aca3\",\n        \"admin_user_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"bank_detail\": {\n            \"id\": 1,\n            \"branch_name\": \"VASTRAPUR\",\n            \"bank_account_number\": \"99999999999\",\n            \"ifsc_code\": \"UTIB0000032\",\n            \"holder_name\": \"Tony Stark\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ec-d682-8f4262de-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": {\n            \"id\": 24,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Operating, UP\",\n            \"uuid\": \"11ec-d682-8f42e9d4-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"registration_address\": {\n            \"id\": 23,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Registered, UP\",\n            \"uuid\": \"11ec-d682-8f4431c2-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"business_entity\": null,\n        \"product_account_statuses\": [\n            {\n                \"id\": 4,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": null,\n                \"uuid\": \"11ec-d682-8fde098c-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 5,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fe20992-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 6,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ec-d682-8fe60b46-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            }\n        ],\n        \"website_detail\": null,\n        \"attached_configs\": [],\n        \"kyc_documents\": [],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 2,\n            \"merchant_id\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ec-d682-8ff10d0c-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:39.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:39.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 12,\n            \"website_url\": \"www.youtube.com\",\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 100,\n            \"website_approval_status\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 10\n        }\n    }\n}"}],"_postman_id":"701810c1-f28d-4dc5-ae59-e5b64e7e1426"},{"name":"create from sf","id":"47cc7372-50af-4cb0-a15a-3d0a1d38fea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_account\": {\n        \"email\": \"sf2.kapil.mittal@payutest.in\",\n        \"mobile\": \"9999999999\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"monthly_expected_volume\": \"100\",\n        \"average_delivery_time\": \"10\",\n        \"website_url\": \"www.youtube.com\",\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"product\": \"PayUbiz\",\n        \"cs_plan\": {\n            \"name\": \"business_plus\"\n        },\n        \"bank_detail\": {\n            \"ifsc_code\": \"UTIB0000032\",\n            \"bank_account_number\": \"99999999999\",\n            \"holder_name\": \"Tony Stark\"\n        },\n        \"website_detail\": {\n            \"website_url\": \"www.payu.in\"\n        },\n        \"registration_address\": {\n            \"pincode\": 110066,\n            \"address_line\": \"Registered, UP\"\n        },\n        \"operating_address\": {\n            \"pincode\": 110066,\n            \"address_line\": \"Operating, UP\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/sf_product_accounts/","urlObject":{"path":["api","v3","sf_product_accounts",""],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bf28301d-2fcb-42da-94ba-fb7973b3fb5d","name":"unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer random","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_account\": {\n        \"email\": \"rajat.mishra@payu.in\",\n        \"mobile\": \"9999999999\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"monthly_expected_volume\": \"100\",\n        \"average_delivery_time\": \"10\",\n        \"website_url\": \"www.youtube.com\",\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"product\": \"PayUbiz\",\n        \"bank_detail\": {\n            \"ifsc_code\": \"UTIB0000032\",\n            \"bank_account_number\": \"99999999999\",\n            \"holder_name\": \"Tony Stark\"\n        },\n        \"registration_address\": {\n            \"pincode\": 110066,\n            \"address_line\": \"Registered, UP\"\n        },\n        \"operating_address\": {\n            \"pincode\": 110066,\n            \"address_line\": \"Operating, UP\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"678b8e06-2024-4aaa-a1a5-406831f0aa07"},{"key":"X-Runtime","value":"34.235237"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"463ab11b-122b-49a0-a228-0c36e198c512","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_account\": {\n        \"email\": \"rajat.mishra@payu.in\",\n        \"mobile\": \"9999999999\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"monthly_expected_volume\": \"100\",\n        \"average_delivery_time\": \"10\",\n        \"website_url\": \"www.youtube.com\",\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"product\": \"PayUbiz\",\n        \"bank_detail\": {\n            \"ifsc_code\": \"UTIB0000032\",\n            \"bank_account_number\": \"99999999999\",\n            \"holder_name\": \"Tony Stark\"\n        },\n        \"registration_address\": {\n            \"pincode\": 110066,\n            \"address_line\": \"Registered, UP\"\n        },\n        \"operating_address\": {\n            \"pincode\": 110066,\n            \"address_line\": \"Operating, UP\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"4beecb12a7df9c5c24a06360ee508af7\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ce97ea4f-c664-4789-90d3-a0a4c69528b2"},{"key":"X-Runtime","value":"9.123279"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"mid\": 20000012,\n        \"id\": 12,\n        \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n        \"identifier\": 20000012,\n        \"product_id\": 1,\n        \"type\": \"PayUbizAccount\",\n        \"merchant_account_id\": 15,\n        \"active\": true,\n        \"status\": null,\n        \"quality_score\": null,\n        \"business_entity_id\": null,\n        \"business_category_id\": null,\n        \"business_sub_category_id\": null,\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"average_delivery_time\": 10,\n        \"notification_email\": \"rajat.mishra@payu.in\",\n        \"flag\": 0,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"temp_account_id\": null,\n        \"pan_verification_status\": \"Pending\",\n        \"admin_user_id\": 2,\n        \"terms_and_condition_accepted_at\": null,\n        \"generate_agreement\": \"312ad30b7766ec5167ae99e0\",\n        \"agreement_status\": null,\n        \"document_status\": \"Pending\",\n        \"lob_approval_status\": null,\n        \"created_at\": \"2022-05-18T08:14:37.000Z\",\n        \"updated_at\": \"2022-05-18T08:14:37.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": null,\n        \"name\": \"Rajat Mishra\",\n        \"email\": \"rajat.mishra@payu.in\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 1,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": 100,\n        \"gmv_amount\": null,\n        \"website_approval_status\": null,\n        \"website_url\": \"www.youtube.com\",\n        \"website_remarks\": null,\n        \"registered_mobile\": \"9999999999\",\n        \"product\": \"PayUbiz\",\n        \"bank_update_attempt_left\": 10,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": true,\n        \"saved_kyc_address\": null,\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"nb_eligible\": false,\n        \"lending_eligible\": false,\n        \"offer_engine_enabled\": false,\n        \"revamp_merchant\": false,\n        \"is_cs_eligible\": true,\n        \"onboarding_completed\": false,\n        \"next_bank_update_time\": \"2022-05-18T13:44:48.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": null,\n        \"business_category_uuid\": null,\n        \"business_sub_category_uuid\": null,\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ec-d682-8e3639c4-a539-38f9d3c6b9ac\",\n        \"product_uuid\": \"a12c-f114-ce1bac7d-058c-0f95d535aca3\",\n        \"admin_user_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"bank_detail\": {\n            \"id\": 1,\n            \"branch_name\": \"VASTRAPUR\",\n            \"bank_account_number\": \"99999999999\",\n            \"ifsc_code\": \"UTIB0000032\",\n            \"holder_name\": \"Tony Stark\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ec-d682-8f4262de-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": {\n            \"id\": 24,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Operating, UP\",\n            \"uuid\": \"11ec-d682-8f42e9d4-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"registration_address\": {\n            \"id\": 23,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Registered, UP\",\n            \"uuid\": \"11ec-d682-8f4431c2-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"business_entity\": null,\n        \"product_account_statuses\": [\n            {\n                \"id\": 4,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": null,\n                \"uuid\": \"11ec-d682-8fde098c-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 5,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fe20992-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 6,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ec-d682-8fe60b46-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            }\n        ],\n        \"website_detail\": null,\n        \"attached_configs\": [],\n        \"kyc_documents\": [],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 2,\n            \"merchant_id\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ec-d682-8ff10d0c-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:39.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:39.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 12,\n            \"website_url\": \"www.youtube.com\",\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 100,\n            \"website_approval_status\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 10\n        }\n    }\n}"}],"_postman_id":"47cc7372-50af-4cb0-a15a-3d0a1d38fea1"},{"name":"update","id":"e8111c61-e3b0-402a-a0f6-d6447d7ba8f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>update_user_profile scope is required for client token</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"product_account[pancard_number]","value":"ABCDE1234F","type":"text"},{"key":"product_account[pancard_name]","value":"Name","type":"text"},{"key":"product_account[dob]","value":"YYYY-MM-DD","type":"text","description":"<p>DOB is optional and the format is YYYY-MM-DD</p>\n"},{"key":"product_account[product]","value":"PayUbiz","type":"text","description":"<p>PayUbiz</p>\n"},{"key":"product_account[business_entity_id]","value":"9dcf-127a-6e4796ff-4926-363291dc60ae","type":"text","description":"<p>uuid of business_entity</p>\n"},{"key":"product_account[business_category_id]","value":"c5f7-23fa-2ba21406-85b0-2b1005ab2062","type":"text","description":"<p>uuid of business_category</p>\n"},{"key":"product_account[business_sub_category_id]","value":"c5f7-23fa-6e4796ff-4926-2b1005ab2062","type":"text","description":"<p>uuid of business_sub_category</p>\n"},{"key":"product_account[shop_number]","value":"","type":"text"},{"key":"product_account[area_code]","value":"KA","type":"text"},{"key":"product_account[business_name]","value":"BUSINESS NAME","type":"text"},{"key":"product_account[monthly_expected_volume]","value":"45","type":"text"},{"key":"product_account[business_origin]","value":"PayUbiz","type":"text","description":"<p>PayUbiz</p>\n"},{"key":"product_account[merchant_type]","value":"526","type":"text"},{"key":"product_account[integration_type]","value":"1","type":"text","description":"<p>ThirdParty: 1, Tools: 2</p>\n"},{"key":"product_account[gst_number]","value":"GST_NUMBER","type":"text"},{"key":"product_account[cin_number]","value":"CIN_NUMBER","type":"text"},{"key":"product_account[bank_detail][bank_account_number]","value":"12345678909","type":"text"},{"key":"product_account[bank_detail][holder_name]","value":"Holder Name","type":"text"},{"key":"product_account[bank_detail][bank_verification_status]","value":"4","type":"text","description":"<p>Pending: 0, Success: 4, Failed: -2</p>\n"},{"key":"product_account[bank_detail][penny_deposit_status]","value":"6","type":"text","description":"<p>'Not Initiated': 0, Pending: 2, SENT_TO_BANK: 4, Success: 6, Failed: -1</p>\n"},{"key":"product_account[bank_detail][penny_deposit_method]","value":"0","type":"text","description":"<p>IMPS: 0, NEFT: 1, RTGS: 2</p>\n"},{"key":"product_account[bank_detail][ifsc_code]","value":"HDFC0009105","type":"text"},{"key":"product_account[registration_address][address_line]","value":"Address","type":"text"},{"key":"product_account[registration_address][pincode]","value":"560008","type":"text"},{"key":"product_account[operating_address][address_line]","value":"Address","type":"text"},{"key":"product_account[operating_address][pincode]","value":"560008","type":"text"},{"key":"product_account[website_detail][website_url]","value":"https://payu.in","type":"text"},{"key":"product_account[website_detail][android_url]","value":"https://payu.in","type":"text"},{"key":"product_account[website_detail][ios_url]","value":"https://payu.in","type":"text"},{"key":"product_account[singing_authority_params][authorised_signatory]","value":"true","type":"text"},{"key":"product_account[singing_authority_params][name]","value":"Signatory Name","type":"text"},{"key":"product_account[singing_authority_params][pancard_number]","value":"ABCDE1234F","type":"text"},{"key":"product_account[singing_authority_params][email]","value":"abc@pay.com","type":"text"},{"key":"product_account[singing_authority_params][pep]","value":"2","type":"text","description":"<p>PEP: 1, 'Related to PEP': 2, 'Not Applicable': 3</p>\n"},{"key":"product_account[singing_authority_params][contact_detail_type]","value":"Signing Authority","type":"text"},{"key":"gst_consent","value":"true","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9c95dde4-8470-4b85-8532-fa656747f988","name":"success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_account\": {\n        \"business_category_id\": 1,\n        \"business_sub_category_id\": 8,\n        \"bank_detail\": {\n            \"holder_name\": \"Tony Stark\",\n            \"bank_account_number\": \"99999999999\",\n            \"ifsc_code\": \"UTIB0000032\"\n        },\n        \"registration_address\": {\n            \"address_line\": \"Registered, UP\",\n            \"pincode\": \"110066\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"Operating, UP\",\n            \"pincode\": \"110066\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"be228b3138e47528dcd2ff72e841f1c6\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"152752ba-1c55-4c79-a8e3-b4d8f57a5528"},{"key":"X-Runtime","value":"7.714666"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"mid\": 20000012,\n        \"id\": 12,\n        \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n        \"identifier\": 20000012,\n        \"product_id\": 1,\n        \"type\": \"PayUbizAccount\",\n        \"merchant_account_id\": 15,\n        \"active\": true,\n        \"status\": null,\n        \"quality_score\": null,\n        \"business_entity_id\": null,\n        \"business_category_id\": 1,\n        \"business_sub_category_id\": 8,\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"average_delivery_time\": 10,\n        \"notification_email\": \"rajat.mishra@payu.in\",\n        \"flag\": 0,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"temp_account_id\": null,\n        \"pan_verification_status\": \"Pending\",\n        \"admin_user_id\": 2,\n        \"terms_and_condition_accepted_at\": null,\n        \"generate_agreement\": \"1625d5f09cc17f5023ca0b0f\",\n        \"agreement_status\": null,\n        \"document_status\": \"Pending\",\n        \"lob_approval_status\": null,\n        \"created_at\": \"2022-05-18T08:14:37.000Z\",\n        \"updated_at\": \"2022-05-18T08:28:33.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": null,\n        \"name\": \"Rajat Mishra\",\n        \"email\": \"rajat.mishra@payu.in\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 1,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": 100,\n        \"gmv_amount\": null,\n        \"website_approval_status\": null,\n        \"website_url\": \"www.youtube.com\",\n        \"website_remarks\": null,\n        \"registered_mobile\": \"9582787489\",\n        \"product\": \"PayUbiz\",\n        \"bank_update_attempt_left\": 10,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": true,\n        \"saved_kyc_address\": null,\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"nb_eligible\": false,\n        \"lending_eligible\": false,\n        \"offer_engine_enabled\": false,\n        \"revamp_merchant\": false,\n        \"is_cs_eligible\": true,\n        \"onboarding_completed\": false,\n        \"next_bank_update_time\": \"2022-05-18T13:44:48.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": null,\n        \"business_category_uuid\": \"3e3e-57c0-1d680b94-ad18-794be91dcf38\",\n        \"business_sub_category_uuid\": \"e0c5-0e81-2f700bb3-b37a-4b0cb04913b3\",\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ec-d682-8e3639c4-a539-38f9d3c6b9ac\",\n        \"product_uuid\": \"a12c-f114-ce1bac7d-058c-0f95d535aca3\",\n        \"admin_user_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"bank_detail\": {\n            \"id\": 1,\n            \"branch_name\": \"VASTRAPUR\",\n            \"bank_account_number\": \"99999999999\",\n            \"ifsc_code\": \"UTIB0000032\",\n            \"holder_name\": \"Tony Stark\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ec-d682-8f4262de-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": {\n            \"id\": 24,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Operating, UP\",\n            \"uuid\": \"11ec-d682-8f42e9d4-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"registration_address\": {\n            \"id\": 23,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Registered, UP\",\n            \"uuid\": \"11ec-d682-8f4431c2-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"business_entity\": null,\n        \"product_account_statuses\": [\n            {\n                \"id\": 4,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fde098c-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:28:33.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 5,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fe20992-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 6,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ec-d682-8fe60b46-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            }\n        ],\n        \"website_detail\": {\n            \"website_url\": null,\n            \"ios_url\": null,\n            \"android_url\": null,\n            \"uuid\": \"11ec-d684-817b4376-a539-38f9d3c6b9ac\",\n            \"website_pages\": [],\n            \"website_document_categories\": [],\n            \"website_approval_status\": \"Pending\",\n            \"additional_info_status\": null,\n            \"website_url_invalid\": false,\n            \"ios_url_invalid\": false,\n            \"android_url_invalid\": false,\n            \"addendum_status\": null,\n            \"domain_status_by_merchant\": null,\n            \"active\": true,\n            \"latest_comment\": null,\n            \"latest_sf_comment\": null,\n            \"req_doc_category\": null,\n            \"website_error_comments\": null\n        },\n        \"attached_configs\": [],\n        \"kyc_documents\": [],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 2,\n            \"merchant_id\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ec-d682-8ff10d0c-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:39.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:39.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 12,\n            \"website_url\": \"www.youtube.com\",\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 100,\n            \"website_approval_status\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 10\n        }\n    }\n}"},{"id":"09f0c65c-0354-49e7-b84c-a219d85ce87e","name":"unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer wrong_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_account\": {\n        \"business_category_id\": 1,\n        \"business_sub_category_id\": 8\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"bc7daf60-a979-41e4-bd1d-035e9415b89a"},{"key":"X-Runtime","value":"0.020748"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"93c49101-3d05-4c17-81ad-373d13d4fcff","name":"identifier_is_passed_in_uuid_param","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_account\": {\n        \"business_category_id\": 1,\n        \"business_sub_category_id\": 8\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_identifier}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"8b1a2fc2b9469e504ab7f79ed3b62101\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"376f90af-b08e-4d03-b6fc-e5db1259dec0"},{"key":"X-Runtime","value":"0.637689"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"mid\": 20000012,\n        \"id\": 12,\n        \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n        \"identifier\": 20000012,\n        \"product_id\": 1,\n        \"type\": \"PayUbizAccount\",\n        \"merchant_account_id\": 15,\n        \"active\": true,\n        \"status\": null,\n        \"quality_score\": null,\n        \"business_entity_id\": null,\n        \"business_category_id\": 1,\n        \"business_sub_category_id\": 8,\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"average_delivery_time\": 10,\n        \"notification_email\": \"rajat.mishra@payu.in\",\n        \"flag\": 0,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"temp_account_id\": null,\n        \"pan_verification_status\": \"Pending\",\n        \"admin_user_id\": 2,\n        \"terms_and_condition_accepted_at\": null,\n        \"generate_agreement\": \"9d8ff849f0894ef45ccde99a\",\n        \"agreement_status\": null,\n        \"document_status\": \"Pending\",\n        \"lob_approval_status\": null,\n        \"created_at\": \"2022-05-18T08:14:37.000Z\",\n        \"updated_at\": \"2022-05-18T08:28:33.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": null,\n        \"name\": \"Rajat Mishra\",\n        \"email\": \"rajat.mishra@payu.in\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 1,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": 100,\n        \"gmv_amount\": null,\n        \"website_approval_status\": null,\n        \"website_url\": \"www.youtube.com\",\n        \"website_remarks\": null,\n        \"registered_mobile\": \"9582787489\",\n        \"product\": \"PayUbiz\",\n        \"bank_update_attempt_left\": 10,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": true,\n        \"saved_kyc_address\": null,\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"nb_eligible\": false,\n        \"lending_eligible\": false,\n        \"offer_engine_enabled\": false,\n        \"revamp_merchant\": false,\n        \"is_cs_eligible\": true,\n        \"onboarding_completed\": false,\n        \"next_bank_update_time\": \"2022-05-18T13:44:48.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": null,\n        \"business_category_uuid\": \"3e3e-57c0-1d680b94-ad18-794be91dcf38\",\n        \"business_sub_category_uuid\": \"e0c5-0e81-2f700bb3-b37a-4b0cb04913b3\",\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ec-d682-8e3639c4-a539-38f9d3c6b9ac\",\n        \"product_uuid\": \"a12c-f114-ce1bac7d-058c-0f95d535aca3\",\n        \"admin_user_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"bank_detail\": {\n            \"id\": 1,\n            \"branch_name\": \"VASTRAPUR\",\n            \"bank_account_number\": \"99999999999\",\n            \"ifsc_code\": \"UTIB0000032\",\n            \"holder_name\": \"Tony Stark\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ec-d682-8f4262de-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": {\n            \"id\": 24,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Operating, UP\",\n            \"uuid\": \"11ec-d682-8f42e9d4-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"registration_address\": {\n            \"id\": 23,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Registered, UP\",\n            \"uuid\": \"11ec-d682-8f4431c2-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"business_entity\": null,\n        \"product_account_statuses\": [\n            {\n                \"id\": 4,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fde098c-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:28:33.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 5,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fe20992-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 6,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ec-d682-8fe60b46-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            }\n        ],\n        \"website_detail\": {\n            \"website_url\": null,\n            \"ios_url\": null,\n            \"android_url\": null,\n            \"uuid\": \"11ec-d684-817b4376-a539-38f9d3c6b9ac\",\n            \"website_pages\": [],\n            \"website_document_categories\": [],\n            \"website_approval_status\": \"Pending\",\n            \"additional_info_status\": null,\n            \"website_url_invalid\": false,\n            \"ios_url_invalid\": false,\n            \"android_url_invalid\": false,\n            \"addendum_status\": null,\n            \"domain_status_by_merchant\": null,\n            \"active\": true,\n            \"latest_comment\": null,\n            \"latest_sf_comment\": null,\n            \"req_doc_category\": null,\n            \"website_error_comments\": null\n        },\n        \"attached_configs\": [],\n        \"kyc_documents\": [],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 2,\n            \"merchant_id\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ec-d682-8ff10d0c-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:39.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:39.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 12,\n            \"website_url\": \"www.youtube.com\",\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 100,\n            \"website_approval_status\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 10\n        }\n    }\n}"}],"_postman_id":"e8111c61-e3b0-402a-a0f6-d6447d7ba8f4"},{"name":"verify_penny","id":"559a29a2-735f-406f-bdf6-172868031e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/verify_penny?penny_amount=2","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","verify_penny"],"host":["{{onboarding_base_url}}"],"query":[{"key":"penny_amount","value":"2"}],"variable":[]}},"response":[{"id":"f6816d8f-c257-4f7c-bea0-be488fb9897d","name":"unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer wrong_token","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/verify_penny?penny_amount=1","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","verify_penny"],"query":[{"key":"penny_amount","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"95bf2460-1bcd-4ed1-90d1-884b36c4edcd"},{"key":"X-Runtime","value":"0.251180"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"eb090637-2a97-427d-8463-459423359499","name":"penny_deposit_pending","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/verify_penny?penny_amount=1","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","verify_penny"],"query":[{"key":"penny_amount","value":"1"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"61648fb0-d740-4229-be92-fc7ae48c367f"},{"key":"X-Runtime","value":"0.457933"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Penny deposit pending\"\n}"},{"id":"4ae47d16-b2d4-4564-b80c-c3521b48c442","name":"invalid_penny_amount","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/verify_penny?penny_amount=1","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","verify_penny"],"query":[{"key":"penny_amount","value":"1"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c9547dc8-5297-4c2c-93cd-0a6e920b51ce"},{"key":"X-Runtime","value":"0.768790"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid Penny Amount\",\n    \"attempts_left\": 9\n}"},{"id":"ecc02b02-7de7-4823-b6a2-fcab7324e714","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/verify_penny?penny_amount=2","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","verify_penny"],"query":[{"key":"penny_amount","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"4137f55d67a51cb5bde73040aa6c5a2b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4c8756b2-0148-4dea-b110-43fd040c8dbc"},{"key":"X-Runtime","value":"0.797790"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"mid\": 20000012,\n        \"id\": 12,\n        \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n        \"identifier\": 20000012,\n        \"product_id\": 1,\n        \"type\": \"PayUbizAccount\",\n        \"merchant_account_id\": 15,\n        \"active\": true,\n        \"status\": null,\n        \"quality_score\": null,\n        \"business_entity_id\": null,\n        \"business_category_id\": 1,\n        \"business_sub_category_id\": 8,\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"average_delivery_time\": 10,\n        \"notification_email\": \"rajat.mishra@payu.in\",\n        \"flag\": 0,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"temp_account_id\": null,\n        \"pan_verification_status\": \"Pending\",\n        \"admin_user_id\": 2,\n        \"terms_and_condition_accepted_at\": null,\n        \"generate_agreement\": \"e9533bf6e9fc98e7c02aedee\",\n        \"agreement_status\": null,\n        \"document_status\": \"Pending\",\n        \"lob_approval_status\": null,\n        \"created_at\": \"2022-05-18T08:14:37.000Z\",\n        \"updated_at\": \"2022-05-18T08:28:33.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": null,\n        \"name\": \"Rajat Mishra\",\n        \"email\": \"rajat.mishra@payu.in\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 1,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": 100,\n        \"gmv_amount\": null,\n        \"website_approval_status\": null,\n        \"website_url\": \"www.youtube.com\",\n        \"website_remarks\": null,\n        \"registered_mobile\": \"9582787489\",\n        \"product\": \"PayUbiz\",\n        \"bank_update_attempt_left\": 10,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": true,\n        \"saved_kyc_address\": null,\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"nb_eligible\": false,\n        \"lending_eligible\": false,\n        \"offer_engine_enabled\": false,\n        \"revamp_merchant\": false,\n        \"is_cs_eligible\": true,\n        \"onboarding_completed\": false,\n        \"next_bank_update_time\": \"2022-05-18T13:44:48.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": null,\n        \"business_category_uuid\": \"3e3e-57c0-1d680b94-ad18-794be91dcf38\",\n        \"business_sub_category_uuid\": \"e0c5-0e81-2f700bb3-b37a-4b0cb04913b3\",\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ec-d682-8e3639c4-a539-38f9d3c6b9ac\",\n        \"product_uuid\": \"a12c-f114-ce1bac7d-058c-0f95d535aca3\",\n        \"admin_user_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"bank_detail\": {\n            \"id\": 1,\n            \"branch_name\": \"VASTRAPUR\",\n            \"bank_account_number\": \"99999999999\",\n            \"ifsc_code\": \"UTIB0000032\",\n            \"holder_name\": \"Tony Stark\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Success\",\n            \"penny_attempt_count\": 2,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Success\",\n            \"uuid\": \"11ec-d682-8f4262de-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:37:59.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 8,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": {\n            \"id\": 24,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Operating, UP\",\n            \"uuid\": \"11ec-d682-8f42e9d4-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"registration_address\": {\n            \"id\": 23,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Registered, UP\",\n            \"uuid\": \"11ec-d682-8f4431c2-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"business_entity\": null,\n        \"product_account_statuses\": [\n            {\n                \"id\": 4,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fde098c-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:28:33.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 5,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fe20992-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 6,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ec-d682-8fe60b46-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            }\n        ],\n        \"website_detail\": {\n            \"website_url\": null,\n            \"ios_url\": null,\n            \"android_url\": null,\n            \"uuid\": \"11ec-d684-817b4376-a539-38f9d3c6b9ac\",\n            \"website_pages\": [],\n            \"website_document_categories\": [],\n            \"website_approval_status\": \"Pending\",\n            \"additional_info_status\": null,\n            \"website_url_invalid\": false,\n            \"ios_url_invalid\": false,\n            \"android_url_invalid\": false,\n            \"addendum_status\": null,\n            \"domain_status_by_merchant\": null,\n            \"active\": true,\n            \"latest_comment\": null,\n            \"latest_sf_comment\": null,\n            \"req_doc_category\": null,\n            \"website_error_comments\": null\n        },\n        \"attached_configs\": [],\n        \"kyc_documents\": [],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 2,\n            \"merchant_id\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ec-d682-8ff10d0c-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:39.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:39.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 12,\n            \"website_url\": \"www.youtube.com\",\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 100,\n            \"website_approval_status\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 10\n        }\n    }\n}"}],"_postman_id":"559a29a2-735f-406f-bdf6-172868031e01"},{"name":"generate_agreement","id":"05b6f5e6-1c41-435b-8f6b-804bd0d5f915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_agreement","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","generate_agreement"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05b6f5e6-1c41-435b-8f6b-804bd0d5f915"},{"name":"generate_authority_letter","id":"de1ba442-edca-427a-8ec1-abe1d3168bf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_authority_letter","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","generate_authority_letter"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"801dbcef-6c5e-4fce-985d-14ed3b8cc441","name":"unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer wrong_token","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_authority_letter"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c55f89e6-f58e-4220-a8e3-9029f8c2d9a2"},{"key":"X-Runtime","value":"0.036223"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"e2f44fa5-70ae-4ff8-99a4-d7773892742a","name":"invalid_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/random_uuid/generate_authority_letter"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"2892d7ef-0f8f-4662-8d60-74092ce782c0"},{"key":"X-Runtime","value":"0.487890"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"79a0eabb-72c9-48a1-8aeb-83214fffd0ad","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_authority_letter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"fbb02296082f41327ea2b6e9555c9740\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"982791bf-edc3-4cb8-8ff0-ef1296c42f84"},{"key":"X-Runtime","value":"5.643435"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 1,\n        \"document_category_id\": 11,\n        \"document_type_id\": 29,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"Pending\",\n        \"uuid\": \"11ec-d686-c8f2e3f6-a539-38f9d3c6b9ac\",\n        \"active\": true,\n        \"created_at\": \"2022-05-18T08:44:52.000Z\",\n        \"updated_at\": \"2022-05-18T08:44:52.000Z\",\n        \"kyc_document_type\": \"KYC\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": null,\n        \"record_id\": null,\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"product_record_id\": 12,\n        \"product_record_type\": \"ProductAccount\",\n        \"processed_document\": null,\n        \"document_category_name\": \"Authorisation Letter\",\n        \"document_type_name\": \"Others\",\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 11,\n            \"name\": \"Authorisation Letter\",\n            \"name_on_frontend\": \"SIGNED_AUTHORISATION_LETTER\"\n        }\n    }\n}"}],"_postman_id":"de1ba442-edca-427a-8ec1-abe1d3168bf5"},{"name":"status_timeline","id":"a12df20a-7dfe-4afe-9fa8-31d06ecd8333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/status_timeline","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","status_timeline"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"24c173e1-a9ba-4c49-aa4b-c7c2fe4d5e62","name":"unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer wrong_token","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/status_timeline"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e1111c4a-4d54-4c67-8ee4-a56cc4322abb"},{"key":"X-Runtime","value":"0.031262"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"88661990-7324-4f7a-b89f-b8ab72b2a513","name":"invalid_uuid","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/random_uuid/status_timeline"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"bb784892-4370-4b8d-927a-6d8bd70b2dce"},{"key":"X-Runtime","value":"0.506955"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"54c85457-6048-4797-80fd-e85aca311008","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/status_timeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"0196271b32aff00d4f3c976982660d42\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"a90a72d7-574c-4fd2-97b6-53c44ec60213"},{"key":"X-Runtime","value":"0.479826"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"conditional_status\": {\n        \"account_status\": null,\n        \"profile_status\": null,\n        \"bank_status\": null,\n        \"business_profile_status\": null,\n        \"website_status\": null,\n        \"document_status\": null,\n        \"settlement_status\": null\n    },\n    \"timeline_status\": {\n        \"account_status\": {\n            \"status\": \"COMPLETED\",\n            \"timestamp\": \"2022-05-18T08:14:37.000Z\"\n        },\n        \"profile_status\": {\n            \"status\": \"IN_PROGRESS\",\n            \"conditional_status\": null,\n            \"timestamp\": \"2022-05-18T08:14:38.000Z\"\n        },\n        \"pan_status\": {\n            \"status\": \"PENDING\",\n            \"timestamp\": null\n        },\n        \"business_details_status\": {\n            \"status\": \"LOCKED\",\n            \"timestamp\": null\n        },\n        \"bank_status\": {\n            \"status\": \"LOCKED\",\n            \"timestamp\": null\n        },\n        \"business_profile_status\": {},\n        \"website_status\": {\n            \"status\": \"LOCKED\",\n            \"timestamp\": null\n        },\n        \"document_status\": {\n            \"status\": \"LOCKED\",\n            \"timestamp\": null\n        },\n        \"settlement_status\": {\n            \"status\": \"LOCKED\"\n        },\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"kyc_document_status\": {\n            \"status\": \"PENDING\",\n            \"error\": [\n                null\n            ],\n            \"timestamp\": \"2022-05-18T08:14:38.000Z\"\n        },\n        \"agreement_status\": {\n            \"status\": \"PENDING\",\n            \"error\": [],\n            \"timestamp\": \"2022-05-18T08:14:38.000Z\"\n        },\n        \"overall_kyc_document_status\": {\n            \"status\": \"LOCKED\",\n            \"timestamp\": null\n        }\n    }\n}"}],"_postman_id":"a12df20a-7dfe-4afe-9fa8-31d06ecd8333"},{"name":"submit_documents","id":"7b590c59-b17c-4794-bf7a-481482df9e0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/submit_documents","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","submit_documents"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"be7fc1b5-a198-467f-9b82-d8455df8d285","name":"unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer wrong_token","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/submit_documents"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"53763817-3006-47d3-a1e5-836a9b36253b"},{"key":"X-Runtime","value":"0.040359"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"8fc398db-3721-42fd-9c63-adab3364b016","name":"invalid_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/random_uuid/submit_documents"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"420b8a32-094e-4c17-8355-ec530df9cb79"},{"key":"X-Runtime","value":"0.609568"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"2b46579f-f11a-4cf8-aaef-abf8e300397e","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/submit_documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"bfb2afb3a7171c32325ca784b657b54a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"72d88cff-ac50-4b60-af24-dfcbac2d8082"},{"key":"X-Runtime","value":"1.297495"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"mid\": 20000012,\n        \"id\": 12,\n        \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n        \"identifier\": 20000012,\n        \"product_id\": 1,\n        \"type\": \"PayUbizAccount\",\n        \"merchant_account_id\": 15,\n        \"active\": true,\n        \"status\": null,\n        \"quality_score\": null,\n        \"business_entity_id\": 2,\n        \"business_category_id\": 1,\n        \"business_sub_category_id\": 8,\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"average_delivery_time\": 10,\n        \"notification_email\": \"rajat.mishra@payu.in\",\n        \"flag\": 0,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"temp_account_id\": null,\n        \"pan_verification_status\": \"Pending\",\n        \"admin_user_id\": 2,\n        \"terms_and_condition_accepted_at\": null,\n        \"generate_agreement\": \"5bde8acff91f0532576a95b8\",\n        \"agreement_status\": null,\n        \"document_status\": \"Pending\",\n        \"lob_approval_status\": null,\n        \"created_at\": \"2022-05-18T08:14:37.000Z\",\n        \"updated_at\": \"2022-05-18T08:54:34.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": null,\n        \"name\": \"Rajat Mishra\",\n        \"email\": \"rajat.mishra@payu.in\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 1,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": 100,\n        \"gmv_amount\": null,\n        \"website_approval_status\": null,\n        \"website_url\": \"www.youtube.com\",\n        \"website_remarks\": null,\n        \"registered_mobile\": \"9582787489\",\n        \"product\": \"PayUbiz\",\n        \"bank_update_attempt_left\": 10,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": false,\n        \"saved_kyc_address\": null,\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"nb_eligible\": false,\n        \"lending_eligible\": false,\n        \"offer_engine_enabled\": false,\n        \"revamp_merchant\": false,\n        \"is_cs_eligible\": true,\n        \"onboarding_completed\": false,\n        \"next_bank_update_time\": \"2022-05-18T13:44:48.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": \"9dcf-127a-6e4796ff-4926-363291dc60ae\",\n        \"business_category_uuid\": \"3e3e-57c0-1d680b94-ad18-794be91dcf38\",\n        \"business_sub_category_uuid\": \"e0c5-0e81-2f700bb3-b37a-4b0cb04913b3\",\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ec-d682-8e3639c4-a539-38f9d3c6b9ac\",\n        \"product_uuid\": \"a12c-f114-ce1bac7d-058c-0f95d535aca3\",\n        \"admin_user_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"bank_detail\": {\n            \"id\": 1,\n            \"branch_name\": \"VASTRAPUR\",\n            \"bank_account_number\": \"99999999999\",\n            \"ifsc_code\": \"UTIB0000032\",\n            \"holder_name\": \"Tony Stark\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Success\",\n            \"penny_attempt_count\": 2,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Success\",\n            \"uuid\": \"11ec-d682-8f4262de-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:37:59.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 8,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": {\n            \"id\": 24,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Operating, UP\",\n            \"uuid\": \"11ec-d682-8f42e9d4-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"registration_address\": {\n            \"id\": 23,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Registered, UP\",\n            \"uuid\": \"11ec-d682-8f4431c2-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"business_entity\": {\n            \"id\": 2,\n            \"name\": \"Sole Proprietorship\"\n        },\n        \"product_account_statuses\": [\n            {\n                \"id\": 4,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fde098c-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:28:33.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 5,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fe20992-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 6,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ec-d682-8fe60b46-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            }\n        ],\n        \"website_detail\": {\n            \"website_url\": null,\n            \"ios_url\": null,\n            \"android_url\": null,\n            \"uuid\": \"11ec-d684-817b4376-a539-38f9d3c6b9ac\",\n            \"website_pages\": [],\n            \"website_document_categories\": [],\n            \"website_approval_status\": \"Pending\",\n            \"additional_info_status\": null,\n            \"website_url_invalid\": false,\n            \"ios_url_invalid\": false,\n            \"android_url_invalid\": false,\n            \"addendum_status\": null,\n            \"domain_status_by_merchant\": null,\n            \"active\": true,\n            \"latest_comment\": null,\n            \"latest_sf_comment\": null,\n            \"req_doc_category\": null,\n            \"website_error_comments\": null\n        },\n        \"attached_configs\": [],\n        \"kyc_documents\": [\n            {\n                \"id\": 1,\n                \"document_category_id\": 11,\n                \"document_type_id\": 29,\n                \"account_id\": null,\n                \"remarks\": null,\n                \"status\": \"Pending\",\n                \"uuid\": \"11ec-d686-c8f2e3f6-a539-38f9d3c6b9ac\",\n                \"active\": true,\n                \"created_at\": \"2022-05-18T08:44:52.000Z\",\n                \"updated_at\": \"2022-05-18T08:44:52.000Z\",\n                \"kyc_document_type\": \"KYC\",\n                \"document_format\": \"Soft Copy\",\n                \"e_stamp_number\": null,\n                \"temp_account_id\": null,\n                \"error\": null,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"issue_date\": null,\n                \"expiry_date\": null,\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\",\n                \"processed_document\": null,\n                \"document_category_name\": \"Authorisation Letter\",\n                \"document_type_name\": \"Others\"\n            }\n        ],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 2,\n            \"merchant_id\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ec-d682-8ff10d0c-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:39.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:39.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 12,\n            \"website_url\": \"www.youtube.com\",\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 100,\n            \"website_approval_status\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 10\n        }\n    }\n}"}],"_postman_id":"7b590c59-b17c-4794-bf7a-481482df9e0b"},{"name":"final_doc_submit","id":"c39eb1fa-f7c9-4bcd-9121-79a9e2fd823c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/final_doc_submit","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","final_doc_submit"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6c428028-939b-41f4-bba1-7cbfb1899812","name":"unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer wrong_token","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/final_doc_submit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"05de2fdf-8fd4-41cf-937f-88fa2d2e350e"},{"key":"X-Runtime","value":"0.026204"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"6cdd76c9-ff6b-47e8-aa64-e3c2bd68655e","name":"invalid_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/random_uuid/final_doc_submit"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"bf547ea0-a880-440c-8244-e21baf1ae31c"},{"key":"X-Runtime","value":"0.567784"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"04bff51c-418e-44b5-bea0-cd946b14c47b","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/final_doc_submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"0755d6034d579592dbe446c4644a36b8\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"be2223cc-942d-46b5-b13a-ab0111418736"},{"key":"X-Runtime","value":"2.195763"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"mid\": 20000012,\n        \"id\": 12,\n        \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n        \"identifier\": 20000012,\n        \"product_id\": 1,\n        \"type\": \"PayUbizAccount\",\n        \"merchant_account_id\": 15,\n        \"active\": true,\n        \"status\": null,\n        \"quality_score\": null,\n        \"business_entity_id\": 2,\n        \"business_category_id\": 1,\n        \"business_sub_category_id\": 8,\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"average_delivery_time\": 10,\n        \"notification_email\": \"rajat.mishra@payu.in\",\n        \"flag\": 0,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"temp_account_id\": null,\n        \"pan_verification_status\": \"Pending\",\n        \"admin_user_id\": 2,\n        \"terms_and_condition_accepted_at\": null,\n        \"generate_agreement\": \"5d142ce0721c889b05fa9ed7\",\n        \"agreement_status\": \"Counter Signed Received\",\n        \"document_status\": \"Pending\",\n        \"lob_approval_status\": null,\n        \"created_at\": \"2022-05-18T08:14:37.000Z\",\n        \"updated_at\": \"2022-05-18T08:56:22.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": null,\n        \"name\": \"Rajat Mishra\",\n        \"email\": \"rajat.mishra@payu.in\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 1,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": 100,\n        \"gmv_amount\": null,\n        \"website_approval_status\": null,\n        \"website_url\": \"www.youtube.com\",\n        \"website_remarks\": null,\n        \"registered_mobile\": \"9582787489\",\n        \"product\": \"PayUbiz\",\n        \"bank_update_attempt_left\": 10,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": false,\n        \"saved_kyc_address\": null,\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"nb_eligible\": false,\n        \"lending_eligible\": false,\n        \"offer_engine_enabled\": false,\n        \"revamp_merchant\": false,\n        \"is_cs_eligible\": true,\n        \"onboarding_completed\": false,\n        \"next_bank_update_time\": \"2022-05-18T13:44:48.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": \"9dcf-127a-6e4796ff-4926-363291dc60ae\",\n        \"business_category_uuid\": \"3e3e-57c0-1d680b94-ad18-794be91dcf38\",\n        \"business_sub_category_uuid\": \"e0c5-0e81-2f700bb3-b37a-4b0cb04913b3\",\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ec-d682-8e3639c4-a539-38f9d3c6b9ac\",\n        \"product_uuid\": \"a12c-f114-ce1bac7d-058c-0f95d535aca3\",\n        \"admin_user_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"bank_detail\": {\n            \"id\": 1,\n            \"branch_name\": \"VASTRAPUR\",\n            \"bank_account_number\": \"99999999999\",\n            \"ifsc_code\": \"UTIB0000032\",\n            \"holder_name\": \"Tony Stark\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Success\",\n            \"penny_attempt_count\": 2,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Success\",\n            \"uuid\": \"11ec-d682-8f4262de-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:37:59.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 8,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": {\n            \"id\": 24,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Operating, UP\",\n            \"uuid\": \"11ec-d682-8f42e9d4-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"registration_address\": {\n            \"id\": 23,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Registered, UP\",\n            \"uuid\": \"11ec-d682-8f4431c2-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"business_entity\": {\n            \"id\": 2,\n            \"name\": \"Sole Proprietorship\"\n        },\n        \"product_account_statuses\": [\n            {\n                \"id\": 4,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fde098c-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:28:33.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 5,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fe20992-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 6,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ec-d682-8fe60b46-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            }\n        ],\n        \"website_detail\": {\n            \"website_url\": null,\n            \"ios_url\": null,\n            \"android_url\": null,\n            \"uuid\": \"11ec-d684-817b4376-a539-38f9d3c6b9ac\",\n            \"website_pages\": [],\n            \"website_document_categories\": [],\n            \"website_approval_status\": \"Pending\",\n            \"additional_info_status\": null,\n            \"website_url_invalid\": false,\n            \"ios_url_invalid\": false,\n            \"android_url_invalid\": false,\n            \"addendum_status\": null,\n            \"domain_status_by_merchant\": null,\n            \"active\": true,\n            \"latest_comment\": null,\n            \"latest_sf_comment\": null,\n            \"req_doc_category\": null,\n            \"website_error_comments\": null\n        },\n        \"attached_configs\": [],\n        \"kyc_documents\": [\n            {\n                \"id\": 1,\n                \"document_category_id\": 11,\n                \"document_type_id\": 29,\n                \"account_id\": null,\n                \"remarks\": null,\n                \"status\": \"Pending\",\n                \"uuid\": \"11ec-d686-c8f2e3f6-a539-38f9d3c6b9ac\",\n                \"active\": true,\n                \"created_at\": \"2022-05-18T08:44:52.000Z\",\n                \"updated_at\": \"2022-05-18T08:44:52.000Z\",\n                \"kyc_document_type\": \"KYC\",\n                \"document_format\": \"Soft Copy\",\n                \"e_stamp_number\": null,\n                \"temp_account_id\": null,\n                \"error\": null,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"issue_date\": null,\n                \"expiry_date\": null,\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\",\n                \"processed_document\": null,\n                \"document_category_name\": \"Authorisation Letter\",\n                \"document_type_name\": \"Others\"\n            }\n        ],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 2,\n            \"merchant_id\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ec-d682-8ff10d0c-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:39.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:39.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 12,\n            \"website_url\": \"www.youtube.com\",\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 100,\n            \"website_approval_status\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 10\n        }\n    }\n}"}],"_postman_id":"c39eb1fa-f7c9-4bcd-9121-79a9e2fd823c"},{"name":"merchant_products","id":"0dc152ef-9c3a-40e1-8219-b6673e935827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v3/product_accounts/merchant_products?email={{user_email}}","urlObject":{"path":["api","v3","product_accounts","merchant_products"],"host":["{{onboarding_base_url}}"],"query":[{"key":"email","value":"{{user_email}}"}],"variable":[]}},"response":[{"id":"d7027b29-634d-44c4-80f0-5c365ec48d47","name":"random_email","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/merchant_products?email=random_email","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","merchant_products"],"query":[{"key":"email","value":"random_email"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"86d8b086af0fc30d06856e218fcfdb6b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"39d12832-f83b-4773-ba48-a1ba30bdf573"},{"key":"X-Runtime","value":"0.018490"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": []\n}"},{"id":"8ac4d675-21da-4770-bff0-468a9e7cf6f3","name":"valid_email","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/merchant_products?email={{user_email}}","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","merchant_products"],"query":[{"key":"email","value":"{{user_email}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"2f3269f187d1a9889248715387b206e1\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"9007d12e-0c5c-4749-a784-4fd24e2e6b44"},{"key":"X-Runtime","value":"0.056110"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": [\n        \"PayUbiz\"\n    ]\n}"}],"_postman_id":"0dc152ef-9c3a-40e1-8219-b6673e935827"},{"name":"generate_addendum_data","id":"ebf0bcf3-e237-464a-b983-ff25ebf8059f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"address\",\n    \"new_data\": {\n        \"Operating\": {\n            \"address_line\": \"sohna road\",\n            \"city\": \"South West Delhi\",\n            \"pincode\": 110043,\n            \"state\": \"DELHI\"\n        },\n        \"Registered\": {\n            \"address_line\": \"baker street\",\n            \"city\": \"Gurgaon\",\n            \"pincode\": 120043,\n            \"state\": \"Haryana\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_addendum_data","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","generate_addendum_data"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e96f7636-1024-4f1d-b442-7689f884856e","name":"unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer wrong_token","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_addendum_data?source=website_detail","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","generate_addendum_data"],"query":[{"key":"source","value":"website_detail"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"33e5a001-9270-460b-a3f2-10e804b96571"},{"key":"X-Runtime","value":"0.020843"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"5505adcf-4edf-4f65-bf1d-c76d59aa51ac","name":"invalid_uuid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/random_uuid/generate_addendum_data?source=website_detail","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","random_uuid","generate_addendum_data"],"query":[{"key":"source","value":"website_detail"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e62d693e-a904-404f-913e-550f2ef3b37f"},{"key":"X-Runtime","value":"0.445147"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"80eaa6da-85af-4e8e-a6f1-0e28dbd003e9","name":"soruce_is_bank","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_addendum_data?source=bank","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","generate_addendum_data"],"query":[{"key":"source","value":"bank"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"00603f663a3d690374f45b70b1d76ac7\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"10b0bbc6-6d8f-4762-af41-564245c5d2b5"},{"key":"X-Runtime","value":"0.433332"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"\\n<!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\">\\n  <head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <title>PayUMoney</title>\\n    <style type=\\\"text/css\\\">\\n      .heading {\\n        text-align: center;\\n      }\\n      .date {\\n        text-align: right;\\n      }\\n      .addendum-table {\\n        width: 100%;\\n        text-align: center;\\n        border-collapse: collapse;\\n      }\\n      th {\\n        font-display: bold;\\n        border: solid 1px black;\\n      }\\n      td {\\n        text-align: center;\\n        border: solid 1px black;\\n      }\\n    </style>\\n  </head>\\n  <body>\\n    <div class=\\\"heading d-none\\\">\\n      <h1>\\n        <u>Terms and Conditions</u>\\n        <br>\\n        <u>Change of Merchant Details</u>\\n      </h1>\\n    </div>\\n    <p>\\n      <div class=\\\"date text-right\\\">18/05/2022</div>\\n      <b>PayU Payments Private Limited</b><br/>\\n      9th Floor, Bestech Business Tower,<br/>\\n      Sector 48, Sohna Road, Gurgaon,<br/>\\n      Haryana, Pin - 122002<br/><br/>\\n      <b>We (“Merchant”)</b>, a <b>(Entity)</b> entered into a Service Agreement (“<b>Service Agreement</b>”) with PayU Payments Private Limited <b>(“PayU”)</b> in accordance to which PayU provides us with aggregate online payment gateway solutions and services through its ‘PayU’ platform <b>(“PayU Services”)</b> for our website domain:<br/><br/>\\n      We would like to change our Merchant Details (as defined in the Service Agreement), in which the Customer Charge minus the Service Fees <b>(“Settlement Amount”)</b> payable to us is settled by PayU under the terms of Service Agreement.<br/>\\n      From:<br/>\\n      <table class=\\\"addendum-table table-bordered\\\">\\n        <tr>\\n          <th colspan=\\\"3\\\"><b>CHANGES IN MERCHANT DETAILS</b></th>\\n        </tr>\\n        <tr>\\n          <th>Particulars</th>\\n          <th>Old Value</th>\\n          <th>New Value</th>\\n        </tr>\\n            <tr>\\n              <td>IFSC Code</td>\\n              <td></td>\\n              <td>UTIB0000032</td>\\n            </tr>\\n            <tr>\\n              <td>Bank Account Number</td>\\n              <td></td>\\n              <td>99999999999</td>\\n            </tr>\\n            <tr>\\n              <td>Branch Name</td>\\n              <td></td>\\n              <td>VASTRAPUR</td>\\n            </tr>\\n            <tr>\\n              <td>Holder Name</td>\\n              <td></td>\\n              <td>Tony Stark</td>\\n            </tr>\\n            <tr>\\n              <td>Bank Name</td>\\n              <td></td>\\n              <td>AXIS BANK</td>\\n            </tr>\\n            <tr>\\n              <td>Bank Type</td>\\n              <td></td>\\n              <td>saving</td>\\n            </tr>\\n      </table>\\n      <br/>\\n      We understand that PayU may require certain documents in order to provide PayU Services with respect to changing the details. We agree to provide the same as and when requested by PayU.<br/>\\n      We further understand that the change in the Merchant Account details will take effect only after the requisite change has been made in the records of PayU and we understand that this may take up to 5 Business Days from receipt of this letter and all such documents requested by PayU.<br/>\\n      We request PayU to make the requisite change in the Service Agreement. We acknowledge that the submission of this letter will constitute as an amendment to the Service Agreement and any Settlement Amount settled to our new Merchant Account will be governed by the terms and conditions of the Services Agreement.\\n    </p>\\n  </body>\\n</html>\\n\""},{"id":"12499d3c-13ea-4150-89d4-feaf25b78158","name":"source_is_website_detail","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_addendum_data?source=website_detail","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","generate_addendum_data"],"query":[{"key":"source","value":"website_detail"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"77ceaa5788dc75c4e485f7d4a2af0b31\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"7d94f594-de2e-49c0-a523-f3e5dcd0dc9e"},{"key":"X-Runtime","value":"0.031366"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"\\n<!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\">\\n  <head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <title>PayUMoney</title>\\n    <style type=\\\"text/css\\\">\\n      .heading {\\n        text-align: center;\\n      }\\n      .date {\\n        text-align: right;\\n      }\\n      .addendum-table {\\n        width: 100%;\\n        text-align: center;\\n        border-collapse: collapse;\\n      }\\n      th {\\n        font-display: bold;\\n        border: solid 1px black;\\n      }\\n      td {\\n        text-align: center;\\n        border: solid 1px black;\\n      }\\n    </style>\\n  </head>\\n  <body>\\n    <div class=\\\"heading d-none\\\">\\n      <h1>\\n        <u>Terms and Conditions</u>\\n        <br>\\n        <u>Change of Merchant Details</u>\\n      </h1>\\n    </div>\\n    <p>\\n      <div class=\\\"date text-right\\\">18/05/2022</div>\\n      <b>PayU Payments Private Limited</b><br/>\\n      9th Floor, Bestech Business Tower,<br/>\\n      Sector 48, Sohna Road, Gurgaon,<br/>\\n      Haryana, Pin - 122002<br/><br/>\\n      <b>We (“Merchant”)</b>, a <b>(Entity)</b> entered into a Service Agreement (“<b>Service Agreement</b>”) with PayU Payments Private Limited <b>(“PayU”)</b> in accordance to which PayU provides us with aggregate online payment gateway solutions and services through its ‘PayU’ platform <b>(“PayU Services”)</b> for our website domain:<br/><br/>\\n      We would like to change our Merchant Details (as defined in the Service Agreement), in which the Customer Charge minus the Service Fees <b>(“Settlement Amount”)</b> payable to us is settled by PayU under the terms of Service Agreement.<br/>\\n      From:<br/>\\n      <table class=\\\"addendum-table table-bordered\\\">\\n        <tr>\\n          <th colspan=\\\"3\\\"><b>CHANGES IN MERCHANT DETAILS</b></th>\\n        </tr>\\n        <tr>\\n          <th>Particulars</th>\\n          <th>Old Value</th>\\n          <th>New Value</th>\\n        </tr>\\n            <tr>\\n              <td>Website URL</td>\\n              <td></td>\\n              <td></td>\\n            </tr>\\n            <tr>\\n              <td>Android URL</td>\\n              <td></td>\\n              <td></td>\\n            </tr>\\n            <tr>\\n              <td>IOS URL</td>\\n              <td></td>\\n              <td></td>\\n            </tr>\\n      </table>\\n      <br/>\\n      We understand that PayU may require certain documents in order to provide PayU Services with respect to changing the details. We agree to provide the same as and when requested by PayU.<br/>\\n      We further understand that the change in the Merchant Account details will take effect only after the requisite change has been made in the records of PayU and we understand that this may take up to 5 Business Days from receipt of this letter and all such documents requested by PayU.<br/>\\n      We request PayU to make the requisite change in the Service Agreement. We acknowledge that the submission of this letter will constitute as an amendment to the Service Agreement and any Settlement Amount settled to our new Merchant Account will be governed by the terms and conditions of the Services Agreement.\\n    </p>\\n  </body>\\n</html>\\n\""},{"id":"26fba8b8-d25e-4873-bc9b-b3e1d7fd6ed1","name":"source_is_address","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"address\",\n    \"new_data\": {\n        \"Operating\": {\n            \"address_line\": \"sohna road\",\n            \"city\": \"South West Delhi\",\n            \"pincode\": 110043,\n            \"state\": \"DELHI\"\n        },\n        \"Registered\": {\n            \"address_line\": \"baker street\",\n            \"city\": \"Gurgaon\",\n            \"pincode\": 120043,\n            \"state\": \"Haryana\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_addendum_data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"3bffc59f6298a6e1aa8c1bcc94acc96e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"9add7fb0-3a2d-4d49-9eeb-e2eef23470de"},{"key":"X-Runtime","value":"0.030457"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"\\n<!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\">\\n  <head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <title>PayUMoney</title>\\n    <style type=\\\"text/css\\\">\\n      .heading {\\n        text-align: center;\\n      }\\n      .date {\\n        text-align: right;\\n      }\\n      .addendum-table {\\n        width: 100%;\\n        text-align: center;\\n        border-collapse: collapse;\\n      }\\n      th {\\n        font-display: bold;\\n        border: solid 1px black;\\n      }\\n      td {\\n        text-align: center;\\n        border: solid 1px black;\\n      }\\n    </style>\\n  </head>\\n  <body>\\n    <div class=\\\"heading d-none\\\">\\n      <h1>\\n        <u>Terms and Conditions</u>\\n        <br>\\n        <u>Change of Merchant Details</u>\\n      </h1>\\n    </div>\\n    <p>\\n      <div class=\\\"date text-right\\\">18/05/2022</div>\\n      <b>PayU Payments Private Limited</b><br/>\\n      9th Floor, Bestech Business Tower,<br/>\\n      Sector 48, Sohna Road, Gurgaon,<br/>\\n      Haryana, Pin - 122002<br/><br/>\\n      <b>We (“Merchant”)</b>, a <b>(Entity)</b> entered into a Service Agreement (“<b>Service Agreement</b>”) with PayU Payments Private Limited <b>(“PayU”)</b> in accordance to which PayU provides us with aggregate online payment gateway solutions and services through its ‘PayU’ platform <b>(“PayU Services”)</b> for our website domain:<br/><br/>\\n      We would like to change our Merchant Details (as defined in the Service Agreement), in which the Customer Charge minus the Service Fees <b>(“Settlement Amount”)</b> payable to us is settled by PayU under the terms of Service Agreement.<br/>\\n      From:<br/>\\n      <table class=\\\"addendum-table table-bordered\\\">\\n        <tr>\\n          <th colspan=\\\"3\\\"><b>CHANGES IN MERCHANT DETAILS</b></th>\\n        </tr>\\n        <tr>\\n          <th>Particulars</th>\\n          <th>Old Value</th>\\n          <th>New Value</th>\\n        </tr>\\n            <tr>\\n              <td>Business Address Line</td>\\n              <td>Registered, UP</td>\\n              <td>baker street</td>\\n            </tr>\\n            <tr>\\n              <td>Business Address Pincode</td>\\n              <td>110066</td>\\n              <td>120043</td>\\n            </tr>\\n            <tr>\\n              <td>Business Address City</td>\\n              <td>South West Delhi</td>\\n              <td>Gurgaon</td>\\n            </tr>\\n            <tr>\\n              <td>Business Address State</td>\\n              <td>DELHI</td>\\n              <td>Haryana</td>\\n            </tr>\\n            <tr>\\n              <td>Operating Address Line</td>\\n              <td>Operating, UP</td>\\n              <td>sohna road</td>\\n            </tr>\\n            <tr>\\n              <td>Operating Address Pincode</td>\\n              <td>110066</td>\\n              <td>110043</td>\\n            </tr>\\n            <tr>\\n              <td>Operating Address City</td>\\n              <td>South West Delhi</td>\\n              <td>South West Delhi</td>\\n            </tr>\\n            <tr>\\n              <td>Operating Address State</td>\\n              <td>DELHI</td>\\n              <td>DELHI</td>\\n            </tr>\\n      </table>\\n      <br/>\\n      We understand that PayU may require certain documents in order to provide PayU Services with respect to changing the details. We agree to provide the same as and when requested by PayU.<br/>\\n      We further understand that the change in the Merchant Account details will take effect only after the requisite change has been made in the records of PayU and we understand that this may take up to 5 Business Days from receipt of this letter and all such documents requested by PayU.<br/>\\n      We request PayU to make the requisite change in the Service Agreement. We acknowledge that the submission of this letter will constitute as an amendment to the Service Agreement and any Settlement Amount settled to our new Merchant Account will be governed by the terms and conditions of the Services Agreement.\\n    </p>\\n  </body>\\n</html>\\n\""}],"_postman_id":"ebf0bcf3-e237-464a-b983-ff25ebf8059f"},{"name":"accept_addendum","id":"29d5fe8f-2a7d-4e76-a955-b9baf6f48219","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/accept_addendum?source=bank","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","accept_addendum"],"host":["{{onboarding_base_url}}"],"query":[{"key":"source","value":"bank"}],"variable":[]}},"response":[{"id":"70b205ba-35d4-4f74-83f0-780be0386da9","name":"unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer wrong_token","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/accept_addendum?source=website_detail","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","accept_addendum"],"query":[{"key":"source","value":"website_detail"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"0316e692-db18-4a59-a534-cdca4ad8d341"},{"key":"X-Runtime","value":"0.013929"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"0e66d17c-8b33-4b87-84d3-533d603e1171","name":"invalid_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/random_uuid/accept_addendum?source=website_detail","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","random_uuid","accept_addendum"],"query":[{"key":"source","value":"website_detail"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b64ac98e-bd84-4615-8887-4662f159d107"},{"key":"X-Runtime","value":"0.657881"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"d04ac927-9017-443c-8df7-bdf686b8cdfd","name":"source_is_bank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/accept_addendum?source=bank","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","accept_addendum"],"query":[{"key":"source","value":"bank"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"05f43e29f1d57b646ae3b6677ff84c0c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"21ca0d15-cf59-4941-91ed-72ac1daf6878"},{"key":"X-Runtime","value":"5.561462"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"mid\": 20000012,\n        \"id\": 12,\n        \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n        \"identifier\": 20000012,\n        \"product_id\": 1,\n        \"type\": \"PayUbizAccount\",\n        \"merchant_account_id\": 15,\n        \"active\": true,\n        \"status\": null,\n        \"quality_score\": null,\n        \"business_entity_id\": 2,\n        \"business_category_id\": 1,\n        \"business_sub_category_id\": 8,\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"average_delivery_time\": 10,\n        \"notification_email\": \"rajat.mishra@payu.in\",\n        \"flag\": 0,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"temp_account_id\": null,\n        \"pan_verification_status\": \"Pending\",\n        \"admin_user_id\": 2,\n        \"terms_and_condition_accepted_at\": null,\n        \"generate_agreement\": \"e8520bb83db1efb08999f67a\",\n        \"agreement_status\": \"Counter Signed Received\",\n        \"document_status\": \"Pending\",\n        \"lob_approval_status\": null,\n        \"created_at\": \"2022-05-18T08:14:37.000Z\",\n        \"updated_at\": \"2022-05-18T08:56:22.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": null,\n        \"name\": \"Rajat Mishra\",\n        \"email\": \"rajat.mishra@payu.in\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 1,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": 100,\n        \"gmv_amount\": null,\n        \"website_approval_status\": null,\n        \"website_url\": \"www.youtube.com\",\n        \"website_remarks\": null,\n        \"registered_mobile\": \"9582787489\",\n        \"product\": \"PayUbiz\",\n        \"bank_update_attempt_left\": 10,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": false,\n        \"saved_kyc_address\": null,\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"nb_eligible\": false,\n        \"lending_eligible\": false,\n        \"offer_engine_enabled\": false,\n        \"revamp_merchant\": false,\n        \"is_cs_eligible\": true,\n        \"onboarding_completed\": false,\n        \"next_bank_update_time\": \"2022-05-18T13:44:48.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": \"9dcf-127a-6e4796ff-4926-363291dc60ae\",\n        \"business_category_uuid\": \"3e3e-57c0-1d680b94-ad18-794be91dcf38\",\n        \"business_sub_category_uuid\": \"e0c5-0e81-2f700bb3-b37a-4b0cb04913b3\",\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ec-d682-8e3639c4-a539-38f9d3c6b9ac\",\n        \"product_uuid\": \"a12c-f114-ce1bac7d-058c-0f95d535aca3\",\n        \"admin_user_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"bank_detail\": {\n            \"id\": 1,\n            \"branch_name\": \"VASTRAPUR\",\n            \"bank_account_number\": \"99999999999\",\n            \"ifsc_code\": \"UTIB0000032\",\n            \"holder_name\": \"Tony Stark\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Success\",\n            \"penny_attempt_count\": 2,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Success\",\n            \"uuid\": \"11ec-d682-8f4262de-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T09:17:38.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": \"accepted\",\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 8,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": {\n            \"id\": 24,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Operating, UP\",\n            \"uuid\": \"11ec-d682-8f42e9d4-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"registration_address\": {\n            \"id\": 23,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Registered, UP\",\n            \"uuid\": \"11ec-d682-8f4431c2-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"business_entity\": {\n            \"id\": 2,\n            \"name\": \"Sole Proprietorship\"\n        },\n        \"product_account_statuses\": [\n            {\n                \"id\": 4,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fde098c-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:28:33.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 5,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fe20992-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 6,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ec-d682-8fe60b46-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            }\n        ],\n        \"website_detail\": {\n            \"website_url\": null,\n            \"ios_url\": null,\n            \"android_url\": null,\n            \"uuid\": \"11ec-d684-817b4376-a539-38f9d3c6b9ac\",\n            \"website_pages\": [],\n            \"website_document_categories\": [],\n            \"website_approval_status\": \"Pending\",\n            \"additional_info_status\": null,\n            \"website_url_invalid\": false,\n            \"ios_url_invalid\": false,\n            \"android_url_invalid\": false,\n            \"addendum_status\": null,\n            \"domain_status_by_merchant\": null,\n            \"active\": true,\n            \"latest_comment\": null,\n            \"latest_sf_comment\": null,\n            \"req_doc_category\": null,\n            \"website_error_comments\": null\n        },\n        \"attached_configs\": [],\n        \"kyc_documents\": [\n            {\n                \"id\": 1,\n                \"document_category_id\": 11,\n                \"document_type_id\": 29,\n                \"account_id\": null,\n                \"remarks\": null,\n                \"status\": \"Pending\",\n                \"uuid\": \"11ec-d686-c8f2e3f6-a539-38f9d3c6b9ac\",\n                \"active\": true,\n                \"created_at\": \"2022-05-18T08:44:52.000Z\",\n                \"updated_at\": \"2022-05-18T08:44:52.000Z\",\n                \"kyc_document_type\": \"KYC\",\n                \"document_format\": \"Soft Copy\",\n                \"e_stamp_number\": null,\n                \"temp_account_id\": null,\n                \"error\": null,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"issue_date\": null,\n                \"expiry_date\": null,\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\",\n                \"processed_document\": null,\n                \"document_category_name\": \"Authorisation Letter\",\n                \"document_type_name\": \"Others\"\n            }\n        ],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 2,\n            \"merchant_id\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ec-d682-8ff10d0c-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:39.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:39.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 12,\n            \"website_url\": \"www.youtube.com\",\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 100,\n            \"website_approval_status\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 10\n        }\n    }\n}"},{"id":"36d3f85e-4099-4ad5-9aa6-2772f8d59150","name":"source_is_website_detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/accept_addendum?source=website_detail","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","accept_addendum"],"query":[{"key":"source","value":"website_detail"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"4704aefa8e728b23579a83130a98094c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"1ddfa4c0-efa5-44a5-bf17-2e1caf785ef7"},{"key":"X-Runtime","value":"5.254351"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"mid\": 20000012,\n        \"id\": 12,\n        \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n        \"identifier\": 20000012,\n        \"product_id\": 1,\n        \"type\": \"PayUbizAccount\",\n        \"merchant_account_id\": 15,\n        \"active\": true,\n        \"status\": null,\n        \"quality_score\": null,\n        \"business_entity_id\": 2,\n        \"business_category_id\": 1,\n        \"business_sub_category_id\": 8,\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"average_delivery_time\": 10,\n        \"notification_email\": \"rajat.mishra@payu.in\",\n        \"flag\": 0,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"temp_account_id\": null,\n        \"pan_verification_status\": \"Pending\",\n        \"admin_user_id\": 2,\n        \"terms_and_condition_accepted_at\": null,\n        \"generate_agreement\": \"a5241f30cf8c640aac359c99\",\n        \"agreement_status\": \"Counter Signed Received\",\n        \"document_status\": \"Pending\",\n        \"lob_approval_status\": null,\n        \"created_at\": \"2022-05-18T08:14:37.000Z\",\n        \"updated_at\": \"2022-05-18T08:56:22.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": null,\n        \"name\": \"Rajat Mishra\",\n        \"email\": \"rajat.mishra@payu.in\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 1,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": 100,\n        \"gmv_amount\": null,\n        \"website_approval_status\": null,\n        \"website_url\": \"www.youtube.com\",\n        \"website_remarks\": null,\n        \"registered_mobile\": \"9582787489\",\n        \"product\": \"PayUbiz\",\n        \"bank_update_attempt_left\": 10,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": false,\n        \"saved_kyc_address\": null,\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"nb_eligible\": false,\n        \"lending_eligible\": false,\n        \"offer_engine_enabled\": false,\n        \"revamp_merchant\": false,\n        \"is_cs_eligible\": true,\n        \"onboarding_completed\": false,\n        \"next_bank_update_time\": \"2022-05-18T13:44:48.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": \"9dcf-127a-6e4796ff-4926-363291dc60ae\",\n        \"business_category_uuid\": \"3e3e-57c0-1d680b94-ad18-794be91dcf38\",\n        \"business_sub_category_uuid\": \"e0c5-0e81-2f700bb3-b37a-4b0cb04913b3\",\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ec-d682-8e3639c4-a539-38f9d3c6b9ac\",\n        \"product_uuid\": \"a12c-f114-ce1bac7d-058c-0f95d535aca3\",\n        \"admin_user_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"bank_detail\": {\n            \"id\": 1,\n            \"branch_name\": \"VASTRAPUR\",\n            \"bank_account_number\": \"99999999999\",\n            \"ifsc_code\": \"UTIB0000032\",\n            \"holder_name\": \"Tony Stark\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Success\",\n            \"penny_attempt_count\": 2,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Success\",\n            \"uuid\": \"11ec-d682-8f4262de-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T09:17:38.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": \"accepted\",\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 8,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": {\n            \"id\": 24,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Operating, UP\",\n            \"uuid\": \"11ec-d682-8f42e9d4-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"registration_address\": {\n            \"id\": 23,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110066,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Registered, UP\",\n            \"uuid\": \"11ec-d682-8f4431c2-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"business_entity\": {\n            \"id\": 2,\n            \"name\": \"Sole Proprietorship\"\n        },\n        \"product_account_statuses\": [\n            {\n                \"id\": 4,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fde098c-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:28:33.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 5,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fe20992-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 6,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ec-d682-8fe60b46-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            }\n        ],\n        \"website_detail\": {\n            \"website_url\": null,\n            \"ios_url\": null,\n            \"android_url\": null,\n            \"uuid\": \"11ec-d684-817b4376-a539-38f9d3c6b9ac\",\n            \"website_pages\": [],\n            \"website_document_categories\": [],\n            \"website_approval_status\": \"Pending\",\n            \"additional_info_status\": null,\n            \"website_url_invalid\": false,\n            \"ios_url_invalid\": false,\n            \"android_url_invalid\": false,\n            \"addendum_status\": \"accepted\",\n            \"domain_status_by_merchant\": null,\n            \"active\": true,\n            \"latest_comment\": null,\n            \"latest_sf_comment\": null,\n            \"req_doc_category\": null,\n            \"website_error_comments\": null\n        },\n        \"attached_configs\": [],\n        \"kyc_documents\": [\n            {\n                \"id\": 1,\n                \"document_category_id\": 11,\n                \"document_type_id\": 29,\n                \"account_id\": null,\n                \"remarks\": null,\n                \"status\": \"Pending\",\n                \"uuid\": \"11ec-d686-c8f2e3f6-a539-38f9d3c6b9ac\",\n                \"active\": true,\n                \"created_at\": \"2022-05-18T08:44:52.000Z\",\n                \"updated_at\": \"2022-05-18T08:44:52.000Z\",\n                \"kyc_document_type\": \"KYC\",\n                \"document_format\": \"Soft Copy\",\n                \"e_stamp_number\": null,\n                \"temp_account_id\": null,\n                \"error\": null,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"issue_date\": null,\n                \"expiry_date\": null,\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\",\n                \"processed_document\": null,\n                \"document_category_name\": \"Authorisation Letter\",\n                \"document_type_name\": \"Others\"\n            }\n        ],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 2,\n            \"merchant_id\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ec-d682-8ff10d0c-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:39.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:39.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 12,\n            \"website_url\": \"www.youtube.com\",\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 100,\n            \"website_approval_status\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 10\n        }\n    }\n}"},{"id":"ef182433-21d9-4fb0-9d07-65bb97e825a3","name":"source_is_address","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"address\",\n    \"new_address\": {\n        \"Operating\": {\n            \"address_line\": \"sohna road\",\n            \"city\": \"South West Delhi\",\n            \"pincode\": 110043,\n            \"state\": \"DELHI\"\n        },\n        \"Registered\": {\n            \"address_line\": \"baker street\",\n            \"city\": \"Gurgaon\",\n            \"pincode\": 120043,\n            \"state\": \"Haryana\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/accept_addendum"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"38e8e259942d1c3ee8d21ede558ad97c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"5b81ea0f-282e-409c-a8fd-ac94049d8c4a"},{"key":"X-Runtime","value":"26.225794"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"mid\": 20000012,\n        \"id\": 12,\n        \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n        \"identifier\": 20000012,\n        \"product_id\": 1,\n        \"type\": \"PayUbizAccount\",\n        \"merchant_account_id\": 15,\n        \"active\": true,\n        \"status\": null,\n        \"quality_score\": null,\n        \"business_entity_id\": 2,\n        \"business_category_id\": 1,\n        \"business_sub_category_id\": 8,\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"gst_number\": \"07CPBPP3374Q1Z1\",\n        \"average_delivery_time\": 10,\n        \"notification_email\": \"rajat.mishra@payu.in\",\n        \"flag\": 0,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"temp_account_id\": null,\n        \"pan_verification_status\": \"Pending\",\n        \"admin_user_id\": 2,\n        \"terms_and_condition_accepted_at\": null,\n        \"generate_agreement\": \"21da4a5a8be460326f066f3a\",\n        \"agreement_status\": \"Counter Signed Received\",\n        \"document_status\": \"Pending\",\n        \"lob_approval_status\": null,\n        \"created_at\": \"2022-05-18T08:14:37.000Z\",\n        \"updated_at\": \"2022-05-18T08:56:22.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": null,\n        \"name\": \"Rajat Mishra\",\n        \"email\": \"rajat.mishra@payu.in\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 1,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": 100,\n        \"gmv_amount\": null,\n        \"website_approval_status\": null,\n        \"website_url\": \"www.youtube.com\",\n        \"website_remarks\": null,\n        \"registered_mobile\": \"9582787489\",\n        \"product\": \"PayUbiz\",\n        \"bank_update_attempt_left\": 10,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": false,\n        \"saved_kyc_address\": null,\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"nb_eligible\": false,\n        \"lending_eligible\": false,\n        \"offer_engine_enabled\": false,\n        \"revamp_merchant\": false,\n        \"is_cs_eligible\": true,\n        \"onboarding_completed\": false,\n        \"next_bank_update_time\": \"2022-05-18T13:44:48.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": \"9dcf-127a-6e4796ff-4926-363291dc60ae\",\n        \"business_category_uuid\": \"3e3e-57c0-1d680b94-ad18-794be91dcf38\",\n        \"business_sub_category_uuid\": \"e0c5-0e81-2f700bb3-b37a-4b0cb04913b3\",\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ec-d682-8e3639c4-a539-38f9d3c6b9ac\",\n        \"product_uuid\": \"a12c-f114-ce1bac7d-058c-0f95d535aca3\",\n        \"admin_user_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"bank_detail\": {\n            \"id\": 1,\n            \"branch_name\": \"VASTRAPUR\",\n            \"bank_account_number\": \"99999999999\",\n            \"ifsc_code\": \"UTIB0000032\",\n            \"holder_name\": \"Tony Stark\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Success\",\n            \"penny_attempt_count\": 2,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Success\",\n            \"uuid\": \"11ec-d682-8f4262de-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T09:17:38.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": \"accepted\",\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 8,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": {\n            \"id\": 24,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110043,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"sohna road\",\n            \"uuid\": \"11ec-d682-8f42e9d4-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T09:24:17.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"registration_address\": {\n            \"id\": 23,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 120043,\n            \"city\": null,\n            \"state\": null,\n            \"address_line\": \"baker street\",\n            \"uuid\": \"11ec-d682-8f4431c2-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:38.000Z\",\n            \"updated_at\": \"2022-05-18T09:24:15.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 12,\n            \"record_type\": \"ProductAccount\"\n        },\n        \"business_entity\": {\n            \"id\": 2,\n            \"name\": \"Sole Proprietorship\"\n        },\n        \"product_account_statuses\": [\n            {\n                \"id\": 4,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fde098c-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:28:33.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 5,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d682-8fe20992-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 6,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ec-d682-8fe60b46-a539-38f9d3c6b9ac\",\n                \"created_at\": \"2022-05-18T08:14:38.000Z\",\n                \"updated_at\": \"2022-05-18T08:14:38.000Z\",\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\"\n            }\n        ],\n        \"website_detail\": {\n            \"website_url\": null,\n            \"ios_url\": null,\n            \"android_url\": null,\n            \"uuid\": \"11ec-d684-817b4376-a539-38f9d3c6b9ac\",\n            \"website_pages\": [],\n            \"website_document_categories\": [],\n            \"website_approval_status\": \"Pending\",\n            \"additional_info_status\": null,\n            \"website_url_invalid\": false,\n            \"ios_url_invalid\": false,\n            \"android_url_invalid\": false,\n            \"addendum_status\": \"accepted\",\n            \"domain_status_by_merchant\": null,\n            \"active\": true,\n            \"latest_comment\": null,\n            \"latest_sf_comment\": null,\n            \"req_doc_category\": null,\n            \"website_error_comments\": null\n        },\n        \"attached_configs\": [],\n        \"kyc_documents\": [\n            {\n                \"id\": 1,\n                \"document_category_id\": 11,\n                \"document_type_id\": 29,\n                \"account_id\": null,\n                \"remarks\": null,\n                \"status\": \"Pending\",\n                \"uuid\": \"11ec-d686-c8f2e3f6-a539-38f9d3c6b9ac\",\n                \"active\": true,\n                \"created_at\": \"2022-05-18T08:44:52.000Z\",\n                \"updated_at\": \"2022-05-18T08:44:52.000Z\",\n                \"kyc_document_type\": \"KYC\",\n                \"document_format\": \"Soft Copy\",\n                \"e_stamp_number\": null,\n                \"temp_account_id\": null,\n                \"error\": null,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"issue_date\": null,\n                \"expiry_date\": null,\n                \"product_record_id\": 12,\n                \"product_record_type\": \"ProductAccount\",\n                \"processed_document\": null,\n                \"document_category_name\": \"Authorisation Letter\",\n                \"document_type_name\": \"Others\"\n            }\n        ],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 2,\n            \"merchant_id\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ec-d682-8ff10d0c-a539-38f9d3c6b9ac\",\n            \"created_at\": \"2022-05-18T08:14:39.000Z\",\n            \"updated_at\": \"2022-05-18T08:14:39.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 12,\n            \"website_url\": \"www.youtube.com\",\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 100,\n            \"website_approval_status\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 10\n        }\n    }\n}"}],"_postman_id":"29d5fe8f-2a7d-4e76-a955-b9baf6f48219"},{"name":"find_users","id":"47bb3e51-8fdd-472d-86ec-afa557e05150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/find_users?permission_name=read_transactions","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","find_users"],"host":["{{onboarding_base_url}}"],"query":[{"key":"permission_name","value":"read_transactions"}],"variable":[]}},"response":[{"id":"48273bc9-b6dd-4879-a6b9-6cf9295f9637","name":"unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer wrong_token","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/find_users?permission_name=read_transactions","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","find_users"],"query":[{"key":"permission_name","value":"read_transactions"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"87ebc692-a445-49a8-adc2-62b6cf364937"},{"key":"X-Runtime","value":"0.013784"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"0ca89139-d8a7-45f0-bfdb-9d6f1ad70b6b","name":"invalid_uuid","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/random_uuid/find_users?permission_name=read_transactions","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","random_uuid","find_users"],"query":[{"key":"permission_name","value":"read_transactions"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e1571235-915f-4283-ae71-3f8d8d3bcb59"},{"key":"X-Runtime","value":"1.314423"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"7fcd2e36-7a1e-434c-b1df-e3002b3018bc","name":"permission_name_is_not_present","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/find_users","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","find_users"],"query":[{"key":"permission_name","value":"read_transactions","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"2d42d3db92bc60d9aa816cc07a04065e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"de88ee65-6c4e-48d4-9be5-b035a2a617cc"},{"key":"X-Runtime","value":"0.226390"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"id\": 2,\n            \"name\": \"Rajat Mishra\",\n            \"email\": \"rajat.mishra@payu.in\",\n            \"uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n            \"created_at\": \"2022-04-19T12:23:05.000Z\",\n            \"updated_at\": \"2022-05-04T11:52:16.000Z\",\n            \"encrypted_password\": \"\",\n            \"reset_password_token\": null,\n            \"reset_password_sent_at\": null,\n            \"remember_created_at\": null,\n            \"sign_in_count\": 2,\n            \"current_sign_in_at\": \"2022-05-04T11:52:16.000Z\",\n            \"last_sign_in_at\": \"2022-04-19T12:24:10.000Z\",\n            \"current_sign_in_ip\": \"::1\",\n            \"last_sign_in_ip\": \"127.0.0.1\",\n            \"admin\": true,\n            \"registered_mobile\": \"9582787489\"\n        }\n    ]\n}"},{"id":"2f0a1650-0d3f-49f8-9d38-5a7baf5e3672","name":"permission_name_is_present","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/find_users?permission_name=read_transactions","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","find_users"],"query":[{"key":"permission_name","value":"read_transactions"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"2d42d3db92bc60d9aa816cc07a04065e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"04136d0d-a146-4ef4-ba3c-c87389468807"},{"key":"X-Runtime","value":"0.286423"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"id\": 2,\n            \"name\": \"Rajat Mishra\",\n            \"email\": \"rajat.mishra@payu.in\",\n            \"uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n            \"created_at\": \"2022-04-19T12:23:05.000Z\",\n            \"updated_at\": \"2022-05-04T11:52:16.000Z\",\n            \"encrypted_password\": \"\",\n            \"reset_password_token\": null,\n            \"reset_password_sent_at\": null,\n            \"remember_created_at\": null,\n            \"sign_in_count\": 2,\n            \"current_sign_in_at\": \"2022-05-04T11:52:16.000Z\",\n            \"last_sign_in_at\": \"2022-04-19T12:24:10.000Z\",\n            \"current_sign_in_ip\": \"::1\",\n            \"last_sign_in_ip\": \"127.0.0.1\",\n            \"admin\": true,\n            \"registered_mobile\": \"9582787489\"\n        }\n    ]\n}"}],"_postman_id":"47bb3e51-8fdd-472d-86ec-afa557e05150"},{"name":"update_merchant_flags","id":"8491accb-998b-404d-9600-49fa303d87f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/update_merchant_flags?lending_eligible=true","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","update_merchant_flags"],"host":["{{onboarding_base_url}}"],"query":[{"key":"lending_eligible","value":"true"}],"variable":[]}},"response":[{"id":"af61b18f-fa81-423c-98c2-cd6489af0ffc","name":"unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer wrong_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_account\": {\n        \"business_category_id\": 1,\n        \"business_sub_category_id\": 8\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/update_merchant_flags"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"bc7daf60-a979-41e4-bd1d-035e9415b89a"},{"key":"X-Runtime","value":"0.020748"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"22c6e86b-b8c8-4151-8965-22ddc6990a84","name":"invalid_uuid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/random_uuid/update_merchant_flags"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e8a78313-6891-4aa1-b4d2-b234119e0e52"},{"key":"X-Runtime","value":"0.617189"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"63b5ee8f-683b-44d5-bcef-948c5ebf19c8","name":"params_missing","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/update_merchant_flags"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"814fb1d4-83a7-4e8f-a825-5dc470a017fb"},{"key":"X-Runtime","value":"6.278606"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"params missing\"\n}"},{"id":"c531b70e-7549-4fc6-b75a-dc86da82692b","name":"mark_as_aggregator","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/update_merchant_flags?is_aggregator=true&product=PayUbiz","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","update_merchant_flags"],"query":[{"key":"is_aggregator","value":"true"},{"key":"product","value":"PayUbiz"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"ETag","value":"W/\"aee408847d35e44e99430f0979c3357b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"642c7ae7-0f95-4ece-9887-03c85f1a62d8"},{"key":"X-Runtime","value":"0.444719"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"success"},{"id":"373fb8ed-6b70-4386-ad98-1e6cbdad4d13","name":"enable_neo_banking","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/update_merchant_flags?nb_eligible=true","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","update_merchant_flags"],"query":[{"key":"nb_eligible","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"ETag","value":"W/\"aee408847d35e44e99430f0979c3357b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"7b6a57c2-55e9-44b5-87ab-d57bc6f6b61b"},{"key":"X-Runtime","value":"0.680001"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"success"},{"id":"4e6840b2-b43f-405d-976a-4809dc79bbc4","name":"enable_lending","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/update_merchant_flags?lending_eligible=true","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","update_merchant_flags"],"query":[{"key":"lending_eligible","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"ETag","value":"W/\"aee408847d35e44e99430f0979c3357b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ea0c78a9-aa7d-475f-ad6c-dc1a609652c5"},{"key":"X-Runtime","value":"0.300856"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"success"},{"id":"ee2a3aaa-b52a-46ba-b683-2ed0ae2d1c83","name":"enable_offer_engine","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/update_merchant_flags?offer_engine_enabled=true&product=PayUbiz","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","update_merchant_flags"],"query":[{"key":"offer_engine_enabled","value":"true"},{"key":"product","value":"PayUbiz"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"ETag","value":"W/\"aee408847d35e44e99430f0979c3357b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"beb8e53d-f3fa-44a8-a246-47459386d1cc"},{"key":"X-Runtime","value":"2.904930"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"success"},{"id":"26c7c1b1-1ab7-4f7a-8b77-e21cea961661","name":"offer_engine_enabled_but_product_param_missing","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/update_merchant_flags?offer_engine_enabled=true","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","update_merchant_flags"],"query":[{"key":"offer_engine_enabled","value":"true"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"62a4c17f-4859-4006-a6e5-d47a53acf74a"},{"key":"X-Runtime","value":"0.248723"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"params missing\"\n}"}],"_postman_id":"8491accb-998b-404d-9600-49fa303d87f8"},{"name":"update_salt","id":"8f7c2cc7-e91d-449b-b9d9-cd60cdbd2bb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>Client token containig update_salt scope</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/update_salt?mid={{product_account_identifier}}&salt=32_bit_salt","urlObject":{"path":["api","v3","product_accounts","update_salt"],"host":["{{onboarding_base_url}}"],"query":[{"key":"mid","value":"{{product_account_identifier}}"},{"key":"salt","value":"32_bit_salt"}],"variable":[]}},"response":[{"id":"dd51d7f0-a48b-4ade-a772-fd954b7f956e","name":"unauthorised","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer wrong_token","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/update_salt"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2025 07:22:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"bcd12ad5-2c95-4686-bf75-23a118d048fb"},{"key":"X-Runtime","value":"0.056293"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"eef509a1-e2b3-4649-b43f-796134f75175","name":"not_found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/update_salt?mid=1234","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","update_salt"],"query":[{"key":"mid","value":"1234"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2025 07:30:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"f0627c70-3a10-44ec-92e6-9392f0d796e5"},{"key":"X-Runtime","value":"0.081146"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"24d9def2-cba1-46a5-887c-4a221f1e0b88","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/update_salt?mid={{product_account_identifier}}&salt=32_bit_salt","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","update_salt"],"query":[{"key":"mid","value":"{{product_account_identifier}}"},{"key":"salt","value":"32_bit_salt"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 07 Feb 2025 07:38:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"2d2870b9-dbd6-4c7f-8daa-bb3273445347"},{"key":"X-Runtime","value":"0.075926"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://testoneapi.payu.in https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://test-dms.payu.in https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://*.payu.in https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.my.salesforce.com/ https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://payuin--onepayudev.my.salesforce.com/ https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8f7c2cc7-e91d-449b-b9d9-cd60cdbd2bb4"},{"name":"dashboard_details","id":"5332c122-8af9-4c8a-93da-cbd8809df78b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/dashboard_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","dashboard_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bb7a5220-64d9-4048-a30f-b3554e15109e","name":"When token is invalid/expired","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 157a323426e3183832d6f5144ebbb938b13c01bf16ffabe25131d09c5e79167ee","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/merchant_accounts/:uuid/dashboard_details","host":["{{onboarding_base_url}}"],"path":["api","v3","merchant_accounts",":uuid","dashboard_details"],"variable":[{"key":"uuid","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"1f6f6062-0e84-4bc3-8d51-e60980e82131"},{"key":"X-Runtime","value":"0.884882"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"ee72e689-d1cc-4162-9294-be54379511bd","name":"when given mid/uuid does not belongs to the token's user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 157a323426e3183832d6f5144ebbb938b13c01bf16ffabe25131d09c5e79167e","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/merchant_accounts/:uuid/dashboard_details","host":["{{onboarding_base_url}}"],"path":["api","v3","merchant_accounts",":uuid","dashboard_details"],"variable":[{"key":"uuid","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"5e437d8e-80cf-4926-9ffd-880eb286fcfa"},{"key":"X-Runtime","value":"7.408192"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"32ee7f7a-39c9-4160-a47a-29e39b62e46f","name":"success response using uuid","originalRequest":{"method":"GET","header":[{"key":"mid","value":"8569747","type":"text","disabled":true}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/dashboard_details","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","dashboard_details"],"variable":[{"key":"uuid","value":"{{product_account_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"f393b80521389a2dccc62f0ca4bf7962\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f26b4f4d-87d7-41c6-9735-9fada989785e"},{"key":"X-Runtime","value":"2.311397"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"uuid\": \"11ee-5167-42d3f690-8345-02053299b2da\",\n        \"name\": \"CONFEDERATION OF INDIAN ALCOHOLIC BEVERAGE COMPANIES\",\n        \"email\": \"astitva.kansal1@payu.in\",\n        \"mobile\": \"9821111510\",\n        \"logo\": null,\n        \"payout_enabled\": false,\n        \"onboarding_completed\": false,\n        \"signature\": null,\n        \"gst_number\": null,\n        \"migration_status\": 0,\n        \"nb_eligible\": false,\n        \"business_entity_name\": \"Public Limited\",\n        \"is_cs_eligible\": false,\n        \"onboarding_status\": \"Bank Verification in progress\",\n        \"integration_type\": \"ThirdParty\",\n        \"business_origin\": \"SMB-ENT\",\n        \"offer_engine_enabled\": false,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"lending_eligible\": false,\n        \"lending_limit_amount\": null,\n        \"priority_settlement_eligible\": false,\n        \"front_office_enabled\": true,\n        \"created_at\": \"2023-09-20 09:31:24\",\n        \"business_type\": \"LongTail\",\n        \"mfa_enabled\": false,\n        \"team_mfa_enabled\": false,\n        \"acl_role_name\": null,\n        \"initial_bank_verified\": false,\n        \"signing_authority_email\": \"uatprod14@yopmail.com\",\n        \"switchpay_enabled\": false,\n        \"international_mobile\": false,\n        \"dormancy_date\": null,\n        \"is_dormant\": false,\n        \"website_approval_status\": \"Verification in Process\",\n        \"reconx_enabled\": false,\n        \"pending_addendums\": [],\n        \"pending_product_addendums\": [],\n        \"attached_configs\": [],\n        \"cs_plan\": null,\n        \"product_account_detail\": {\n            \"id\": 22,\n            \"merchant_id\": null,\n            \"dob\": \"1998-07-30\",\n            \"pep\": \"Not Applicable\",\n            \"aml_flag\": false,\n            \"uuid\": \"11ee-6751-3718522e-83eb-9ab1aaeb1a03\",\n            \"created_at\": \"2023-10-10T09:42:16.000Z\",\n            \"updated_at\": \"2024-05-15T07:44:24.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 20590,\n            \"integration_type\": \"ThirdParty\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": null,\n            \"emi_approval_status\": null,\n            \"mcp_approval_status\": null,\n            \"pg_key\": null,\n            \"industry_type\": null,\n            \"annual_turnover\": null,\n            \"lead_id\": null,\n            \"city_of_incorporation\": null,\n            \"country_of_incorporation\": null,\n            \"purpose_of_payouts\": null,\n            \"next_rekyc_date\": null,\n            \"team\": null,\n            \"team_mfa_enabled\": false,\n            \"flag\": 0,\n            \"uat_merchant_detail\": null,\n            \"dormancy_date\": null,\n            \"priority_settlement_plan\": null,\n            \"mcp_ticket_id\": null,\n            \"business_details_rekyced\": false,\n            \"pep_onboarding_status\": \"pending\",\n            \"uat_mid\": null,\n            \"copy_mid\": null,\n            \"screenza_response\": null,\n            \"lob_status_prerisk\": null,\n            \"taxation_id\": null,\n            \"npo\": false\n        },\n        \"consents\": [],\n        \"product_account_subscription_plans\": [],\n        \"current_user\": {\n            \"email\": \"astitva.kansal1@payu.in\",\n            \"registered_mobile\": \"9821111510\"\n        }\n    }\n}"},{"id":"be0b10a6-93be-4b29-b227-fb834ab44106","name":"success response using MID","originalRequest":{"method":"GET","header":[{"key":"mid","value":"8569747","type":"text","disabled":true}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/dashboard_details","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","dashboard_details"],"variable":[{"key":"uuid","value":"20997895"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 10:26:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"8cce8b5cdd91813c85843ceb2a8a4826\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"8f89809a-2a76-443a-8e70-c94f4d7354d1"},{"key":"X-Runtime","value":"0.519243"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://testoneapi.payu.in https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://test-dms.payu.in https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://*.payu.in https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://d.la2s-core1.sfdc-y37hzm.salesforceliveagent.com https://d.la12s-core1.sfdc-y37hzm.salesforceliveagent.com/ https://in1.clevertap-prod.com/ https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"uuid\": \"11f0-1153-0d682ac8-9313-02975f21d323\",\n        \"name\": \"JUBBLES CARE\",\n        \"email\": \"test-ayantika0045@yopmail.com\",\n        \"mobile\": \"6296578709\",\n        \"logo\": null,\n        \"payout_enabled\": false,\n        \"onboarding_completed\": true,\n        \"signature\": null,\n        \"gst_number\": \"\",\n        \"migration_status\": 2,\n        \"nb_eligible\": false,\n        \"business_entity_name\": \"Sole Proprietorship\",\n        \"is_cs_eligible\": false,\n        \"onboarding_status\": \"Settlement Enables\",\n        \"integration_type\": \"ThirdParty\",\n        \"business_origin\": \"SMB-ENT\",\n        \"offer_engine_enabled\": false,\n        \"settlement_status\": \"Thirdparty Hold\",\n        \"merchant_type\": null,\n        \"lending_eligible\": false,\n        \"lending_limit_amount\": null,\n        \"priority_settlement_eligible\": false,\n        \"front_office_enabled\": true,\n        \"created_at\": \"2025-04-04 12:48:07\",\n        \"business_type\": \"LongTail\",\n        \"mfa_enabled\": false,\n        \"team_mfa_enabled\": false,\n        \"acl_role_name\": null,\n        \"initial_bank_verified\": true,\n        \"signing_authority_email\": \"test-ayantika0045@yopmail.com\",\n        \"switchpay_enabled\": false,\n        \"international_mobile\": false,\n        \"dormancy_date\": null,\n        \"is_dormant\": false,\n        \"website_approval_status\": \"Website OK\",\n        \"bundle_subscription_eligible\": false,\n        \"child_merchant\": false,\n        \"offline_merchant\": false,\n        \"ucic\": \"A0010018\",\n        \"sub_merchants_date_range_eligible\": false,\n        \"pending_addendums\": [],\n        \"pending_product_addendums\": [],\n        \"attached_configs\": [],\n        \"cs_plan\": null,\n        \"product_account_detail\": {\n            \"id\": 24034,\n            \"merchant_id\": null,\n            \"dob\": \"1992-10-18\",\n            \"pep\": \"Not Applicable\",\n            \"aml_flag\": false,\n            \"created_at\": \"2025-04-04T12:48:07.000Z\",\n            \"updated_at\": \"2025-04-09T07:50:23.000Z\",\n            \"uuid\": \"11f0-1153-0ec4b2ec-9313-02975f21d323\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"emi_approval_status\": null,\n            \"mcp_approval_status\": null,\n            \"product_account_id\": 24134,\n            \"integration_type\": \"ThirdParty\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 446292,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 30,\n            \"next_rekyc_date\": null,\n            \"industry_type\": null,\n            \"annual_turnover\": null,\n            \"lead_id\": null,\n            \"city_of_incorporation\": null,\n            \"country_of_incorporation\": null,\n            \"purpose_of_payouts\": null,\n            \"team_mfa_enabled\": false,\n            \"team\": \"Inbound\",\n            \"pg_key\": \"4FJxY6\",\n            \"flag\": 0,\n            \"priority_settlement_plan\": null,\n            \"mcp_ticket_id\": null,\n            \"uat_merchant_detail\": null,\n            \"ie_code\": null,\n            \"purpose_code\": null,\n            \"dormancy_date\": null,\n            \"business_details_rekyced\": null,\n            \"pep_onboarding_status\": null,\n            \"copy_mid\": null,\n            \"uat_mid\": null,\n            \"lob_status_prerisk\": \"LOB Pending\",\n            \"screenza_response\": null,\n            \"clw_ticket_id\": null,\n            \"copy_mid_type\": null,\n            \"taxation_id\": null,\n            \"cin_doc_request_id\": null,\n            \"cin_doc_requested_at\": null,\n            \"cin_doc_fetched_at\": null,\n            \"uin_number\": null,\n            \"uin_verification_status\": \"Pending\",\n            \"merchant_segment\": null,\n            \"npo\": false\n        },\n        \"consents\": [\n            {\n                \"uuid\": \"11f0-1517-0f6a16de-a9ff-02975f21d323\",\n                \"name\": \"gst_consent\",\n                \"provided_by_uuid\": \"11ef-d71a-5c616a0e-ab47-02111e9ad6d9\",\n                \"provided_by\": \"Merchant\",\n                \"record_id\": 24134,\n                \"record_type\": \"ProductAccount\",\n                \"merchant_id\": null,\n                \"active\": true,\n                \"product_account_uuid\": \"11f0-1153-0d682ac8-9313-02975f21d323\",\n                \"merchant_uuid\": null\n            },\n            {\n                \"uuid\": \"11f0-1517-4bb5f98c-a9ff-02975f21d323\",\n                \"name\": \"ubo_not_exist\",\n                \"provided_by_uuid\": \"11ef-d71a-5c616a0e-ab47-02111e9ad6d9\",\n                \"provided_by\": \"Merchant\",\n                \"record_id\": 24134,\n                \"record_type\": \"ProductAccount\",\n                \"merchant_id\": null,\n                \"active\": true,\n                \"product_account_uuid\": \"11f0-1153-0d682ac8-9313-02975f21d323\",\n                \"merchant_uuid\": null\n            }\n        ],\n        \"product_account_subscription_plans\": [],\n        \"current_user\": {\n            \"email\": \"checkopadres5@gmail.com\",\n            \"registered_mobile\": \"9466868669\"\n        }\n    }\n}"},{"id":"a6991b6a-095a-43ec-872a-41c51eff8261","name":"success response using key","originalRequest":{"method":"GET","header":[{"key":"mid","value":"8569747","type":"text","disabled":true}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/dashboard_details","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","dashboard_details"],"variable":[{"key":"uuid","value":"pummig48"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 10:26:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"8cce8b5cdd91813c85843ceb2a8a4826\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"3d4a2e95-4556-41f4-9030-571671a3d673"},{"key":"X-Runtime","value":"0.141690"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://testoneapi.payu.in https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://test-dms.payu.in https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://*.payu.in https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://d.la2s-core1.sfdc-y37hzm.salesforceliveagent.com https://d.la12s-core1.sfdc-y37hzm.salesforceliveagent.com/ https://in1.clevertap-prod.com/ https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"uuid\": \"11f0-1153-0d682ac8-9313-02975f21d323\",\n        \"name\": \"JUBBLES CARE\",\n        \"email\": \"test-ayantika0045@yopmail.com\",\n        \"mobile\": \"6296578709\",\n        \"logo\": null,\n        \"payout_enabled\": false,\n        \"onboarding_completed\": true,\n        \"signature\": null,\n        \"gst_number\": \"\",\n        \"migration_status\": 2,\n        \"nb_eligible\": false,\n        \"business_entity_name\": \"Sole Proprietorship\",\n        \"is_cs_eligible\": false,\n        \"onboarding_status\": \"Settlement Enables\",\n        \"integration_type\": \"ThirdParty\",\n        \"business_origin\": \"SMB-ENT\",\n        \"offer_engine_enabled\": false,\n        \"settlement_status\": \"Thirdparty Hold\",\n        \"merchant_type\": null,\n        \"lending_eligible\": false,\n        \"lending_limit_amount\": null,\n        \"priority_settlement_eligible\": false,\n        \"front_office_enabled\": true,\n        \"created_at\": \"2025-04-04 12:48:07\",\n        \"business_type\": \"LongTail\",\n        \"mfa_enabled\": false,\n        \"team_mfa_enabled\": false,\n        \"acl_role_name\": null,\n        \"initial_bank_verified\": true,\n        \"signing_authority_email\": \"test-ayantika0045@yopmail.com\",\n        \"switchpay_enabled\": false,\n        \"international_mobile\": false,\n        \"dormancy_date\": null,\n        \"is_dormant\": false,\n        \"website_approval_status\": \"Website OK\",\n        \"bundle_subscription_eligible\": false,\n        \"child_merchant\": false,\n        \"offline_merchant\": false,\n        \"ucic\": \"A0010018\",\n        \"sub_merchants_date_range_eligible\": false,\n        \"pending_addendums\": [],\n        \"pending_product_addendums\": [],\n        \"attached_configs\": [],\n        \"cs_plan\": null,\n        \"product_account_detail\": {\n            \"id\": 24034,\n            \"merchant_id\": null,\n            \"dob\": \"1992-10-18\",\n            \"pep\": \"Not Applicable\",\n            \"aml_flag\": false,\n            \"created_at\": \"2025-04-04T12:48:07.000Z\",\n            \"updated_at\": \"2025-04-09T07:50:23.000Z\",\n            \"uuid\": \"11f0-1153-0ec4b2ec-9313-02975f21d323\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"emi_approval_status\": null,\n            \"mcp_approval_status\": null,\n            \"product_account_id\": 24134,\n            \"integration_type\": \"ThirdParty\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": 446292,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 30,\n            \"next_rekyc_date\": null,\n            \"industry_type\": null,\n            \"annual_turnover\": null,\n            \"lead_id\": null,\n            \"city_of_incorporation\": null,\n            \"country_of_incorporation\": null,\n            \"purpose_of_payouts\": null,\n            \"team_mfa_enabled\": false,\n            \"team\": \"Inbound\",\n            \"pg_key\": \"4FJxY6\",\n            \"flag\": 0,\n            \"priority_settlement_plan\": null,\n            \"mcp_ticket_id\": null,\n            \"uat_merchant_detail\": null,\n            \"ie_code\": null,\n            \"purpose_code\": null,\n            \"dormancy_date\": null,\n            \"business_details_rekyced\": null,\n            \"pep_onboarding_status\": null,\n            \"copy_mid\": null,\n            \"uat_mid\": null,\n            \"lob_status_prerisk\": \"LOB Pending\",\n            \"screenza_response\": null,\n            \"clw_ticket_id\": null,\n            \"copy_mid_type\": null,\n            \"taxation_id\": null,\n            \"cin_doc_request_id\": null,\n            \"cin_doc_requested_at\": null,\n            \"cin_doc_fetched_at\": null,\n            \"uin_number\": null,\n            \"uin_verification_status\": \"Pending\",\n            \"merchant_segment\": null,\n            \"npo\": false\n        },\n        \"consents\": [\n            {\n                \"uuid\": \"11f0-1517-0f6a16de-a9ff-02975f21d323\",\n                \"name\": \"gst_consent\",\n                \"provided_by_uuid\": \"11ef-d71a-5c616a0e-ab47-02111e9ad6d9\",\n                \"provided_by\": \"Merchant\",\n                \"record_id\": 24134,\n                \"record_type\": \"ProductAccount\",\n                \"merchant_id\": null,\n                \"active\": true,\n                \"product_account_uuid\": \"11f0-1153-0d682ac8-9313-02975f21d323\",\n                \"merchant_uuid\": null\n            },\n            {\n                \"uuid\": \"11f0-1517-4bb5f98c-a9ff-02975f21d323\",\n                \"name\": \"ubo_not_exist\",\n                \"provided_by_uuid\": \"11ef-d71a-5c616a0e-ab47-02111e9ad6d9\",\n                \"provided_by\": \"Merchant\",\n                \"record_id\": 24134,\n                \"record_type\": \"ProductAccount\",\n                \"merchant_id\": null,\n                \"active\": true,\n                \"product_account_uuid\": \"11f0-1153-0d682ac8-9313-02975f21d323\",\n                \"merchant_uuid\": null\n            }\n        ],\n        \"product_account_subscription_plans\": [],\n        \"current_user\": {\n            \"email\": \"checkopadres5@gmail.com\",\n            \"registered_mobile\": \"9466868669\"\n        }\n    }\n}"}],"_postman_id":"5332c122-8af9-4c8a-93da-cbd8809df78b"},{"name":"migration_details","id":"891bb0d2-b06f-46ec-a576-4054ac4c821a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/migration_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","migration_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b81a6467-b359-4b60-a723-67c8a25ebd16","name":"success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 187f82076ab6dba739682d99461a5ce811a5f83c5d250735954b0a1e7e0ecae6","description":"cleint's token with read_merchant_details scope or any user token scope","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/migration_details","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","migration_details"],"variable":[{"key":"uuid","value":"{{product_account_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"d32e69c89e9d3c14c05d0a4eb4a57608\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"94dafe29-8eaa-4b3f-a393-c9710fe6b40c"},{"key":"X-Runtime","value":"0.186669"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"uuid\": \"11ee-9f19-963543a2-a5d4-02053299b2da\",\n        \"mid\": 10086562,\n        \"product\": \"PayUbiz\",\n        \"migration_status\": 0\n    }\n}"},{"id":"939334d3-3c1c-4d02-aff2-f439a6a2df56","name":"success response using MID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 187f82076ab6dba739682d99461a5ce811a5f83c5d250735954b0a1e7e0ecae6","description":"cleint's token with read_merchant_details scope or any user token scope","type":"text","disabled":true}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/migration_details","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","migration_details"],"variable":[{"key":"uuid","value":"20997895"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 10:27:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"579c8b9d7d18364100fd76a547d27466\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"c6babf78-8a80-4f28-8fce-c6274a73447e"},{"key":"X-Runtime","value":"0.080919"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://testoneapi.payu.in https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://test-dms.payu.in https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://*.payu.in https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://d.la2s-core1.sfdc-y37hzm.salesforceliveagent.com https://d.la12s-core1.sfdc-y37hzm.salesforceliveagent.com/ https://in1.clevertap-prod.com/ https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"uuid\": \"11f0-1153-0d682ac8-9313-02975f21d323\",\n        \"mid\": 20997895,\n        \"product\": \"PayUbiz\",\n        \"migration_status\": 2\n    }\n}"},{"id":"a94ad627-d29e-4a4c-b25a-9f4bde41dee6","name":"success response using key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 187f82076ab6dba739682d99461a5ce811a5f83c5d250735954b0a1e7e0ecae6","description":"cleint's token with read_merchant_details scope or any user token scope","type":"text","disabled":true}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/migration_details","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","migration_details"],"variable":[{"key":"uuid","value":"pummig48"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 10:27:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"579c8b9d7d18364100fd76a547d27466\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"db3eb044-7436-4374-aa05-1a4318e0ee12"},{"key":"X-Runtime","value":"0.064165"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://testoneapi.payu.in https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://test-dms.payu.in https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://*.payu.in https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://d.la2s-core1.sfdc-y37hzm.salesforceliveagent.com https://d.la12s-core1.sfdc-y37hzm.salesforceliveagent.com/ https://in1.clevertap-prod.com/ https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"uuid\": \"11f0-1153-0d682ac8-9313-02975f21d323\",\n        \"mid\": 20997895,\n        \"product\": \"PayUbiz\",\n        \"migration_status\": 2\n    }\n}"}],"_postman_id":"891bb0d2-b06f-46ec-a576-4054ac4c821a"},{"name":"integration_details","id":"4b977467-5493-45b4-a748-0cdea15d8058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/integration_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","integration_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ef473a77-21c0-4311-8dc5-af340d61c2e8","name":"success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer b48327bd73a06b539e143cad8b513125b05dcd4cc278ae1129d2fbfbd8c4eb05","description":"client token with read_merchant_integration_details scope","type":"text"},{"key":"key","value":"sample","description":"either mid or key is required","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/integration_details","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","integration_details"],"variable":[{"key":"uuid","value":"{{product_account_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"b3d04e934148d9fe09a5d0f0eb010fc4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"251a8508-94d7-42c1-b0a5-bf2f064cccb8"},{"key":"X-Runtime","value":"0.042106"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"uuid\": \"11ee-9f19-963543a2-a5d4-02053299b2da\",\n        \"mid\": 10086562,\n        \"product\": \"PayUbiz\",\n        \"key\": null,\n        \"salt\": null,\n        \"migration_status\": 0\n    }\n}"},{"id":"f24143db-d078-4240-a79e-4a46af86cc44","name":"success response using MID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer b48327bd73a06b539e143cad8b513125b05dcd4cc278ae1129d2fbfbd8c4eb05","description":"client token with read_merchant_integration_details scope","type":"text"},{"key":"key","value":"sample","description":"either mid or key is required","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/integration_details","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","integration_details"],"variable":[{"key":"uuid","value":"20997895"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"b3d04e934148d9fe09a5d0f0eb010fc4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"251a8508-94d7-42c1-b0a5-bf2f064cccb8"},{"key":"X-Runtime","value":"0.042106"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"uuid\": \"11ee-9f19-963543a2-a5d4-02053299b2da\",\n        \"mid\": 10086562,\n        \"product\": \"PayUbiz\",\n        \"key\": null,\n        \"salt\": null,\n        \"migration_status\": 0\n    }\n}"},{"id":"156a839c-40b2-40b8-aba1-6b8bbf51b0ac","name":"success response using key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer b48327bd73a06b539e143cad8b513125b05dcd4cc278ae1129d2fbfbd8c4eb05","description":"client token with read_merchant_integration_details scope","type":"text"},{"key":"key","value":"sample","description":"either mid or key is required","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/integration_details","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","integration_details"],"variable":[{"key":"uuid","value":"pummig48"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"b3d04e934148d9fe09a5d0f0eb010fc4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"251a8508-94d7-42c1-b0a5-bf2f064cccb8"},{"key":"X-Runtime","value":"0.042106"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"uuid\": \"11ee-9f19-963543a2-a5d4-02053299b2da\",\n        \"mid\": 10086562,\n        \"product\": \"PayUbiz\",\n        \"key\": null,\n        \"salt\": null,\n        \"migration_status\": 0\n    }\n}"}],"_postman_id":"4b977467-5493-45b4-a748-0cdea15d8058"},{"name":"merchant_docs_req","id":"ca54cefa-e9b5-4540-b828-2965cacd645c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/merchant_docs_req","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","merchant_docs_req"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2b11cd9a-68ec-4a51-b0e5-7f1ee45e1565","name":"When no Documents are required to be uploaded","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/merchant_docs_req","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","merchant_docs_req"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"dab1fd576f3ed641b24be62dede3b7bd\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"48f29901-9cee-45f2-b8b4-9565b454459c"},{"key":"X-Runtime","value":"11.722341"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"business_entity\": \"Private Limited\",\n    \"document_categories\": []\n}"},{"id":"bc2e9dd3-e60b-475b-aa34-62e56f1be637","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/merchant_docs_req","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","merchant_docs_req"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"f977ac32bfc2f47c8ba96c97ac2a58b8\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e3b7af3b-9d85-49b4-9cb9-61a22968b007"},{"key":"X-Runtime","value":"1.523300"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"business_entity\": \"Individual\",\n    \"document_categories\": [\n        {\n            \"id\": 2,\n            \"name\": \"PAN Card of Signing Authority\",\n            \"uuid\": \"11e8-748f-297824ce-9081-020aca9875be\",\n            \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\",\n            \"document_types\": [\n                {\n                    \"name\": \"PAN Card\",\n                    \"id\": 3,\n                    \"uuid\": \"11e8-748f-2946799c-9081-020aca9875be\",\n                    \"name_on_frontend\": \"PANCARD\",\n                    \"issue_date_req\": false,\n                    \"expiry_date_req\": false\n                }\n            ],\n            \"kyc_document\": null\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Address Proof of Signing Authority\",\n            \"uuid\": \"11e8-748f-297a15b8-9081-020aca9875be\",\n            \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\",\n            \"document_types\": [\n                {\n                    \"name\": \"Passport\",\n                    \"id\": 4,\n                    \"uuid\": \"11e8-748f-2948a29e-9081-020aca9875be\",\n                    \"name_on_frontend\": \"PASSPORT\",\n                    \"issue_date_req\": true,\n                    \"expiry_date_req\": true\n                },\n                {\n                    \"name\": \"Aadhar\",\n                    \"id\": 5,\n                    \"uuid\": \"11e8-748f-294a800a-9081-020aca9875be\",\n                    \"name_on_frontend\": \"AADHAR\",\n                    \"issue_date_req\": false,\n                    \"expiry_date_req\": false\n                },\n                {\n                    \"name\": \"Voter's ID\",\n                    \"id\": 6,\n                    \"uuid\": \"11e8-748f-294c6ef6-9081-020aca9875be\",\n                    \"name_on_frontend\": \"VOTER\",\n                    \"issue_date_req\": false,\n                    \"expiry_date_req\": false\n                },\n                {\n                    \"name\": \"Driving Licence\",\n                    \"id\": 7,\n                    \"uuid\": \"11e8-748f-294e7dea-9081-020aca9875be\",\n                    \"name_on_frontend\": \"DL\",\n                    \"issue_date_req\": true,\n                    \"expiry_date_req\": true\n                },\n                {\n                    \"name\": \"Utilities Bill (electricity, water, landline, gas connection) \",\n                    \"id\": 8,\n                    \"uuid\": \"11e8-748f-29508112-9081-020aca9875be\",\n                    \"name_on_frontend\": \"BMTB\",\n                    \"issue_date_req\": false,\n                    \"expiry_date_req\": false\n                },\n                {\n                    \"name\": \"Address Verification Letter from Bank\",\n                    \"id\": 17,\n                    \"uuid\": \"24d8-a849-14f755a1-d49b-12ca65c5cd7a\",\n                    \"name_on_frontend\": \"AVFB\",\n                    \"issue_date_req\": false,\n                    \"expiry_date_req\": false\n                }\n            ],\n            \"kyc_document\": null\n        }\n    ]\n}"},{"id":"f3e3bc11-6e31-4466-bf7f-80c2b4aec31f","name":"Unauthorized response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ceecb4640f356ce9e6da69723394daf70cb09dca9e51fe39383d2bd99a15660"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/merchant_docs_req","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","merchant_docs_req"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 May 2022 05:44:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"6716a649-9d28-42ac-8843-34468e7724d4"},{"key":"X-Runtime","value":"0.035018"},{"key":"Access-Control-Allow-Origin","value":"https://test1-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"ca54cefa-e9b5-4540-b828-2965cacd645c"},{"name":"filter_v3","id":"703c4481-fc66-4215-97be-0d401e0cf250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/filter?param_name=PART22&param_value=0000001","urlObject":{"path":["api","v3","product_accounts","filter"],"host":["{{onboarding_base_url}}"],"query":[{"key":"param_name","value":"PART22"},{"key":"param_value","value":"0000001"}],"variable":[]}},"response":[],"_postman_id":"703c4481-fc66-4215-97be-0d401e0cf250"},{"name":"find_by_email","id":"eee909ec-e13f-4c26-a340-99ed7d2a8f7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/find_by_email?email={{user_email}}&product=PayUbiz","urlObject":{"path":["api","v3","product_accounts","find_by_email"],"host":["{{onboarding_base_url}}"],"query":[{"key":"email","value":"{{user_email}}"},{"key":"product","value":"PayUbiz"}],"variable":[]}},"response":[],"_postman_id":"eee909ec-e13f-4c26-a340-99ed7d2a8f7e"},{"name":"Stepper Statuses","id":"0690970f-0a0c-4fe2-b1c5-80a6b598bf8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>token with user_profile scope || pseudo user token</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/stepper_statuses","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","stepper_statuses"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6aa3c408-3b53-4228-b224-1afb7f622b5d","name":"Success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"token with user_profile scope || pseudo user token","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/stepper_statuses"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"pan_step_status\": {\n        \"completed\": false,\n        \"incomplete\": false,\n        \"filled\": true,\n        \"editable\": true,\n        \"locked\": false\n    },\n    \"business_detail_step_status\": {\n        \"completed\": false,\n        \"incomplete\": true,\n        \"editable\": true,\n        \"locked\": true\n    },\n    \"bank_detail_step_status\": {\n        \"completed\": false,\n        \"incomplete\": true,\n        \"filled\": false,\n        \"editable\": true,\n        \"error\": false,\n        \"locked\": true\n    },\n    \"website_detail_step_status\": {\n        \"completed\": false,\n        \"incomplete\": false,\n        \"editable\": true,\n        \"locked\": true\n    },\n    \"signatory_detail_step_status\": {\n        \"comepleted\": false,\n        \"incomplete\": true,\n        \"editable\": false,\n        \"locked\": true\n    },\n    \"complete_kyc_step_status\": {\n        \"completed\": true,\n        \"incomplete\": false,\n        \"editable\": false,\n        \"filled\": true,\n        \"locked\": true\n    },\n    \"additional_doc_step_status\": {\n        \"completed\": true,\n        \"incomplete\": false,\n        \"editable\": true,\n        \"locked\": true,\n        \"hidden\": true\n    },\n    \"agreement_step_status\": {\n        \"completed\": false,\n        \"incomplete\": true,\n        \"locked\": false\n    }\n}"},{"id":"0ed6775f-d456-449e-920f-cf1e9fd38e50","name":"Unauthorised Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"token with user_profile scope || pseudo user token","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/stepper_statuses"},"code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"0690970f-0a0c-4fe2-b1c5-80a6b598bf8a"},{"name":"sample_file_url","id":"cb8e1244-e91c-4a16-84e4-dec19d1fd6ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"key\": \"shareholding_pattern\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/sample_file_url","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","sample_file_url"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d2168217-8519-4e2b-a933-c167dc53eab2","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Accept-Language","value":"en-GB,en;q=0.9"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Origin","value":"https://test10-onboarding.payu.in"},{"key":"Referer","value":"https://test10-onboarding.payu.in/"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"Source","value":"Web"},{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"},{"key":"sec-ch-ua","value":"\"Chromium\";v=\"134\", \"Not:A-Brand\";v=\"24\", \"Google Chrome\";v=\"134\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"Cookie","value":"Path=/; Path=/; Path=/; _hjSessionUser_1234=eyJpZCI6ImY0YzJlMjJhLTA5MTctNTI5NC04MmNlLWE2MTBmNjg0NzNlOSIsImNyZWF0ZWQiOjE3NDQwODkzNzYyOTgsImV4aXN0aW5nIjp0cnVlfQ==; _gid=GA1.2.2102050051.1744089386; WZRK_G=faa879472f5c4aceabc193b38ee717ec; merchantType=SMB-ENT; 8504100_allowed_idle_time_in_seconds=10800; chatbot=true; 05e90252ae0a79619bbe98fb6e483e38dca95ca06ff7d274068e5834e6c67de7_allowed_idle_time_in_seconds=10800; _hjSessionUser_2667858=eyJpZCI6IjNjYTAzODk1LTNhNjAtNTc1Yi05YzM4LThmNzQxNzQzMjlhNyIsImNyZWF0ZWQiOjE3NDQwOTExNjUzNjgsImV4aXN0aW5nIjp0cnVlfQ==; 502080878e47b46963f4a4f56bdd7b16908d2f45496c8562f4b57af7db027975_allowed_idle_time_in_seconds=10800; user_uuid=11ec-8f2a-38a52c4e-8a8f-02f413145cce; _clck=1fb9mi9%7C2%7Cfuy%7C0%7C1924; token=428e91ee341fe5ff85af552aede582800e1dcebfcddf22dbbcd76be22c24543a; mid=8504100; product=PAYUBIZ; dashboardPreference=one_dashboard; product_account_uuid=11ed-ac57-e8464926-87ac-02053299b2da; product_account_type=PayUbizAccount; merchant_account_uuid=11ed-ac57-e87b1c6e-87ac-02053299b2da; testAccessToken=39f2b9f6edd9dc39491981467427c4bb4e314bac580981772c04f5d746f2a43a; test_product_account_type=PayUbizAccount; test_product_account_uuid=11ee-0927-bc6abcba-b47c-026e3e71538e; test_merchant_account_uuid=11ee-0388-686b4dae-866e-026e3e71538e; test_mid=8241059; 428e91ee341fe5ff85af552aede582800e1dcebfcddf22dbbcd76be22c24543a_allowed_idle_time_in_seconds=10800; _gcl_au=1.1.607059731.1744089386.1782495435.1744267311.1744267314; merchantAccessToken=29667093c3d84f8aa1dfe341cd11afb618f0d5e3cfb9388a649ae6b318ca90ec; _hjSession_2667858=eyJpZCI6IjgyNGFmYWIyLTkzZjEtNDNkMS04NTcwLWJkNGIyMmMwZTdjNCIsImMiOjE3NDQyNjczMTY2MTgsInMiOjAsInIiOjAsInNiIjowLCJzciI6MCwic2UiOjAsImZzIjowLCJzcCI6MH0=; WZRK_S_1231=%7B%22p%22%3A1%7D; 29667093c3d84f8aa1dfe341cd11afb618f0d5e3cfb9388a649ae6b318ca90ec_allowed_idle_time_in_seconds=10800; WZRK_S_KK8-8W8-455Z=%7B%22p%22%3A4%2C%22s%22%3A1744267322%2C%22t%22%3A1744267615%7D; _ga=GA1.1.1555979012.1744089386; _ga_6FW4JBDXF1=GS1.1.1744267316.8.1.1744267629.6.0.0; _clsk=1jhujpq%7C1744267633658%7C7%7C1%7Co.clarity.ms%2Fcollect; WZRK_S_WW6-Z6K-RW5Z-Dummy=%7B%22p%22%3A1%2C%22s%22%3A1744267630%2C%22t%22%3A1744267750%7D; session_timeout=%222025-04-10T09%3A55%3A45.688Z%22"}],"body":{"mode":"raw","raw":"{\"key\":\"shareholding_pattern\"}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/sample_file_url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 11:09:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"0954e267405b4d50270e08843a46cbcb\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=5IF7GAZyWlE7%2BmRvoub6kt5Hl3yGDln7%2B2hd4gEbbtjD1PjrBEww06NMqCUl4gEEgD8NzAJyzN7FlLpYdpRG4zff9u9%2FEQtCt8xSJSHVIn6ZcvVR%2B29vmvIR1KfHmoqwIdpmbrgWJ755NLeuWwoIhrsAmibuuyuwC6FKat87zMbOPGU5m7NGrO86JKFKcpKJj3Q%2BMfN0rU3%2FCPnXdP7ATUlGz4YdjGTs57B5E5fpZprmw2zUxxP9pljInK2LjCoyM40j%2FVXsgeEvkZUhmPM7TGwEBpdScop7chPPXUAr3MK7MFe%2Fp1awhe0%2FmRi0YFCYdAYj7dDT3X0megMXph%2FM9%2BnRN0Luwcz1bYr7ENIjy4iZrBJU%2FvbIHd9dFqgyb1NDkHSp2B%2B%2BB9UvybI%2BWaaxRT932MrsFstZQfpd31D1H5NbwMcE9RqmitoGdOnKhd6ZVupFV87xFIXNK4frMoORIWWYmITf94PN0KBekO8JqKs8%2FkbkCn5udfqHLmdb4aVqSiZGOChqHNvA%2F0v%2F6mEf46QTMLeNorNe3Lngu9WveZa95AFQR%2BGDgb81tKuiTN0S%2B9oVmaYhnG8XkVxukWU%2BIh2IZQggBq52kbydJ3fJlgIYmxkAjPPWkEA5f%2B%2FjvLzOD%2FLZ6M8QhWRmcSIPmGVeHU5zbNY3O22N1d9Ign5P5fC2V4IyzRWfT4XKxMRNkeOVug7EdG0HpXLZccLRaOQ3iRRY%2BW1jxoQGoU5Fyxk2%2BH%2FdJzfyueLsvaQqxumbJSQFCqkxpqX0gD0eAqDn1BnOAqwxZ0xiwNnbBfoolYdOVwy2FX6mN0ezDbCUOqbBP8HNpqIQSGf2tyAoW4dXdsNy%2BmMnNJDOxd0g5aY0jSdOcoSekN0VMSITwo7cAVWMffLMATQQ2F1XBq07m1ilytkv1BZ7XVby6Q4eKp46gOYzXGJkBI%2B2wfh3qOyKuz9JPttYLlFVEm8ZciIxiZV9dunh3ua84zks8hmlalScHJYkXS5UM7ZT09bL%2BUgkZqJJs%2Bngo6PQhAk4g44oVvVtKHpar6D3Yn3N%2BK5ulYtpiePe0B7l2ZQNX9Y89xkDmuM4iOU4TV1h1NsmVfDdVhOgMeZhmHqMher8sPlMEQUNpMJN6vs%3D--oinDQq7trcPTa%2FqI--ROJ83g7TSEdrZmTK1LkmOA%3D%3D; path=/; secure; HttpOnly"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"X-Request-Id","value":"fa024d4a-797a-4c69-bc87-4f63d0238d4e"},{"key":"X-Runtime","value":"0.070467"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://testoneapi.payu.in https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://test-dms.payu.in https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://*.payu.in https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://d.la2s-core1.sfdc-y37hzm.salesforceliveagent.com https://d.la12s-core1.sfdc-y37hzm.salesforceliveagent.com/ https://in1.clevertap-prod.com/ https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"file_url\": \"https://test-dms.payu.in/downloadable_resources/11ef-f370-d18e6788-a0b1-02975f21d323/documents/51e37922997507ab63cfda10a7c99bde\"\n}"},{"id":"474effa6-daa0-4bd5-ad09-4e5d189cb99f","name":"422 when key is not present","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Accept-Language","value":"en-GB,en;q=0.9"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Origin","value":"https://test10-onboarding.payu.in"},{"key":"Referer","value":"https://test10-onboarding.payu.in/"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"Source","value":"Web"},{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"},{"key":"sec-ch-ua","value":"\"Chromium\";v=\"134\", \"Not:A-Brand\";v=\"24\", \"Google Chrome\";v=\"134\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"Cookie","value":"Path=/; Path=/; Path=/; _hjSessionUser_1234=eyJpZCI6ImY0YzJlMjJhLTA5MTctNTI5NC04MmNlLWE2MTBmNjg0NzNlOSIsImNyZWF0ZWQiOjE3NDQwODkzNzYyOTgsImV4aXN0aW5nIjp0cnVlfQ==; _gid=GA1.2.2102050051.1744089386; WZRK_G=faa879472f5c4aceabc193b38ee717ec; merchantType=SMB-ENT; 8504100_allowed_idle_time_in_seconds=10800; chatbot=true; 05e90252ae0a79619bbe98fb6e483e38dca95ca06ff7d274068e5834e6c67de7_allowed_idle_time_in_seconds=10800; _hjSessionUser_2667858=eyJpZCI6IjNjYTAzODk1LTNhNjAtNTc1Yi05YzM4LThmNzQxNzQzMjlhNyIsImNyZWF0ZWQiOjE3NDQwOTExNjUzNjgsImV4aXN0aW5nIjp0cnVlfQ==; 502080878e47b46963f4a4f56bdd7b16908d2f45496c8562f4b57af7db027975_allowed_idle_time_in_seconds=10800; user_uuid=11ec-8f2a-38a52c4e-8a8f-02f413145cce; _clck=1fb9mi9%7C2%7Cfuy%7C0%7C1924; token=428e91ee341fe5ff85af552aede582800e1dcebfcddf22dbbcd76be22c24543a; mid=8504100; product=PAYUBIZ; dashboardPreference=one_dashboard; product_account_uuid=11ed-ac57-e8464926-87ac-02053299b2da; product_account_type=PayUbizAccount; merchant_account_uuid=11ed-ac57-e87b1c6e-87ac-02053299b2da; testAccessToken=39f2b9f6edd9dc39491981467427c4bb4e314bac580981772c04f5d746f2a43a; test_product_account_type=PayUbizAccount; test_product_account_uuid=11ee-0927-bc6abcba-b47c-026e3e71538e; test_merchant_account_uuid=11ee-0388-686b4dae-866e-026e3e71538e; test_mid=8241059; 428e91ee341fe5ff85af552aede582800e1dcebfcddf22dbbcd76be22c24543a_allowed_idle_time_in_seconds=10800; _gcl_au=1.1.607059731.1744089386.1782495435.1744267311.1744267314; merchantAccessToken=29667093c3d84f8aa1dfe341cd11afb618f0d5e3cfb9388a649ae6b318ca90ec; _hjSession_2667858=eyJpZCI6IjgyNGFmYWIyLTkzZjEtNDNkMS04NTcwLWJkNGIyMmMwZTdjNCIsImMiOjE3NDQyNjczMTY2MTgsInMiOjAsInIiOjAsInNiIjowLCJzciI6MCwic2UiOjAsImZzIjowLCJzcCI6MH0=; WZRK_S_1231=%7B%22p%22%3A1%7D; 29667093c3d84f8aa1dfe341cd11afb618f0d5e3cfb9388a649ae6b318ca90ec_allowed_idle_time_in_seconds=10800; WZRK_S_KK8-8W8-455Z=%7B%22p%22%3A4%2C%22s%22%3A1744267322%2C%22t%22%3A1744267615%7D; _ga=GA1.1.1555979012.1744089386; _ga_6FW4JBDXF1=GS1.1.1744267316.8.1.1744267629.6.0.0; _clsk=1jhujpq%7C1744267633658%7C7%7C1%7Co.clarity.ms%2Fcollect; WZRK_S_WW6-Z6K-RW5Z-Dummy=%7B%22p%22%3A1%2C%22s%22%3A1744267630%2C%22t%22%3A1744267750%7D; session_timeout=%222025-04-10T09%3A55%3A45.688Z%22"}],"body":{"mode":"raw","raw":"{\"key\":\"\"}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/sample_file_url"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 11:10:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=MaFXoWSF%2Br8MrJGAN%2BPFRXHkFo5TGB7Lzraa5EDsmS23MzgptOppfq7q545ASk0gsGY0ynUAgOQqNQfMZcDXqx6kpvoIgALcEYcJCF4N%2Bpwdsf8Wu80Zd4ZGBG53fZdf5%2FndlhUorjUvZ6AwG6lcVdueHw245WElQKVtr2oxFFepYs2jonC6ei3vx6fsDTXHyP9E0ZOI%2BZpsMzV0CCRFe8AMIQbCtRMzn3yljBYsdQOCpWWAc1KWE%2FPfmQiwbv9nbihVjms%2Fgsp%2BGIyDPrzxssf9lIMR33QRiABdw6EdoErAB6nZN5dUJp6wcVLmXluieHeOKaV%2FJavZRLmZIp0BHXYFMCc8Yidq3nsam0A0Id0eDpgvxihjrCOBheiQIbT0JTeo2Rn7%2BxMivTufDo7vOKLUyWpmjTaQg9YGlXhwObOhFVG%2B7JlRorWKnxY1aduRlO%2Bu5kfNfMD7SHkBoq5VAKPodpgkPmzDJ7Bdo87aS6H9iZMGM08A3S%2BkiOaWhDG0wDyJz83RVfY2wnyMNX6%2BVD8FNSEbJBBbLNiSHbiM9PHMoBA8Wx0%2FsvWfMicIAzpssWW0%2FxJz%2FuKjGCdeJVI71pcAdsMZinXBqlQ84mmdii9d7xwnXCoi8cP5nFM5RdHZm09JDBySE6JUb4RW%2FapNeQwD%2FnO54Y4iy0UelPB50ZeAb%2FvpjqecuM%2By2CtqPYxkSd5yZJquKpP%2Bw7%2BqwU5mj8UNa7CnE1XZ2nyzGJum%2BuNA1kg94UgKPDt0IDdnDOUrpruZMhpjNbFoMfJc2kLlmZhEl0AZ%2FkVPGpuLQ2KhYr4b4Z3HMr0PcEGTClbxD09LiBt01YmkZI6nLuImDOkY5KanmisKYeLaB9EMJBmmdCpB9Dhi13w4Q%2BIsApeZCptaty8M36SEfOtEZIwuJyuVYfwkQRxrVwDnN%2BU0JIiyoo3opWchi%2FIKrHMGMODBM5%2BorgZ1pQq%2FB5vOh3Sw7oKSxBDj0qLWu6WbL5BVZFOMwBCiQYYaQFio7JMl0LlbNUUlOT9t4DRi6vmTjxI%2FV6WsIYti0fCMNh49A%2FnFNI5bLjywXxJNU%2FzQEyecpWgFQnwy%2BW7nvN9PRarU8iVxBGFEJsiFKY2tyd49sQo9KSSrVDk%3D--Pg4a92W7WMrWjf%2FK--15SR2pmUc1rW6UffllFHeA%3D%3D; path=/; secure; HttpOnly"},{"key":"X-Request-Id","value":"86bcf41f-d297-43d7-9c69-8f8a38fdac10"},{"key":"X-Runtime","value":"0.074777"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Key is not present\"\n}"},{"id":"aae1d20d-4004-4232-a94c-27b2e8983a96","name":"404 when product account not present","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Accept-Language","value":"en-GB,en;q=0.9"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Origin","value":"https://test10-onboarding.payu.in"},{"key":"Referer","value":"https://test10-onboarding.payu.in/"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"Source","value":"Web"},{"key":"User-Agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"},{"key":"sec-ch-ua","value":"\"Chromium\";v=\"134\", \"Not:A-Brand\";v=\"24\", \"Google Chrome\";v=\"134\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"Cookie","value":"Path=/; Path=/; Path=/; _hjSessionUser_1234=eyJpZCI6ImY0YzJlMjJhLTA5MTctNTI5NC04MmNlLWE2MTBmNjg0NzNlOSIsImNyZWF0ZWQiOjE3NDQwODkzNzYyOTgsImV4aXN0aW5nIjp0cnVlfQ==; _gid=GA1.2.2102050051.1744089386; WZRK_G=faa879472f5c4aceabc193b38ee717ec; merchantType=SMB-ENT; 8504100_allowed_idle_time_in_seconds=10800; chatbot=true; 05e90252ae0a79619bbe98fb6e483e38dca95ca06ff7d274068e5834e6c67de7_allowed_idle_time_in_seconds=10800; _hjSessionUser_2667858=eyJpZCI6IjNjYTAzODk1LTNhNjAtNTc1Yi05YzM4LThmNzQxNzQzMjlhNyIsImNyZWF0ZWQiOjE3NDQwOTExNjUzNjgsImV4aXN0aW5nIjp0cnVlfQ==; 502080878e47b46963f4a4f56bdd7b16908d2f45496c8562f4b57af7db027975_allowed_idle_time_in_seconds=10800; user_uuid=11ec-8f2a-38a52c4e-8a8f-02f413145cce; _clck=1fb9mi9%7C2%7Cfuy%7C0%7C1924; token=428e91ee341fe5ff85af552aede582800e1dcebfcddf22dbbcd76be22c24543a; mid=8504100; product=PAYUBIZ; dashboardPreference=one_dashboard; product_account_uuid=11ed-ac57-e8464926-87ac-02053299b2da; product_account_type=PayUbizAccount; merchant_account_uuid=11ed-ac57-e87b1c6e-87ac-02053299b2da; testAccessToken=39f2b9f6edd9dc39491981467427c4bb4e314bac580981772c04f5d746f2a43a; test_product_account_type=PayUbizAccount; test_product_account_uuid=11ee-0927-bc6abcba-b47c-026e3e71538e; test_merchant_account_uuid=11ee-0388-686b4dae-866e-026e3e71538e; test_mid=8241059; 428e91ee341fe5ff85af552aede582800e1dcebfcddf22dbbcd76be22c24543a_allowed_idle_time_in_seconds=10800; _gcl_au=1.1.607059731.1744089386.1782495435.1744267311.1744267314; merchantAccessToken=29667093c3d84f8aa1dfe341cd11afb618f0d5e3cfb9388a649ae6b318ca90ec; _hjSession_2667858=eyJpZCI6IjgyNGFmYWIyLTkzZjEtNDNkMS04NTcwLWJkNGIyMmMwZTdjNCIsImMiOjE3NDQyNjczMTY2MTgsInMiOjAsInIiOjAsInNiIjowLCJzciI6MCwic2UiOjAsImZzIjowLCJzcCI6MH0=; WZRK_S_1231=%7B%22p%22%3A1%7D; 29667093c3d84f8aa1dfe341cd11afb618f0d5e3cfb9388a649ae6b318ca90ec_allowed_idle_time_in_seconds=10800; WZRK_S_KK8-8W8-455Z=%7B%22p%22%3A4%2C%22s%22%3A1744267322%2C%22t%22%3A1744267615%7D; _ga=GA1.1.1555979012.1744089386; _ga_6FW4JBDXF1=GS1.1.1744267316.8.1.1744267629.6.0.0; _clsk=1jhujpq%7C1744267633658%7C7%7C1%7Co.clarity.ms%2Fcollect; WZRK_S_WW6-Z6K-RW5Z-Dummy=%7B%22p%22%3A1%2C%22s%22%3A1744267630%2C%22t%22%3A1744267750%7D; session_timeout=%222025-04-10T09%3A55%3A45.688Z%22"}],"body":{"mode":"raw","raw":"{\"key\":\"shareholding_pattern\"}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/sample_file_url"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 11:11:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=4HvoRtQHT%2FgcZdg02flUMY5EUMrLu9SCrS11AcdXSdh%2FLjXuPOKKzbIL10PbRNTnT5oMHmVgIHDrrEF%2BK3g80n4%2FhEpTH2J5IqwwGi8%2BHTWtjiTY3Rm7D18T%2B7LDcNc%2BT%2BP8qiWfiWAn3BE5DMn%2BqH80yC1aJA0UJeZehWi4gsGd1yZ221NkOxnoBqx0nrd9Yae40x3f8wdZ9PftvZa5t0vJnXL22aqHPM1ZFq6fTROuh9i1wn%2F40t4V8fxy6qprdn10vCOqoVd47RUx%2ByK5Ie3mPHeB1CEVcnDYny%2Fu91RvjSOsDVvzuYH27PqYpIAt9cFsE7B%2FhQApik%2FIkE6ImOJyT%2FE4Y5qiEMgfNZGlptuZAks%2Bh39IMkw%2Fs1l84x14ir7tNZILQuDAJvl1UVGmMa%2BqPBO7RnAkbTIkPzEh%2FkHAw%2F1lPmBtfW%2FOLekT0K2EiWjtGcckAgv%2F8PdYuS63hmvuAWLcytFpAvXpen%2BHaugb3TcxTnRbxP6azNdTDvkBJxkNWc5J1UDrNEu2OlORhYHggmfxUMkb47NbkaT3aTXfk2534KyDVbI8EerVIti8WWIH623Z4hd%2BXqjS0m1BpUMTb5%2FjvRlyEjQaLqaj5NuFF3dDcTnydAGOH9W33Y1LM8PEpmA2pM%2BQ2mKRb5vUuKr%2B4Mmn05gGevsGzrznYUPLqIgZf%2BeZSMmIGle6rjrDiTzF6cjulfgALrGhEeL2SdzY4xIeKWy%2B4u0Gm3gtbma0bEOG%2BOnw70eCKooXH2x2I5DLl9b8N%2FqkIH%2Fq%2F6rs%2FjTqXfCmsDoalfeXsD5%2BHv7ZZ6bvxSXvZkkXCg89sOBZ7gOmQ6NIQjxlvdj1Y%2Fzid2krqdMYpBdPNPaZP83NZkPuhyf%2FTxZ1oxKnZRmCGxNYyA5XxZpaLW1K%2F%2FSsXa4x9MwcuGP2ZlcWnGD%2BjKWnogaexzPOzdd%2BPNvDZZOMmoBlYuCqQEfcRn7Y3pLOlTX72lUWxjWukLWgEgxrcxDoycOQ9r5J7PFRc0hG%2FSw0HNe8GS6R3ZZFv%2FaOnqeAs7VSMoO5N02WzTJ%2FxWV9FDqFANRA8GhphBOBUg%2B1K1nQqcnrEm65QNNSRVleoM%2BiDfltiiHctaIZ6%2FgKrNza8T9kzDM%3D--Eq%2Furk3Jzy4qYceI--QRfGG77ke67zOnzBquySQw%3D%3D; path=/; secure; HttpOnly"},{"key":"X-Request-Id","value":"54157195-055d-4710-ba33-bd44f019caed"},{"key":"X-Runtime","value":"0.063480"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"cb8e1244-e91c-4a16-84e4-dec19d1fd6ee"}],"id":"7e0cb296-c1cd-4a90-986e-b7a1f9176f1f","_postman_id":"7e0cb296-c1cd-4a90-986e-b7a1f9176f1f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Merchant Accounts","item":[{"name":"merchant's details for one dashboard","id":"7980c264-f63e-4047-9aaa-c2379576a3a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/dashboard_details","description":"<p>merchant's details api to be used by one dashboard.</p>\n<p>mid param in the header is: merchant's mid.</p>\n<p>Please check example request/response for different cases.</p>\n","urlObject":{"path":["api","v3","merchant_accounts","{{merchant_account_uuid}}","dashboard_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fd467b97-9f77-48c2-9429-6ea41137ed5f","name":"When token is invalid/expired","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer wrong_token","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/dashboard_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"1f6f6062-0e84-4bc3-8d51-e60980e82131"},{"key":"X-Runtime","value":"0.884882"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"feadae29-50b4-48cc-9d54-1bc24f2f5185","name":"when given mid/uuid does not belongs to the token's user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/dashboard_details"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"5e437d8e-80cf-4926-9ffd-880eb286fcfa"},{"key":"X-Runtime","value":"7.408192"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"946beaab-122b-46ec-8146-07992a7e3fe6","name":"success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/dashboard_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"82cbaa2bf462095dc57dd9621a8525da\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ecfd0c6b-da49-4b7e-9355-0555d63bbd38"},{"key":"X-Runtime","value":"22.380269"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant_account\": {\n        \"uuid\": \"11eb-d816-b93a3244-be99-38f9d3c7f51b\",\n        \"name\": \"phone-pe\",\n        \"email\": \"kapil.mittal@payu.in\",\n        \"mobile\": \"8802770003\",\n        \"logo\": null,\n        \"payout_enabled\": false,\n        \"onboarding_completed\": false,\n        \"signature\": null,\n        \"gst_number\": \"06AABCT3518Q1ZV\",\n        \"migration_status\": 0,\n        \"nb_eligible\": false,\n        \"business_entity_name\": \"Individual\",\n        \"is_cs_eligible\": false,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"integration_type\": \"ThirdParty\",\n        \"business_origin\": null,\n        \"offer_engine_enabled\": false,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"lending_eligible\": false,\n        \"priority_settlement_eligible\": false,\n        \"pending_addendums\": [],\n        \"pending_product_addendums\": [],\n        \"attached_configs\": [],\n        \"cs_plan\": null,\n        \"product_account_detail\": {\n            \"id\": 32,\n            \"uuid\": \"11eb-e621-9276f9ee-9a1c-38f9d3c7f51b\",\n            \"product_account_id\": 1,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"ThirdParty\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": null,\n            \"website_approval_status\": \"Pending\",\n            \"gmv_amount\": null,\n            \"average_delivery_time\": 30,\n            \"sign_up_ip\": null,\n            \"gst_addendum_status\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"merchant_id\": null,\n            \"website_url\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false\n        }\n    }\n}"}],"_postman_id":"7980c264-f63e-4047-9aaa-c2379576a3a3"},{"name":"Get migration details","id":"3c1728c9-fd7b-46a7-b3d9-2f48330b69e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>cleint's token with read_merchant_details scope or any user token scope</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/migration_details","urlObject":{"path":["api","v3","merchant_accounts","{{merchant_account_uuid}}","migration_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"567831d6-c962-496b-9c93-1bab044b0183","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"cleint's token with read_merchant_details scope or any user token scope","type":"text"},{"key":"mid","value":"{{product_account_identifier}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/migration_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Dec 2020 07:18:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"ETag","value":"W/\"a3940f903711ca1ec4e3880382af8ad0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e3201cd3-8faa-459b-afff-557ab0cf0928"},{"key":"X-Runtime","value":"0.049689"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant_account\": {\n        \"uuid\": \"11eb-2576-514e9628-9114-02053299b2da\",\n        \"mid\": 181404,\n        \"product\": \"PayUbiz\",\n        \"migration_status\": 1\n    }\n}"}],"_postman_id":"3c1728c9-fd7b-46a7-b3d9-2f48330b69e9"},{"name":"Get merchant integration details","id":"987b54d8-dcc4-455b-8733-e8df73c7f7d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>client token with read_merchant_integration_details scope</p>\n","type":"text"},{"key":"key","value":"sample","description":"<p>either mid or key is required</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/integration_details","urlObject":{"path":["api","v3","merchant_accounts","{{merchant_account_uuid}}","integration_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a7f84bb9-bcf6-45d0-80c4-8f1cb02675b6","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"client token with read_merchant_integration_details scope","type":"text"},{"key":"mid","value":"{{product_account_identifier}}","description":"either mid or key is required","type":"text"},{"key":"key","value":"sample","description":"either mid or key is required","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/integration_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Dec 2020 07:51:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"ETag","value":"W/\"81f2814b947dd69f3f91dfb172401c01\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"24ba8f05-249a-4c43-ac3d-249e7161c8ac"},{"key":"X-Runtime","value":"0.082706"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant_account\": {\n        \"uuid\": \"11eb-2576-514e9628-9114-02053299b2da\",\n        \"mid\": 181404,\n        \"product\": \"PayUbiz\",\n        \"key\": \"sample\",\n        \"salt\": \"samle salt\",\n        \"migration_status\": 1\n    }\n}"}],"_postman_id":"987b54d8-dcc4-455b-8733-e8df73c7f7d9"}],"id":"ddb8967e-a27b-4d10-83de-1ac3dea4e48c","_postman_id":"ddb8967e-a27b-4d10-83de-1ac3dea4e48c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"KycDocument","item":[{"name":"Fetch all kyc docuements","id":"904390f4-5ed1-4b48-b9f0-a25405a985b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user token with login scope</p>\n"}],"body":{"mode":"file","file":{}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents?kyc_document_type[]=Agreement&status[]=Approved","description":"<p>List KycDocuments</p>\n<p>Also supports filtering based on following fields:</p>\n<p>active\ndocument_category_id\ndocument_type_id\nkyc_document_type\nstatus</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents"],"host":["{{onboarding_base_url}}"],"query":[{"description":{"content":"<p>optional, only required when kyc_documents with a particular kyc_document_type is required</p>\n","type":"text/plain"},"key":"kyc_document_type[]","value":"Agreement"},{"description":{"content":"<p>optional only required when kyc_documents with a particular status is required</p>\n","type":"text/plain"},"key":"status[]","value":"Approved"},{"disabled":true,"description":{"content":"<p>optional, only required when kyc_documents with a particular document_category_id is required</p>\n","type":"text/plain"},"key":"document_category_id[]","value":"12"},{"disabled":true,"description":{"content":"<p>optional, only required when kyc_documents with a particular document_type_id is required</p>\n","type":"text/plain"},"key":"document_type_id","value":"1"}],"variable":[]}},"response":[{"id":"183fed41-cd1d-4992-bd11-6f7ac907bfb1","name":"Unauthorized Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer dfghadfg","description":"user token with login scope"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents"],"query":[{"key":"status[]","value":"Approved","disabled":true}]}},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"71f9473e-fff5-4663-8f7c-685a196e4a5f","name":"Success Response (Fetch Kyc Documents with any status) or Fetch All documents of a merchant","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 8672,\n            \"document_category_id\": 10,\n            \"document_type_id\": 35,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:40:05.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14260,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Government Issued Certificate.pdf\",\n                \"byte_size\": 1845736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdUUzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7093cd0289ef70f5e238c7596fc4268b70ec1f9b/Government%20Issued%20Certificate.pdf\",\n                \"kyc_document_uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 10,\n                \"name\": \"Government Issued Certificate\",\n                \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n            }\n        },\n        {\n            \"id\": 8671,\n            \"document_category_id\": 1,\n            \"document_type_id\": 1,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:56.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:23.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14257,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-19 at 3.31.46 PM.png\",\n                \"byte_size\": 1418736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDQzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ad8823a20817030210c267d16b40df70d19431de/Screenshot%202021-03-19%20at%203.31.46%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 1,\n                \"name\": \"Bank Account Proof\",\n                \"name_on_frontend\": \"BANK_PROOF\"\n            }\n        },\n        {\n            \"id\": 8670,\n            \"document_category_id\": 2,\n            \"document_type_id\": 3,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:45.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14256,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-30 at 6.16.16 PM.png\",\n                \"byte_size\": 1068614,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDAzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c6446cf7655b169283f11ac1d0154ed7297642da/Screenshot%202021-03-30%20at%206.16.16%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 2,\n                \"name\": \"PAN Card of Signing Authority\",\n                \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n            }\n        },\n        {\n            \"id\": 8669,\n            \"document_category_id\": 9,\n            \"document_type_id\": 7,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:41.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:28.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14255,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-04-13 at 7.09.47 PM.png\",\n                \"byte_size\": 1087032,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdHczIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--08599802e02075538f4138cc24b44f3be780b975/Screenshot%202021-04-13%20at%207.09.47%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 9,\n                \"name\": \"Address Proof of Signing Authority\",\n                \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\"\n            }\n        }\n    ]\n}"},{"id":"e238ee29-e89c-4258-afa3-d531ba630d78","name":"Fetch Kyc Documents with multiple statues","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents?status[]=Approved&status[]=Declined","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents"],"query":[{"key":"status[]","value":"Approved"},{"key":"status[]","value":"Declined"}]}},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 8672,\n            \"document_category_id\": 10,\n            \"document_type_id\": 35,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:40:05.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14260,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Government Issued Certificate.pdf\",\n                \"byte_size\": 1845736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdUUzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7093cd0289ef70f5e238c7596fc4268b70ec1f9b/Government%20Issued%20Certificate.pdf\",\n                \"kyc_document_uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 10,\n                \"name\": \"Government Issued Certificate\",\n                \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n            }\n        },\n        {\n            \"id\": 8671,\n            \"document_category_id\": 1,\n            \"document_type_id\": 1,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:56.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:23.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14257,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-19 at 3.31.46 PM.png\",\n                \"byte_size\": 1418736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDQzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ad8823a20817030210c267d16b40df70d19431de/Screenshot%202021-03-19%20at%203.31.46%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 1,\n                \"name\": \"Bank Account Proof\",\n                \"name_on_frontend\": \"BANK_PROOF\"\n            }\n        },\n        {\n            \"id\": 8670,\n            \"document_category_id\": 2,\n            \"document_type_id\": 3,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:45.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14256,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-30 at 6.16.16 PM.png\",\n                \"byte_size\": 1068614,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDAzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c6446cf7655b169283f11ac1d0154ed7297642da/Screenshot%202021-03-30%20at%206.16.16%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 2,\n                \"name\": \"PAN Card of Signing Authority\",\n                \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n            }\n        },\n        {\n            \"id\": 8669,\n            \"document_category_id\": 9,\n            \"document_type_id\": 7,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:41.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:28.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14255,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-04-13 at 7.09.47 PM.png\",\n                \"byte_size\": 1087032,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdHczIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--08599802e02075538f4138cc24b44f3be780b975/Screenshot%202021-04-13%20at%207.09.47%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 9,\n                \"name\": \"Address Proof of Signing Authority\",\n                \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\"\n            }\n        }\n    ]\n}"},{"id":"6f18e288-4793-479a-8073-cdafb2986b2a","name":"Fetch Kyc Documents with only Approved Status","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents?status[]=Approved","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents"],"query":[{"key":"status[]","value":"Approved"}]}},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 8672,\n            \"document_category_id\": 10,\n            \"document_type_id\": 35,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:40:05.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14260,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Government Issued Certificate.pdf\",\n                \"byte_size\": 1845736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdUUzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7093cd0289ef70f5e238c7596fc4268b70ec1f9b/Government%20Issued%20Certificate.pdf\",\n                \"kyc_document_uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 10,\n                \"name\": \"Government Issued Certificate\",\n                \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n            }\n        },\n        {\n            \"id\": 8671,\n            \"document_category_id\": 1,\n            \"document_type_id\": 1,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:56.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:23.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14257,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-19 at 3.31.46 PM.png\",\n                \"byte_size\": 1418736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDQzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ad8823a20817030210c267d16b40df70d19431de/Screenshot%202021-03-19%20at%203.31.46%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 1,\n                \"name\": \"Bank Account Proof\",\n                \"name_on_frontend\": \"BANK_PROOF\"\n            }\n        },\n        {\n            \"id\": 8670,\n            \"document_category_id\": 2,\n            \"document_type_id\": 3,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:45.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14256,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-30 at 6.16.16 PM.png\",\n                \"byte_size\": 1068614,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDAzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c6446cf7655b169283f11ac1d0154ed7297642da/Screenshot%202021-03-30%20at%206.16.16%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 2,\n                \"name\": \"PAN Card of Signing Authority\",\n                \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n            }\n        },\n        {\n            \"id\": 8669,\n            \"document_category_id\": 9,\n            \"document_type_id\": 7,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:41.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:28.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14255,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-04-13 at 7.09.47 PM.png\",\n                \"byte_size\": 1087032,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdHczIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--08599802e02075538f4138cc24b44f3be780b975/Screenshot%202021-04-13%20at%207.09.47%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 9,\n                \"name\": \"Address Proof of Signing Authority\",\n                \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\"\n            }\n        }\n    ]\n}"},{"id":"2776522f-ce3e-418a-98ee-6ca0e258363c","name":"Fetch E-signed Agreement","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"user token with login scope"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents?kyc_document_type[]=Agreement&status[]=Approved","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents"],"query":[{"key":"kyc_document_type[]","value":"Agreement"},{"key":"status[]","value":"Approved"}]}},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 2746,\n            \"document_category_id\": 13,\n            \"document_type_id\": null,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-e2ff-dbc0b2f4-87cc-0242a53cdb42\",\n            \"active\": true,\n            \"created_at\": \"2021-07-12T10:56:49.000Z\",\n            \"updated_at\": \"2021-07-12T12:28:15.000Z\",\n            \"kyc_document_type\": \"Agreement\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": \"Dummy-736\",\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Merchant\",\n            \"record_id\": 4262,\n            \"issue_date\": null,\n            \"expiry_date\": null,\n            \"processed_document\": {\n                \"id\": 5130,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Service Agreemente_stamp.pdf\",\n                \"byte_size\": 266588,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbUFUIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--d8c57030f12d9de00af3a583b508531e7cd67c1c/Service%20Agreemente_stamp.pdf\",\n                \"kyc_document_uuid\": \"11eb-e2ff-dbc0b2f4-87cc-0242a53cdb42\"\n            },\n            \"document_category_name\": \"Service Agreement\",\n            \"document_type_name\": null,\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 13,\n                \"name\": \"Service Agreement\",\n                \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n            }\n        }\n    ]\n}"}],"_postman_id":"904390f4-5ed1-4b48-b9f0-a25405a985b7"},{"name":"Get a kyc document","id":"952e3de5-7922-4699-b81f-1a1a00cd46b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","{{kyc_doc_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"952e3de5-7922-4699-b81f-1a1a00cd46b8"},{"name":"Create a kyc document","id":"951460f8-309f-4403-8130-23495657fb98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"document_category_id","value":"10","type":"text"},{"key":"document_type_id","value":"10","type":"text"},{"key":"kyc_document_type","value":"KYC","type":"text","disabled":true},{"key":"processed_document","value":"","type":"file"},{"key":"uploaded_documents[]","value":"","type":"file"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents","description":"<p>Create KycDocument.</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"951460f8-309f-4403-8130-23495657fb98"},{"name":"Delete a kyc document","id":"6588e945-dfaf-44e9-bf3a-d96fbfe8ce4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","{{kyc_doc_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6588e945-dfaf-44e9-bf3a-d96fbfe8ce4c"},{"name":"required documents","id":"cfd44e11-9a08-4439-b203-56a4040d5602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/merchant_docs_req","description":"<p>The documents required to be uploaded by the merchant depending on KYC status and other business entity specific conditions are fetched from this API.\nAPI returns array of categories for which the document is required and array of types of document which can be uploaded for that particular category.\nIf KYC document is already uploaded for the required category, its details are present in the field \"kyc_document\" under \"document_categories\".</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","merchant_docs_req"],"host":["{{onboarding_base_url}}"],"query":[{"disabled":true,"key":"sdf","value":""}],"variable":[]}},"response":[{"id":"6ec209a5-565f-4f61-aaf5-762294109bd2","name":"When no Documents are required to be uploaded","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/merchant_docs_req","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","merchant_docs_req"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"dab1fd576f3ed641b24be62dede3b7bd\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"48f29901-9cee-45f2-b8b4-9565b454459c"},{"key":"X-Runtime","value":"11.722341"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"business_entity\": \"Private Limited\",\n    \"document_categories\": []\n}"},{"id":"3dc64f6e-eb84-44e1-8888-4da6d9857ccd","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/merchant_docs_req","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","merchant_docs_req"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"f977ac32bfc2f47c8ba96c97ac2a58b8\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e3b7af3b-9d85-49b4-9cb9-61a22968b007"},{"key":"X-Runtime","value":"1.523300"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"business_entity\": \"Individual\",\n    \"document_categories\": [\n        {\n            \"id\": 2,\n            \"name\": \"PAN Card of Signing Authority\",\n            \"uuid\": \"11e8-748f-297824ce-9081-020aca9875be\",\n            \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\",\n            \"document_types\": [\n                {\n                    \"name\": \"PAN Card\",\n                    \"id\": 3,\n                    \"uuid\": \"11e8-748f-2946799c-9081-020aca9875be\",\n                    \"name_on_frontend\": \"PANCARD\",\n                    \"issue_date_req\": false,\n                    \"expiry_date_req\": false\n                }\n            ],\n            \"kyc_document\": null\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Address Proof of Signing Authority\",\n            \"uuid\": \"11e8-748f-297a15b8-9081-020aca9875be\",\n            \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\",\n            \"document_types\": [\n                {\n                    \"name\": \"Passport\",\n                    \"id\": 4,\n                    \"uuid\": \"11e8-748f-2948a29e-9081-020aca9875be\",\n                    \"name_on_frontend\": \"PASSPORT\",\n                    \"issue_date_req\": true,\n                    \"expiry_date_req\": true\n                },\n                {\n                    \"name\": \"Aadhar\",\n                    \"id\": 5,\n                    \"uuid\": \"11e8-748f-294a800a-9081-020aca9875be\",\n                    \"name_on_frontend\": \"AADHAR\",\n                    \"issue_date_req\": false,\n                    \"expiry_date_req\": false\n                },\n                {\n                    \"name\": \"Voter's ID\",\n                    \"id\": 6,\n                    \"uuid\": \"11e8-748f-294c6ef6-9081-020aca9875be\",\n                    \"name_on_frontend\": \"VOTER\",\n                    \"issue_date_req\": false,\n                    \"expiry_date_req\": false\n                },\n                {\n                    \"name\": \"Driving Licence\",\n                    \"id\": 7,\n                    \"uuid\": \"11e8-748f-294e7dea-9081-020aca9875be\",\n                    \"name_on_frontend\": \"DL\",\n                    \"issue_date_req\": true,\n                    \"expiry_date_req\": true\n                },\n                {\n                    \"name\": \"Utilities Bill (electricity, water, landline, gas connection) \",\n                    \"id\": 8,\n                    \"uuid\": \"11e8-748f-29508112-9081-020aca9875be\",\n                    \"name_on_frontend\": \"BMTB\",\n                    \"issue_date_req\": false,\n                    \"expiry_date_req\": false\n                },\n                {\n                    \"name\": \"Address Verification Letter from Bank\",\n                    \"id\": 17,\n                    \"uuid\": \"24d8-a849-14f755a1-d49b-12ca65c5cd7a\",\n                    \"name_on_frontend\": \"AVFB\",\n                    \"issue_date_req\": false,\n                    \"expiry_date_req\": false\n                }\n            ],\n            \"kyc_document\": null\n        }\n    ]\n}"},{"id":"69087f55-46f3-4f9d-9d99-e7dfc1eb9393","name":"Unauthorized response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ceecb4640f356ce9e6da69723394daf70cb09dca9e51fe39383d2bd99a15660"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/merchant_docs_req","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","merchant_docs_req"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 May 2022 05:44:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"6716a649-9d28-42ac-8843-34468e7724d4"},{"key":"X-Runtime","value":"0.035018"},{"key":"Access-Control-Allow-Origin","value":"https://test1-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"cfd44e11-9a08-4439-b203-56a4040d5602"},{"name":"generated_agreements","id":"eb55c6d6-0f92-477f-9cdd-21fa65bed6c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/generated_agreements","description":"<p>Add attachment as uploaded_document to kyc_document</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","generated_agreements"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb55c6d6-0f92-477f-9cdd-21fa65bed6c1"},{"name":"Merge Documents","id":"d7c274fa-1977-4436-92c8-ebf9d5d7c797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"document_order[]","value":"4","type":"text"},{"key":"document_order[]","value":"3","type":"text"},{"key":"document_order[]","value":"1","type":"text"},{"key":"document_order[]","value":"2","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_document_uuid}}/merge_documents","description":"<p>Merge uploaded documents into single pdf and store it as processed_document.</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","{{kyc_document_uuid}}","merge_documents"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7c274fa-1977-4436-92c8-ebf9d5d7c797"},{"name":"generate sehedule c doc","id":"4a568ac9-5aa1-4eb7-b5a9-83eb35846d37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/generate_schedule_c_document","description":"<p>Add attachment as uploaded_document to kyc_document</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","generate_schedule_c_document"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a568ac9-5aa1-4eb7-b5a9-83eb35846d37"},{"name":"generate authority letter","id":"a0d1e8d8-dc86-44b8-91af-02aba5631f13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/generate_authority_letter","description":"<p>Add attachment as uploaded_document to kyc_document</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","generate_authority_letter"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0d1e8d8-dc86-44b8-91af-02aba5631f13"},{"name":"Accept Addendum","id":"c665377f-8836-4196-9796-8e204e430fc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum","description":"<p>Url Params:\nuuid: merchant's uuid</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","{{kyc_doc_uuid}}","accept_addendum"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1bdc74f3-795f-42df-92f1-4224a56de5bb","name":"Success Response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"134777ce-588e-48f0-9791-f14e98b5bdd1"},{"key":"X-Runtime","value":"32.727029"}],"cookie":[],"responseTime":null,"body":null},{"id":"615c4a30-ca9e-46bf-bfdd-f71679ca94c3","name":"When status is not pending","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b1b86bd9-ee16-49d7-b927-cae8dda126e3"},{"key":"X-Runtime","value":"3.338846"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"status must be pending\"\n}"},{"id":"ae06f1ca-1b52-4ebc-a769-c41bbeb263c3","name":"When merchant or addendum does not exists","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"98c8fb4a-495c-4056-8152-8fc07a43ee84"},{"key":"X-Runtime","value":"10.501585"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"c665377f-8836-4196-9796-8e204e430fc4"},{"name":"Reject Addendum","id":"4457cec1-7e00-4b8b-91da-8705c761c13b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/reject_addendum","description":"<p>Url Params:\nuuid: merchant's uuid</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","{{kyc_doc_uuid}}","reject_addendum"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"55b2b2ed-f9d2-4940-bf33-828966fe43e9","name":"When merchant or addendum does not exists","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"98c8fb4a-495c-4056-8152-8fc07a43ee84"},{"key":"X-Runtime","value":"10.501585"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"c0a50290-8c95-4eca-bcb9-2e1df6babda0","name":"When status is not pending","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b1b86bd9-ee16-49d7-b927-cae8dda126e3"},{"key":"X-Runtime","value":"3.338846"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"status must be pending\"\n}"},{"id":"0d1fee80-b1fd-4a6a-ae89-43d8dd9961d2","name":"Success Response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"134777ce-588e-48f0-9791-f14e98b5bdd1"},{"key":"X-Runtime","value":"32.727029"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4457cec1-7e00-4b8b-91da-8705c761c13b"},{"name":"append_attachment","id":"d74f830e-f50a-4f3b-a83c-dd9bf44ef745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"document_category_id","value":"10","type":"text"},{"key":"document_type_id","value":"10","type":"text"},{"key":"uploaded_documents[]","value":"","type":"file"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/append_attachment","description":"<p>Add attachment as uploaded_document to kyc_document</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","append_attachment"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d74f830e-f50a-4f3b-a83c-dd9bf44ef745"},{"name":"delete attachment","id":"0154fbf9-c3a8-4ac7-a771-b2203cbd43d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer a91c58b1f9444f4901ba0b697e0bf335577e6bf60e446eda541aa820e7edeac4"}],"body":{"mode":"formdata","formdata":[{"key":"file_ids[]","value":"83","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/attachment","description":"<p>Add attachment as uploaded_document to kyc_document</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","attachment"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0154fbf9-c3a8-4ac7-a771-b2203cbd43d8"}],"id":"f21ded6a-f88e-4078-a488-d2dd374389b4","_postman_id":"f21ded6a-f88e-4078-a488-d2dd374389b4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Bank Detail","item":[{"name":"update_and_restrict_va","item":[{"name":"update_and_restrict","id":"763b92f5-1983-47e0-9cbe-ff4aa2205a59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>client token with scope create_bank_details update_bank_details</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\",\n    \"bank_detail\": {\n        \"bank_account_number\": \"9999999999\",\n        \"ifsc_code\": \"IDIB000J029\",\n        \"holder_name\": \"Nobody\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details/update_and_restrict","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","bank_details","update_and_restrict"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ee078644-1c03-42a3-8de0-8e3c76c27616","name":"when_token_is_invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details/update_and_restrict"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Sep 2022 07:03:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"a22424f0-b750-4e60-8b8c-3e68bfdf6a7e"},{"key":"X-Runtime","value":"0.170662"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"b5e2d539-7eab-492e-ba0b-14c127000a95","name":"when_any_other_service_except_lending_hits_the_api","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 95c19360954ff8eb0971e5211e1184296c7b082697a357b77d365ee8e91184a2","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details/update_and_restrict"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Sep 2022 07:10:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"4a823d03-753a-468d-b1c6-e4181e6c83ec"},{"key":"X-Runtime","value":"0.642366"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"bank_details\": [\n            \"Your service is not allowed to use this api.\"\n        ]\n    }\n}"},{"id":"63d74f5d-e537-4faa-9287-076a0b53e393","name":"when_bank_param_are_missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 95c19360954ff8eb0971e5211e1184296c7b082697a357b77d365ee8e91184a2","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\"\n    // \"bank_detail\": {\n    //     \"bank_account_number\": \"9999999999\",\n    //     \"ifsc_code\": \"IDIB000J029\",\n    //     \"holder_name\": \"Nobody\"\n    // }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details/update_and_restrict"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Sep 2022 07:14:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"90c62d2a-5a2b-4472-8ce9-5bd430ecc2d8"},{"key":"X-Runtime","value":"0.053711"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"param is missing or the value is empty: bank_detail\"\n}"},{"id":"4f594482-08e6-418b-9cc4-8a8fc42a9a12","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 95c19360954ff8eb0971e5211e1184296c7b082697a357b77d365ee8e91184a2","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\",\n    \"bank_detail\": {\n        \"bank_account_number\": \"9999999999\",\n        \"ifsc_code\": \"IDIB000J029\",\n        \"holder_name\": \"Nobody\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details/update_and_restrict"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Sep 2022 07:22:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"d34500dd47f99d0815c6dfc6603c74e0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"e93fa6f1-204e-42c9-97a7-8532a2134c8d"},{"key":"X-Runtime","value":"16.372041"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.my.salesforce.com/ https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://payuin--onepayudev.my.salesforce.com/ https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"bank_detail\": {\n        \"id\": 4724,\n        \"branch_name\": \"JAMIA MILIA ISLAMIA\",\n        \"bank_account_number\": \"9999999999\",\n        \"ifsc_code\": \"IDIB000J029\",\n        \"holder_name\": \"Rajat Mishra\",\n        \"nodal_code\": null,\n        \"nodal_status\": \"Not Activated\",\n        \"active\": true,\n        \"status\": 0,\n        \"penny_deposit_status\": \"Not Initiated\",\n        \"penny_attempt_count\": 0,\n        \"penny_deposit_method\": \"IMPS\",\n        \"bank_verification_status\": \"Pending\",\n        \"uuid\": \"11ed-2a8f-f90bccee-96a4-02053299b2da\",\n        \"created_at\": \"2022-09-02T07:22:16.000Z\",\n        \"updated_at\": \"2022-09-02T07:22:16.000Z\",\n        \"bank_name\": \"INDIAN BANK\",\n        \"bank_type\": \"saving\",\n        \"addendum_status\": null,\n        \"holder_name_by_bank\": null,\n        \"flag\": 8,\n        \"bank_verification_proof\": null,\n        \"penny_attempt_left\": 10,\n        \"bank_error_comments\": {\n            \"error\": null,\n            \"remarks\": null\n        }\n    }\n}"}],"_postman_id":"763b92f5-1983-47e0-9cbe-ff4aa2205a59"},{"name":"remove_restriction","id":"53b5898b-fa7c-45f4-9389-52cd1579bee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>client token with scope create_bank_details update_bank_details</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details/remove_restriction","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","bank_details","remove_restriction"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fcc6d509-9b18-4ffe-a7ab-938ee3824c6d","name":"when_token_is_invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 170f1b18ff677b6ccdb97ba9c3af93806fb26132571a45507202edc78e3825661","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details/remove_restriction"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Sep 2022 07:31:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"fdf858ab-37c2-4274-841c-b3ae9740b1a3"},{"key":"X-Runtime","value":"0.149840"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"e73f833b-9152-41bd-8e7f-9ec2a4acec18","name":"when_any_other_service_except_lending_hits_the_api","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 170f1b18ff677b6ccdb97ba9c3af93806fb26132571a45507202edc78e382566","description":"client token with scope create_bank_details update_bank_details","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a21\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details/remove_restriction"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Sep 2022 07:32:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"97f019bb-19ed-484c-a35e-a3da74ffe24b"},{"key":"X-Runtime","value":"0.040514"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"bank_details\": [\n            \"Your service is not allowed to use this api.\"\n        ]\n    }\n}"},{"id":"a648a2b7-f2de-4446-91c3-eddc1197d0de","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 170f1b18ff677b6ccdb97ba9c3af93806fb26132571a45507202edc78e382566","description":"client token with scope create_bank_details update_bank_details","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details/remove_restriction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Sep 2022 07:34:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"431a63beaebc708e94647168471e0d32\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"140bc612-ed6a-4235-a7bd-f92fbe6edc46"},{"key":"X-Runtime","value":"0.124957"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.my.salesforce.com/ https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://payuin--onepayudev.my.salesforce.com/ https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Bank Detail restrictions removed\"\n}"}],"_postman_id":"53b5898b-fa7c-45f4-9389-52cd1579bee0"}],"id":"bf3d4d5d-3a32-4989-bef4-d02d267db520","_postman_id":"bf3d4d5d-3a32-4989-bef4-d02d267db520","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Create/Update Bank Details","id":"b78f3b9a-c43d-483a-a801-62acccb5e3d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user token with create_bank_details &amp; update_bank_details scopes</p>\n","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details/create_or_update","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","bank_details","create_or_update"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"3c8b667c-37e4-41e6-99c6-3182a2b97d8d","name":"When User token not have required scopes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer df3e99440416d92b9e9470db989d8296dc9a0ffac151cdd36de21041c313ee2e","description":"user token with create_bank_details & update_bank_details scopes","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details/create_or_update"},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"ba9cfa9e-bce5-448b-a6e7-d9244175bfaf","name":"When Pan Number is not verified","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer df3e99440416d92b9e9470db989d8296dc9a0ffac151cdd36de21041c313ee2e","description":"user token with create_bank_details & update_bank_details scopes","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details/create_or_update"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"bank_details\": [\n            \"cannot be created or updated unless pan_card is verified\"\n        ]\n    }\n}"},{"id":"51f784f6-7ce1-446f-92c8-32991eb74500","name":"When Invalid Params are given","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer df3e99440416d92b9e9470db989d8296dc9a0ffac151cdd36de21041c313ee2e","description":"user token with create_bank_details & update_bank_details scopes","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"bank_account_number\": \"9123456789412\",\n    \"ifsc_code\": \"UBIN0901288\",\n    \"holder_name\": \"Jugnu Siwach\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details/create_or_update"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"param is missing or the value is empty: bank_detail\"\n}"},{"id":"831d5235-62c4-4f49-8309-ba4f51401ca3","name":"When Business Entity is not present at Product Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer df3e99440416d92b9e9470db989d8296dc9a0ffac151cdd36de21041c313ee2e","description":"user token with create_bank_details & update_bank_details scopes","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details/create_or_update"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"business_entity\": [\n            \"should be present\"\n        ]\n    }\n}"},{"id":"d926b161-e949-4dd3-82ea-6b4205a24371","name":"When IFSC code is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer df3e99440416d92b9e9470db989d8296dc9a0ffac151cdd36de21041c313ee2e","description":"user token with create_bank_details & update_bank_details scopes","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details/create_or_update"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"bank_account.ifsc_code\": [\n            \"is invalid\"\n        ]\n    }\n}"},{"id":"31f13911-ecb9-440b-9bc3-451de2a48d95","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer df3e99440416d92b9e9470db989d8296dc9a0ffac151cdd36de21041c313ee2e","description":"user token with create_bank_details & update_bank_details scopes","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details/create_or_update"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_detail\": {\n        \"id\": 1,\n        \"branch_name\": \"NSIT, NEW DELHI\",\n        \"bank_account_number\": \"9123456789412\",\n        \"ifsc_code\": \"SBIN0010650\",\n        \"holder_name\": \"Jugnu Siwach\",\n        \"nodal_code\": null,\n        \"nodal_status\": \"Not Activated\",\n        \"active\": true,\n        \"status\": 0,\n        \"penny_deposit_status\": \"Not Initiated\",\n        \"penny_attempt_count\": 0,\n        \"penny_deposit_method\": \"IMPS\",\n        \"bank_verification_status\": \"Pending\",\n        \"uuid\": \"11ec-c526-c8c06e7e-9221-88665a1313af\",\n        \"created_at\": \"2022-04-26T06:04:51.000Z\",\n        \"updated_at\": \"2022-04-26T06:04:51.000Z\",\n        \"bank_name\": \"STATE BANK OF INDIA\",\n        \"bank_type\": \"saving\",\n        \"addendum_status\": null,\n        \"holder_name_by_bank\": null,\n        \"flag\": 8,\n        \"bank_verification_proof\": null,\n        \"penny_attempt_left\": 10,\n        \"bank_error_comments\": {\n            \"error\": null,\n            \"remarks\": null\n        }\n    }\n}"},{"id":"7744cdb6-c658-480f-a8d7-2ff112488bee","name":"bank Account Number is Invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 06e99056d9ee1fe376a3e5149c68364aa88204efb2e2ee2bc6ea668235852471","description":"user token with create_bank_details & update_bank_details scopes","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details/create_or_update"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"bank_account_number\": [\n            \"is invalid\"\n        ]\n    }\n}"}],"_postman_id":"b78f3b9a-c43d-483a-a801-62acccb5e3d0"},{"name":"Update Bank Details","id":"83f323dd-e7ed-494c-aaa5-67721fd23049","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user token with scope 'update_bank_details'</p>\n","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","bank_details"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"0e168098-73de-4580-bc3e-c07dde0bdb18","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer df3e99440416d92b9e9470db989d8296dc9a0ffac151cdd36de21041c313ee2e","description":"user token with scope 'update_bank_details'","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"1234566\",\n\t\t\"ifsc_code\": \"SBIN0010650\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"pay_ubiz_account\": {\n        \"mid\": 7211288,\n        \"id\": 3,\n        \"uuid\": \"11ec-c46b-d7a8133a-90de-0a886459aba0\",\n        \"identifier\": 7211288,\n        \"product_id\": 1,\n        \"type\": \"PayUbizAccount\",\n        \"merchant_account_id\": 5,\n        \"active\": true,\n        \"status\": null,\n        \"quality_score\": null,\n        \"business_entity_id\": 14,\n        \"business_category_id\": null,\n        \"business_sub_category_id\": null,\n        \"business_name\": \"Jugnu Siwach\",\n        \"pancard_name\": \"Jugnu\",\n        \"pancard_number\": \"BAPPP3333R\",\n        \"gst_number\": null,\n        \"average_delivery_time\": null,\n        \"notification_email\": \"tt.pp.jugnu.siwach@payutest.in\",\n        \"flag\": 0,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"temp_account_id\": null,\n        \"pan_verification_status\": \"Success\",\n        \"admin_user_id\": 2,\n        \"terms_and_condition_accepted_at\": null,\n        \"generate_agreement\": \"c2d10724f1ea864564ec25c3\",\n        \"agreement_status\": null,\n        \"document_status\": null,\n        \"lob_approval_status\": null,\n        \"created_at\": \"2022-04-25T12:30:48.000Z\",\n        \"updated_at\": \"2022-04-26T05:56:37.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": \"PayUbiz\",\n        \"name\": null,\n        \"email\": \"tt.pp.jugnu.siwach@payutest.in\",\n        \"first_name\": null,\n        \"last_name\": null,\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 2,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": null,\n        \"gmv_amount\": null,\n        \"website_approval_status\": null,\n        \"website_url\": null,\n        \"website_remarks\": null,\n        \"registered_mobile\": \"8800399993\",\n        \"product\": \"PayUbiz\",\n        \"bank_update_attempt_left\": 9,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": false,\n        \"saved_kyc_address\": null,\n        \"nb_eligible\": false,\n        \"next_bank_update_time\": \"2022-04-26T11:47:16.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": null,\n        \"business_sub_category_uuid\": null,\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ec-c493-80aad766-9ee4-88665a1313af\",\n        \"product_uuid\": \"11ec-b59b-37811c82-bb19-88665a1313af\",\n        \"admin_user_uuid\": \"11ec-c46b-bd82d2ce-8595-02f413145cce\",\n        \"bank_detail\": {\n            \"id\": 2,\n            \"branch_name\": \"NSIT, NEW DELHI\",\n            \"bank_account_number\": \"1234566\",\n            \"ifsc_code\": \"SBIN0010650\",\n            \"holder_name\": \"Jugnu Siwach\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ec-c528-7efb4ac8-9221-88665a1313af\",\n            \"created_at\": \"2022-04-26T06:17:06.000Z\",\n            \"updated_at\": \"2022-04-26T06:17:06.000Z\",\n            \"bank_name\": \"STATE BANK OF INDIA\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": null,\n        \"registration_address\": null,\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"product_account_statuses\": [],\n        \"website_detail\": null,\n        \"attached_configs\": [],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 1,\n            \"merchant_id\": null,\n            \"dob\": null,\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ec-c493-891a133a-9ee4-88665a1313af\",\n            \"created_at\": \"2022-04-25T12:30:48.000Z\",\n            \"updated_at\": \"2022-04-25T12:30:48.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 3,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": null,\n            \"website_approval_status\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": null\n        }\n    }\n}"},{"id":"4b63d6c6-d3df-462c-88fb-1b4def378959","name":"UnAuthorized Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer df3e99440416d92b9e9470db989d8296dc9a0ffac151cdd36de21041c313ee2e","description":"user token with scope 'update_bank_details'","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"0cce51ca-6d91-48dd-994e-f46fb7b7a1ab","name":"When IFSC code is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer d7bff14a8a46fdcb955bcd0059acf78c804b99cebc2c382ca367b2c23bdbf159","description":"user token with scope 'update_bank_details'","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_account.ifsc_code\": [\n        \"Bank account ifsc code is invalid\"\n    ]\n}"},{"id":"0b79d563-0ead-4cf7-802b-34f0d2f79b6f","name":"When bank details are same as Old bank details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 28aab1e7920d0888b0c0883de3a70013d4599a4979179e4aea8d36921629eebf","description":"user token with scope 'update_bank_details'","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_details\": [\n        \"Bank details cannot be same as previous one.\"\n    ]\n}"},{"id":"d724e37f-15d3-46fb-a6cd-40151996e1fe","name":"Bank Account Number is Invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 28aab1e7920d0888b0c0883de3a70013d4599a4979179e4aea8d36921629eebf","description":"user token with scope 'update_bank_details'","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_account_number\": [\n        \"Bank account number is invalid\"\n    ]\n}"}],"_postman_id":"83f323dd-e7ed-494c-aaa5-67721fd23049"},{"name":"Add Bank Verification Proof","id":"0f3e0ffe-5f84-4b74-8dbb-b3db75e34546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user token</p>\n","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"document_type_id","value":"{{document_type_id}}","description":"<p>Document Id is mapped to different document. Received from master data</p>\n","type":"default"},{"key":"processed_document","value":"{{document_file}}","description":"<p>Document for bank proof. Allowed types - png/jpeg/jpg/pdf</p>\n","type":"default"}]},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details/bank_verification_by_bank_proof","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","bank_details","bank_verification_by_bank_proof"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"9cc7e9a9-707d-40e1-b60e-b8a7f751c49b","name":"Unauthorized Response","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"user token","type":"default"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"document_type_id","value":"{{document_id}}","description":"Document Id is mapped to different document. Received from master data","type":"default"},{"key":"processed_document","value":"{{document_file}}","description":"Document for bank proof. Allowed types - png/jpeg/jpg/pdf","type":"default"}]},"url":"{{onboarding_url}}/api/v1/product_accounts/{{product_account_uuid}}/bank_details/bank_verification_by_bank_proof"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"15c872e6-1579-4c3c-807d-784f5f1d501b","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 93c592034258f946fbee0c72ed1aef402f417247962a07fda032a8c21a089878","description":"user token","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"document_type_id","value":"{{document_type_id}}","description":"Document Id is mapped to different document. Received from master data","type":"default"},{"key":"processed_document","value":"{{document_file}}","description":"Document for bank proof. Allowed types - png/jpeg/jpg/pdf","type":"default"}]},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details/bank_verification_by_bank_proof"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 1,\n        \"document_category_id\": 1,\n        \"document_type_id\": 2,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"DOCUMENT_SUBMITTED\",\n        \"uuid\": \"11ec-c52c-ad4be460-8cb5-88665a1313af\",\n        \"active\": true,\n        \"created_at\": \"2022-04-26T06:47:02.000Z\",\n        \"updated_at\": \"2022-04-26T06:47:04.000Z\",\n        \"kyc_document_type\": \"KYC\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": null,\n        \"record_id\": null,\n        \"product_record_id\": 3,\n        \"product_record_type\": \"ProductAccount\",\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"processed_document\": {\n            \"id\": 1,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"Screenshot 2022-03-08 at 5.24.17 PM.png\",\n            \"byte_size\": 549062,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--491802bbad0856f48417654d363db540f86be97d/Screenshot%202022-03-08%20at%205.24.17%20PM.png\",\n            \"kyc_document_uuid\": \"11ec-c52c-ad4be460-8cb5-88665a1313af\"\n        },\n        \"document_category_name\": \"Bank Account Proof\",\n        \"document_type_name\": \"Bank Verification Letter \",\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 1,\n            \"name\": \"Bank Account Proof\",\n            \"name_on_frontend\": \"BANK_PROOF\"\n        }\n    }\n}"},{"id":"db120940-7424-4754-b5b1-6364a49a5b19","name":"Invalid Document Type ID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 93c592034258f946fbee0c72ed1aef402f417247962a07fda032a8c21a089878","description":"user token","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"document_type_id","value":"8918293","description":"Document Id is mapped to different document. Received from master data","type":"default"},{"key":"processed_document","value":"file","description":"Document for bank proof. Allowed types - png/jpeg/jpg/pdf","type":"default"}]},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details/bank_verification_by_bank_proof"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid document_type_id\"\n}"}],"_postman_id":"0f3e0ffe-5f84-4b74-8dbb-b3db75e34546"},{"name":"Add PayU Virtual Bank Account Details","id":"b64a1aa9-9fc5-4a9c-abbb-71b693f785e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"<p>client token with scopes create_payu_virtual_account &amp; update_payu_virtual_account</p>\n","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"PAYU9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details/payu_virtual_bank_account","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","bank_details","payu_virtual_bank_account"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"5ad3765a-34ed-46bb-9bf7-a9a4641213b8","name":"Unauthorized request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer abc","description":"client token with scopes create_payu_virtual_account & update_payu_virtual_account","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"PAYU9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details/payu_virtual_bank_account"},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"1d942052-8f7a-4484-8aef-3ba61a2ed05b","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 461151e07f308dc5e0d14ebb4af59dc4ff9295fcc205c63cf1bce333737ff0f9","description":"client token with scopes create_payu_virtual_account & update_payu_virtual_account","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"PAYU9123456789412\",\n\t\t\"ifsc_code\": \"SBIN0010650\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details/payu_virtual_bank_account"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_detail\": {\n        \"id\": 4,\n        \"branch_name\": \"NSIT, NEW DELHI\",\n        \"bank_account_number\": \"PAYU9123456789412\",\n        \"ifsc_code\": \"SBIN0010650\",\n        \"holder_name\": \"Jugnu Siwach\",\n        \"nodal_code\": null,\n        \"nodal_status\": \"Not Activated\",\n        \"active\": true,\n        \"status\": 0,\n        \"penny_deposit_status\": \"Not Initiated\",\n        \"penny_attempt_count\": 0,\n        \"penny_deposit_method\": \"IMPS\",\n        \"bank_verification_status\": \"Success\",\n        \"uuid\": \"11ec-c53d-450f4eb2-8cb5-88665a1313af\",\n        \"created_at\": \"2022-04-26T08:45:48.000Z\",\n        \"updated_at\": \"2022-04-26T08:45:48.000Z\",\n        \"bank_name\": \"STATE BANK OF INDIA\",\n        \"bank_type\": \"saving\",\n        \"addendum_status\": null,\n        \"holder_name_by_bank\": null,\n        \"flag\": 8,\n        \"bank_verification_proof\": null,\n        \"penny_attempt_left\": 10,\n        \"bank_error_comments\": {\n            \"error\": null,\n            \"remarks\": null\n        }\n    }\n}"},{"id":"608a7329-6a32-4b7f-9503-806ca787f00b","name":"When Ifsc Code in Invalid","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"client token with scopes create_payu_virtual_account & update_payu_virtual_account","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"PAYU9123456789412\",\n\t\t\"ifsc_code\": \"UBIN090128813241234\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details/payu_virtual_bank_account"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"base\": [\n            \"Validation failed: Ifsc code is invalid\"\n        ]\n    }\n}"},{"id":"8cd1c155-7dd1-406f-b9bc-a59824eb12ff","name":"When Bank Account NUmber is Invalid","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"client token with scopes create_payu_virtual_account & update_payu_virtual_account","type":"default"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"PAYU9123456789412asdfgerwhetjryrwqtewyreut\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"Jugnu Siwach\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-c46b-d7a8133a-90de-0a886459aba0/bank_details/payu_virtual_bank_account"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"base\": [\n            \"Validation failed: Bank account number is invalid\"\n        ]\n    }\n}"}],"_postman_id":"b64a1aa9-9fc5-4a9c-abbb-71b693f785e7"},{"name":"virtual_bank_details_v3","id":"49ca429e-e92d-4c4c-bab2-376e1fce5249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{test10}}/api/v3/product_accounts/{{product_account_uuid}}/bank_details/virtual_bank_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","bank_details","virtual_bank_details"],"host":["{{test10}}"],"query":[],"variable":[]}},"response":[{"id":"8df0f180-eca5-44c6-9392-59bb67ed03e0","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{test10}}/api/v1/merchants/11eb-9205-f08949da-98eb-02053299b2da/bank_details/virtual_bank_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Dec 2022 06:39:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"5a1839c4b38d4f83c1dcd516e0a8baec\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"5ac3daab-16bb-4d93-880e-ffa4caeadeae"},{"key":"X-Runtime","value":"0.056616"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.my.salesforce.com/ https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://payuin--onepayudev.my.salesforce.com/ https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"bank_details\": [\n        {\n            \"id\": 4974,\n            \"branch_name\": \"JAMIA MILIA ISLAMIA\",\n            \"bank_account_number\": \"9999999999\",\n            \"ifsc_code\": \"IDIB000J029\",\n            \"holder_name\": \"Nobody\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Success\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Success\",\n            \"uuid\": \"11ed-7156-f90e7eea-83dc-02053299b2da\",\n            \"created_at\": \"2022-12-01T09:03:07.000Z\",\n            \"updated_at\": \"2022-12-01T09:04:21.000Z\",\n            \"bank_name\": \"INDIAN BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 24,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            },\n            \"virtual_account\": true\n        },\n        {\n            \"id\": 4722,\n            \"branch_name\": \"JAMIA MILIA ISLAMIA\",\n            \"bank_account_number\": \"9999999999\",\n            \"ifsc_code\": \"IDIB000J029\",\n            \"holder_name\": \"Rajat Mishra\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": false,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Success\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ed-2a8f-091eed74-96a4-02053299b2da\",\n            \"created_at\": \"2022-09-02T07:15:34.000Z\",\n            \"updated_at\": \"2022-12-01T09:03:07.000Z\",\n            \"bank_name\": \"INDIAN BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": \"Rajat Mishra\",\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            },\n            \"virtual_account\": false\n        }\n    ]\n}"}],"_postman_id":"49ca429e-e92d-4c4c-bab2-376e1fce5249"}],"id":"103d8e60-fb87-4e78-bf11-c850115fbbd3","_postman_id":"103d8e60-fb87-4e78-bf11-c850115fbbd3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Aadhar XML Flow","item":[{"name":"Aadhar submit consent api","id":"29abce4c-18fd-4a34-ae19-93f803076f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>merchant's user token is required with update_user_profile scope</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/aadhaar_xml_consent","description":"<p>We ask merchant to give consent to provide Aadhaar number which is not stored and same is communicated to Customer also and the consent is passed to karza’s consent api.</p>\n<p>In response, Karza returns a consent token which is valid for 10 mins which is sent in next otp generation call.</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc","aadhaar_xml_consent"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2431aca8-9f4a-4a6c-a9c6-51af92ff71b4","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_consent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"4a8c563a47448534726e86d780928056\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2bdd0a49-c887-4f09-bdbc-160f5a20911a"},{"key":"X-Runtime","value":"3.191464"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Consent Accepted\"\n}"},{"id":"b4f9fac8-b903-4bda-87ee-96a0ab89d1a0","name":"when token is invalid/expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_consent"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"f98807e4-697d-4e33-a6cf-1047e7033504"},{"key":"X-Runtime","value":"4.375503"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"8a3fece1-b244-432b-a409-db7f8b36868a","name":"when product account does not exist with given uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_consent"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"a897f2bc-2ef5-4e5a-8cde-d30346bccef3"},{"key":"X-Runtime","value":"1.623468"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Product account with given uuid not found\"\n}"},{"id":"3cbc4d02-b3d1-4dc1-84bf-f2486b41cfdf","name":"when product account's signatory details are not present","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7cc42fa50ee74cfa665fcab2eeda18c376ef5156e5c958acb77372f543bfe7fb","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_consent"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 May 2022 04:29:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"6973a9dd-cdcc-4001-82e7-ba626dbb88c1"},{"key":"X-Runtime","value":"0.216972"},{"key":"Access-Control-Allow-Origin","value":"https://test1-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Signatory details of product account not found\"\n}"}],"_postman_id":"29abce4c-18fd-4a34-ae19-93f803076f62"},{"name":"Aadhar otp generation api","id":"de5ed153-6609-4804-9c4d-138e030485ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"<p>merchant's user token is required with update_user_profile scope</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"745144341492","type":"text","description":"<p>Aadhar number of the signing authority</p>\n"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/aadhaar_xml_otp_generation","description":"<p>After giving consent, merchant enters his/her Aadhaar number. We pass the Aadhaar number to karza’s generate otp api. The karza api sends otp to mobile number linked with the corresponding Aadhaar.</p>\n<p>We are not storing the Aadhaar number collected in the database.</p>\n<p>Merchant can send retry otp upto 3 times after which merchant needs to wait for 15 mins to send the otp.</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc","aadhaar_xml_otp_generation"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5e6d568c-47cb-4a1b-8d05-ca87aa2c6a2b","name":"success response","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"577362319487","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_otp_generation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"3795333dce3cce0d898efbf4b04101d5\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"0e334f73-e110-4450-88d8-649c6c0b5d74"},{"key":"X-Runtime","value":"5.020128"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OTP sent to registered mobile number. 2 attempt(s) remaining\",\n    \"attempts_remaining\": 2\n}"},{"id":"9e9ef9ac-a27c-46df-8d96-a199ed03ca82","name":"when token is invalid/expired","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}123","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"745144341492","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_otp_generation"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"24f4c6c9-92cf-4086-9767-6439df9d4a09"},{"key":"X-Runtime","value":"0.626774"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"aed7acf5-03c0-4050-bfac-b3b119ba025e","name":"when product account does not exist with given uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"123446565565656","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_otp_generation"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"a897f2bc-2ef5-4e5a-8cde-d30346bccef3"},{"key":"X-Runtime","value":"1.623468"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Product account with given uuid not found\"\n}"},{"id":"b9b33e92-ee83-4ac3-b260-3ea3bd4e56e3","name":"when product account's signatory details are not present","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"12132435454545","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_otp_generation"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"5e7e8e7c-11b2-4ead-b73e-d7f52ad579a3"},{"key":"X-Runtime","value":"0.346222"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Signatory details of product account not found\"\n}"},{"id":"05fb5b2a-f144-4e0c-96cc-5fa47a9aeacf","name":"when aadhar number is invalid or not present","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"745144341492ererer","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_otp_generation"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c96091dc-e352-43ab-92b8-68d34e7aa30c"},{"key":"X-Runtime","value":"0.197733"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"invalid aadhaar number format\",\n    \"error_code\": \"invalid_aadhaar_format\"\n}"},{"id":"1736c32a-3ff0-4eb1-a627-0e09e3378c9a","name":"when downstream service is unavailable","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"588462123456","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_otp_generation"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"bc6ca23d-20c0-4a39-b576-7d6078a4e4ee"},{"key":"X-Runtime","value":"2.929963"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Service Unavailable\",\n    \"error_code\": \"karza_connecting_error\"\n}"},{"id":"4688a412-d6a1-42c1-91f6-093c2525f31c","name":"when otp retries are exceeded","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"577362319487","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_otp_generation"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"dfd69678-601c-4805-8f7c-68261a82ed5d"},{"key":"X-Runtime","value":"0.218878"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"OTP tries exceeded\",\n    \"error_code\": \"otp_limit_reached\",\n    \"time_remaining\": 887 // user is blocked for 15 mins. in seconds\n}"},{"id":"32644ab2-a485-4a7c-89ad-6c424f7902da","name":"when consent is not present in cache","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7cc42fa50ee74cfa665fcab2eeda18c376ef5156e5c958acb77372f543bfe7fb","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"745144341492","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/aadhaar_xml_otp_generation"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 May 2022 05:07:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"25ada9db-4a76-4b0a-a251-c5e4cfa68568"},{"key":"X-Runtime","value":"0.482636"},{"key":"Access-Control-Allow-Origin","value":"https://test1-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Your Aadhaar consent has expired. Please re-perform this step\",\n    \"error_code\": \"consent_not_found\"\n}"}],"_postman_id":"de5ed153-6609-4804-9c4d-138e030485ad"},{"name":"Aadhar otp submit and get data api","id":"3fcf098c-3915-4574-b36b-5049f49e43eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>merchant's user token is required with update_user_profile scope</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"123456","type":"text","description":"<p>otp which was sent on mobile number</p>\n"},{"key":"aadhaar_number","value":"745144341492","description":"<p>now it is also required due to changes at karza end</p>\n","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/aadhaar_xml_file_data","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc","aadhaar_xml_file_data"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bee1dcbf-4081-42c8-ac4a-87be69595223","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"595347","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_file_data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"d28ef9aaa3de0b0daffdd6d471d3fdf0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4007af12-ed1b-46d2-8d48-28cdebee9c77"},{"key":"X-Runtime","value":"3.234912"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Kapil Kumar\",\n    \"gender\": \"M\",\n    \"dob\": \"1990-01-01\",\n    \"mobilehash\": \"a324a051165d446f2ecef9c4df9a072a1f8e7bdf42452aba9829698a4e4047cc\",\n    \"emailhash\": null,\n    \"address\": \"full address\",\n    \"pincode\": \"301404\",\n    \"state\": \"Rajasthan\",\n    \"city\": \"khairthal\",\n    \"file\": \"UEsDBBQACQAIAAeFA1MAAAAAAAAAAAAAAArzAAeFA1NoQ0iFcxsAAEglAAAjAAAAAAAAAAAAAAAAAAAAAABvZmZsaW5lYWFkaGFhcjIwMjEwODAzMDQ0MDE1ODg5LnhtbFBLBQYAAAAAAQABAFEAAADEGwAAAAA=\",\n    \"sharecode\": \"3067\"\n}"},{"id":"b430169a-82c8-4615-afff-21b469e17016","name":"when token is invalid/expired","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}123","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"1234","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_file_data"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"24f4c6c9-92cf-4086-9767-6439df9d4a09"},{"key":"X-Runtime","value":"0.626774"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"1ee213df-aedd-4431-888d-138014f68023","name":"when product account does not exist with given uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"1234","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_file_data"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"a897f2bc-2ef5-4e5a-8cde-d30346bccef3"},{"key":"X-Runtime","value":"1.623468"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Product account with given uuid not found\"\n}"},{"id":"6708544c-b608-4785-b371-bf74406fed7d","name":"when product account's signatory details are not present","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"1234","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_file_data"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"5e7e8e7c-11b2-4ead-b73e-d7f52ad579a3"},{"key":"X-Runtime","value":"0.346222"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Signatory details of product account not found\"\n}"},{"id":"6183c03a-0dc6-462a-9c05-326be73712a2","name":"when otp is not present / format is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"123456","type":"text","disabled":true}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_file_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c6caf5f1-9f7f-41e8-8ef4-60e51071cd5f"},{"key":"X-Runtime","value":"1.168110"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"invalid otp format\",\n    \"error_code\": \"invalid_otp_format\"\n}"},{"id":"3a3cecbb-d51a-4b77-a34c-9e19375ff259","name":"when otp is expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"123456","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_file_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"ef51ef26-78f4-49b8-a91b-ba6fd515e367"},{"key":"X-Runtime","value":"0.276416"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"otp expired\",\n    \"error_code\": \"otp_expired\" // otp is expired in 10 mins.\n}"},{"id":"aa6ed5ad-e786-417a-980e-71f1e3decb86","name":"when entered otp is wrong","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"123456","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_file_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"de109454-a03a-44bf-b236-b9a5cdc7e923"},{"key":"X-Runtime","value":"2.188678"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Incorrect Aadhaar number or OTP\",\n    \"error_code\": \"error_from_karza\",\n    \"attempts_remaining\": 2 //merchant can enter wrond otp upto 3 times\n}"},{"id":"ca67aa64-8021-4139-94ae-2712066a66fb","name":"when otp verification limit (3) is reached","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"123456","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_xml_file_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"13e5c70b-efa9-43e2-a6e9-40638854f6a9"},{"key":"X-Runtime","value":"0.606195"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"OTP verification tries exceeded\",\n    \"error_code\": \"verification_limit_reached\",\n    \"time_remaining\": 859 // merchant is blocked for 15 mins\n}"}],"_postman_id":"3fcf098c-3915-4574-b36b-5049f49e43eb"},{"name":"Aadhaar XML Offline API","id":"a6a85248-a222-4819-8ef0-8db653c1c299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token recieved from HUB</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"<p>mandatory, aadhar xml/zip file</p>\n","type":"file","value":null},{"key":"aadhaar_share_code","value":"","description":"<p>mandatory, aadhar share code to open xml/zip file</p>\n","type":"text"}]},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/aadhaar_file_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc","aadhaar_file_details"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"10cb1fd0-a002-4bc0-ab52-129090bd5e79","name":"When Signing Authority Details are not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":"/Users/jugnu.siwach/Downloads/offlineaadhaar20210804120750632.xml"},{"key":"aadhaar_share_code","value":"1996","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"{{onboarding_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_file_details"},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Signatory details of product account not found\"\n}"},{"id":"e2752f8d-d9cf-4289-82db-edd33b2806db","name":"When file size is greater than 6MB","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":"/Users/jugnu.siwach/Downloads/offlineaadhaar20210804120750632.xml"},{"key":"aadhaar_share_code","value":"1996","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"{{onboarding_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_file_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"File size should be less than 6MB\"\n}"},{"id":"beadfca8-b4a7-4a1b-b2e1-506877f30aad","name":"Invalid Aadhar XML FIle or Share Code","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","value":null},{"key":"aadhaar_share_code","value":"","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"{{onboarding_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_file_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Invalid Aadhaar XMl File or Share Code\",\n    \"error_code\": \"error_from_karza\"\n}"},{"id":"f2f1eb45-f675-4d41-a265-0aac8e024a11","name":"When name match score is low","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","value":null},{"key":"aadhaar_share_code","value":"","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"{{onboarding_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_file_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"low name match score\",\n    \"error_code\": \"low_name_match\"\n}"},{"id":"c2473d88-b153-49e3-aaa4-041beae68570","name":"When file format is wrong","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":"/Users/jugnu.siwach/Desktop/header.png"},{"key":"aadhaar_share_code","value":"1996","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"{{onboarding_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_file_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Invalid file format. Only XML/Zip file formats are supported\"\n}"},{"id":"519922a4-18d5-4bbd-af0d-4412ed817c56","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":"/Users/jugnu.siwach/Downloads/offlineaadhaar20210804120750632.xml"},{"key":"aadhaar_share_code","value":"1996","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"{{onboarding_url}}/api/v3/product_accounts/11ec-cf4f-83157620-8e27-0a886459aba/kyc/aadhaar_file_details"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Jugnu\",\n    \"gender\": \"M\",\n    \"dob\": \"1996-02-14\",\n    \"address\": \" rz-276,ph-2, gopal nagar, NAJAFGARH, South West Delhi, Delhi, India, 110043\",\n    \"pincode\": 110043\n}"}],"_postman_id":"a6a85248-a222-4819-8ef0-8db653c1c299"}],"id":"cc15ac66-273d-411e-92b1-cfc7794f6e66","description":"<p>Aadhaar XML Integration </p>\n<p>To smoothen the process of merchant’s on-boarding in payU money, we have automated the process of KYC without asking the merchant to upload personal documents. To do this we leverage and use karza technologies services. </p>\n<p>We have created 3 apis (one for each) internally on top the 3 karza apis. </p>\n<p>For security reasons, we have limited the number of times merchant can request for otp or enter otp to 3 times. </p>\n<p>The 3 apis created are implemented as follow, </p>\n<ol>\n<li>Consent API</li>\n</ol>\n<p>We ask merchant to give consent to provide Aadhaar number which is not stored and same is communicated to Customer also and the consent is passed to karza’s consent api.  </p>\n<ol>\n<li>Generate OTP API</li>\n</ol>\n<p>After giving consent, merchant enters his/her Aadhaar number. We pass the Aadhaar number to karza’s generate otp api. The karza api sends otp to mobile number linked with the corresponding Aadhaar. </p>\n<p>We are not storing the Aadhaar number collected in the database.</p>\n<ol>\n<li>XML FILE DATA API</li>\n</ol>\n<p>After receiving the otp, merchant enters his/her otp. We call karza’s xml file data api. If otp entered is correct, we complete merchant’s kyc and delete the cache.</p>\n","_postman_id":"cc15ac66-273d-411e-92b1-cfc7794f6e66","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Addendum","item":[{"name":"generate_addendum","event":[{"listen":"test","script":{"id":"b06e7452-03a6-4c24-b901-61482b821ed0","exec":["var data = JSON.parse(responseBody);","postman.setGlobalVariable(\"kyc_doc_uuid\", data.kyc_document.uuid);","postman.setGlobalVariable(\"user_id\", data.kyc_document.record_id);"],"type":"text/javascript"}}],"id":"fcd81747-285b-4dea-9dfa-fbeb25395061","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"source","value":"settlement_account_addendum","description":"<p>Addendum type name</p>\n","type":"text"},{"key":"create_esign_session","value":"true","description":"<p>should CO create e-sign session with karza or not</p>\n","type":"text"},{"key":"workflow_id","value":"h9JYOhI","description":"<p>workflow_id provided by karza which has all the configuration at karza including the webhook redirect url</p>\n","type":"text"},{"key":"addendum_params[new_bank_detail][bank_name]","value":"ICICI Bank Ltd","description":"<p>Additional addendum_params, if required for any particular addendum document to prefil data</p>\n","type":"text"},{"key":"addendum_params[new_bank_detail][bank_account_number]","value":"16542443552","type":"text"},{"key":"addendum_params[new_bank_detail][branch_address]","value":"BANGALORE M G ROAD","type":"text"},{"key":"addendum_params[new_bank_detail][ifsc_code]","value":"ICIC0000002","type":"text"},{"key":"addendum_params[new_bank_detail][holder_name]","value":"Vijaya Kumar R","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_addendum","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","generate_addendum"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0e2a3ba6-75f3-41b8-b70a-2bb63ad84365","name":"Success without esign session","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"virtual_account_addendum\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_addendum"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"e0caf81a1eabd207db8516020d804b7f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ca179491-68b6-4116-9281-138e65579742"},{"key":"X-Runtime","value":"72.756574"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 92,\n        \"document_category_id\": 13,\n        \"document_type_id\": 38,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"Pending\",\n        \"uuid\": \"11ec-a053-2f241be6-9006-a0999b174961\",\n        \"active\": true,\n        \"created_at\": \"2022-03-10T09:19:27.000Z\",\n        \"updated_at\": \"2022-03-10T09:19:28.000Z\",\n        \"kyc_document_type\": \"Addendum\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": \"ProductAccount\",\n        \"record_id\": 9,\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"processed_document\": {\n            \"id\": 140,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"addendum_for_changed_virtual_account_addendum_details.pdf\",\n            \"byte_size\": 68714,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWjg9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--2cc0536b88e8c12659ab2a500f9a3e9ceb898fea/addendum_for_changed_virtual_account_addendum_details.pdf\",\n            \"kyc_document_uuid\": \"11ec-a053-2f241be6-9006-a0999b174961\"\n        },\n        \"document_category_name\": \"Service Agreement\",\n        \"document_type_name\": \"Addendum\",\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 13,\n            \"name\": \"Service Agreement\",\n            \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n        }\n    }\n}"},{"id":"f16cbafe-b628-461f-80e8-066cc347be4f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"virtual_account_addendum\",\n    \"create_esign_session\": true,\n    \"workflow_id\": \"h9JYOhI\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_addendum"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"94ef3de831f36f99240e4ffc3550b432\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"544bbf92-dec4-4a71-9623-85eb1ab875e6"},{"key":"X-Runtime","value":"32.477317"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 99,\n        \"document_category_id\": 13,\n        \"document_type_id\": 38,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"Pending\",\n        \"uuid\": \"11ec-a09f-705a33ec-97cc-a0999b174961\",\n        \"active\": true,\n        \"created_at\": \"2022-03-10T18:25:20.000Z\",\n        \"updated_at\": \"2022-03-10T18:25:20.000Z\",\n        \"kyc_document_type\": \"Addendum\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": \"ProductAccount\",\n        \"record_id\": 9,\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"processed_document\": {\n            \"id\": 148,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"addendum_for_changed_virtual_account_addendum_details.pdf\",\n            \"byte_size\": 68714,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBYW89IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1086a5a49b8dcd315dd24217eb164a1e641602ab/addendum_for_changed_virtual_account_addendum_details.pdf\",\n            \"kyc_document_uuid\": \"11ec-a09f-705a33ec-97cc-a0999b174961\"\n        },\n        \"document_category_name\": \"Service Agreement\",\n        \"document_type_name\": \"Addendum\",\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 13,\n            \"name\": \"Service Agreement\",\n            \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n        }\n    },\n    \"esign_session\": {\n        \"document_id\": \"3aujcf4\",\n        \"sign_url\": \"https://karzatechnologies.sandbox.leegality.com/sign/589f8fc5-bdab-44de-a048-ccc682ff4738\",\n        \"expiry_date\": \"2022-03-20T18:29:59Z\"\n    }\n}"},{"id":"e077e23c-f061-4379-8c6c-e40ca5c03083","name":"422 Addendum params missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"settlement_account_addendum\",\n    \"create_esign_session\": true,\n    \"workflow_id\": \"h9JYOhI\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_addendum"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"09e524fa-90a6-40af-8af1-4429d0fcecb1"},{"key":"X-Runtime","value":"15.399399"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"addendum_params is blank\"\n}"},{"id":"33937c70-1cae-40c4-87cc-f22fc519852a","name":"422 Service Agreement is Pending","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"settlement_account_addendum\",\n    \"create_esign_session\": true,\n    \"workflow_id\": \"h9JYOhI\",\n    \"addendum_params\": {\n        \"new_bank_detail\": {\n            \"bank_name\": \"ICICI Bank Ltd\",\n            \"bank_account_number\": \"16542443552\",\n            \"branch_address\": \"BANGALORE M G ROAD\",\n            \"ifsc_code\": \"ICIC0000002\",\n            \"holder_name\": \"Vijaya Kumar R\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_addendum"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"1ccbe54c-bd31-4255-9878-7ff8f4fc2837"},{"key":"X-Runtime","value":"39.666920"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Service Agreement e-sign is Pending.\"\n}"},{"id":"6506e46e-6047-470d-9e7a-815162e19c14","name":"Addendum Already Generated","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"settlement_account_addendum\",\n    \"create_esign_session\": true,\n    \"workflow_id\": \"h9JYOhI\",\n    \"addendum_params\": {\n        \"new_bank_detail\": {\n            \"bank_name\": \"ICICI Bank Ltd\",\n            \"bank_account_number\": \"16542443552\",\n            \"branch_address\": \"BANGALORE M G ROAD\",\n            \"ifsc_code\": \"ICIC0000002\",\n            \"holder_name\": \"Vijaya Kumar R\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_addendum"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"179de7bcb57aaff03521b0ef22b39c90\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b538fe38-2884-47ea-b35a-6181b87f7421"},{"key":"X-Runtime","value":"1.889520"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Addendum already generated for : settlement_account_addendum, to be Approved/Rejected.\",\n    \"kyc_document\": {\n        \"id\": 116,\n        \"document_category_id\": 13,\n        \"document_type_id\": 38,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"Pending\",\n        \"uuid\": \"11ec-a39c-6ef1e3a6-a67f-a0999b174961\",\n        \"active\": true,\n        \"created_at\": \"2022-03-14T13:41:22.000Z\",\n        \"updated_at\": \"2022-03-14T13:41:23.000Z\",\n        \"kyc_document_type\": \"Addendum\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": \"ProductAccount\",\n        \"record_id\": 9,\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"processed_document\": {\n            \"id\": 178,\n            \"metadata\": {\n                \"identified\": true,\n                \"analyzed\": true\n            },\n            \"filename\": \"addendum_for_changed_settlement_account_addendum_details.pdf\",\n            \"byte_size\": 23121,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBY289IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--05388ffc757f40e194d14d81c0ddec3221cb24bf/addendum_for_changed_settlement_account_addendum_details.pdf\",\n            \"kyc_document_uuid\": \"11ec-a39c-6ef1e3a6-a67f-a0999b174961\"\n        },\n        \"document_category_name\": \"Service Agreement\",\n        \"document_type_name\": \"Addendum\",\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 13,\n            \"name\": \"Service Agreement\",\n            \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n        }\n    },\n    \"esign_session\": {\n        \"document_id\": \"GQt0zJa\",\n        \"sign_url\": \"https://karzatechnologies.sandbox.leegality.com/sign/009b204b-e46e-4f55-85fc-5d8cc4f11ef0\",\n        \"expiry_date\": \"2022-03-24T18:29:59Z\"\n    }\n}"},{"id":"0494752d-fa4a-409c-b11b-d56333fc9985","name":"422 Addendum Template not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"business\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_addendum"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b8e2d1b2-daeb-486d-8d01-cfbcbdae9791"},{"key":"X-Runtime","value":"179.156401"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Addendum Template not found\"\n}"},{"id":"b1495ec0-3d58-4928-8831-323f2f9332da","name":"422 Param missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_addendum"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Feb 2022 12:58:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"f2d57f24-0fe8-45e8-82b7-0ba42c2424ee"},{"key":"X-Runtime","value":"0.070252"},{"key":"Server","value":"Payu"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"param is missing or the value is empty: source\"\n}"}],"_postman_id":"fcd81747-285b-4dea-9dfa-fbeb25395061"},{"name":"accept_addendum_document","id":"cafae6e0-6f10-4a46-a519-07ef5e790908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"signed_document","value":"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Cjw8Ci9Db2xvclNwYWNlIDw8Ci9QQ1NwIFsvUGF0dGVybiAvRGV2aWNlUkdCXQovQ1NwIC9EZXZpY2VSR0IKL0NTcGcgL0RldmljZUdyYXkKPj4KL0V4dEdTdGF0ZSA8PAovR1NhIDcgMCBSCj4+Ci9QYXR0ZXJuIDw8Cj4+Ci9Gb250IDw8Ci9GNiA4IDAgUgovRjcgOSAwIFIKPj4KL1hPYmplY3QgPDwKPj4KPj4KZW5kb2JqCjcgMCBvYmoKPDwKL1R5cGUgL0V4dEdTdGF0ZQovU0EgdHJ1ZQovU00gMC4wMgovY2EgMS4wCi9DQSAxLjAKL0FJUyBmYWxzZQovU01hc2sgL05vbmUKPj4KZW5kb2JqCjggMCBvYmoKPDwKL1R5cGUgL0ZvbnQKL1N1YnR5cGUgL1R5cGUwCi9CYXNlRm9udCAvQXJpYWwtQm9sZE1UCi9FbmNvZGluZyAvSWRlbnRpdHktSAovRGVzY2VuZGFudEZvbnRzIFsxMCAwIFJdCi9Ub1VuaWNvZGUgMTEgMCBSCj4+CmVuZG9iago5IDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBlIC9UeXBlMAovQmFzZUZvbnQgL0FyaWFsTVQKL0VuY29kaW5nIC9JZGVudGl0eS1ICi9EZXNjZW5kYW50Rm9udHMgWzEyIDAgUl0KL1RvVW5pY29kZSAxMyAwIFIKPj4KZW5kb2JqCjEwIDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBlIC9DSURGb250VHlwZTIKL0Jhc2VGb250IC9BcmlhbC1Cb2xkTVQKL0NJRFN5c3RlbUluZm8gPDwKL1JlZ2lzdHJ5IChBZG9iZSkKL09yZGVyaW5nIChJZGVudGl0eSkKL1N1cHBsZW1lbnQgMAo+PgovRm9udERlc2NyaXB0b3IgMTQgMCBSCi9DSURUb0dJRE1hcCAvSWRlbnRpdHkKL1cgWzAgWzc0NCA3NzEgNjA1IDcxNiAyNzUgODI2IDY2MiA3MTYgNzE2IDcxNgo3MTYgNzE2IDYwNSA3MTYgNzE2IDcxNiAyNzUgNjYyIDY2MiA1NTEKMzg2IDMzMCAyNzUgNTUxIDYwNSAyNzUgNTUxIDU1MSA2MDUgNTUxCjU1MSA1NTEgNTUxIDU1MSA1NTEgNTUxIDU1MSA2NjIgNzcxIDU1MQo2NjIgOTM2IDYwNSA1NTEgNjA1IDU1MSAyNzUgNTUxIDg4MiAzMzAKNTUxIDI3NSA2MDUgNjA1IDYwNSA2MDUgMzMwIDI3NSAzMzAgMzMwCjMzMCA1NTEgNTUxIDkzNiA3MTYgNTUxIDU1MSA0OTZdCl0KPj4KZW5kb2JqCjExIDAgb2JqCjw8Ci9MZW5ndGggODMzCj4+CnN0cmVhbQ0KL0NJREluaXQgL1Byb2NTZXQgZmluZHJlc291cmNlIGJlZ2luCjEyIGRpY3QgYmVnaW4KYmVnaW5jbWFwCi9DSURTeXN0ZW1JbmZvIDw8IC9SZWdpc3RyeSAoQWRvYmUpIC9PcmRlcmluZyAoVUNTKSAvU3VwcGxlbWVudCAwID4+IGRlZgovQ01hcE5hbWUgL0Fkb2JlLUlkZW50aXR5LVVDUyBkZWYKL0NNYXBUeXBlIDIgZGVmCjEgYmVnaW5jb2Rlc3BhY2VyYW5nZQo8MDAwMD4gPEZGRkY+CmVuZGNvZGVzcGFjZXJhbmdlCjIgYmVnaW5iZnJhbmdlCjwwMDAwPiA8MDAwMD4gPDAwMDA+CjwwMDAxPiA8MDA0Mz4gWzwwMDRGPiA8MDA0Qz4gPDAwNDQ+IDwwMDA5PiA8MDA0RD4gPDAwNDU+IDwwMDUyPiA8MDA0Mz4gPDAwNDg+IDwwMDQxPiA8MDA0RT4gPDAwNTQ+IDwwMDQyPiA8MDA0Qj4gPDAwNTU+IDwwMDQ5PiA8MDA1Mz4gPDAwNTA+IDwwMDYxPiA8MDA3Mj4gPDAwNzQ+IDwwMDY5PiA8MDA2Mz4gPDAwNzU+IDwwMDZDPiA8MDA3Mz4gPDAwNjU+IDwwMDQ2PiA8MDAzNj4gPDAwMzQ+IDwwMDMxPiA8MDAzMz4gPDAwMzg+IDwwMDMyPiA8MDAzMD4gPDAwMzc+IDwwMDU2PiA8MDA0Nz4gPDAwNEE+IDwwMDU5PiA8MDA1Nz4gPDAwNkU+IDwwMDZCPiA8MDA2ND4gPDAwMzU+IDwwMDZBPiA8MDA3OT4gPDAwNkQ+IDwwMDNBPiA8MDA3Nj4gPDAwMkM+IDwwMDYyPiA8MDA2OD4gPDAwNjc+IDwwMDZGPiA8MDA2Nj4gPDAwMkU+IDwwMDI4PiA8MDAyOT4gPDAwMkQ+IDwwMEUyPiA8MjBBQz4gPDAxNTM+IDwwMEMyPiA8MDBBQj4gPDAwQkI+IDwwMDdBPiBdCmVuZGJmcmFuZ2UKZW5kY21hcApDTWFwTmFtZSBjdXJyZW50ZGljdCAvQ01hcCBkZWZpbmVyZXNvdXJjZSBwb3AKZW5kCmVuZAoNCmVuZHN0cmVhbQplbmRvYmoKMTIgMCBvYmoKPDwKL1R5cGUgL0ZvbnQKL1N1YnR5cGUgL0NJREZvbnRUeXBlMgovQmFzZUZvbnQgL0FyaWFsTVQKL0NJRFN5c3RlbUluZm8gPDwKL1JlZ2lzdHJ5IChBZG9iZSkKL09yZGVyaW5nIChJZGVudGl0eSkKL1N1cHBsZW1lbnQgMAo+PgovRm9udERlc2NyaXB0b3IgMTUgMCBSCi9DSURUb0dJRE1hcCAvSWRlbnRpdHkKL1cgWzAgWzc0NCA2NjEgNTUxIDU1MSA0OTYgMjc1IDcxNiA4MjYgNTUxIDY2MQo0OTYgNTUxIDU1MSAyNzUgMjc1IDMzMCA1NTEgNTUxIDQ5NiAyNzUKNjA1IDY2MSA3MTYgNzE2IDIyMCA1NTEgMzMwIDgyNiA1NTEgNTUxCjU1MSAyNzUgMjIwIDYwNSA3MTYgNTUxIDU1MSA3MTYgNzcxIDU1MQo0OTYgNjYxIDcxNiA5MzUgNDk2IDI3NSA1NTEgMjc1IDcxNiA1NTEKNTUxIDU1MSAzMzAgOTkyIDMzMCAzMzAgNTUxIDU1MSA1NTEgNDk2CjY2MSA1NTEgNTUxIDU1MV0KXQo+PgplbmRvYmoKMTMgMCBvYmoKPDwKL0xlbmd0aCA4MDUKPj4Kc3RyZWFtDQovQ0lESW5pdCAvUHJvY1NldCBmaW5kcmVzb3VyY2UgYmVnaW4KMTIgZGljdCBiZWdpbgpiZWdpbmNtYXAKL0NJRFN5c3RlbUluZm8gPDwgL1JlZ2lzdHJ5IChBZG9iZSkgL09yZGVyaW5nIChVQ1MpIC9TdXBwbGVtZW50IDAgPj4gZGVmCi9DTWFwTmFtZSAvQWRvYmUtSWRlbnRpdHktVUNTIGRlZgovQ01hcFR5cGUgMiBkZWYKMSBiZWdpbmNvZGVzcGFjZXJhbmdlCjwwMDAwPiA8RkZGRj4KZW5kY29kZXNwYWNlcmFuZ2UKMiBiZWdpbmJmcmFuZ2UKPDAwMDA+IDwwMDAwPiA8MDAwMD4KPDAwMDE+IDwwMDNGPiBbPDAwNDI+IDwwMDYxPiA8MDA2RT4gPDAwNkI+IDwwMDA5PiA8MDA0RT4gPDAwNkQ+IDwwMDY1PiA8MDA0MT4gPDAwNjM+IDwwMDZGPiA8MDA3NT4gPDAwNzQ+IDwwMDJFPiA8MDA3Mj4gPDAwNjg+IDwwMDY0PiA8MDA3Mz4gPDAwNDk+IDwwMDQ2PiA8MDA1Mz4gPDAwNDM+IDwwMDQ4PiA8MDA2Qz4gPDAwMzE+IDwwMDJEPiA8MDA0RD4gPDAwMzI+IDwwMDMwPiA8MDAzOT4gPDAwMkM+IDwwMDY5PiA8MDA1ND4gPDAwNzc+IDwwMDM0PiA8MDAzOD4gPDAwNTI+IDwwMDQ3PiA8MDA2Nz4gPDAwNzk+IDwwMDUwPiA8MDA0ND4gPDAwNTc+IDwwMDc2PiA8MDAyRj4gPDAwNzA+IDwwMDY2PiA8MDA1NT4gPDAwNEM+IDwwMEUyPiA8MjBBQz4gPDAyREM+IDwyMTIyPiA8MDAyOD4gPDAwMjk+IDwwMDYyPiA8MDA3MT4gPDAwMzU+IDwwMDdBPiA8MDBDMj4gPDAwQUI+IDwwMDVGPiA8MDBCQj4gXQplbmRiZnJhbmdlCmVuZGNtYXAKQ01hcE5hbWUgY3VycmVudGRpY3QgL0NNYXAgZGVmaW5lcmVzb3VyY2UgcG9wCmVuZAplbmQKDQplbmRzdHJlYW0KZW5kb2JqCjE0IDAgb2JqCjw8Ci9UeXBlIC9Gb250RGVzY3JpcHRvcgovRm9udE5hbWUgL1FTQUFBQStBcmlhbC1Cb2xkTVQKL0ZsYWdzIDQKL0ZvbnRCQm94IFstNjI3LjkyOTY4NyAtNDgxLjQ0NTMxMiAyMDAwIDkwNS4yNzM0MzddCi9JdGFsaWNBbmdsZSAwCi9Bc2NlbnQgOTA1LjI3MzQzNwovRGVzY2VudCAtMjExLjkxNDA2MgovQ2FwSGVpZ2h0IDcxNS44MjAzMTIKL1N0ZW1WIDEwNC45ODA0NjgKL0ZvbnRGaWxlMiAxNiAwIFIKPj4KZW5kb2JqCjE1IDAgb2JqCjw8Ci9UeXBlIC9Gb250RGVzY3JpcHRvcgovRm9udE5hbWUgL1FOQUFBQStBcmlhbE1UCi9GbGFncyA0Ci9Gb250QkJveCBbLTY2NC41NTA3ODEgLTQyNS4yOTI5NjggMjAw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IDAgb2JqCjw8L0J5dGVSYW5nZSBbMCAyMzU0MCA1NjY5NCA1MDMxIF0gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC9Db250YWN0SW5mbyh2aWpheWEuckBwYXl1LmluKS9Db250ZW50cyA8MzA4MDA2MDkyYTg2NDg4NmY3MGQwMTA3MDJhMDgwMzA4MDAyMDEwMTMxMGYzMDBkMDYwOTYwODY0ODAxNjUwMzA0MDIwMTA1MDAzMDgwMDYwOTJhODY0ODg2ZjcwZDAxMDcwMTAwMDBhMDgwMzA4MjA2NWIzMDgyMDU0M2EwMDMwMjAxMDIwMjA0MTUwMjZjMDkzMDBkMDYwOTJhODY0ODg2ZjcwZDAxMDEwYjA1MDAzMDgxZjMzMTI2MzAyNDA2MDM1NTA0MDMwYzFkNGU1MzQ0NGMyMDY1MmQ0NzZmNzYyMDQzNDEyMDMyMzAzMTM5MmQ1NTQxNTQyZDU0NjU3Mzc0MmQzMjMxMWQzMDFiMDYwMzU1MDQwYjBjMTQ0MzY1NzI3NDY5NjY3OTY5NmU2NzIwNDE3NTc0Njg2ZjcyNjk3NDc5MzEzMTMwMmYwNjAzNTUwNDBhMGMyODRlNTM0NDRjMjA2NTJkNDc2Zjc2NjU3MjZlNjE2ZTYzNjUyMDQ5NmU2NjcyNjE3Mzc0NzI3NTYzNzQ3NTcyNjUyMDRjNjk2ZDY5NzQ2NTY0MzEwYjMwMDkwNjAzNTUwNDA2MTMwMjQ5NGUzMTM0MzAzMjA2MDM1NTA0MDkwYzJiNTM2NTZlNjE3MDYxNzQ2OTIwNDI2MTcwNjE3NDIwNGQ2MTcyNjcyYzRjNmY3NzY1NzIyMDUwNjE3MjY1NmMyMDU3NjU3Mzc0MmM0ZDc1NmQ2MjYxNjkzMTM0MzAzMjA2MDM1NTA0MzMwYzJiMzE3Mzc0MjA0NjZjNmY2ZjcyMmM1NDY5NmQ2NTczMjA1NDZmNzc2NTcyMmM0YjYxNmQ2MTZjNjEyMDRkNjk2YzZjNzMyMDQzNmY2ZDcwNmY3NTZlNjQzMDFlMTcwZDMyMzIzMDMzMzEzMTMxMzMzMjM4MzIzMDVhMTcwZDMyMzIzMDMzMzEzMTMxMzMzNTM4MzEzOTVhMzA4MWU4MzExNzMwMTUwNjAzNTUwNDAzMTMwZTU2Njk2YTYxNzk2MTIwNGI3NTZkNjE3MjIwNTIzMTExMzAwZjA2MDM1NTA0MGExMzA4NTA2NTcyNzM2ZjZlNjE2YzMxMTIzMDEwMDYwMzU1MDQwODEzMDk0YjYxNzI2ZTYxNzQ2MTZiNjEzMTBiMzAwOTA2MDM1NTA0MDYxMzAyNDk0ZTMxMGYzMDBkMDYwMzU1MDQxMTEzMDYzNTM2MzAzMDMzMzYzMTI5MzAyNzA2MDM1NTA0NDExMzIwMzczNzMxNjIzOTY2NjQzODM2MzQzMjYxMzQzMDMyMzQzOTM0Mzk2NTM1NjY2NjYyNjU2NTYxMzEzOTMzMzMzNDMxNGUzMDRjMDYwMzU1MDQyZTEzNDUzMTM5MzkzMzRkMzYzNjM3NDEzMjM0MzE0NjM4MzQzODQyMzk0NjM1NDQzNTMyNDM0NTMxMzk0MjQ1NDEzNDQyNDI0NTMxNDEzNzM5Mzc0NjM4MzAzMTQ1MzczMjM3MzUzMjQ2MzQzMTQyMzUzNTQ0MzQzMjM3NDY0MjM2NDM0MjQxMzMzNzM3MzEzMTBkMzAwYjA2MDM1NTA0MGMxMzA0MzAzNTMyMzQzMDU5MzAxMzA2MDcyYTg2NDhjZTNkMDIwMTA2MDgyYTg2NDhjZTNkMDMwMTA3MDM0MjAwMDRkZTE0MTYyOTUxNDU0NTdlMzJlMmExZGI0NDZkMTdiOTQwZjM1NmFlNjNkNGM5ZjM5NmViNzYxYjU1ZmI5NWI5ODU3MWNmNTJmYjE0NDYzYjAyMjM0MzdhMDIwNGE2MWI1ODI2ODdmZjZmOTdmNDZlMjEzODFhNzAwZThhMDk5OGEzODIwMmM5MzA4MjAyYzUzMDA5MDYwMzU1MWQxMzA0MDIzMDAwMzAxZDA2MDM1NTFkMGUwNDE2MDQxNDIxZjI2ZDc0Y2M3MzhlMjYzYWUxOTZmNmRkODYyZDAzYjZiYWMyYTAzMDEzMDYwMzU1MWQyMzA0MGMzMDBhODAwODRlZTAzMDhlZDFjMTI0NjAzMDBlMDYwMzU1MWQwZjAxMDFmZjA0MDQwMzAyMDZjMDMwODIwMTQ0MDYwMzU1MWQxZjA0ODIwMTNiMzA4MjAxMzczMDMzYTAzMWEwMmY4NjJkNjg3NDc0NzAzYTJmMmYzMTM0MmUzMTM0MzIyZTMyMzMyZTMxMzkzNzJmNmU3MzY0NmMyZDY1NzM3MDJmNjM3MjZjMmY2ZTczNjQ2YzVmNjM2MTJlNjM3MjZjMzA4MWZmYTA4MWZjYTA4MWY5YTQ4MWY2MzA4MWYzMzEyNjMwMjQwNjAzNTUwNDAzMGMxZDRlNTM0NDRjMjA2NTJkNDc2Zjc2MjA0MzQxMjAzMjMwMzEzOTJkNTU0MTU0MmQ1NDY1NzM3NDJkMzIzMTFkMzAxYjA2MDM1NTA0MGIwYzE0NDM2NTcyNzQ2OTY2Nzk2OTZlNjcyMDQxNzU3NDY4NmY3MjY5NzQ3OTMxMzEzMDJmMDYwMzU1MDQwYTBjMjg0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjY1NzI2ZTYxNmU2MzY1MjA0OTZlNjY3MjYxNzM3NDcyNzU2Mzc0NzU3MjY1MjA0YzY5NmQ2OTc0NjU2NDMxMGIzMDA5MDYwMzU1MDQwNjEzMDI0OTRlMzEzNDMwMzIwNjAzNTUwNDA5MGMyYjUzNjU2ZTYxNzA2MTc0NjkyMDQyNjE3MDYxNzQyMDRkNjE3MjY3MmM0YzZmNzc2NTcyMjA1MDYxNzI2NTZjMjA1NzY1NzM3NDJjNGQ3NTZkNjI2MTY5MzEzNDMwMzIwNjAzNTUwNDMzMGMyYjMxNzM3NDIwNDY2YzZmNmY3MjJjNTQ2OTZkNjU3MzIwNTQ2Zjc3NjU3MjJjNGI2MTZkNjE2YzYxMjA0ZDY5NmM2YzczMjA0MzZmNmQ3MDZmNzU2ZTY0MzA0ZDA2MDgyYjA2MDEwNTA1MDcwMTAxMDQ0MTMwM2YzMDNkMDYwODJiMDYwMTA1MDUwNzMwMDI4NjMxNjg3NDc0NzAzYTJmMmYzMTM0MmUzMTM0MzIyZTMyMzMyZTMxMzkzNzJmNmU3MzY0NmMyZDY1NzM3MDJmNjM2MTJmNmU3MzY0NmM1ZjYzNjE1ZjcyNmY2Zjc0MmU2MzY1NzIzMDgxYzUwNjAzNTUxZDIwMDQ4MWJkMzA4MWJhMzA4MWI3MDYwNzYwODI2NDY0MDIwNDAxMzA4MWFiMzA1YTA2MDgyYjA2MDEwNTA1MDcwMjAxMTY0ZTY4NzQ3NDcwNzMzYTJmMmY3Nzc3NzcyZTY1Njc2Zjc2MmQ2ZTczNjQ2YzJlNjM2ZjJlNjk2ZTJmNjU3MzY5Njc2ZTJmNzI2NTcwNmY3MzY5NzQ2ZjcyNzkyZjYzNzA3MzJmNGU1MzQ0NGM2NTJkNDc2Zjc2MmQ0MzQxMmQ0MzUwNTMyZDc2NjU3MjM0MmUzMDJlMzEyZTcwNjQ2NjMwNGQwNjA4MmIwNjAxMDUwNTA3MDIwMjMwNDExYTNmNDE2MTY0Njg2MTYxNzIyZDY1NGI1OTQzMmQ0ZjU0NTAyMDQzNmM2MTczNzMyMDQzNjU3Mjc0Njk2NjY5NjM2MTc0NjUyMDY5NzM3Mzc1NjU2NDIwNjI3OTIwNGU1MzQ0NGMyMDY1MmQ0NzZmNzYyMDU0NjU3Mzc0MjA0MzQxMzAxNTA2MDM1NTFkMjUwNDBlMzAwYzA2MGEyYjA2MDEwNDAxODIzNzBhMDMwYzMwMGQwNjA5MmE4NjQ4ODZmNzBkMDEwMTBiMDUwMDAzODIwMTAxMDA4ODBkYWZlM2EwMzAzZGIxODczZjVhNTFiOGEwOGYwNjk4NTU5OTliODQ3MDNkNGI5OTAyZjhmMjBkOTJjOWMyZjJhNmNjZTk3ZjBjMTQ5YzljOTcyYTkwOTgxZGNlYmNlYzFhNDhiOWQxNzU3M2U3ZmZkNmU2YThhNjU1YjQ4NDhjZmRkOTMxZDJmYTRlNjBiY2MwMDBkODkyM2YxYjAzNzI5MjY1OTU1YjYyNmRiOTQzN2QyYTdjY2ViZmMxZmE2MzZiOGUyMmVhOGM0N2EzOTE3YjNmOGY2NjIxMDQ5M2M2ZTk1NjJkMjk2MTc3MDhhZTUxMmY5MDJkZWE4NmFjZGM0ZjE3OTc2YWQ5Nzc2NzBhODEwYTYyMjJlZDAzZDg1YTRkOTZlZWYwOTBiNGI2MWEwZDA4NDgwMGFmNmRjZjE2NzI5MDI1MGZjZThhNzhjOTgwNGU4MmMxMDRmZmIxMjUyNmQyZjY0ZDVkYTI2MGFhZTM0OTljMjU2NTMyY2FmZGI1MWNiNjE2NzFkOGQ1MWYxYTJhODhiMTFlYjI1NTkyMjhhODgzNGIwZTNmOTlkMWY1NWQ3MzQ4OWVmMGVmNzZmNTUxZmM2NWQ2ODY4MGE0MGY4ZjhiMzZlYTQ5ZDdiZGQ3NGQxYzVlMWJmYjU2NTc0MzA2MjFmOGRmZmRkMzMwODIwNGFlMzA4MjAzOTZhMDAzMDIwMTAyMDIwNDMyNGI2YjIwMzAwZDA2MDkyYTg2NDg4NmY3MGQwMTAxMGIwNTAwMzA4MWYzMzEyNjMwMjQwNjAzNTUwNDAzMGMxZDRlNTM0NDRjMjA2NTJkNDc2Zjc2MjA0MzQxMjAzMjMwMzEzOTJkNTU0MTU0MmQ1NDY1NzM3NDJkMzIzMTFkMzAxYjA2MDM1NTA0MGIwYzE0NDM2NTcyNzQ2OTY2Nzk2OTZlNjcyMDQxNzU3NDY4NmY3MjY5NzQ3OTMxMzEzMDJmMDYwMzU1MDQwYTBjMjg0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjY1NzI2ZTYxNmU2MzY1MjA0OTZlNjY3MjYxNzM3NDcyNzU2Mzc0NzU3MjY1MjA0YzY5NmQ2OTc0NjU2NDMxMGIzMDA5MDYwMzU1MDQwNjEzMDI0OTRlMzEzNDMwMzIwNjAzNTUwNDA5MGMyYjUzNjU2ZTYxNzA2MTc0NjkyMDQyNjE3MDYxNzQyMDRkNjE3MjY3MmM0YzZmNzc2NTcyMjA1MDYxNzI2NTZjMjA1NzY1NzM3NDJjNGQ3NTZkNjI2MTY5MzEzNDMwMzIwNjAzNTUwNDMzMGMyYjMxNzM3NDIwNDY2YzZmNmY3MjJjNTQ2OTZkNjU3MzIwNTQ2Zjc3NjU3MjJjNGI2MTZkNjE2YzYxMjA0ZDY5NmM2YzczMjA0MzZmNmQ3MDZmNzU2ZTY0MzAxZTE3MGQzMTM5MzAzNzMxMzYzMTMzMzEzNjMwMzE1YTE3MGQzNDM5MzAzNzMwMzgzMTMzMzEzNjMwMzE1YTMwODFmMzMxMjYzMDI0MDYwMzU1MDQwMzBjMWQ0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjIwNDM0MTIwMzIzMDMxMzkyZDU1NDE1NDJkNTQ2NTczNzQyZDMyMzExZDMwMWIwNjAzNTUwNDBiMGMxNDQzNjU3Mjc0Njk2Njc5Njk2ZTY3MjA0MTc1NzQ2ODZmNzI2OTc0NzkzMTMxMzAyZjA2MDM1NTA0MGEwYzI4NGU1MzQ0NGMyMDY1MmQ0NzZmNzY2NTcyNmU2MTZlNjM2NTIwNDk2ZTY2NzI2MTczNzQ3Mjc1NjM3NDc1NzI2NTIwNGM2OTZkNjk3NDY1NjQzMTBiMzAwOTA2MDM1NTA0MDYxMzAyNDk0ZTMxMzQzMDMyMDYwMzU1MDQwOTBjMmI1MzY1NmU2MTcwNjE3NDY5MjA0MjYxNzA2MTc0MjA0ZDYxNzI2NzJjNGM2Zjc3NjU3MjIwNTA2MTcyNjU2YzIwNTc2NTczNzQyYzRkNzU2ZDYyNjE2OTMxMzQzMDMyMDYwMzU1MDQzMzBjMmIzMTczNzQyMDQ2NmM2ZjZmNzIyYzU0Njk2ZDY1NzMyMDU0NmY3NzY1NzIyYzRiNjE2ZDYxNmM2MTIwNGQ2OTZjNmM3MzIwNDM2ZjZkNzA2Zjc1NmU2NDMwODIwMTIyMzAwZDA2MDkyYTg2NDg4NmY3MGQwMTAxMDEwNTAwMDM4MjAxMGYwMDMwODIwMTBhMDI4MjAxMDEwMGNhZTcyNmU2ZDEyZDA3MGQyY2I5YTdjMWRlOGY3NzkwYjFkNzJjOTRlMjA0ZTMxNTljYjhmYzJmN2VkODJmNjU2MjYwZGVhYzVkZTAwOGM4ZDlhMTUyNTk5NDBhODUxZmNmYjYyZDJjNTllOTRiNDMzMzM1NmI5MGMzY2EwOTZiNzgxNzBjMTJiMmY2MjUyYWY2NTk0OTk2YzhhOTk2NDU5NWVjM2U3MGQ0MTU4MGVlZDFlMGVhMWYxNTU4OTY3NjVjMWJhMjljMDY5ZTczMTk4NThhNmJkNTJkZmM3MDcyM2Y2YWRlNzg0YWJkZTZkODY5MDMxZjJhNDBjNTlmNjljNWJkNjdmMDllY2U1MTY3MTNiMGZkNjExNmUzOTk4Mzc2MGEyMTMyMDA1MzY0YjMwYWNkZjBhOTlhODA3ZmQyODQyYWMwZjZmMjkzMTRhNmExZTZhODFiZGFkYzNhZTE4MjEyZWNjYTEwYWZkMTkzZDAyNmUyNTMyZGY5MTJmODU0NmVhMWNhMmNkYzlhYjg2ZDI5OTZlYTdmNWYwZTBlY2I3YjlhNGFlYmQ3MDU1ZTFlY2FlODVkYWU4NjVjMTZmMzllMTIxNmY4ZTM2NjlmNDUyNTZlOWYwNTI2MTk5YjZmNTVlYzI3ZDNiODM2ZjY2MjEzYmZiY2Y5YmU2ZDc1MDIwMzAxMDAwMWEzNDgzMDQ2MzAwYjA2MDM1NTFkMGYwNDA0MDMwMjAxMDYzMDBmMDYwMzU1MWQxMzA0MDgzMDA2MDEwMWZmMDIwMTAwMzAxMTA2MDM1NTFkMGUwNDBhMDQwODRlZTAzMDhlZDFjMTI0NjAzMDEzMDYwMzU1MWQyMzA0MGMzMDBhODAwODRlZTAzMDhlZDFjMTI0NjAzMDBkMDYwOTJhODY0ODg2ZjcwZDAxMDEwYjA1MDAwMzgyMDEwMTAwNzFmOGQwNzUzMDkxMjA4YmMxNmIzYmNiY2Q0ZGQ0MTU0MWM1OWEyZGEzMDJiMjcyYTkwNTA2MTUxMzkwMzU4NWNjMDQ4YThhZjY3NTRjN2UyNGRhMjBkMjZjMDJiOTM3MDk1MjVmOWYyNGVlN2ZlODhjODQxZDAyOGVkZDVmMTFmOTFhY2IzZjJjZjkwNjlmNmExMzJlMDdmNjRkMzQ2ZGQ3ZDQ2OTFmOTJiOTliM2RkODM3YWI3MDMzZmE0NGFjZWM1MDg3OGFiNDFlZGM3MDNiMjg3OGRhNjEzZDVmMWJmN2Y3MTlmNmMxYjRkZDNkODlmMjZiNTUxNDdjMDI1OGZjZTk4YzVmYzBmZjM4Mzc3NzlkOTFhYjFkMWM5N2JmOTBkZTRiZDYwMzJiZmRiMDhjMDA1ZDZmMDgzZDViM2ZlMTY1ZjM2ZWI1MTg1MTViYWU2ZDBkYzY3MzlkOGU3N2RlZjk2NzkyN2YxYjc0NWYyNWQ0ZTdkN2UwOWJjY2E4MDBlZDc1NTU4YjA5ZjNlYmRjYmExZTFlYzg2MDQ5NDFlOTQ1Zjg5ZjA4NDgxZmI0ZTIwNzcyNTNiYmFhZDIxNjQzYzU5YTViZDc1OTI4ODUyMjNmMDVkNjU3YTc2ZDYzZDI3MjNlNzcyMTA0ZjI5OWExMjIxNzFlZDUwZTMwNTcwMDAwMzE4MjAyMDIzMDgyMDFmZTAyMDEwMTMwODFmYzMwODFmMzMxMjYzMDI0MDYwMzU1MDQwMzBjMWQ0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjIwNDM0MTIwMzIzMDMxMzkyZDU1NDE1NDJkNTQ2NTczNzQyZDMyMzExZDMwMWIwNjAzNTUwNDBiMGMxNDQzNjU3Mjc0Njk2Njc5Njk2ZTY3MjA0MTc1NzQ2ODZmNzI2OTc0NzkzMTMxMzAyZjA2MDM1NTA0MGEwYzI4NGU1MzQ0NGMyMDY1MmQ0NzZmNzY2NTcyNmU2MTZlNjM2NTIwNDk2ZTY2NzI2MTczNzQ3Mjc1NjM3NDc1NzI2NTIwNGM2OTZkNjk3NDY1NjQzMTBiMzAwOTA2MDM1NTA0MDYxMzAyNDk0ZTMxMzQzMDMyMDYwMzU1MDQwOTBjMmI1MzY1NmU2MTcwNjE3NDY5MjA0MjYxNzA2MTc0MjA0ZDYxNzI2NzJjNGM2Zjc3NjU3MjIwNTA2MTcyNjU2YzIwNTc2NTczNzQyYzRkNzU2ZDYyNjE2OTMxMzQzMDMyMDYwMzU1MDQzMzBjMmIzMTczNzQyMDQ2NmM2ZjZmNzIyYzU0Njk2ZDY1NzMyMDU0NmY3NzY1NzIyYzRiNjE2ZDYxNmM2MTIwNGQ2OTZjNmM3MzIwNDM2ZjZkNzA2Zjc1NmU2NDAyMDQxNTAyNmMwOTMwMGQwNjA5NjA4NjQ4MDE2NTAzMDQwMjAxMDUwMGEwODE5NTMwMTgwNjA5MmE4NjQ4ODZmNzBkMDEwOTAzMzEwYjA2MDkyYTg2NDg4NmY3MGQwMTA3MDEzMDFjMDYwOTJhODY0ODg2ZjcwZDAxMDkwNTMxMGYxNzBkMzIzMjMwMzMzMTMxMzEzMzMyMzgzMjMxNWEzMDJhMDYwOTJhODY0ODg2ZjcwZDAxMDkzNDMxMWQzMDFiMzAwZDA2MDk2MDg2NDgwMTY1MDMwNDAyMDEwNTAwYTEwYTA2MDgyYTg2NDhjZTNkMDQwMzAyMzAyZjA2MDkyYTg2NDg4NmY3MGQwMTA5MDQzMTIyMDQyMGZkNjUyYjBhM2FmZDc1ZDYxNjU0MDMwMTNlMzVkNTE2YjIwMDcwNTE3ZjAxYjUxODMyNGEwZjYxMDI1MzUzOTAzMDBhMDYwODJhODY0OGNlM2QwNDAzMDIwNDQ3MzA0NTAyMjEwMGMyZTJlYjMzMmE3MjRlNzE1NWU3YzYzYjg4MTdkYWQzMmI3ZGNmYTI0OWFiOTdjZWQ4MzczOTVjZDM5MDEyNWMwMjIwNGJiOWQ0OTIzMGI3MGE2NjhmZjg2YjI3MTY0NWZiMDU0YmUxMDViNDRjMTE2MGE1MzI0ODk3MzA1OTA0YzVmNzAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA+L0ZpbHRlci9BZG9iZS5QUEtMaXRlL00oRDoyMDIyMDMxMTE5MjIyNiswNSczMCcpL1Byb3BfQnVpbGQ8PC9BcHA8PC9OYW1lLz4+Pj4vUmVhc29uKGVTaWduZWQgdXNpbmcgTGVlZ2FsaXR5LmNvbSBcKG00dHF4bmNcKSkvU3ViRmlsdGVyL2FkYmUucGtjczcuZGV0YWNoZWQvVHlwZS9TaWc+PgplbmRvYmoKMSAwIG9iago8PC9BY3JvRm9ybSAxOCAwIFIvUGFnZXMgMiAwIFIvVHlwZS9DYXRhbG9nL1ZlcnNpb24vMS40Pj4KZW5kb2JqCjMgMCBvYmoKPDwvQ3JlYXRpb25EYXRlKEQ6MjAyMjAzMTExODQ5MDQrMDUnMzAnKS9DcmVhdG9yPEZFRkYwMDc3MDA2QjAwNjgwMDc0MDA2RDAwNkMwMDc0MDA2RjAwNzAwMDY0MDA2NjAwMjAwMDMwMDAyRTAwMzEwMDMyMDAyRTAwMzQ+L01vZERhdGUoRDoyMDIyMDMxMTE4NTMyNiswNSczMCcpL1Byb2R1Y2VyKFF0IDQuOC43OyBtb2RpZmllZCB1c2luZyBpVGV4dK4gNy4xLjQgqTIwMDAtMjAxOCBpVGV4dCBHcm91cCBOViBcKEFHUEwtdmVyc2lvblwpKS9UaXRsZTxGRUZGMDA1MDAwNjEwMDc5MDA1NT4+PgplbmRvYmoKMjIgMCBvYmoKPDwvQmFzZUZvbnQvSGVsdmV0aWNhL0VuY29kaW5nL1dpbkFuc2lFbmNvZGluZy9TdWJ0eXBlL1R5cGUxL1R5cGUvRm9udD4+CmVuZG9iago0IDAgb2JqCjw8L0Fubm90c1syNSAwIFJdL0NvbnRlbnRzIDUgMCBSL0Nyb3BCb3hbMC4wIDAuMCA1OTUuMCA4NDIuMF0vTWVkaWFCb3hbMC4wIDAuMCA1OTUuMCA4NDIuMF0vUGFyZW50IDIgMCBSL1Jlc291cmNlcyA2IDAgUi9Sb3RhdGUgMC9UeXBlL1BhZ2U+PgplbmRvYmoKMTggMCBvYmoKPDwvRmllbGRzWzI1IDAgUl0vU2lnRmxhZ3MgMz4+CmVuZG9iagoyMCAwIG9iago8PC9CQm94WzAgMCAxMDAgNjBdL0ZpbHRlci9GbGF0ZURlY29kZS9MZW5ndGggMTgvUmVzb3VyY2VzPDw+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","description":"<p>base64 string of the document which received from karza</p>\n","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum_document","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","{{kyc_doc_uuid}}","accept_addendum_document"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5d124fd6-8a95-4072-8f0b-1527a3696e85","name":"Success","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"signed_document","value":"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Cjw8Ci9Db2xvclNwYWNlIDw8Ci9QQ1NwIFsvUGF0dGVybiAvRGV2aWNlUkdCXQovQ1NwIC9EZXZpY2VSR0IKL0NTcGcgL0RldmljZUdyYXkKPj4KL0V4dEdTdGF0ZSA8PAovR1NhIDcgMCBSCj4+Ci9QYXR0ZXJuIDw8Cj4+Ci9Gb250IDw8Ci9GNiA4IDAgUgovRjcgOSAwIFIKPj4KL1hPYmplY3QgPDwKPj4KPj4KZW5kb2JqCjcgMCBvYmoKPDwKL1R5cGUgL0V4dEdTdGF0ZQovU0EgdHJ1ZQovU00gMC4wMgovY2EgMS4wCi9DQSAxLjAKL0FJUyBmYWxzZQovU01hc2sgL05vbmUKPj4KZW5kb2JqCjggMCBvYmoKPDwKL1R5cGUgL0ZvbnQKL1N1YnR5cGUgL1R5cGUwCi9CYXNlRm9udCAvQXJpYWwtQm9sZE1UCi9FbmNvZGluZyAvSWRlbnRpdHktSAovRGVzY2VuZGFudEZvbnRzIFsxMCAwIFJdCi9Ub1VuaWNvZGUgMTEgMCBSCj4+CmVuZG9iago5IDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBlIC9UeXBlMAovQmFzZUZvbnQgL0FyaWFsTVQKL0VuY29kaW5nIC9JZGVudGl0eS1ICi9EZXNjZW5kYW50Rm9udHMgWzEyIDAgUl0KL1RvVW5pY29kZSAxMyAwIFIKPj4KZW5kb2JqCjEwIDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBlIC9DSURGb250VHlwZTIKL0Jhc2VGb250IC9BcmlhbC1Cb2xkTVQKL0NJRFN5c3RlbUluZm8gPDwKL1JlZ2lzdHJ5IChBZG9iZSkKL09yZGVyaW5nIChJZGVudGl0eSkKL1N1cHBsZW1lbnQgMAo+PgovRm9udERlc2NyaXB0b3IgMTQgMCBSCi9DSURUb0dJRE1hcCAvSWRlbnRpdHkKL1cgWzAgWzc0NCA3NzEgNjA1IDcxNiAyNzUgODI2IDY2MiA3MTYgNzE2IDcxNgo3MTYgNzE2IDYwNSA3MTYgNzE2IDcxNiAyNzUgNjYyIDY2MiA1NTEKMzg2IDMzMCAyNzUgNTUxIDYwNSAyNzUgNTUxIDU1MSA2MDUgNTUxCjU1MSA1NTEgNTUxIDU1MSA1NTEgNTUxIDU1MSA2NjIgNzcxIDU1MQo2NjIgOTM2IDYwNSA1NTEgNjA1IDU1MSAyNzUgNTUxIDg4MiAzMzAKNTUxIDI3NSA2MDUgNjA1IDYwNSA2MDUgMzMwIDI3NSAzMzAgMzMwCjMzMCA1NTEgNTUxIDkzNiA3MTYgNTUxIDU1MSA0OTZdCl0KPj4KZW5kb2JqCjExIDAgb2JqCjw8Ci9MZW5ndGggODMzCj4+CnN0cmVhbQ0KL0NJREluaXQgL1Byb2NTZXQgZmluZHJlc291cmNlIGJlZ2luCjEyIGRpY3QgYmVnaW4KYmVnaW5jbWFwCi9DSURTeXN0ZW1JbmZvIDw8IC9SZWdpc3RyeSAoQWRvYmUpIC9PcmRlcmluZyAoVUNTKSAvU3VwcGxlbWVudCAwID4+IGRlZgovQ01hcE5hbWUgL0Fkb2JlLUlkZW50aXR5LVVDUyBkZWYKL0NNYXBUeXBlIDIgZGVmCjEgYmVnaW5jb2Rlc3BhY2VyYW5nZQo8MDAwMD4gPEZGRkY+CmVuZGNvZGVzcGFjZXJhbmdlCjIgYmVnaW5iZnJhbmdlCjwwMDAwPiA8MDAwMD4gPDAwMDA+CjwwMDAxPiA8MDA0Mz4gWzwwMDRGPiA8MDA0Qz4gPDAwNDQ+IDwwMDA5PiA8MDA0RD4gPDAwNDU+IDwwMDUyPiA8MDA0Mz4gPDAwNDg+IDwwMDQxPiA8MDA0RT4gPDAwNTQ+IDwwMDQyPiA8MDA0Qj4gPDAwNTU+IDwwMDQ5PiA8MDA1Mz4gPDAwNTA+IDwwMDYxPiA8MDA3Mj4gPDAwNzQ+IDwwMDY5PiA8MDA2Mz4gPDAwNzU+IDwwMDZDPiA8MDA3Mz4gPDAwNjU+IDwwMDQ2PiA8MDAzNj4gPDAwMzQ+IDwwMDMxPiA8MDAzMz4gPDAwMzg+IDwwMDMyPiA8MDAzMD4gPDAwMzc+IDwwMDU2PiA8MDA0Nz4gPDAwNEE+IDwwMDU5PiA8MDA1Nz4gPDAwNkU+IDwwMDZCPiA8MDA2ND4gPDAwMzU+IDwwMDZBPiA8MDA3OT4gPDAwNkQ+IDwwMDNBPiA8MDA3Nj4gPDAwMkM+IDwwMDYyPiA8MDA2OD4gPDAwNjc+IDwwMDZGPiA8MDA2Nj4gPDAwMkU+IDwwMDI4PiA8MDAyOT4gPDAwMkQ+IDwwMEUyPiA8MjBBQz4gPDAxNTM+IDwwMEMyPiA8MDBBQj4gPDAwQkI+IDwwMDdBPiBdCmVuZGJmcmFuZ2UKZW5kY21hcApDTWFwTmFtZSBjdXJyZW50ZGljdCAvQ01hcCBkZWZpbmVyZXNvdXJjZSBwb3AKZW5kCmVuZAoNCmVuZHN0cmVhbQplbmRvYmoKMTIgMCBvYmoKPDwKL1R5cGUgL0ZvbnQKL1N1YnR5cGUgL0NJREZvbnRUeXBlMgovQmFzZUZvbnQgL0FyaWFsTVQKL0NJRFN5c3RlbUluZm8gPDwKL1JlZ2lzdHJ5IChBZG9iZSkKL09yZGVyaW5nIChJZGVudGl0eSkKL1N1cHBsZW1lbnQgMAo+PgovRm9udERlc2NyaXB0b3IgMTUgMCBSCi9DSURUb0dJRE1hcCAvSWRlbnRpdHkKL1cgWzAgWzc0NCA2NjEgNTUxIDU1MSA0OTYgMjc1IDcxNiA4MjYgNTUxIDY2MQo0OTYgNTUxIDU1MSAyNzUgMjc1IDMzMCA1NTEgNTUxIDQ5NiAyNzUKNjA1IDY2MSA3MTYgNzE2IDIyMCA1NTEgMzMwIDgyNiA1NTEgNTUxCjU1MSAyNzUgMjIwIDYwNSA3MTYgNTUxIDU1MSA3MTYgNzcxIDU1MQo0OTYgNjYxIDcxNiA5MzUgNDk2IDI3NSA1NTEgMjc1IDcxNiA1NTEKNTUxIDU1MSAzMzAgOTkyIDMzMCAzMzAgNTUxIDU1MSA1NTEgNDk2CjY2MSA1NTEgNTUxIDU1MV0KXQo+PgplbmRvYmoKMTMgMCBvYmoKPDwKL0xlbmd0aCA4MDUKPj4Kc3RyZWFtDQovQ0lESW5pdCAvUHJvY1NldCBmaW5kcmVzb3VyY2UgYmVnaW4KMTIgZGljdCBiZWdpbgpiZWdpbmNtYXAKL0NJRFN5c3RlbUluZm8gPDwgL1JlZ2lzdHJ5IChBZG9iZSkgL09yZGVyaW5nIChVQ1MpIC9TdXBwbGVtZW50IDAgPj4gZGVmCi9DTWFwTmFtZSAvQWRvYmUtSWRlbnRpdHktVUNTIGRlZgovQ01hcFR5cGUgMiBkZWYKMSBiZWdpbmNvZGVzcGFjZXJhbmdlCjwwMDAwPiA8RkZGRj4KZW5kY29kZXNwYWNlcmFuZ2UKMiBiZWdpbmJmcmFuZ2UKPDAwMDA+IDwwMDAwPiA8MDAwMD4KPDAwMDE+IDwwMDNGPiBbPDAwNDI+IDwwMDYxPiA8MDA2RT4gPDAwNkI+IDwwMDA5PiA8MDA0RT4gPDAwNkQ+IDwwMDY1PiA8MDA0MT4gPDAwNjM+IDwwMDZGPiA8MDA3NT4gPDAwNzQ+IDwwMDJFPiA8MDA3Mj4gPDAwNjg+IDwwMDY0PiA8MDA3Mz4gPDAwNDk+IDwwMDQ2PiA8MDA1Mz4gPDAwNDM+IDwwMDQ4PiA8MDA2Qz4gPDAwMzE+IDwwMDJEPiA8MDA0RD4gPDAwMzI+IDwwMDMwPiA8MDAzOT4gPDAwMkM+IDwwMDY5PiA8MDA1ND4gPDAwNzc+IDwwMDM0PiA8MDAzOD4gPDAwNTI+IDwwMDQ3PiA8MDA2Nz4gPDAwNzk+IDwwMDUwPiA8MDA0ND4gPDAwNTc+IDwwMDc2PiA8MDAyRj4gPDAwNzA+IDwwMDY2PiA8MDA1NT4gPDAwNEM+IDwwMEUyPiA8MjBBQz4gPDAyREM+IDwyMTIyPiA8MDAyOD4gPDAwMjk+IDwwMDYyPiA8MDA3MT4gPDAwMzU+IDwwMDdBPiA8MDBDMj4gPDAwQUI+IDwwMDVGPiA8MDBCQj4gXQplbmRiZnJhbmdlCmVuZGNtYXAKQ01hcE5hbWUgY3VycmVudGRpY3QgL0NNYXAgZGVmaW5lcmVzb3VyY2UgcG9wCmVuZAplbmQKDQplbmRzdHJlYW0KZW5kb2JqCjE0IDAgb2JqCjw8Ci9UeXBlIC9Gb250RGVzY3JpcHRvcgovRm9udE5hbWUgL1FTQUFBQStBcmlhbC1Cb2xkTVQKL0ZsYWdzIDQKL0ZvbnRCQm94IFstNjI3LjkyOTY4NyAtNDgxLjQ0NTMxMiAyMDAwIDkwNS4yNzM0MzddCi9JdGFsaWNBbmdsZSAwCi9Bc2NlbnQgOTA1LjI3MzQzNwovRGVzY2VudCAtMjExLjkxNDA2MgovQ2FwSGVpZ2h0IDcxNS44MjAzMTIKL1N0ZW1WIDEwNC45ODA0NjgKL0ZvbnRGaWxlMiAxNiAwIFIKPj4KZW5kb2JqCjE1IDAgb2JqCjw8Ci9UeXBlIC9Gb250RGVzY3JpcHRvcgovRm9udE5hbWUgL1FOQUFBQStBcmlhbE1UCi9GbGFncyA0Ci9Gb250QkJveCBbLTY2NC41NTA3ODEgLTQyNS4yOTI5NjggMjAw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IDAgb2JqCjw8L0J5dGVSYW5nZSBbMCAyMzU0MCA1NjY5NCA1MDMxIF0gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC9Db250YWN0SW5mbyh2aWpheWEuckBwYXl1LmluKS9Db250ZW50cyA8MzA4MDA2MDkyYTg2NDg4NmY3MGQwMTA3MDJhMDgwMzA4MDAyMDEwMTMxMGYzMDBkMDYwOTYwODY0ODAxNjUwMzA0MDIwMTA1MDAzMDgwMDYwOTJhODY0ODg2ZjcwZDAxMDcwMTAwMDBhMDgwMzA4MjA2NWIzMDgyMDU0M2EwMDMwMjAxMDIwMjA0MTUwMjZjMDkzMDBkMDYwOTJhODY0ODg2ZjcwZDAxMDEwYjA1MDAzMDgxZjMzMTI2MzAyNDA2MDM1NTA0MDMwYzFkNGU1MzQ0NGMyMDY1MmQ0NzZmNzYyMDQzNDEyMDMyMzAzMTM5MmQ1NTQxNTQyZDU0NjU3Mzc0MmQzMjMxMWQzMDFiMDYwMzU1MDQwYjBjMTQ0MzY1NzI3NDY5NjY3OTY5NmU2NzIwNDE3NTc0Njg2ZjcyNjk3NDc5MzEzMTMwMmYwNjAzNTUwNDBhMGMyODRlNTM0NDRjMjA2NTJkNDc2Zjc2NjU3MjZlNjE2ZTYzNjUyMDQ5NmU2NjcyNjE3Mzc0NzI3NTYzNzQ3NTcyNjUyMDRjNjk2ZDY5NzQ2NTY0MzEwYjMwMDkwNjAzNTUwNDA2MTMwMjQ5NGUzMTM0MzAzMjA2MDM1NTA0MDkwYzJiNTM2NTZlNjE3MDYxNzQ2OTIwNDI2MTcwNjE3NDIwNGQ2MTcyNjcyYzRjNmY3NzY1NzIyMDUwNjE3MjY1NmMyMDU3NjU3Mzc0MmM0ZDc1NmQ2MjYxNjkzMTM0MzAzMjA2MDM1NTA0MzMwYzJiMzE3Mzc0MjA0NjZjNmY2ZjcyMmM1NDY5NmQ2NTczMjA1NDZmNzc2NTcyMmM0YjYxNmQ2MTZjNjEyMDRkNjk2YzZjNzMyMDQzNmY2ZDcwNmY3NTZlNjQzMDFlMTcwZDMyMzIzMDMzMzEzMTMxMzMzMjM4MzIzMDVhMTcwZDMyMzIzMDMzMzEzMTMxMzMzNTM4MzEzOTVhMzA4MWU4MzExNzMwMTUwNjAzNTUwNDAzMTMwZTU2Njk2YTYxNzk2MTIwNGI3NTZkNjE3MjIwNTIzMTExMzAwZjA2MDM1NTA0MGExMzA4NTA2NTcyNzM2ZjZlNjE2YzMxMTIzMDEwMDYwMzU1MDQwODEzMDk0YjYxNzI2ZTYxNzQ2MTZiNjEzMTBiMzAwOTA2MDM1NTA0MDYxMzAyNDk0ZTMxMGYzMDBkMDYwMzU1MDQxMTEzMDYzNTM2MzAzMDMzMzYzMTI5MzAyNzA2MDM1NTA0NDExMzIwMzczNzMxNjIzOTY2NjQzODM2MzQzMjYxMzQzMDMyMzQzOTM0Mzk2NTM1NjY2NjYyNjU2NTYxMzEzOTMzMzMzNDMxNGUzMDRjMDYwMzU1MDQyZTEzNDUzMTM5MzkzMzRkMzYzNjM3NDEzMjM0MzE0NjM4MzQzODQyMzk0NjM1NDQzNTMyNDM0NTMxMzk0MjQ1NDEzNDQyNDI0NTMxNDEzNzM5Mzc0NjM4MzAzMTQ1MzczMjM3MzUzMjQ2MzQzMTQyMzUzNTQ0MzQzMjM3NDY0MjM2NDM0MjQxMzMzNzM3MzEzMTBkMzAwYjA2MDM1NTA0MGMxMzA0MzAzNTMyMzQzMDU5MzAxMzA2MDcyYTg2NDhjZTNkMDIwMTA2MDgyYTg2NDhjZTNkMDMwMTA3MDM0MjAwMDRkZTE0MTYyOTUxNDU0NTdlMzJlMmExZGI0NDZkMTdiOTQwZjM1NmFlNjNkNGM5ZjM5NmViNzYxYjU1ZmI5NWI5ODU3MWNmNTJmYjE0NDYzYjAyMjM0MzdhMDIwNGE2MWI1ODI2ODdmZjZmOTdmNDZlMjEzODFhNzAwZThhMDk5OGEzODIwMmM5MzA4MjAyYzUzMDA5MDYwMzU1MWQxMzA0MDIzMDAwMzAxZDA2MDM1NTFkMGUwNDE2MDQxNDIxZjI2ZDc0Y2M3MzhlMjYzYWUxOTZmNmRkODYyZDAzYjZiYWMyYTAzMDEzMDYwMzU1MWQyMzA0MGMzMDBhODAwODRlZTAzMDhlZDFjMTI0NjAzMDBlMDYwMzU1MWQwZjAxMDFmZjA0MDQwMzAyMDZjMDMwODIwMTQ0MDYwMzU1MWQxZjA0ODIwMTNiMzA4MjAxMzczMDMzYTAzMWEwMmY4NjJkNjg3NDc0NzAzYTJmMmYzMTM0MmUzMTM0MzIyZTMyMzMyZTMxMzkzNzJmNmU3MzY0NmMyZDY1NzM3MDJmNjM3MjZjMmY2ZTczNjQ2YzVmNjM2MTJlNjM3MjZjMzA4MWZmYTA4MWZjYTA4MWY5YTQ4MWY2MzA4MWYzMzEyNjMwMjQwNjAzNTUwNDAzMGMxZDRlNTM0NDRjMjA2NTJkNDc2Zjc2MjA0MzQxMjAzMjMwMzEzOTJkNTU0MTU0MmQ1NDY1NzM3NDJkMzIzMTFkMzAxYjA2MDM1NTA0MGIwYzE0NDM2NTcyNzQ2OTY2Nzk2OTZlNjcyMDQxNzU3NDY4NmY3MjY5NzQ3OTMxMzEzMDJmMDYwMzU1MDQwYTBjMjg0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjY1NzI2ZTYxNmU2MzY1MjA0OTZlNjY3MjYxNzM3NDcyNzU2Mzc0NzU3MjY1MjA0YzY5NmQ2OTc0NjU2NDMxMGIzMDA5MDYwMzU1MDQwNjEzMDI0OTRlMzEzNDMwMzIwNjAzNTUwNDA5MGMyYjUzNjU2ZTYxNzA2MTc0NjkyMDQyNjE3MDYxNzQyMDRkNjE3MjY3MmM0YzZmNzc2NTcyMjA1MDYxNzI2NTZjMjA1NzY1NzM3NDJjNGQ3NTZkNjI2MTY5MzEzNDMwMzIwNjAzNTUwNDMzMGMyYjMxNzM3NDIwNDY2YzZmNmY3MjJjNTQ2OTZkNjU3MzIwNTQ2Zjc3NjU3MjJjNGI2MTZkNjE2YzYxMjA0ZDY5NmM2YzczMjA0MzZmNmQ3MDZmNzU2ZTY0MzA0ZDA2MDgyYjA2MDEwNTA1MDcwMTAxMDQ0MTMwM2YzMDNkMDYwODJiMDYwMTA1MDUwNzMwMDI4NjMxNjg3NDc0NzAzYTJmMmYzMTM0MmUzMTM0MzIyZTMyMzMyZTMxMzkzNzJmNmU3MzY0NmMyZDY1NzM3MDJmNjM2MTJmNmU3MzY0NmM1ZjYzNjE1ZjcyNmY2Zjc0MmU2MzY1NzIzMDgxYzUwNjAzNTUxZDIwMDQ4MWJkMzA4MWJhMzA4MWI3MDYwNzYwODI2NDY0MDIwNDAxMzA4MWFiMzA1YTA2MDgyYjA2MDEwNTA1MDcwMjAxMTY0ZTY4NzQ3NDcwNzMzYTJmMmY3Nzc3NzcyZTY1Njc2Zjc2MmQ2ZTczNjQ2YzJlNjM2ZjJlNjk2ZTJmNjU3MzY5Njc2ZTJmNzI2NTcwNmY3MzY5NzQ2ZjcyNzkyZjYzNzA3MzJmNGU1MzQ0NGM2NTJkNDc2Zjc2MmQ0MzQxMmQ0MzUwNTMyZDc2NjU3MjM0MmUzMDJlMzEyZTcwNjQ2NjMwNGQwNjA4MmIwNjAxMDUwNTA3MDIwMjMwNDExYTNmNDE2MTY0Njg2MTYxNzIyZDY1NGI1OTQzMmQ0ZjU0NTAyMDQzNmM2MTczNzMyMDQzNjU3Mjc0Njk2NjY5NjM2MTc0NjUyMDY5NzM3Mzc1NjU2NDIwNjI3OTIwNGU1MzQ0NGMyMDY1MmQ0NzZmNzYyMDU0NjU3Mzc0MjA0MzQxMzAxNTA2MDM1NTFkMjUwNDBlMzAwYzA2MGEyYjA2MDEwNDAxODIzNzBhMDMwYzMwMGQwNjA5MmE4NjQ4ODZmNzBkMDEwMTBiMDUwMDAzODIwMTAxMDA4ODBkYWZlM2EwMzAzZGIxODczZjVhNTFiOGEwOGYwNjk4NTU5OTliODQ3MDNkNGI5OTAyZjhmMjBkOTJjOWMyZjJhNmNjZTk3ZjBjMTQ5YzljOTcyYTkwOTgxZGNlYmNlYzFhNDhiOWQxNzU3M2U3ZmZkNmU2YThhNjU1YjQ4NDhjZmRkOTMxZDJmYTRlNjBiY2MwMDBkODkyM2YxYjAzNzI5MjY1OTU1YjYyNmRiOTQzN2QyYTdjY2ViZmMxZmE2MzZiOGUyMmVhOGM0N2EzOTE3YjNmOGY2NjIxMDQ5M2M2ZTk1NjJkMjk2MTc3MDhhZTUxMmY5MDJkZWE4NmFjZGM0ZjE3OTc2YWQ5Nzc2NzBhODEwYTYyMjJlZDAzZDg1YTRkOTZlZWYwOTBiNGI2MWEwZDA4NDgwMGFmNmRjZjE2NzI5MDI1MGZjZThhNzhjOTgwNGU4MmMxMDRmZmIxMjUyNmQyZjY0ZDVkYTI2MGFhZTM0OTljMjU2NTMyY2FmZGI1MWNiNjE2NzFkOGQ1MWYxYTJhODhiMTFlYjI1NTkyMjhhODgzNGIwZTNmOTlkMWY1NWQ3MzQ4OWVmMGVmNzZmNTUxZmM2NWQ2ODY4MGE0MGY4ZjhiMzZlYTQ5ZDdiZGQ3NGQxYzVlMWJmYjU2NTc0MzA2MjFmOGRmZmRkMzMwODIwNGFlMzA4MjAzOTZhMDAzMDIwMTAyMDIwNDMyNGI2YjIwMzAwZDA2MDkyYTg2NDg4NmY3MGQwMTAxMGIwNTAwMzA4MWYzMzEyNjMwMjQwNjAzNTUwNDAzMGMxZDRlNTM0NDRjMjA2NTJkNDc2Zjc2MjA0MzQxMjAzMjMwMzEzOTJkNTU0MTU0MmQ1NDY1NzM3NDJkMzIzMTFkMzAxYjA2MDM1NTA0MGIwYzE0NDM2NTcyNzQ2OTY2Nzk2OTZlNjcyMDQxNzU3NDY4NmY3MjY5NzQ3OTMxMzEzMDJmMDYwMzU1MDQwYTBjMjg0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjY1NzI2ZTYxNmU2MzY1MjA0OTZlNjY3MjYxNzM3NDcyNzU2Mzc0NzU3MjY1MjA0YzY5NmQ2OTc0NjU2NDMxMGIzMDA5MDYwMzU1MDQwNjEzMDI0OTRlMzEzNDMwMzIwNjAzNTUwNDA5MGMyYjUzNjU2ZTYxNzA2MTc0NjkyMDQyNjE3MDYxNzQyMDRkNjE3MjY3MmM0YzZmNzc2NTcyMjA1MDYxNzI2NTZjMjA1NzY1NzM3NDJjNGQ3NTZkNjI2MTY5MzEzNDMwMzIwNjAzNTUwNDMzMGMyYjMxNzM3NDIwNDY2YzZmNmY3MjJjNTQ2OTZkNjU3MzIwNTQ2Zjc3NjU3MjJjNGI2MTZkNjE2YzYxMjA0ZDY5NmM2YzczMjA0MzZmNmQ3MDZmNzU2ZTY0MzAxZTE3MGQzMTM5MzAzNzMxMzYzMTMzMzEzNjMwMzE1YTE3MGQzNDM5MzAzNzMwMzgzMTMzMzEzNjMwMzE1YTMwODFmMzMxMjYzMDI0MDYwMzU1MDQwMzBjMWQ0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjIwNDM0MTIwMzIzMDMxMzkyZDU1NDE1NDJkNTQ2NTczNzQyZDMyMzExZDMwMWIwNjAzNTUwNDBiMGMxNDQzNjU3Mjc0Njk2Njc5Njk2ZTY3MjA0MTc1NzQ2ODZmNzI2OTc0NzkzMTMxMzAyZjA2MDM1NTA0MGEwYzI4NGU1MzQ0NGMyMDY1MmQ0NzZmNzY2NTcyNmU2MTZlNjM2NTIwNDk2ZTY2NzI2MTczNzQ3Mjc1NjM3NDc1NzI2NTIwNGM2OTZkNjk3NDY1NjQzMTBiMzAwOTA2MDM1NTA0MDYxMzAyNDk0ZTMxMzQzMDMyMDYwMzU1MDQwOTBjMmI1MzY1NmU2MTcwNjE3NDY5MjA0MjYxNzA2MTc0MjA0ZDYxNzI2NzJjNGM2Zjc3NjU3MjIwNTA2MTcyNjU2YzIwNTc2NTczNzQyYzRkNzU2ZDYyNjE2OTMxMzQzMDMyMDYwMzU1MDQzMzBjMmIzMTczNzQyMDQ2NmM2ZjZmNzIyYzU0Njk2ZDY1NzMyMDU0NmY3NzY1NzIyYzRiNjE2ZDYxNmM2MTIwNGQ2OTZjNmM3MzIwNDM2ZjZkNzA2Zjc1NmU2NDMwODIwMTIyMzAwZDA2MDkyYTg2NDg4NmY3MGQwMTAxMDEwNTAwMDM4MjAxMGYwMDMwODIwMTBhMDI4MjAxMDEwMGNhZTcyNmU2ZDEyZDA3MGQyY2I5YTdjMWRlOGY3NzkwYjFkNzJjOTRlMjA0ZTMxNTljYjhmYzJmN2VkODJmNjU2MjYwZGVhYzVkZTAwOGM4ZDlhMTUyNTk5NDBhODUxZmNmYjYyZDJjNTllOTRiNDMzMzM1NmI5MGMzY2EwOTZiNzgxNzBjMTJiMmY2MjUyYWY2NTk0OTk2YzhhOTk2NDU5NWVjM2U3MGQ0MTU4MGVlZDFlMGVhMWYxNTU4OTY3NjVjMWJhMjljMDY5ZTczMTk4NThhNmJkNTJkZmM3MDcyM2Y2YWRlNzg0YWJkZTZkODY5MDMxZjJhNDBjNTlmNjljNWJkNjdmMDllY2U1MTY3MTNiMGZkNjExNmUzOTk4Mzc2MGEyMTMyMDA1MzY0YjMwYWNkZjBhOTlhODA3ZmQyODQyYWMwZjZmMjkzMTRhNmExZTZhODFiZGFkYzNhZTE4MjEyZWNjYTEwYWZkMTkzZDAyNmUyNTMyZGY5MTJmODU0NmVhMWNhMmNkYzlhYjg2ZDI5OTZlYTdmNWYwZTBlY2I3YjlhNGFlYmQ3MDU1ZTFlY2FlODVkYWU4NjVjMTZmMzllMTIxNmY4ZTM2NjlmNDUyNTZlOWYwNTI2MTk5YjZmNTVlYzI3ZDNiODM2ZjY2MjEzYmZiY2Y5YmU2ZDc1MDIwMzAxMDAwMWEzNDgzMDQ2MzAwYjA2MDM1NTFkMGYwNDA0MDMwMjAxMDYzMDBmMDYwMzU1MWQxMzA0MDgzMDA2MDEwMWZmMDIwMTAwMzAxMTA2MDM1NTFkMGUwNDBhMDQwODRlZTAzMDhlZDFjMTI0NjAzMDEzMDYwMzU1MWQyMzA0MGMzMDBhODAwODRlZTAzMDhlZDFjMTI0NjAzMDBkMDYwOTJhODY0ODg2ZjcwZDAxMDEwYjA1MDAwMzgyMDEwMTAwNzFmOGQwNzUzMDkxMjA4YmMxNmIzYmNiY2Q0ZGQ0MTU0MWM1OWEyZGEzMDJiMjcyYTkwNTA2MTUxMzkwMzU4NWNjMDQ4YThhZjY3NTRjN2UyNGRhMjBkMjZjMDJiOTM3MDk1MjVmOWYyNGVlN2ZlODhjODQxZDAyOGVkZDVmMTFmOTFhY2IzZjJjZjkwNjlmNmExMzJlMDdmNjRkMzQ2ZGQ3ZDQ2OTFmOTJiOTliM2RkODM3YWI3MDMzZmE0NGFjZWM1MDg3OGFiNDFlZGM3MDNiMjg3OGRhNjEzZDVmMWJmN2Y3MTlmNmMxYjRkZDNkODlmMjZiNTUxNDdjMDI1OGZjZTk4YzVmYzBmZjM4Mzc3NzlkOTFhYjFkMWM5N2JmOTBkZTRiZDYwMzJiZmRiMDhjMDA1ZDZmMDgzZDViM2ZlMTY1ZjM2ZWI1MTg1MTViYWU2ZDBkYzY3MzlkOGU3N2RlZjk2NzkyN2YxYjc0NWYyNWQ0ZTdkN2UwOWJjY2E4MDBlZDc1NTU4YjA5ZjNlYmRjYmExZTFlYzg2MDQ5NDFlOTQ1Zjg5ZjA4NDgxZmI0ZTIwNzcyNTNiYmFhZDIxNjQzYzU5YTViZDc1OTI4ODUyMjNmMDVkNjU3YTc2ZDYzZDI3MjNlNzcyMTA0ZjI5OWExMjIxNzFlZDUwZTMwNTcwMDAwMzE4MjAyMDIzMDgyMDFmZTAyMDEwMTMwODFmYzMwODFmMzMxMjYzMDI0MDYwMzU1MDQwMzBjMWQ0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjIwNDM0MTIwMzIzMDMxMzkyZDU1NDE1NDJkNTQ2NTczNzQyZDMyMzExZDMwMWIwNjAzNTUwNDBiMGMxNDQzNjU3Mjc0Njk2Njc5Njk2ZTY3MjA0MTc1NzQ2ODZmNzI2OTc0NzkzMTMxMzAyZjA2MDM1NTA0MGEwYzI4NGU1MzQ0NGMyMDY1MmQ0NzZmNzY2NTcyNmU2MTZlNjM2NTIwNDk2ZTY2NzI2MTczNzQ3Mjc1NjM3NDc1NzI2NTIwNGM2OTZkNjk3NDY1NjQzMTBiMzAwOTA2MDM1NTA0MDYxMzAyNDk0ZTMxMzQzMDMyMDYwMzU1MDQwOTBjMmI1MzY1NmU2MTcwNjE3NDY5MjA0MjYxNzA2MTc0MjA0ZDYxNzI2NzJjNGM2Zjc3NjU3MjIwNTA2MTcyNjU2YzIwNTc2NTczNzQyYzRkNzU2ZDYyNjE2OTMxMzQzMDMyMDYwMzU1MDQzMzBjMmIzMTczNzQyMDQ2NmM2ZjZmNzIyYzU0Njk2ZDY1NzMyMDU0NmY3NzY1NzIyYzRiNjE2ZDYxNmM2MTIwNGQ2OTZjNmM3MzIwNDM2ZjZkNzA2Zjc1NmU2NDAyMDQxNTAyNmMwOTMwMGQwNjA5NjA4NjQ4MDE2NTAzMDQwMjAxMDUwMGEwODE5NTMwMTgwNjA5MmE4NjQ4ODZmNzBkMDEwOTAzMzEwYjA2MDkyYTg2NDg4NmY3MGQwMTA3MDEzMDFjMDYwOTJhODY0ODg2ZjcwZDAxMDkwNTMxMGYxNzBkMzIzMjMwMzMzMTMxMzEzMzMyMzgzMjMxNWEzMDJhMDYwOTJhODY0ODg2ZjcwZDAxMDkzNDMxMWQzMDFiMzAwZDA2MDk2MDg2NDgwMTY1MDMwNDAyMDEwNTAwYTEwYTA2MDgyYTg2NDhjZTNkMDQwMzAyMzAyZjA2MDkyYTg2NDg4NmY3MGQwMTA5MDQzMTIyMDQyMGZkNjUyYjBhM2FmZDc1ZDYxNjU0MDMwMTNlMzVkNTE2YjIwMDcwNTE3ZjAxYjUxODMyNGEwZjYxMDI1MzUzOTAzMDBhMDYwODJhODY0OGNlM2QwNDAzMDIwNDQ3MzA0NTAyMjEwMGMyZTJlYjMzMmE3MjRlNzE1NWU3YzYzYjg4MTdkYWQzMmI3ZGNmYTI0OWFiOTdjZWQ4MzczOTVjZDM5MDEyNWMwMjIwNGJiOWQ0OTIzMGI3MGE2NjhmZjg2YjI3MTY0NWZiMDU0YmUxMDViNDRjMTE2MGE1MzI0ODk3MzA1OTA0YzVmNzAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA+L0ZpbHRlci9BZG9iZS5QUEtMaXRlL00oRDoyMDIyMDMxMTE5MjIyNiswNSczMCcpL1Byb3BfQnVpbGQ8PC9BcHA8PC9OYW1lLz4+Pj4vUmVhc29uKGVTaWduZWQgdXNpbmcgTGVlZ2FsaXR5LmNvbSBcKG00dHF4bmNcKSkvU3ViRmlsdGVyL2FkYmUucGtjczcuZGV0YWNoZWQvVHlwZS9TaWc+PgplbmRvYmoKMSAwIG9iago8PC9BY3JvRm9ybSAxOCAwIFIvUGFnZXMgMiAwIFIvVHlwZS9DYXRhbG9nL1ZlcnNpb24vMS40Pj4KZW5kb2JqCjMgMCBvYmoKPDwvQ3JlYXRpb25EYXRlKEQ6MjAyMjAzMTExODQ5MDQrMDUnMzAnKS9DcmVhdG9yPEZFRkYwMDc3MDA2QjAwNjgwMDc0MDA2RDAwNkMwMDc0MDA2RjAwNzAwMDY0MDA2NjAwMjAwMDMwMDAyRTAwMzEwMDMyMDAyRTAwMzQ+L01vZERhdGUoRDoyMDIyMDMxMTE4NTMyNiswNSczMCcpL1Byb2R1Y2VyKFF0IDQuOC43OyBtb2RpZmllZCB1c2luZyBpVGV4dK4gNy4xLjQgqTIwMDAtMjAxOCBpVGV4dCBHcm91cCBOViBcKEFHUEwtdmVyc2lvblwpKS9UaXRsZTxGRUZGMDA1MDAwNjEwMDc5MDA1NT4+PgplbmRvYmoKMjIgMCBvYmoKPDwvQmFzZUZvbnQvSGVsdmV0aWNhL0VuY29kaW5nL1dpbkFuc2lFbmNvZGluZy9TdWJ0eXBlL1R5cGUxL1R5cGUvRm9udD4+CmVuZG9iago0IDAgb2JqCjw8L0Fubm90c1syNSAwIFJdL0NvbnRlbnRzIDUgMCBSL0Nyb3BCb3hbMC4wIDAuMCA1OTUuMCA4NDIuMF0vTWVkaWFCb3hbMC4wIDAuMCA1OTUuMCA4NDIuMF0vUGFyZW50IDIgMCBSL1Jlc291cmNlcyA2IDAgUi9Sb3RhdGUgMC9UeXBlL1BhZ2U+PgplbmRvYmoKMTggMCBvYmoKPDwvRmllbGRzWzI1IDAgUl0vU2lnRmxhZ3MgMz4+CmVuZG9iagoyMCAwIG9iago8PC9CQm94WzAgMCAxMDAgNjBdL0ZpbHRlci9GbGF0ZURlY29kZS9MZW5ndGggMTgvUmVzb3VyY2VzPDw+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","description":"base64 string of the document which received from karza","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"8ac7141a059a0cccf341ff7766a3ff6c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"dbb80fd7-66bb-491f-827e-ac0ee29d9e7f"},{"key":"X-Runtime","value":"2083.805834"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 52,\n        \"document_category_id\": 13,\n        \"document_type_id\": 38,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"Approved\",\n        \"uuid\": \"11ec-92e8-4f5e37ac-934d-a0999b174961\",\n        \"active\": true,\n        \"created_at\": \"2022-02-21T07:31:40.000Z\",\n        \"updated_at\": \"2022-02-21T07:33:39.000Z\",\n        \"kyc_document_type\": \"Addendum\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": \"Merchant\",\n        \"record_id\": 1,\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"processed_document\": {\n            \"id\": 83,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"Service Agreement_52_e_stamp.pdf\",\n            \"byte_size\": 32205,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBXQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--85d2fcd701ef1991dee5544ee83a5fe9e512049c/Service%20Agreement_52_e_stamp.pdf\",\n            \"kyc_document_uuid\": \"11ec-92e8-4f5e37ac-934d-a0999b174961\"\n        },\n        \"document_category_name\": \"Service Agreement\",\n        \"document_type_name\": \"Addendum\",\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 13,\n            \"name\": \"Service Agreement\",\n            \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n        }\n    }\n}"},{"id":"be9619ea-f29d-4fa9-a45e-054a5982bf2d","name":"422 Addendum status is not pending","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"signed_document","value":"JVBERi0xLjQKJfbk/N8KMSAwIG9iago8PAovVHlwZSAvQ2F0YWxvZwovVmVyc2lvbiAvMS40Ci9QYWdlcyAyIDAgUgo+PgplbmRvYmoKMyAwIG9iago8PAovVGl0bGUgPEZFRkYwMDUwMDA2MTAwNzkwMDU1PgovQ3JlYXRvciA8RkVGRjAwNzcwMDZCMDA2ODAwNzQwMDZEMDA2QzAwNzQwMDZGMDA3MDAwNjQwMDY2MDAyMDAwMzAwMDJFMDAzMTAwMzIwMDJFMDAzND4KL1Byb2R1Y2VyIDxGRUZGMDA1MTAwNzQwMDIwMDAzNDAwMkUwMDM4MDAyRTAwMzc+Ci9DcmVhdGlvbkRhdGUgKEQ6MjAyMjAzMTAyMzU1MTErMDUnMzAnKQo+PgplbmRvYmoKMiAwIG9iago8PAovVHlwZSAvUGFnZXMKL0tpZHMgWzQgMCBSIDUgMCBSIDYgMCBSXQovQ291bnQgMwo+PgplbmRvYmoKNCAwIG9iago8PAovVHlwZSAvUGFnZQovUGFyZW50IDIgMCBSCi9Db250ZW50cyA3IDAgUgovUmVzb3VyY2VzIDggMCBSCi9Bbm5vdHMgWzkgMCBSXQovTWVkaWFCb3ggWzAuMCAwLjAgNTk1LjAgODQyLjBdCi9Dcm9wQm94IFswLjAgMC4wIDU5NS4wIDg0Mi4wXQovUm90YXRlIDAKPj4KZW5kb2JqCjUgMCBvYmoKPDwKL1R5cGUgL1BhZ2UKL1BhcmVudCAyIDAgUgovQ29udGVudHMgMTAgMCBSCi9SZXNvdXJjZXMgMTEgMCBSCi9Bbm5vdHMgW10KL01lZGlhQm94IFswLjAgMC4wIDU5NS4wIDg0Mi4wXQovQ3JvcEJveCBbMC4wIDAuMCA1OTUuMCA4NDIuMF0KL1JvdGF0ZSAwCj4+CmVuZG9iago2IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgMiAwIFIKL0NvbnRlbnRzIDEyIDAgUgovUmVzb3VyY2VzIDEzIDAgUgovQW5ub3RzIFtdCi9NZWRpYUJveCBbMC4wIDAuMCA1OTUuMCA4NDIuMF0KL0Nyb3BCb3ggWzAuMCAwLjAgNTk1LjAgODQyLjBdCi9Sb3RhdGUgMAo+PgplbmRvYmoKNyAwIG9iago8PAovTGVuZ3RoIDE0NzQw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zNr28D34F7i2QXhNK2ggIX7itPG+4Qmz+GkHqMmJVV9i3AlbIoMUpm/f4WpZW5irxhDVxBliiSBkP7G3+HS/wxXgc4creHsep/99+lty48cn9kblJo/zl6dfvvw/Zd4i2Q0KZW5kc3RyZWFtCmVuZG9iagoxMyAwIG9iago8PAovQ29sb3JTcGFjZSA8PAovUENTcCBbL1BhdHRlcm4gL0RldmljZVJHQl0KL0NTcCAvRGV2aWNlUkdCCi9DU3BnIC9EZXZpY2VHcmF5Cj4+Ci9FeHRHU3RhdGUgPDwKL0dTYSAxNCAwIFIKPj4KL1BhdHRlcm4gPDwKPj4KL0ZvbnQgPDwKL0Y3IDE2IDAgUgovRjYgMTUgMCBSCj4+Ci9YT2JqZWN0IDw8Cj4+Cj4+CmVuZG9iagoxNCAwIG9iago8PAovVHlwZSAvRXh0R1N0YXRlCi9TQSB0cnVlCi9TTSAwLjAyCi9jYSAxLjAKL0NBIDEuMAovQUlTIGZhbHNlCi9TTWFzayAvTm9uZQo+PgplbmRvYmoKMTUgMCBvYmoKPDwKL1R5cGUgL0ZvbnQKL1N1YnR5cGUgL1R5cGUwCi9CYXNlRm9udCAvQXJpYWxNVAovRW5jb2RpbmcgL0lkZW50aXR5LUgKL0Rlc2NlbmRhbnRGb250cyBbMTcgMCBSXQovVG9Vbmljb2RlIDE4IDAgUgo+PgplbmRvYmoKMTYgMCBvYmoKPDwKL1R5cGUgL0ZvbnQKL1N1YnR5cGUgL1R5cGUwCi9CYXNlRm9udCAvQXJpYWwtQm9sZE1UCi9FbmNvZGluZyAvSWRlbnRpdHktSAovRGVzY2VuZGFudEZvbnRzIFsxOSAwIFJdCi9Ub1VuaWNvZGUgMjAgMCBSCj4+CmVuZG9iagoxNyAwIG9iago8PAovVHlwZSAvRm9udAovU3VidHlwZSAvQ0lERm9udFR5cGUyCi9CYXNlRm9udCAvQXJpYWxNVAovQ0lEU3lzdGVtSW5mbyA8PAovUmVnaXN0cnkgKEFkb2JlKQovT3JkZXJpbmcgKElkZW50aXR5KQovU3VwcGxlbWVudCAwCj4+Ci9Gb250RGVzY3JpcHRvciAyMSAwIFIKL0NJRFRvR0lETWFwIC9JZGVudGl0eQovVyBbMCBbNzQ0IDcxNiA1NTEgNTUxIDMzMCAyNzUgODI2IDQ5NiA1NTEgNTUxCjI3NSAyNzUgOTM2IDU1MSAyNzUgMjIwIDU1MSA2NjIgNDk2IDU1MQo2NjIgNDk2IDQ5NiAyMjAgNTUxIDgyNiA1NTEgNzE2IDU1MSAyNzUKNzE2IDMzMCA0OTYgMjc1IDEwMDcgNjA1IDY2MiA3NzEgNzE2IDY2Mgo2MDUgNDk2IDMzMCAzMzAgMzUyIDU1MSA2NjIgNzcxIDY2MiA3MTYKNzE2IDcxNiA2NjIgMjIwIDU1MSA1NTEgNTUxIDU1MSAyNzUgNTUxCjU1MSA1NTEgNTUxIDU1MSA1NTEgNTUxIDE4OSAyNzUgMjc1IDY2Mgo2NjIgMjIwIDQ5NiA1NzkgNTUxIDMzMCAzMzAgODgyIDM0NyA1NTFdCl0KPj4KZW5kb2JqCjE4IDAgb2JqCjw8Ci9MZW5ndGggOTE3Cj4+CnN0cmVhbQ0KL0NJREluaXQgL1Byb2NTZXQgZmluZHJlc291cmNlIGJlZ2luCjEyIGRpY3QgYmVnaW4KYmVnaW5jbWFwCi9DSURTeXN0ZW1JbmZvIDw8IC9SZWdpc3RyeSAoQWRvYmUpIC9PcmRlcmluZyAoVUNTKSAvU3VwcGxlbWVudCAwID4+IGRlZgovQ01hcE5hbWUgL0Fkb2JlLUlkZW50aXR5LVVDUyBkZWYKL0NNYXBUeXBlIDIgZGVmCjEgYmVnaW5jb2Rlc3BhY2VyYW5nZQo8MDAwMD4gPEZGRkY+CmVuZGNvZGVzcGFjZXJhbmdlCjIgYmVnaW5iZnJhbmdlCjwwMDAwPiA8MDAwMD4gPDAwMDA+CjwwMDAxPiA8MDA0Rj4gWzwwMDQ0PiA8MDA2NT4gPDAwNjE+IDwwMDcyPiA8MDAwOT4gPDAwNEQ+IDwwMDYzPiA8MDA2OD4gPDAwNkU+IDwwMDc0PiA8MDAyQz4gPDAwNTc+IDwwMDZGPiA8MDA2Nj4gPDAwNjk+IDwwMDY3PiA8MDA1MD4gPDAwNzk+IDwwMDc1PiA8MDA1Mz4gPDAwNzY+IDwwMDczPiA8MDA2Qz4gPDAwNzA+IDwwMDZEPiA8MDA2Mj4gPDAwNTU+IDwwMDY0PiA8MDAyRT4gPDAwNzc+IDwwMDJEPiA8MDA2Qj4gPDAwNDk+IDwwMDQwPiA8MDA1ND4gPDAwNTk+IDwwMDQ3PiA8MDA0Mz4gPDAwNDE+IDwwMDQ2PiA8MDA3OD4gPDAwMjg+IDwwMDI5PiA8MDAyMj4gPDAwNEM+IDwwMDQyPiA8MDA0Rj4gPDAwNDU+IDwwMDUyPiA8MDA0OD4gPDAwNEU+IDwwMDU2PiA8MDA2QT4gPDAwMzE+IDwwMDcxPiA8MDAzMj4gPDAwMzM+IDwwMDNBPiA8MDAzMD4gPDAwMzQ+IDwwMDM1PiA8MDAzNj4gPDAwMzc+IDwwMDM4PiA8MDAzOT4gPDAwMjc+IDwwMDNCPiA8MDAyRj4gPDAwNEI+IDwwMDI2PiA8MjAxOT4gPDAwN0E+IDwwMDJCPiA8MUUwRD4gPDIwMUM+IDwyMDFEPiA8MDAyNT4gPDIwMjI+IDwyMDEzPiBdCmVuZGJmcmFuZ2UKZW5kY21hcApDTWFwTmFtZSBjdXJyZW50ZGljdCAvQ01hcCBkZWZpbmVyZXNvdXJjZSBwb3AKZW5kCmVuZAoNCmVuZHN0cmVhbQplbmRvYmoKMTkgMCBvYmoKPDwKL1R5cGUgL0ZvbnQKL1N1YnR5cGUgL0NJREZvbnRUeXBlMgovQmFzZUZvbnQgL0FyaWFsLUJvbGRNVAovQ0lEU3lzdGVtSW5mbyA8PAovUmVnaXN0cnkgKEFkb2JlKQovT3JkZXJpbmcgKElkZW50aXR5KQovU3VwcGxlbWVudCAwCj4+Ci9Gb250RGVzY3JpcHRvciAyMiAwIFIKL0NJRFRvR0lETWFwIC9JZGVudGl0eQovVyBbMCBbNzQ0IDQ3MCA3NzEgNTUxIDYwNSAzODYgNTUxIDI3NSAyNzUgNjA1Cjg4MiA1NTEgNjA1IDcxNiA2MDUgMjc1IDMzMCAyMzUgNjYyIDYwNQo4MjYgNTUxIDYwNSA1NTEgNjYyIDcxNiA3NzEgNzE2IDYwNSA2NjIKNTUxIDI3NSA3MTYgNjYyIDcxNiA3MTYgNjA1IDcxNiA3MTYgNzcxCjY2MiA2MDUgMjc1IDI3NSAzMzAgNjA1IDU1MSAzMzAgNjA1IDcxNgo3MTYgMzMwIDc3MSA1NTEgNTUxIDMzMCAzMzAgMjc1IDkzNiA1NTEKNjYyIDI3NSA1NTFdCl0KPj4KZW5kb2JqCjIwIDAgb2JqCjw8Ci9MZW5ndGggNzk4Cj4+CnN0cmVhbQ0KL0NJREluaXQgL1Byb2NTZXQgZmluZHJlc291cmNlIGJlZ2luCjEyIGRpY3QgYmVnaW4KYmVnaW5jbWFwCi9DSURTeXN0ZW1JbmZvIDw8IC9SZWdpc3RyeSAoQWRvYmUpIC9PcmRlcmluZyAoVUNTKSAvU3VwcGxlbWVudCAwID4+IGRlZgovQ01hcE5hbWUgL0Fkb2JlLUlkZW50aXR5LVVDUyBkZWYKL0NNYXBUeXBlIDIgZGVmCjEgYmVnaW5jb2Rlc3BhY2VyYW5nZQo8MDAwMD4gPEZGRkY+CmVuZGNvZGVzcGFjZXJhbmdlCjIgYmVnaW5iZnJhbmdlCjwwMDAwPiA8MDAwMD4gPDAwMDA+CjwwMDAxPiA8MDAzRT4gWzwwMDIyPiA8MDA0Nz4gPDAwNjU+IDwwMDZFPiA8MDA3Mj4gPDAwNjE+IDwwMDZDPiA8MDAwOT4gPDAwNTQ+IDwwMDZEPiA8MDA3Mz4gPDAwNjQ+IDwwMDQzPiA8MDA2Rj4gPDAwNjk+IDwwMDc0PiA8MDAyNz4gPDAwNTk+IDwwMDc1PiA8MDA0RD4gPDAwNjM+IDwwMDY4PiA8MDA3OT4gPDAwNTA+IDwwMDU1PiA8MDA3Nz4gPDAwNDE+IDwwMDY3PiA8MDA1Mz4gPDAwNzY+IDwwMDQ5PiA8MDA0OD4gPDAwNDU+IDwwMDUyPiA8MDA0RT4gPDAwNEM+IDwwMDQyPiA8MDA0ND4gPDAwNEY+IDwwMDU2PiA8MDA0Nj4gPDAwMkM+IDwwMDJFPiA8MDAzQT4gPDAwNzA+IDwwMDZCPiA8MDA2Nj4gPDAwNjI+IDwwMDRCPiA8MDAyNj4gPDAwMkQ+IDwwMDUxPiA8MDAzNT4gPDAwMzI+IDwwMDI4PiA8MDAyOT4gPDAwMkY+IDwwMDU3PiA8MDA3OD4gPDAwNTg+IDwwMDZBPiA8MDA0QT4gXQplbmRiZnJhbmdlCmVuZGNtYXAKQ01hcE5hbWUgY3VycmVudGRpY3QgL0NNYXAgZGVmaW5lcmVzb3VyY2UgcG9wCmVuZAplbmQKDQplbmRzdHJlYW0KZW5kb2JqCjIxIDAgb2JqCjw8Ci9UeXBlIC9Gb250RGVzY3JpcHRvcgovRm9udE5hbWUgL1FZQUFBQStBcmlhbE1UCi9GbGFncyA0Ci9Gb250QkJveCBbLTY2NC41NTA3ODEgLTQyNS4yOTI5Njgg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MDAwMDUyOTk2IDAwMDAwIG4NCjAwMDAwNTMyNDAgMDAwMDAgbg0KMDAwMDA1MzQ4OSAwMDAwMCBuDQowMDAwMDYxNDEwIDAwMDAwIG4NCnRyYWlsZXIKPDwKL1Jvb3QgMSAwIFIKL0luZm8gMyAwIFIKL0lEIFs8OTA4QzU1NjY3NzlENDgxM0U1RTk4OEQ5QTJFMjk2Qjg+IDw5MDhDNTU2Njc3OUQ0ODEzRTVFOTg4RDlBMkUyOTZCOD5dCi9TaXplIDI1Cj4+CnN0YXJ0eHJlZgo2Nzk2OQolJUVPRgoKMjYgMCBvYmoKPDwvQnl0ZVJhbmdlIFswIDY4NzY3IDEwMTkyMSA2Njk1IF0gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgL0NvbnRhY3RJbmZvKHZpamF5YS5yQHBheXUuaW4pL0NvbnRlbnRzIDwzMDgwMDYwOTJhODY0ODg2ZjcwZDAxMDcwMmEwODAzMDgwMDIwMTAxMzEwZjMwMGQwNjA5NjA4NjQ4MDE2NTAzMDQwMjAxMDUwMDMwODAwNjA5MmE4NjQ4ODZmNzBkMDEwNzAxMDAwMGEwODAzMDgyMDY1YjMwODIwNTQzYTAwMzAyMDEwMjAyMDQ0OWE1ODc2NzMwMGQwNjA5MmE4NjQ4ODZmNzBkMDEwMTBiMDUwMDMwODFmMzMxMjYzMDI0MDYwMzU1MDQwMzBjMWQ0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjIwNDM0MTIwMzIzMDMxMzkyZDU1NDE1NDJkNTQ2NTczNzQyZDMyMzExZDMwMWIwNjAzNTUwNDBiMGMxNDQzNjU3Mjc0Njk2Njc5Njk2ZTY3MjA0MTc1NzQ2ODZmNzI2OTc0NzkzMTMxMzAyZjA2MDM1NTA0MGEwYzI4NGU1MzQ0NGMyMDY1MmQ0NzZmNzY2NTcyNmU2MTZlNjM2NTIwNDk2ZTY2NzI2MTczNzQ3Mjc1NjM3NDc1NzI2NTIwNGM2OTZkNjk3NDY1NjQzMTBiMzAwOTA2MDM1NTA0MDYxMzAyNDk0ZTMxMzQzMDMyMDYwMzU1MDQwOTBjMmI1MzY1NmU2MTcwNjE3NDY5MjA0MjYxNzA2MTc0MjA0ZDYxNzI2NzJjNGM2Zjc3NjU3MjIwNTA2MTcyNjU2YzIwNTc2NTczNzQyYzRkNzU2ZDYyNjE2OTMxMzQzMDMyMDYwMzU1MDQzMzBjMmIzMTczNzQyMDQ2NmM2ZjZmNzIyYzU0Njk2ZDY1NzMyMDU0NmY3NzY1NzIyYzRiNjE2ZDYxNmM2MTIwNGQ2OTZjNmM3MzIwNDM2ZjZkNzA2Zjc1NmU2NDMwMWUxNzBkMzIzMjMwMzMzMTMwMzEzODM0MzAzMTMyNWExNzBkMzIzMjMwMzMzMTMwMzEzOTMxMzAzMTMxNWEzMDgxZTgzMTE3MzAxNTA2MDM1NTA0MDMxMzBlNTY2OTZhNjE3OTYxMjA0Yjc1NmQ2MTcyMjA1MjMxMTEzMDBmMDYwMzU1MDQwYTEzMDg1MDY1NzI3MzZmNmU2MTZjMzExMjMwMTAwNjAzNTUwNDA4MTMwOTRiNjE3MjZlNjE3NDYxNmI2MTMxMGIzMDA5MDYwMzU1MDQwNjEzMDI0OTRlMzEwZjMwMGQwNjAzNTUwNDExMTMwNjM1MzYzMDMwMzMzNjMxMjkzMDI3MDYwMzU1MDQ0MTEzMjAzNzYxNjM2MTY0NjI2NjM5MzU2NjM2MzEzNDM3MzA2NjM4MzU2MjM3MzIzNjYzMzIzNDYzMzczMjY1NjIzNDYzMzE0ZTMwNGMwNjAzNTUwNDJlMTM0NTMxMzkzOTMzNGQzNjM2Mzc0MTMyMzQzMTQ2MzgzNDM4NDIzOTQ2MzU0NDM1MzI0MzQ1MzEzOTQyNDU0MTM0NDI0MjQ1MzE0MTM3MzkzNzQ2MzgzMDMxNDUzNzMyMzczNTMyNDYzNDMxNDIzNTM1NDQzNDMyMzc0NjQyMzY0MzQyNDEzMzM3MzczMTMxMGQzMDBiMDYwMzU1MDQwYzEzMDQzMDM1MzIzNDMwNTkzMDEzMDYwNzJhODY0OGNlM2QwMjAxMDYwODJhODY0OGNlM2QwMzAxMDcwMzQyMDAwNGRlMDc1MmI3NmNhMGU0NzZiZWFlMmY4MzBiN2U0YmEyNjc3MzJmYTgyM2RmOWUzOGM1OWFjNTkzMTNjNmFiMWVmZDk2NGQ2Mjc0MWMyYTdhMzgzMjQ1YzQ4Y2E0N2FjMzU3YzkxOTYwODUwNmVjYTc3YWZhOWM4NWZmNWZjOWQwYTM4MjAyYzkzMDgyMDJjNTMwMDkwNjAzNTUxZDEzMDQwMjMwMDAzMDFkMDYwMzU1MWQwZTA0MTYwNDE0YTg4MzU5M2JlNjY3MzRkMzNiZGM1MGQ4NzBmODAwMDlkMmJlNTBiOTMwMTMwNjAzNTUxZDIzMDQwYzMwMGE4MDA4NGVlMDMwOGVkMWMxMjQ2MDMwMGUwNjAzNTUxZDBmMDEwMWZmMDQwNDAzMDIwNmMwMzA4MjAxNDQwNjAzNTUxZDFmMDQ4MjAxM2IzMDgyMDEzNzMwMzNhMDMxYTAyZjg2MmQ2ODc0NzQ3MDNhMmYyZjMxMzQyZTMxMzQzMjJlMzIzMzJlMzEzOTM3MmY2ZTczNjQ2YzJkNjU3MzcwMmY2MzcyNmMyZjZlNzM2NDZjNWY2MzYxMmU2MzcyNmMzMDgxZmZhMDgxZmNhMDgxZjlhNDgxZjYzMDgxZjMzMTI2MzAyNDA2MDM1NTA0MDMwYzFkNGU1MzQ0NGMyMDY1MmQ0NzZmNzYyMDQzNDEyMDMyMzAzMTM5MmQ1NTQxNTQyZDU0NjU3Mzc0MmQzMjMxMWQzMDFiMDYwMzU1MDQwYjBjMTQ0MzY1NzI3NDY5NjY3OTY5NmU2NzIwNDE3NTc0Njg2ZjcyNjk3NDc5MzEzMTMwMmYwNjAzNTUwNDBhMGMyODRlNTM0NDRjMjA2NTJkNDc2Zjc2NjU3MjZlNjE2ZTYzNjUyMDQ5NmU2NjcyNjE3Mzc0NzI3NTYzNzQ3NTcyNjUyMDRjNjk2ZDY5NzQ2NTY0MzEwYjMwMDkwNjAzNTUwNDA2MTMwMjQ5NGUzMTM0MzAzMjA2MDM1NTA0MDkwYzJiNTM2NTZlNjE3MDYxNzQ2OTIwNDI2MTcwNjE3NDIwNGQ2MTcyNjcyYzRjNmY3NzY1NzIyMDUwNjE3MjY1NmMyMDU3NjU3Mzc0MmM0ZDc1NmQ2MjYxNjkzMTM0MzAzMjA2MDM1NTA0MzMwYzJiMzE3Mzc0MjA0NjZjNmY2ZjcyMmM1NDY5NmQ2NTczMjA1NDZmNzc2NTcyMmM0YjYxNmQ2MTZjNjEyMDRkNjk2YzZjNzMyMDQzNmY2ZDcwNmY3NTZlNjQzMDRkMDYwODJiMDYwMTA1MDUwNzAxMDEwNDQxMzAzZjMwM2QwNjA4MmIwNjAxMDUwNTA3MzAwMjg2MzE2ODc0NzQ3MDNhMmYyZjMxMzQyZTMxMzQzMjJlMzIzMzJlMzEzOTM3MmY2ZTczNjQ2YzJkNjU3MzcwMmY2MzYxMmY2ZTczNjQ2YzVmNjM2MTVmNzI2ZjZmNzQyZTYzNjU3MjMwODFjNTA2MDM1NTFkMjAwNDgxYmQzMDgxYmEzMDgxYjcwNjA3NjA4MjY0NjQwMjA0MDEzMDgxYWIzMDVhMDYwODJiMDYwMTA1MDUwNzAyMDExNjRlNjg3NDc0NzA3MzNhMmYyZjc3Nzc3NzJlNjU2NzZmNzYyZDZlNzM2NDZjMmU2MzZmMmU2OTZlMmY2NTczNjk2NzZlMmY3MjY1NzA2ZjczNjk3NDZmNzI3OTJmNjM3MDczMmY0ZTUzNDQ0YzY1MmQ0NzZmNzYyZDQzNDEyZDQzNTA1MzJkNzY2NTcyMzQyZTMwMmUzMTJlNzA2NDY2MzA0ZDA2MDgyYjA2MDEwNTA1MDcwMjAyMzA0MTFhM2Y0MTYxNjQ2ODYxNjE3MjJkNjU0YjU5NDMyZDRmNTQ1MDIwNDM2YzYxNzM3MzIwNDM2NTcyNzQ2OTY2Njk2MzYxNzQ2NTIwNjk3MzczNzU2NTY0MjA2Mjc5MjA0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjIwNTQ2NTczNzQyMDQzNDEzMDE1MDYwMzU1MWQyNTA0MGUzMDBjMDYwYTJiMDYwMTA0MDE4MjM3MGEwMzBjMzAwZDA2MDkyYTg2NDg4NmY3MGQwMTAxMGIwNTAwMDM4MjAxMDEwMDc1N2JjZjMzNTNmMGVkNDU2ODlmOGExYzc1OTdjZDc0MzQzNDVkOTI0ZWU1MzViYzhiZDgwZWQxNzY3Yjg1YzdiZmE2MTdiOThmN2JiYTVhNDkzNDVhM2ViMGJlM2IwZTQwMjY1N2NmYTU5ODNmNmJmMGI5ZmNlZmQ5NWM0ZWQ2NGQyZWRlZjRiNTM3YTEzN2QwNzU3M2M5Mzg2ODBhODBkNjZmNTQwNzQzYmZkNmJkOGM1MjU0N2FkODA0NDRjZjBlZTk5MmYzNTJmMTM2ODM2ZGU1ZmIyZTg2YzU0NmZlMTA5Nzg3YWE2MTMzZDY4YThkYzRlZGM3YTk4NTY0YTBiMzViOTRjYmVjYzRmZDc3NWIzYjQxYTI3MGFkZGNjNjg4ZmZhZGRlZTM0Mzg5YzU5YjQyM2ZkYjFlNGIwMWVhOGU2NTE0ZWM4OTcyNDUxNTI5NjA0M2FhMGJkNDhmZGY3ODRkY2RkNDA4MGNkYjE5YTY2NmRjMjE4NDlkMDExOWE4OWI1MDdmZmJlOTM5MWViMjU1NmI1ZWIzNWNmMGM5NDgxYjBjNGUzZDZmMDI0NjQwNzZjNmVhZTc1ZGVkOGVhNmY5NmUwNzg1N2JjZmZiZDM3NThlNWQ4MDQ4OTIyYWExYjM4Y2NlZWNkZDZhZjc1NDIwMjQ5ZmVhNjYwZDc0MzA4MjA0YWUzMDgyMDM5NmEwMDMwMjAxMDIwMjA0MzI0YjZiMjAzMDBkMDYwOTJhODY0ODg2ZjcwZDAxMDEwYjA1MDAzMDgxZjMzMTI2MzAyNDA2MDM1NTA0MDMwYzFkNGU1MzQ0NGMyMDY1MmQ0NzZmNzYyMDQzNDEyMDMyMzAzMTM5MmQ1NTQxNTQyZDU0NjU3Mzc0MmQzMjMxMWQzMDFiMDYwMzU1MDQwYjBjMTQ0MzY1NzI3NDY5NjY3OTY5NmU2NzIwNDE3NTc0Njg2ZjcyNjk3NDc5MzEzMTMwMmYwNjAzNTUwNDBhMGMyODRlNTM0NDRjMjA2NTJkNDc2Zjc2NjU3MjZlNjE2ZTYzNjUyMDQ5NmU2NjcyNjE3Mzc0NzI3NTYzNzQ3NTcyNjUyMDRjNjk2ZDY5NzQ2NTY0MzEwYjMwMDkwNjAzNTUwNDA2MTMwMjQ5NGUzMTM0MzAzMjA2MDM1NTA0MDkwYzJiNTM2NTZlNjE3MDYxNzQ2OTIwNDI2MTcwNjE3NDIwNGQ2MTcyNjcyYzRjNmY3NzY1NzIyMDUwNjE3MjY1NmMyMDU3NjU3Mzc0MmM0ZDc1NmQ2MjYxNjkzMTM0MzAzMjA2MDM1NTA0MzMwYzJiMzE3Mzc0MjA0NjZjNmY2ZjcyMmM1NDY5NmQ2NTczMjA1NDZmNzc2NTcyMmM0YjYxNmQ2MTZjNjEyMDRkNjk2YzZjNzMyMDQzNmY2ZDcwNmY3NTZlNjQzMDFlMTcwZDMxMzkzMDM3MzEzNjMxMzMzMTM2MzAzMTVhMTcwZDM0MzkzMDM3MzAzODMxMzMzMTM2MzAzMTVhMzA4MWYzMzEyNjMwMjQwNjAzNTUwNDAzMGMxZDRlNTM0NDRjMjA2NTJkNDc2Zjc2MjA0MzQxMjAzMjMwMzEzOTJkNTU0MTU0MmQ1NDY1NzM3NDJkMzIzMTFkMzAxYjA2MDM1NTA0MGIwYzE0NDM2NTcyNzQ2OTY2Nzk2OTZlNjcyMDQxNzU3NDY4NmY3MjY5NzQ3OTMxMzEzMDJmMDYwMzU1MDQwYTBjMjg0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjY1NzI2ZTYxNmU2MzY1MjA0OTZlNjY3MjYxNzM3NDcyNzU2Mzc0NzU3MjY1MjA0YzY5NmQ2OTc0NjU2NDMxMGIzMDA5MDYwMzU1MDQwNjEzMDI0OTRlMzEzNDMwMzIwNjAzNTUwNDA5MGMyYjUzNjU2ZTYxNzA2MTc0NjkyMDQyNjE3MDYxNzQyMDRkNjE3MjY3MmM0YzZmNzc2NTcyMjA1MDYxNzI2NTZjMjA1NzY1NzM3NDJjNGQ3NTZkNjI2MTY5MzEzNDMwMzIwNjAzNTUwNDMzMGMyYjMxNzM3NDIwNDY2YzZmNmY3MjJjNTQ2OTZkNjU3MzIwNTQ2Zjc3NjU3MjJjNGI2MTZkNjE2YzYxMjA0ZDY5NmM2YzczMjA0MzZmNmQ3MDZmNzU2ZTY0MzA4MjAxMjIzMDBkMDYwOTJhODY0ODg2ZjcwZDAxMDEwMTA1MDAwMzgyMDEwZjAwMzA4MjAxMGEwMjgyMDEwMTAwY2FlNzI2ZTZkMTJkMDcwZDJjYjlhN2MxZGU4Zjc3OTBiMWQ3MmM5NGUyMDRlMzE1OWNiOGZjMmY3ZWQ4MmY2NTYyNjBkZWFjNWRlMDA4YzhkOWExNTI1OTk0MGE4NTFmY2ZiNjJkMmM1OWU5NGI0MzMzMzU2YjkwYzNjYTA5NmI3ODE3MGMxMmIyZjYyNTJhZjY1OTQ5OTZjOGE5OTY0NTk1ZWMzZTcwZDQxNTgwZWVkMWUwZWExZjE1NTg5Njc2NWMxYmEyOWMwNjllNzMxOTg1OGE2YmQ1MmRmYzcwNzIzZjZhZGU3ODRhYmRlNmQ4NjkwMzFmMmE0MGM1OWY2OWM1YmQ2N2YwOWVjZTUxNjcxM2IwZmQ2MTE2ZTM5OTgzNzYwYTIxMzIwMDUzNjRiMzBhY2RmMGE5OWE4MDdmZDI4NDJhYzBmNmYyOTMxNGE2YTFlNmE4MWJkYWRjM2FlMTgyMTJlY2NhMTBhZmQxOTNkMDI2ZTI1MzJkZjkxMmY4NTQ2ZWExY2EyY2RjOWFiODZkMjk5NmVhN2Y1ZjBlMGVjYjdiOWE0YWViZDcwNTVlMWVjYWU4NWRhZTg2NWMxNmYzOWUxMjE2ZjhlMzY2OWY0NTI1NmU5ZjA1MjYxOTliNmY1NWVjMjdkM2I4MzZmNjYyMTNiZmJjZjliZTZkNzUwMjAzMDEwMDAxYTM0ODMwNDYzMDBiMDYwMzU1MWQwZjA0MDQwMzAyMDEwNjMwMGYwNjAzNTUxZDEzMDQwODMwMDYwMTAxZmYwMjAxMDAzMDExMDYwMzU1MWQwZTA0MGEwNDA4NGVlMDMwOGVkMWMxMjQ2MDMwMTMwNjAzNTUxZDIzMDQwYzMwMGE4MDA4NGVlMDMwOGVkMWMxMjQ2MDMwMGQwNjA5MmE4NjQ4ODZmNzBkMDEwMTBiMDUwMDAzODIwMTAxMDA3MWY4ZDA3NTMwOTEyMDhiYzE2YjNiY2JjZDRkZDQxNTQxYzU5YTJkYTMwMmIyNzJhOTA1MDYxNTEzOTAzNTg1Y2MwNDhhOGFmNjc1NGM3ZTI0ZGEyMGQyNmMwMmI5MzcwOTUyNWY5ZjI0ZWU3ZmU4OGM4NDFkMDI4ZWRkNWYxMWY5MWFjYjNmMmNmOTA2OWY2YTEzMmUwN2Y2NGQzNDZkZDdkNDY5MWY5MmI5OWIzZGQ4MzdhYjcwMzNmYTQ0YWNlYzUwODc4YWI0MWVkYzcwM2IyODc4ZGE2MTNkNWYxYmY3ZjcxOWY2YzFiNGRkM2Q4OWYyNmI1NTE0N2MwMjU4ZmNlOThjNWZjMGZmMzgzNzc3OWQ5MWFiMWQxYzk3YmY5MGRlNGJkNjAzMmJmZGIwOGMwMDVkNmYwODNkNWIzZmUxNjVmMzZlYjUxODUxNWJhZTZkMGRjNjczOWQ4ZTc3ZGVmOTY3OTI3ZjFiNzQ1ZjI1ZDRlN2Q3ZTA5YmNjYTgwMGVkNzU1NThiMDlmM2ViZGNiYTFlMWVjODYwNDk0MWU5NDVmODlmMDg0ODFmYjRlMjA3NzI1M2JiYWFkMjE2NDNjNTlhNWJkNzU5Mjg4NTIyM2YwNWQ2NTdhNzZkNjNkMjcyM2U3NzIxMDRmMjk5YTEyMjE3MWVkNTBlMzA1NzAwMDAzMTgyMDIwMjMwODIwMWZlMDIwMTAxMzA4MWZjMzA4MWYzMzEyNjMwMjQwNjAzNTUwNDAzMGMxZDRlNTM0NDRjMjA2NTJkNDc2Zjc2MjA0MzQxMjAzMjMwMzEzOTJkNTU0MTU0MmQ1NDY1NzM3NDJkMzIzMTFkMzAxYjA2MDM1NTA0MGIwYzE0NDM2NTcyNzQ2OTY2Nzk2OTZlNjcyMDQxNzU3NDY4NmY3MjY5NzQ3OTMxMzEzMDJmMDYwMzU1MDQwYTBjMjg0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjY1NzI2ZTYxNmU2MzY1MjA0OTZlNjY3MjYxNzM3NDcyNzU2Mzc0NzU3MjY1MjA0YzY5NmQ2OTc0NjU2NDMxMGIzMDA5MDYwMzU1MDQwNjEzMDI0OTRlMzEzNDMwMzIwNjAzNTUwNDA5MGMyYjUzNjU2ZTYxNzA2MTc0NjkyMDQyNjE3MDYxNzQyMDRkNjE3MjY3MmM0YzZmNzc2NTcyMjA1MDYxNzI2NTZjMjA1NzY1NzM3NDJjNGQ3NTZkNjI2MTY5MzEzNDMwMzIwNjAzNTUwNDMzMGMyYjMxNzM3NDIwNDY2YzZmNmY3MjJjNTQ2OTZkNjU3MzIwNTQ2Zjc3NjU3MjJjNGI2MTZkNjE2YzYxMjA0ZDY5NmM2YzczMjA0MzZmNmQ3MDZmNzU2ZTY0MDIwNDQ5YTU4NzY3MzAwZDA2MDk2MDg2NDgwMTY1MDMwNDAyMDEwNTAwYTA4MTk1MzAxODA2MDkyYTg2NDg4NmY3MGQwMTA5MDMzMTBiMDYwOTJhODY0ODg2ZjcwZDAxMDcwMTMwMWMwNjA5MmE4NjQ4ODZmNzBkMDEwOTA1MzEwZjE3MGQzMjMyMzAzMzMxMzAzMTM4MzQzMDMxMzM1YTMwMmEwNjA5MmE4NjQ4ODZmNzBkMDEwOTM0MzExZDMwMWIzMDBkMDYwOTYwODY0ODAxNjUwMzA0MDIwMTA1MDBhMTBhMDYwODJhODY0OGNlM2QwNDAzMDIzMDJmMDYwOTJhODY0ODg2ZjcwZDAxMDkwNDMxMjIwNDIwYmRjZmQ2N2EwMTJhZWViYTUyNzg4ZWY3YzI1MjlhOWE5ZWM1MzJiNjNhMTgxNjFmNjc0MjMzOTdjZDdjZTk5ODMwMGEwNjA4MmE4NjQ4Y2UzZDA0MDMwMjA0NDczMDQ1MDIyMTAwY2EyZDYwMjZhNWFkNDVmNWMzMjFlMzZmMjhkNGZmMTU2NjViOWVhYzQzMzhlNzVlOTU0YjUwZjc1OWIzYTNmMjAyMjAzN2E4ZTIyOWVjN2I4NTc2MmUzODgyMDRkM2M3ZmNhOWQ1OTQxYzc4NWJmMmYzOWNlODk3ZjcxOTk4ODBjZWQyMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD4vRmlsdGVyL0Fkb2JlLlBQS0xpdGUvTShEOjIwMjIwMzExMDAzNDA5KzA1JzMwJykvUHJvcF9CdWlsZDw8L0FwcDw8L05hbWUvPj4+Pi9SZWFzb24oZVNpZ25lZCB1c2luZyBMZWVnYWxpdHkuY29tIFwoM2F1amNmNFwpKS9TdWJGaWx0ZXIvYWRiZS5wa2NzNy5kZXRhY2hlZC9UeXBlL1NpZz4+CmVuZG9iagoxIDAgb2JqCjw8L0Fjcm9Gb3JtIDI1IDAgUi9QYWdlcyAyIDAgUi9UeXBlL0NhdGFsb2cvVmVyc2lvbi8xLjQ+PgplbmRvYmoKMyAwIG9iago8PC9DcmVhdGlvbkRhdGUoRDoyMDIyMDMxMDIzNTUxMSswNSczMCcpL0NyZWF0b3I8RkVGRjAwNzcwMDZCMDA2ODAwNzQwMDZEMDA2QzAwNzQwMDZGMDA3MDAwNjQwMDY2MDAyMDAwMzAwMDJFMDAzMTAwMzIwMDJFMDAzND4vTW9kRGF0ZShEOjIwMjIwMzExMDAwNTA5KzA1JzMwJykvUHJvZHVjZXIoUXQgNC44Ljc7IG1vZGlmaWVkIHVzaW5nIGlUZXh0riA3LjEuNCCpMjAwMC0yMDE4IGlUZXh0IEdyb3VwIE5WIFwoQUdQTC12ZXJzaW9uXCkpL1RpdGxlPEZFRkYwMDUwMDA2MTAwNzkwMDU1Pj4+CmVuZG9iagoyOSAwIG9iago8PC9CYXNlRm9udC9IZWx2ZXRpY2EvRW5jb2RpbmcvV2luQW5zaUVuY29kaW5nL1N1YnR5cGUvVHlwZTEvVHlwZS9Gb250Pj4KZW5kb2JqCjQgMCBvYmoKPDwvQW5ub3RzWzkgMCBSIDMyIDAgUl0vQ29udGVudHMgNyAwIFIvQ3JvcEJveFswLjAgMC4wIDU5NS4wIDg0Mi4wXS9NZWRpYUJveFswLjAgMC4wIDU5NS4wIDg0Mi4wXS9QYXJlbnQgMiAwIFIvUmVzb3VyY2VzIDggMCBSL1JvdGF0ZSAwL1R5cGUvUGFnZT4+CmVuZG9iago1IDAgb2JqCjw8L0Fubm90c1szNSAwIFJdL0NvbnRlbnRzIDEwIDAgUi9Dcm9wQm94WzAuMCAwLjAgNTk1LjAgODQyLjBdL01lZGlhQm94WzAuMCAwLjAgNTk1LjAgODQyLjBdL1BhcmVudCAyIDAgUi9SZXNvdXJjZXMgMTEgMCBSL1JvdGF0ZSAwL1R5cGUvUGFnZT4+CmVuZG9iago2IDAgb2JqCjw8L0Fubm90c1szOCAwIFJdL0NvbnRlbnRzIDEyIDAgUi9Dcm9wQm94WzAuMCAwLjAgNTk1LjAgODQyLjBdL01lZGlhQm94WzAuMCAwLjAgNTk1LjAgODQyLjBdL1BhcmVudCAyIDAgUi9SZXNvdXJjZXMgMTMgMCBSL1JvdGF0ZSAwL1R5cGUvUGFnZT4+CmVuZG9iago5IDAgb2JqCjw8L0E8PC9TL1VSSS9UeXBlL0FjdGlvbi9VUkkobWFpbHRvOi8vdmlzdGFAcGF5dS5pbik+Pi9Cb3JkZXJbMCAwIDBdL1AgNCAwIFIvUmVjdFsxOTQuNjM5OTk5IDc3Mi4xNTk5OTkgMjEzLjgzOTk5OSA3NzUuMjc5OTk5XS9TdWJ0eXBlL0xpbmsvVHlwZS9Bbm5vdD4+CmVuZG9iagoyNSAwIG9iago8PC9GaWVsZHNbMzIgMCBSIDM1IDAgUiAzOCAwIFJdL1NpZ0ZsYWdzIDM+PgplbmRvYmoKMjcgMCBvYmoKPDwvQkJveFswIDAgMTAwIDYwXS9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDE4L1Jlc291cmNlczw8Pj4vU3VidHlwZS9Gb3JtL1R5cGUvWE9iamVjdD4+c3RyZWFtCnicU1VwCXbKSczL5gIADlcCzwplbmRzdHJlYW0KZW5kb2JqCjI4IDAgb2JqCjw8L0JCb3hbMCAwIDEwMCA2MF0vRmlsdGVyL0ZsYXRlRGVjb2RlL0xlbmd0aCAyMTAvUmVzb3VyY2VzPDwvRm9udDw8L0YxIDI5IDAgUj4+L1hPYmpl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MDAxMDIwOTUgMDAwMDAgbiAKMyA0CjAwMDAxMDIxNjggMDAwMDAgbiAKMDAwMDEwMjU1MyAwMDAwMCBuIAowMDAwMTAyNzE2IDAwMDAwIG4gCjAwMDAxMDI4NzUgMDAwMDAgbiAKOSAxCjAwMDAxMDMwMzQgMDAwMDAgbiAKMjUgMTYKMDAwMDEwMzIwMiAwMDAwMCBuIAowMDAwMDY4NjI1IDAwMDAwIG4gCjAwMDAxMDMyNjMgMDAwMDAgbiAKMDAwMDEwMzQwNSAwMDAwMCBuIAowMDAwMTAyNDY0IDAwMDAwIG4gCjAwMDAxMDM3ODIgMDAwMDAgbiAKMDAwMDEwMzk3MiAwMDAwMCBuIAowMDAwMTA0MTQ4IDAwMDAwIG4gCjAwMDAxMDQyNjkgMDAwMDAgbiAKMDAwMDEwNDQ1OSAwMDAwMCBuIAowMDAwMTA0NjM1IDAwMDAwIG4gCjAwMDAxMDQ3NTYgMDAwMDAgbiAKMDAwMDEwNDk0NiAwMDAwMCBuIAowMDAwMTA1MTIyIDAwMDAwIG4gCjAwMDAxMDUyNDMgMDAwMDAgbiAKMDAwMDEwNjk5NSAwMDAwMCBuIAp0cmFpbGVyCjw8L0lEIFs8OTA4YzU1NjY3NzlkNDgxM2U1ZTk4OGQ5YTJlMjk2Yjg+PGRjMGZlYWRiMWMwNzQwYTU4NjNkZTg2MjE4ZTE3MGEyPl0vSW5mbyAzIDAgUi9QcmV2IDY3OTY5L1Jvb3QgMSAwIFIvU2l6ZSA0MT4+CiVpVGV4dC03LjEuNApzdGFydHhyZWYKMTA3OTg5CiUlRU9GCg==","description":"base64 string of the document which received from karza","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum_document"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"a3e6477e-55c9-401e-bb0e-ccca43fdf1a6"},{"key":"X-Runtime","value":"21.340214"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"addendum status must be pending\"\n}"},{"id":"ac4d17eb-2a7d-4562-82a7-2501ebd54632","name":"422 Addendum does not have valid e-sign session","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"signed_document","value":"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Cjw8Ci9Db2xvclNwYWNlIDw8Ci9QQ1NwIFsvUGF0dGVybiAvRGV2aWNlUkdCXQovQ1NwIC9EZXZpY2VSR0IKL0NTcGcgL0RldmljZUdyYXkKPj4KL0V4dEdTdGF0ZSA8PAovR1NhIDcgMCBSCj4+Ci9QYXR0ZXJuIDw8Cj4+Ci9Gb250IDw8Ci9GNiA4IDAgUgovRjcgOSAwIFIKPj4KL1hPYmplY3QgPDwKPj4KPj4KZW5kb2JqCjcgMCBvYmoKPDwKL1R5cGUgL0V4dEdTdGF0ZQovU0EgdHJ1ZQovU00gMC4wMgovY2EgMS4wCi9DQSAxLjAKL0FJUyBmYWxzZQovU01hc2sgL05vbmUKPj4KZW5kb2JqCjggMCBvYmoKPDwKL1R5cGUgL0ZvbnQKL1N1YnR5cGUgL1R5cGUwCi9CYXNlRm9udCAvQXJpYWwtQm9sZE1UCi9FbmNvZGluZyAvSWRlbnRpdHktSAovRGVzY2VuZGFudEZvbnRzIFsxMCAwIFJdCi9Ub1VuaWNvZGUgMTEgMCBSCj4+CmVuZG9iago5IDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBlIC9UeXBlMAovQmFzZUZvbnQgL0FyaWFsTVQKL0VuY29kaW5nIC9JZGVudGl0eS1ICi9EZXNjZW5kYW50Rm9udHMgWzEyIDAgUl0KL1RvVW5pY29kZSAxMyAwIFIKPj4KZW5kb2JqCjEwIDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBlIC9DSURGb250VHlwZTIKL0Jhc2VGb250IC9BcmlhbC1Cb2xkTVQKL0NJRFN5c3RlbUluZm8gPDwKL1JlZ2lzdHJ5IChBZG9iZSkKL09yZGVyaW5nIChJZGVudGl0eSkKL1N1cHBsZW1lbnQgMAo+PgovRm9udERlc2NyaXB0b3IgMTQgMCBSCi9DSURUb0dJRE1hcCAvSWRlbnRpdHkKL1cgWzAgWzc0NCA3NzEgNjA1IDcxNiAyNzUgODI2IDY2MiA3MTYgNzE2IDcxNgo3MTYgNzE2IDYwNSA3MTYgNzE2IDcxNiAyNzUgNjYyIDY2MiA1NTEKMzg2IDMzMCAyNzUgNTUxIDYwNSAyNzUgNTUxIDU1MSA2MDUgNTUxCjU1MSA1NTEgNTUxIDU1MSA1NTEgNTUxIDU1MSA2NjIgNzcxIDU1MQo2NjIgOTM2IDYwNSA1NTEgNjA1IDU1MSAyNzUgNTUxIDg4MiAzMzAKNTUxIDI3NSA2MDUgNjA1IDYwNSA2MDUgMzMwIDI3NSAzMzAgMzMwCjMzMCA1NTEgNTUxIDkzNiA3MTYgNTUxIDU1MSA0OTZdCl0KPj4KZW5kb2JqCjExIDAgb2JqCjw8Ci9MZW5ndGggODMzCj4+CnN0cmVhbQ0KL0NJREluaXQgL1Byb2NTZXQgZmluZHJlc291cmNlIGJlZ2luCjEyIGRpY3QgYmVnaW4KYmVnaW5jbWFwCi9DSURTeXN0ZW1JbmZvIDw8IC9SZWdpc3RyeSAoQWRvYmUpIC9PcmRlcmluZyAoVUNTKSAvU3VwcGxlbWVudCAwID4+IGRlZgovQ01hcE5hbWUgL0Fkb2JlLUlkZW50aXR5LVVDUyBkZWYKL0NNYXBUeXBlIDIgZGVmCjEgYmVnaW5jb2Rlc3BhY2VyYW5nZQo8MDAwMD4gPEZGRkY+CmVuZGNvZGVzcGFjZXJhbmdlCjIgYmVnaW5iZnJhbmdlCjwwMDAwPiA8MDAwMD4gPDAwMDA+CjwwMDAxPiA8MDA0Mz4gWzwwMDRGPiA8MDA0Qz4gPDAwNDQ+IDwwMDA5PiA8MDA0RD4gPDAwNDU+IDwwMDUyPiA8MDA0Mz4gPDAwNDg+IDwwMDQxPiA8MDA0RT4gPDAwNTQ+IDwwMDQyPiA8MDA0Qj4gPDAwNTU+IDwwMDQ5PiA8MDA1Mz4gPDAwNTA+IDwwMDYxPiA8MDA3Mj4gPDAwNzQ+IDwwMDY5PiA8MDA2Mz4gPDAwNzU+IDwwMDZDPiA8MDA3Mz4gPDAwNjU+IDwwMDQ2PiA8MDAzNj4gPDAwMzQ+IDwwMDMxPiA8MDAzMz4gPDAwMzg+IDwwMDMyPiA8MDAzMD4gPDAwMzc+IDwwMDU2PiA8MDA0Nz4gPDAwNEE+IDwwMDU5PiA8MDA1Nz4gPDAwNkU+IDwwMDZCPiA8MDA2ND4gPDAwMzU+IDwwMDZBPiA8MDA3OT4gPDAwNkQ+IDwwMDNBPiA8MDA3Nj4gPDAwMkM+IDwwMDYyPiA8MDA2OD4gPDAwNjc+IDwwMDZGPiA8MDA2Nj4gPDAwMkU+IDwwMDI4PiA8MDAyOT4gPDAwMkQ+IDwwMEUyPiA8MjBBQz4gPDAxNTM+IDwwMEMyPiA8MDBBQj4gPDAwQkI+IDwwMDdBPiBdCmVuZGJmcmFuZ2UKZW5kY21hcApDTWFwTmFtZSBjdXJyZW50ZGljdCAvQ01hcCBkZWZpbmVyZXNvdXJjZSBwb3AKZW5kCmVuZAoNCmVuZHN0cmVhbQplbmRvYmoKMTIgMCBvYmoKPDwKL1R5cGUgL0ZvbnQKL1N1YnR5cGUgL0NJREZvbnRUeXBlMgovQmFzZUZvbnQgL0FyaWFsTVQKL0NJRFN5c3RlbUluZm8gPDwKL1JlZ2lzdHJ5IChBZG9iZSkKL09yZGVyaW5nIChJZGVudGl0eSkKL1N1cHBsZW1lbnQgMAo+PgovRm9udERlc2NyaXB0b3IgMTUgMCBSCi9DSURUb0dJRE1hcCAvSWRlbnRpdHkKL1cgWzAgWzc0NCA2NjEgNTUxIDU1MSA0OTYgMjc1IDcxNiA4MjYgNTUxIDY2MQo0OTYgNTUxIDU1MSAyNzUgMjc1IDMzMCA1NTEgNTUxIDQ5NiAyNzUKNjA1IDY2MSA3MTYgNzE2IDIyMCA1NTEgMzMwIDgyNiA1NTEgNTUxCjU1MSAyNzUgMjIwIDYwNSA3MTYgNTUxIDU1MSA3MTYgNzcxIDU1MQo0OTYgNjYxIDcxNiA5MzUgNDk2IDI3NSA1NTEgMjc1IDcxNiA1NTEKNTUxIDU1MSAzMzAgOTkyIDMzMCAzMzAgNTUxIDU1MSA1NTEgNDk2CjY2MSA1NTEgNTUxIDU1MV0KXQo+PgplbmRvYmoKMTMgMCBvYmoKPDwKL0xlbmd0aCA4MDUKPj4Kc3RyZWFtDQovQ0lESW5pdCAvUHJvY1NldCBmaW5kcmVzb3VyY2UgYmVnaW4KMTIgZGljdCBiZWdpbgpiZWdpbmNtYXAKL0NJRFN5c3RlbUluZm8gPDwgL1JlZ2lzdHJ5IChBZG9iZSkgL09yZGVyaW5nIChVQ1MpIC9TdXBwbGVtZW50IDAgPj4gZGVmCi9DTWFwTmFtZSAvQWRvYmUtSWRlbnRpdHktVUNTIGRlZgovQ01hcFR5cGUgMiBkZWYKMSBiZWdpbmNvZGVzcGFjZXJhbmdlCjwwMDAwPiA8RkZGRj4KZW5kY29kZXNwYWNlcmFuZ2UKMiBiZWdpbmJmcmFuZ2UKPDAwMDA+IDwwMDAwPiA8MDAwMD4KPDAwMDE+IDwwMDNGPiBbPDAwNDI+IDwwMDYxPiA8MDA2RT4gPDAwNkI+IDwwMDA5PiA8MDA0RT4gPDAwNkQ+IDwwMDY1PiA8MDA0MT4gPDAwNjM+IDwwMDZGPiA8MDA3NT4gPDAwNzQ+IDwwMDJFPiA8MDA3Mj4gPDAwNjg+IDwwMDY0PiA8MDA3Mz4gPDAwNDk+IDwwMDQ2PiA8MDA1Mz4gPDAwNDM+IDwwMDQ4PiA8MDA2Qz4gPDAwMzE+IDwwMDJEPiA8MDA0RD4gPDAwMzI+IDwwMDMwPiA8MDAzOT4gPDAwMkM+IDwwMDY5PiA8MDA1ND4gPDAwNzc+IDwwMDM0PiA8MDAzOD4gPDAwNTI+IDwwMDQ3PiA8MDA2Nz4gPDAwNzk+IDwwMDUwPiA8MDA0ND4gPDAwNTc+IDwwMDc2PiA8MDAyRj4gPDAwNzA+IDwwMDY2PiA8MDA1NT4gPDAwNEM+IDwwMEUyPiA8MjBBQz4gPDAyREM+IDwyMTIyPiA8MDAyOD4gPDAwMjk+IDwwMDYyPiA8MDA3MT4gPDAwMzU+IDwwMDdBPiA8MDBDMj4gPDAwQUI+IDwwMDVGPiA8MDBCQj4gXQplbmRiZnJhbmdlCmVuZGNtYXAKQ01hcE5hbWUgY3VycmVudGRpY3QgL0NNYXAgZGVmaW5lcmVzb3VyY2UgcG9wCmVuZAplbmQKDQplbmRzdHJlYW0KZW5kb2JqCjE0IDAgb2JqCjw8Ci9UeXBlIC9Gb250RGVzY3JpcHRvcgovRm9udE5hbWUgL1FTQUFBQStBcmlhbC1Cb2xkTVQKL0ZsYWdzIDQKL0ZvbnRCQm94IFstNjI3LjkyOTY4NyAtNDgxLjQ0NTMxMiAyMDAwIDkwNS4yNzM0MzddCi9JdGFsaWNBbmdsZSAwCi9Bc2NlbnQgOTA1LjI3MzQzNwovRGVzY2VudCAtMjExLjkxNDA2MgovQ2FwSGVpZ2h0IDcxNS44MjAzMTIKL1N0ZW1WIDEwNC45ODA0NjgKL0ZvbnRGaWxlMiAxNiAwIFIKPj4KZW5kb2JqCjE1IDAgb2JqCjw8Ci9UeXBlIC9Gb250RGVzY3JpcHRvcgovRm9udE5hbWUgL1FOQUFBQStBcmlhbE1UCi9GbGFncyA0Ci9Gb250QkJveCBbLTY2NC41NTA3ODEgLTQyNS4yOTI5NjggMjAw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IDAgb2JqCjw8L0J5dGVSYW5nZSBbMCAyMzU0MCA1NjY5NCA1MDMxIF0gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC9Db250YWN0SW5mbyh2aWpheWEuckBwYXl1LmluKS9Db250ZW50cyA8MzA4MDA2MDkyYTg2NDg4NmY3MGQwMTA3MDJhMDgwMzA4MDAyMDEwMTMxMGYzMDBkMDYwOTYwODY0ODAxNjUwMzA0MDIwMTA1MDAzMDgwMDYwOTJhODY0ODg2ZjcwZDAxMDcwMTAwMDBhMDgwMzA4MjA2NWIzMDgyMDU0M2EwMDMwMjAxMDIwMjA0MTUwMjZjMDkzMDBkMDYwOTJhODY0ODg2ZjcwZDAxMDEwYjA1MDAzMDgxZjMzMTI2MzAyNDA2MDM1NTA0MDMwYzFkNGU1MzQ0NGMyMDY1MmQ0NzZmNzYyMDQzNDEyMDMyMzAzMTM5MmQ1NTQxNTQyZDU0NjU3Mzc0MmQzMjMxMWQzMDFiMDYwMzU1MDQwYjBjMTQ0MzY1NzI3NDY5NjY3OTY5NmU2NzIwNDE3NTc0Njg2ZjcyNjk3NDc5MzEzMTMwMmYwNjAzNTUwNDBhMGMyODRlNTM0NDRjMjA2NTJkNDc2Zjc2NjU3MjZlNjE2ZTYzNjUyMDQ5NmU2NjcyNjE3Mzc0NzI3NTYzNzQ3NTcyNjUyMDRjNjk2ZDY5NzQ2NTY0MzEwYjMwMDkwNjAzNTUwNDA2MTMwMjQ5NGUzMTM0MzAzMjA2MDM1NTA0MDkwYzJiNTM2NTZlNjE3MDYxNzQ2OTIwNDI2MTcwNjE3NDIwNGQ2MTcyNjcyYzRjNmY3NzY1NzIyMDUwNjE3MjY1NmMyMDU3NjU3Mzc0MmM0ZDc1NmQ2MjYxNjkzMTM0MzAzMjA2MDM1NTA0MzMwYzJiMzE3Mzc0MjA0NjZjNmY2ZjcyMmM1NDY5NmQ2NTczMjA1NDZmNzc2NTcyMmM0YjYxNmQ2MTZjNjEyMDRkNjk2YzZjNzMyMDQzNmY2ZDcwNmY3NTZlNjQzMDFlMTcwZDMyMzIzMDMzMzEzMTMxMzMzMjM4MzIzMDVhMTcwZDMyMzIzMDMzMzEzMTMxMzMzNTM4MzEzOTVhMzA4MWU4MzExNzMwMTUwNjAzNTUwNDAzMTMwZTU2Njk2YTYxNzk2MTIwNGI3NTZkNjE3MjIwNTIzMTExMzAwZjA2MDM1NTA0MGExMzA4NTA2NTcyNzM2ZjZlNjE2YzMxMTIzMDEwMDYwMzU1MDQwODEzMDk0YjYxNzI2ZTYxNzQ2MTZiNjEzMTBiMzAwOTA2MDM1NTA0MDYxMzAyNDk0ZTMxMGYzMDBkMDYwMzU1MDQxMTEzMDYzNTM2MzAzMDMzMzYzMTI5MzAyNzA2MDM1NTA0NDExMzIwMzczNzMxNjIzOTY2NjQzODM2MzQzMjYxMzQzMDMyMzQzOTM0Mzk2NTM1NjY2NjYyNjU2NTYxMzEzOTMzMzMzNDMxNGUzMDRjMDYwMzU1MDQyZTEzNDUzMTM5MzkzMzRkMzYzNjM3NDEzMjM0MzE0NjM4MzQzODQyMzk0NjM1NDQzNTMyNDM0NTMxMzk0MjQ1NDEzNDQyNDI0NTMxNDEzNzM5Mzc0NjM4MzAzMTQ1MzczMjM3MzUzMjQ2MzQzMTQyMzUzNTQ0MzQzMjM3NDY0MjM2NDM0MjQxMzMzNzM3MzEzMTBkMzAwYjA2MDM1NTA0MGMxMzA0MzAzNTMyMzQzMDU5MzAxMzA2MDcyYTg2NDhjZTNkMDIwMTA2MDgyYTg2NDhjZTNkMDMwMTA3MDM0MjAwMDRkZTE0MTYyOTUxNDU0NTdlMzJlMmExZGI0NDZkMTdiOTQwZjM1NmFlNjNkNGM5ZjM5NmViNzYxYjU1ZmI5NWI5ODU3MWNmNTJmYjE0NDYzYjAyMjM0MzdhMDIwNGE2MWI1ODI2ODdmZjZmOTdmNDZlMjEzODFhNzAwZThhMDk5OGEzODIwMmM5MzA4MjAyYzUzMDA5MDYwMzU1MWQxMzA0MDIzMDAwMzAxZDA2MDM1NTFkMGUwNDE2MDQxNDIxZjI2ZDc0Y2M3MzhlMjYzYWUxOTZmNmRkODYyZDAzYjZiYWMyYTAzMDEzMDYwMzU1MWQyMzA0MGMzMDBhODAwODRlZTAzMDhlZDFjMTI0NjAzMDBlMDYwMzU1MWQwZjAxMDFmZjA0MDQwMzAyMDZjMDMwODIwMTQ0MDYwMzU1MWQxZjA0ODIwMTNiMzA4MjAxMzczMDMzYTAzMWEwMmY4NjJkNjg3NDc0NzAzYTJmMmYzMTM0MmUzMTM0MzIyZTMyMzMyZTMxMzkzNzJmNmU3MzY0NmMyZDY1NzM3MDJmNjM3MjZjMmY2ZTczNjQ2YzVmNjM2MTJlNjM3MjZjMzA4MWZmYTA4MWZjYTA4MWY5YTQ4MWY2MzA4MWYzMzEyNjMwMjQwNjAzNTUwNDAzMGMxZDRlNTM0NDRjMjA2NTJkNDc2Zjc2MjA0MzQxMjAzMjMwMzEzOTJkNTU0MTU0MmQ1NDY1NzM3NDJkMzIzMTFkMzAxYjA2MDM1NTA0MGIwYzE0NDM2NTcyNzQ2OTY2Nzk2OTZlNjcyMDQxNzU3NDY4NmY3MjY5NzQ3OTMxMzEzMDJmMDYwMzU1MDQwYTBjMjg0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjY1NzI2ZTYxNmU2MzY1MjA0OTZlNjY3MjYxNzM3NDcyNzU2Mzc0NzU3MjY1MjA0YzY5NmQ2OTc0NjU2NDMxMGIzMDA5MDYwMzU1MDQwNjEzMDI0OTRlMzEzNDMwMzIwNjAzNTUwNDA5MGMyYjUzNjU2ZTYxNzA2MTc0NjkyMDQyNjE3MDYxNzQyMDRkNjE3MjY3MmM0YzZmNzc2NTcyMjA1MDYxNzI2NTZjMjA1NzY1NzM3NDJjNGQ3NTZkNjI2MTY5MzEzNDMwMzIwNjAzNTUwNDMzMGMyYjMxNzM3NDIwNDY2YzZmNmY3MjJjNTQ2OTZkNjU3MzIwNTQ2Zjc3NjU3MjJjNGI2MTZkNjE2YzYxMjA0ZDY5NmM2YzczMjA0MzZmNmQ3MDZmNzU2ZTY0MzA0ZDA2MDgyYjA2MDEwNTA1MDcwMTAxMDQ0MTMwM2YzMDNkMDYwODJiMDYwMTA1MDUwNzMwMDI4NjMxNjg3NDc0NzAzYTJmMmYzMTM0MmUzMTM0MzIyZTMyMzMyZTMxMzkzNzJmNmU3MzY0NmMyZDY1NzM3MDJmNjM2MTJmNmU3MzY0NmM1ZjYzNjE1ZjcyNmY2Zjc0MmU2MzY1NzIzMDgxYzUwNjAzNTUxZDIwMDQ4MWJkMzA4MWJhMzA4MWI3MDYwNzYwODI2NDY0MDIwNDAxMzA4MWFiMzA1YTA2MDgyYjA2MDEwNTA1MDcwMjAxMTY0ZTY4NzQ3NDcwNzMzYTJmMmY3Nzc3NzcyZTY1Njc2Zjc2MmQ2ZTczNjQ2YzJlNjM2ZjJlNjk2ZTJmNjU3MzY5Njc2ZTJmNzI2NTcwNmY3MzY5NzQ2ZjcyNzkyZjYzNzA3MzJmNGU1MzQ0NGM2NTJkNDc2Zjc2MmQ0MzQxMmQ0MzUwNTMyZDc2NjU3MjM0MmUzMDJlMzEyZTcwNjQ2NjMwNGQwNjA4MmIwNjAxMDUwNTA3MDIwMjMwNDExYTNmNDE2MTY0Njg2MTYxNzIyZDY1NGI1OTQzMmQ0ZjU0NTAyMDQzNmM2MTczNzMyMDQzNjU3Mjc0Njk2NjY5NjM2MTc0NjUyMDY5NzM3Mzc1NjU2NDIwNjI3OTIwNGU1MzQ0NGMyMDY1MmQ0NzZmNzYyMDU0NjU3Mzc0MjA0MzQxMzAxNTA2MDM1NTFkMjUwNDBlMzAwYzA2MGEyYjA2MDEwNDAxODIzNzBhMDMwYzMwMGQwNjA5MmE4NjQ4ODZmNzBkMDEwMTBiMDUwMDAzODIwMTAxMDA4ODBkYWZlM2EwMzAzZGIxODczZjVhNTFiOGEwOGYwNjk4NTU5OTliODQ3MDNkNGI5OTAyZjhmMjBkOTJjOWMyZjJhNmNjZTk3ZjBjMTQ5YzljOTcyYTkwOTgxZGNlYmNlYzFhNDhiOWQxNzU3M2U3ZmZkNmU2YThhNjU1YjQ4NDhjZmRkOTMxZDJmYTRlNjBiY2MwMDBkODkyM2YxYjAzNzI5MjY1OTU1YjYyNmRiOTQzN2QyYTdjY2ViZmMxZmE2MzZiOGUyMmVhOGM0N2EzOTE3YjNmOGY2NjIxMDQ5M2M2ZTk1NjJkMjk2MTc3MDhhZTUxMmY5MDJkZWE4NmFjZGM0ZjE3OTc2YWQ5Nzc2NzBhODEwYTYyMjJlZDAzZDg1YTRkOTZlZWYwOTBiNGI2MWEwZDA4NDgwMGFmNmRjZjE2NzI5MDI1MGZjZThhNzhjOTgwNGU4MmMxMDRmZmIxMjUyNmQyZjY0ZDVkYTI2MGFhZTM0OTljMjU2NTMyY2FmZGI1MWNiNjE2NzFkOGQ1MWYxYTJhODhiMTFlYjI1NTkyMjhhODgzNGIwZTNmOTlkMWY1NWQ3MzQ4OWVmMGVmNzZmNTUxZmM2NWQ2ODY4MGE0MGY4ZjhiMzZlYTQ5ZDdiZGQ3NGQxYzVlMWJmYjU2NTc0MzA2MjFmOGRmZmRkMzMwODIwNGFlMzA4MjAzOTZhMDAzMDIwMTAyMDIwNDMyNGI2YjIwMzAwZDA2MDkyYTg2NDg4NmY3MGQwMTAxMGIwNTAwMzA4MWYzMzEyNjMwMjQwNjAzNTUwNDAzMGMxZDRlNTM0NDRjMjA2NTJkNDc2Zjc2MjA0MzQxMjAzMjMwMzEzOTJkNTU0MTU0MmQ1NDY1NzM3NDJkMzIzMTFkMzAxYjA2MDM1NTA0MGIwYzE0NDM2NTcyNzQ2OTY2Nzk2OTZlNjcyMDQxNzU3NDY4NmY3MjY5NzQ3OTMxMzEzMDJmMDYwMzU1MDQwYTBjMjg0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjY1NzI2ZTYxNmU2MzY1MjA0OTZlNjY3MjYxNzM3NDcyNzU2Mzc0NzU3MjY1MjA0YzY5NmQ2OTc0NjU2NDMxMGIzMDA5MDYwMzU1MDQwNjEzMDI0OTRlMzEzNDMwMzIwNjAzNTUwNDA5MGMyYjUzNjU2ZTYxNzA2MTc0NjkyMDQyNjE3MDYxNzQyMDRkNjE3MjY3MmM0YzZmNzc2NTcyMjA1MDYxNzI2NTZjMjA1NzY1NzM3NDJjNGQ3NTZkNjI2MTY5MzEzNDMwMzIwNjAzNTUwNDMzMGMyYjMxNzM3NDIwNDY2YzZmNmY3MjJjNTQ2OTZkNjU3MzIwNTQ2Zjc3NjU3MjJjNGI2MTZkNjE2YzYxMjA0ZDY5NmM2YzczMjA0MzZmNmQ3MDZmNzU2ZTY0MzAxZTE3MGQzMTM5MzAzNzMxMzYzMTMzMzEzNjMwMzE1YTE3MGQzNDM5MzAzNzMwMzgzMTMzMzEzNjMwMzE1YTMwODFmMzMxMjYzMDI0MDYwMzU1MDQwMzBjMWQ0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjIwNDM0MTIwMzIzMDMxMzkyZDU1NDE1NDJkNTQ2NTczNzQyZDMyMzExZDMwMWIwNjAzNTUwNDBiMGMxNDQzNjU3Mjc0Njk2Njc5Njk2ZTY3MjA0MTc1NzQ2ODZmNzI2OTc0NzkzMTMxMzAyZjA2MDM1NTA0MGEwYzI4NGU1MzQ0NGMyMDY1MmQ0NzZmNzY2NTcyNmU2MTZlNjM2NTIwNDk2ZTY2NzI2MTczNzQ3Mjc1NjM3NDc1NzI2NTIwNGM2OTZkNjk3NDY1NjQzMTBiMzAwOTA2MDM1NTA0MDYxMzAyNDk0ZTMxMzQzMDMyMDYwMzU1MDQwOTBjMmI1MzY1NmU2MTcwNjE3NDY5MjA0MjYxNzA2MTc0MjA0ZDYxNzI2NzJjNGM2Zjc3NjU3MjIwNTA2MTcyNjU2YzIwNTc2NTczNzQyYzRkNzU2ZDYyNjE2OTMxMzQzMDMyMDYwMzU1MDQzMzBjMmIzMTczNzQyMDQ2NmM2ZjZmNzIyYzU0Njk2ZDY1NzMyMDU0NmY3NzY1NzIyYzRiNjE2ZDYxNmM2MTIwNGQ2OTZjNmM3MzIwNDM2ZjZkNzA2Zjc1NmU2NDMwODIwMTIyMzAwZDA2MDkyYTg2NDg4NmY3MGQwMTAxMDEwNTAwMDM4MjAxMGYwMDMwODIwMTBhMDI4MjAxMDEwMGNhZTcyNmU2ZDEyZDA3MGQyY2I5YTdjMWRlOGY3NzkwYjFkNzJjOTRlMjA0ZTMxNTljYjhmYzJmN2VkODJmNjU2MjYwZGVhYzVkZTAwOGM4ZDlhMTUyNTk5NDBhODUxZmNmYjYyZDJjNTllOTRiNDMzMzM1NmI5MGMzY2EwOTZiNzgxNzBjMTJiMmY2MjUyYWY2NTk0OTk2YzhhOTk2NDU5NWVjM2U3MGQ0MTU4MGVlZDFlMGVhMWYxNTU4OTY3NjVjMWJhMjljMDY5ZTczMTk4NThhNmJkNTJkZmM3MDcyM2Y2YWRlNzg0YWJkZTZkODY5MDMxZjJhNDBjNTlmNjljNWJkNjdmMDllY2U1MTY3MTNiMGZkNjExNmUzOTk4Mzc2MGEyMTMyMDA1MzY0YjMwYWNkZjBhOTlhODA3ZmQyODQyYWMwZjZmMjkzMTRhNmExZTZhODFiZGFkYzNhZTE4MjEyZWNjYTEwYWZkMTkzZDAyNmUyNTMyZGY5MTJmODU0NmVhMWNhMmNkYzlhYjg2ZDI5OTZlYTdmNWYwZTBlY2I3YjlhNGFlYmQ3MDU1ZTFlY2FlODVkYWU4NjVjMTZmMzllMTIxNmY4ZTM2NjlmNDUyNTZlOWYwNTI2MTk5YjZmNTVlYzI3ZDNiODM2ZjY2MjEzYmZiY2Y5YmU2ZDc1MDIwMzAxMDAwMWEzNDgzMDQ2MzAwYjA2MDM1NTFkMGYwNDA0MDMwMjAxMDYzMDBmMDYwMzU1MWQxMzA0MDgzMDA2MDEwMWZmMDIwMTAwMzAxMTA2MDM1NTFkMGUwNDBhMDQwODRlZTAzMDhlZDFjMTI0NjAzMDEzMDYwMzU1MWQyMzA0MGMzMDBhODAwODRlZTAzMDhlZDFjMTI0NjAzMDBkMDYwOTJhODY0ODg2ZjcwZDAxMDEwYjA1MDAwMzgyMDEwMTAwNzFmOGQwNzUzMDkxMjA4YmMxNmIzYmNiY2Q0ZGQ0MTU0MWM1OWEyZGEzMDJiMjcyYTkwNTA2MTUxMzkwMzU4NWNjMDQ4YThhZjY3NTRjN2UyNGRhMjBkMjZjMDJiOTM3MDk1MjVmOWYyNGVlN2ZlODhjODQxZDAyOGVkZDVmMTFmOTFhY2IzZjJjZjkwNjlmNmExMzJlMDdmNjRkMzQ2ZGQ3ZDQ2OTFmOTJiOTliM2RkODM3YWI3MDMzZmE0NGFjZWM1MDg3OGFiNDFlZGM3MDNiMjg3OGRhNjEzZDVmMWJmN2Y3MTlmNmMxYjRkZDNkODlmMjZiNTUxNDdjMDI1OGZjZTk4YzVmYzBmZjM4Mzc3NzlkOTFhYjFkMWM5N2JmOTBkZTRiZDYwMzJiZmRiMDhjMDA1ZDZmMDgzZDViM2ZlMTY1ZjM2ZWI1MTg1MTViYWU2ZDBkYzY3MzlkOGU3N2RlZjk2NzkyN2YxYjc0NWYyNWQ0ZTdkN2UwOWJjY2E4MDBlZDc1NTU4YjA5ZjNlYmRjYmExZTFlYzg2MDQ5NDFlOTQ1Zjg5ZjA4NDgxZmI0ZTIwNzcyNTNiYmFhZDIxNjQzYzU5YTViZDc1OTI4ODUyMjNmMDVkNjU3YTc2ZDYzZDI3MjNlNzcyMTA0ZjI5OWExMjIxNzFlZDUwZTMwNTcwMDAwMzE4MjAyMDIzMDgyMDFmZTAyMDEwMTMwODFmYzMwODFmMzMxMjYzMDI0MDYwMzU1MDQwMzBjMWQ0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjIwNDM0MTIwMzIzMDMxMzkyZDU1NDE1NDJkNTQ2NTczNzQyZDMyMzExZDMwMWIwNjAzNTUwNDBiMGMxNDQzNjU3Mjc0Njk2Njc5Njk2ZTY3MjA0MTc1NzQ2ODZmNzI2OTc0NzkzMTMxMzAyZjA2MDM1NTA0MGEwYzI4NGU1MzQ0NGMyMDY1MmQ0NzZmNzY2NTcyNmU2MTZlNjM2NTIwNDk2ZTY2NzI2MTczNzQ3Mjc1NjM3NDc1NzI2NTIwNGM2OTZkNjk3NDY1NjQzMTBiMzAwOTA2MDM1NTA0MDYxMzAyNDk0ZTMxMzQzMDMyMDYwMzU1MDQwOTBjMmI1MzY1NmU2MTcwNjE3NDY5MjA0MjYxNzA2MTc0MjA0ZDYxNzI2NzJjNGM2Zjc3NjU3MjIwNTA2MTcyNjU2YzIwNTc2NTczNzQyYzRkNzU2ZDYyNjE2OTMxMzQzMDMyMDYwMzU1MDQzMzBjMmIzMTczNzQyMDQ2NmM2ZjZmNzIyYzU0Njk2ZDY1NzMyMDU0NmY3NzY1NzIyYzRiNjE2ZDYxNmM2MTIwNGQ2OTZjNmM3MzIwNDM2ZjZkNzA2Zjc1NmU2NDAyMDQxNTAyNmMwOTMwMGQwNjA5NjA4NjQ4MDE2NTAzMDQwMjAxMDUwMGEwODE5NTMwMTgwNjA5MmE4NjQ4ODZmNzBkMDEwOTAzMzEwYjA2MDkyYTg2NDg4NmY3MGQwMTA3MDEzMDFjMDYwOTJhODY0ODg2ZjcwZDAxMDkwNTMxMGYxNzBkMzIzMjMwMzMzMTMxMzEzMzMyMzgzMjMxNWEzMDJhMDYwOTJhODY0ODg2ZjcwZDAxMDkzNDMxMWQzMDFiMzAwZDA2MDk2MDg2NDgwMTY1MDMwNDAyMDEwNTAwYTEwYTA2MDgyYTg2NDhjZTNkMDQwMzAyMzAyZjA2MDkyYTg2NDg4NmY3MGQwMTA5MDQzMTIyMDQyMGZkNjUyYjBhM2FmZDc1ZDYxNjU0MDMwMTNlMzVkNTE2YjIwMDcwNTE3ZjAxYjUxODMyNGEwZjYxMDI1MzUzOTAzMDBhMDYwODJhODY0OGNlM2QwNDAzMDIwNDQ3MzA0NTAyMjEwMGMyZTJlYjMzMmE3MjRlNzE1NWU3YzYzYjg4MTdkYWQzMmI3ZGNmYTI0OWFiOTdjZWQ4MzczOTVjZDM5MDEyNWMwMjIwNGJiOWQ0OTIzMGI3MGE2NjhmZjg2YjI3MTY0NWZiMDU0YmUxMDViNDRjMTE2MGE1MzI0ODk3MzA1OTA0YzVmNzAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA+L0ZpbHRlci9BZG9iZS5QUEtMaXRlL00oRDoyMDIyMDMxMTE5MjIyNiswNSczMCcpL1Byb3BfQnVpbGQ8PC9BcHA8PC9OYW1lLz4+Pj4vUmVhc29uKGVTaWduZWQgdXNpbmcgTGVlZ2FsaXR5LmNvbSBcKG00dHF4bmNcKSkvU3ViRmlsdGVyL2FkYmUucGtjczcuZGV0YWNoZWQvVHlwZS9TaWc+PgplbmRvYmoKMSAwIG9iago8PC9BY3JvRm9ybSAxOCAwIFIvUGFnZXMgMiAwIFIvVHlwZS9DYXRhbG9nL1ZlcnNpb24vMS40Pj4KZW5kb2JqCjMgMCBvYmoKPDwvQ3JlYXRpb25EYXRlKEQ6MjAyMjAzMTExODQ5MDQrMDUnMzAnKS9DcmVhdG9yPEZFRkYwMDc3MDA2QjAwNjgwMDc0MDA2RDAwNkMwMDc0MDA2RjAwNzAwMDY0MDA2NjAwMjAwMDMwMDAyRTAwMzEwMDMyMDAyRTAwMzQ+L01vZERhdGUoRDoyMDIyMDMxMTE4NTMyNiswNSczMCcpL1Byb2R1Y2VyKFF0IDQuOC43OyBtb2RpZmllZCB1c2luZyBpVGV4dK4gNy4xLjQgqTIwMDAtMjAxOCBpVGV4dCBHcm91cCBOViBcKEFHUEwtdmVyc2lvblwpKS9UaXRsZTxGRUZGMDA1MDAwNjEwMDc5MDA1NT4+PgplbmRvYmoKMjIgMCBvYmoKPDwvQmFzZUZvbnQvSGVsdmV0aWNhL0VuY29kaW5nL1dpbkFuc2lFbmNvZGluZy9TdWJ0eXBlL1R5cGUxL1R5cGUvRm9udD4+CmVuZG9iago0IDAgb2JqCjw8L0Fubm90c1syNSAwIFJdL0NvbnRlbnRzIDUgMCBSL0Nyb3BCb3hbMC4wIDAuMCA1OTUuMCA4NDIuMF0vTWVkaWFCb3hbMC4wIDAuMCA1OTUuMCA4NDIuMF0vUGFyZW50IDIgMCBSL1Jlc291cmNlcyA2IDAgUi9Sb3RhdGUgMC9UeXBlL1BhZ2U+PgplbmRvYmoKMTggMCBvYmoKPDwvRmllbGRzWzI1IDAgUl0vU2lnRmxhZ3MgMz4+CmVuZG9iagoyMCAwIG9iago8PC9CQm94WzAgMCAxMDAgNjBdL0ZpbHRlci9GbGF0ZURlY29kZS9MZW5ndGggMTgvUmVzb3VyY2VzPDw+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","description":"base64 string of the document which received from karza","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum_document"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"de56a1a2-84ad-4acc-b304-90cd9d1d7597"},{"key":"X-Runtime","value":"21.433592"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"addendum does not have valid e-sign session\"\n}"},{"id":"5c665dca-fd89-4d83-a49e-a9526379255a","name":"422 Param missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"signed_document","value":"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Cjw8Ci9Db2xvclNwYWNlIDw8Ci9QQ1NwIFsvUGF0dGVybiAvRGV2aWNlUkdCXQovQ1NwIC9EZXZpY2VSR0IKL0NTcGcgL0RldmljZUdyYXkKPj4KL0V4dEdTdGF0ZSA8PAovR1NhIDcgMCBSCj4+Ci9QYXR0ZXJuIDw8Cj4+Ci9Gb250IDw8Ci9GNiA4IDAgUgovRjcgOSAwIFIKPj4KL1hPYmplY3QgPDwKPj4KPj4KZW5kb2JqCjcgMCBvYmoKPDwKL1R5cGUgL0V4dEdTdGF0ZQovU0EgdHJ1ZQovU00gMC4wMgovY2EgMS4wCi9DQSAxLjAKL0FJUyBmYWxzZQovU01hc2sgL05vbmUKPj4KZW5kb2JqCjggMCBvYmoKPDwKL1R5cGUgL0ZvbnQKL1N1YnR5cGUgL1R5cGUwCi9CYXNlRm9udCAvQXJpYWwtQm9sZE1UCi9FbmNvZGluZyAvSWRlbnRpdHktSAovRGVzY2VuZGFudEZvbnRzIFsxMCAwIFJdCi9Ub1VuaWNvZGUgMTEgMCBSCj4+CmVuZG9iago5IDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBlIC9UeXBlMAovQmFzZUZvbnQgL0FyaWFsTVQKL0VuY29kaW5nIC9JZGVudGl0eS1ICi9EZXNjZW5kYW50Rm9udHMgWzEyIDAgUl0KL1RvVW5pY29kZSAxMyAwIFIKPj4KZW5kb2JqCjEwIDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBlIC9DSURGb250VHlwZTIKL0Jhc2VGb250IC9BcmlhbC1Cb2xkTVQKL0NJRFN5c3RlbUluZm8gPDwKL1JlZ2lzdHJ5IChBZG9iZSkKL09yZGVyaW5nIChJZGVudGl0eSkKL1N1cHBsZW1lbnQgMAo+PgovRm9udERlc2NyaXB0b3IgMTQgMCBSCi9DSURUb0dJRE1hcCAvSWRlbnRpdHkKL1cgWzAgWzc0NCA3NzEgNjA1IDcxNiAyNzUgODI2IDY2MiA3MTYgNzE2IDcxNgo3MTYgNzE2IDYwNSA3MTYgNzE2IDcxNiAyNzUgNjYyIDY2MiA1NTEKMzg2IDMzMCAyNzUgNTUxIDYwNSAyNzUgNTUxIDU1MSA2MDUgNTUxCjU1MSA1NTEgNTUxIDU1MSA1NTEgNTUxIDU1MSA2NjIgNzcxIDU1MQo2NjIgOTM2IDYwNSA1NTEgNjA1IDU1MSAyNzUgNTUxIDg4MiAzMzAKNTUxIDI3NSA2MDUgNjA1IDYwNSA2MDUgMzMwIDI3NSAzMzAgMzMwCjMzMCA1NTEgNTUxIDkzNiA3MTYgNTUxIDU1MSA0OTZdCl0KPj4KZW5kb2JqCjExIDAgb2JqCjw8Ci9MZW5ndGggODMzCj4+CnN0cmVhbQ0KL0NJREluaXQgL1Byb2NTZXQgZmluZHJlc291cmNlIGJlZ2luCjEyIGRpY3QgYmVnaW4KYmVnaW5jbWFwCi9DSURTeXN0ZW1JbmZvIDw8IC9SZWdpc3RyeSAoQWRvYmUpIC9PcmRlcmluZyAoVUNTKSAvU3VwcGxlbWVudCAwID4+IGRlZgovQ01hcE5hbWUgL0Fkb2JlLUlkZW50aXR5LVVDUyBkZWYKL0NNYXBUeXBlIDIgZGVmCjEgYmVnaW5jb2Rlc3BhY2VyYW5nZQo8MDAwMD4gPEZGRkY+CmVuZGNvZGVzcGFjZXJhbmdlCjIgYmVnaW5iZnJhbmdlCjwwMDAwPiA8MDAwMD4gPDAwMDA+CjwwMDAxPiA8MDA0Mz4gWzwwMDRGPiA8MDA0Qz4gPDAwNDQ+IDwwMDA5PiA8MDA0RD4gPDAwNDU+IDwwMDUyPiA8MDA0Mz4gPDAwNDg+IDwwMDQxPiA8MDA0RT4gPDAwNTQ+IDwwMDQyPiA8MDA0Qj4gPDAwNTU+IDwwMDQ5PiA8MDA1Mz4gPDAwNTA+IDwwMDYxPiA8MDA3Mj4gPDAwNzQ+IDwwMDY5PiA8MDA2Mz4gPDAwNzU+IDwwMDZDPiA8MDA3Mz4gPDAwNjU+IDwwMDQ2PiA8MDAzNj4gPDAwMzQ+IDwwMDMxPiA8MDAzMz4gPDAwMzg+IDwwMDMyPiA8MDAzMD4gPDAwMzc+IDwwMDU2PiA8MDA0Nz4gPDAwNEE+IDwwMDU5PiA8MDA1Nz4gPDAwNkU+IDwwMDZCPiA8MDA2ND4gPDAwMzU+IDwwMDZBPiA8MDA3OT4gPDAwNkQ+IDwwMDNBPiA8MDA3Nj4gPDAwMkM+IDwwMDYyPiA8MDA2OD4gPDAwNjc+IDwwMDZGPiA8MDA2Nj4gPDAwMkU+IDwwMDI4PiA8MDAyOT4gPDAwMkQ+IDwwMEUyPiA8MjBBQz4gPDAxNTM+IDwwMEMyPiA8MDBBQj4gPDAwQkI+IDwwMDdBPiBdCmVuZGJmcmFuZ2UKZW5kY21hcApDTWFwTmFtZSBjdXJyZW50ZGljdCAvQ01hcCBkZWZpbmVyZXNvdXJjZSBwb3AKZW5kCmVuZAoNCmVuZHN0cmVhbQplbmRvYmoKMTIgMCBvYmoKPDwKL1R5cGUgL0ZvbnQKL1N1YnR5cGUgL0NJREZvbnRUeXBlMgovQmFzZUZvbnQgL0FyaWFsTVQKL0NJRFN5c3RlbUluZm8gPDwKL1JlZ2lzdHJ5IChBZG9iZSkKL09yZGVyaW5nIChJZGVudGl0eSkKL1N1cHBsZW1lbnQgMAo+PgovRm9udERlc2NyaXB0b3IgMTUgMCBSCi9DSURUb0dJRE1hcCAvSWRlbnRpdHkKL1cgWzAgWzc0NCA2NjEgNTUxIDU1MSA0OTYgMjc1IDcxNiA4MjYgNTUxIDY2MQo0OTYgNTUxIDU1MSAyNzUgMjc1IDMzMCA1NTEgNTUxIDQ5NiAyNzUKNjA1IDY2MSA3MTYgNzE2IDIyMCA1NTEgMzMwIDgyNiA1NTEgNTUxCjU1MSAyNzUgMjIwIDYwNSA3MTYgNTUxIDU1MSA3MTYgNzcxIDU1MQo0OTYgNjYxIDcxNiA5MzUgNDk2IDI3NSA1NTEgMjc1IDcxNiA1NTEKNTUxIDU1MSAzMzAgOTkyIDMzMCAzMzAgNTUxIDU1MSA1NTEgNDk2CjY2MSA1NTEgNTUxIDU1MV0KXQo+PgplbmRvYmoKMTMgMCBvYmoKPDwKL0xlbmd0aCA4MDUKPj4Kc3RyZWFtDQovQ0lESW5pdCAvUHJvY1NldCBmaW5kcmVzb3VyY2UgYmVnaW4KMTIgZGljdCBiZWdpbgpiZWdpbmNtYXAKL0NJRFN5c3RlbUluZm8gPDwgL1JlZ2lzdHJ5IChBZG9iZSkgL09yZGVyaW5nIChVQ1MpIC9TdXBwbGVtZW50IDAgPj4gZGVmCi9DTWFwTmFtZSAvQWRvYmUtSWRlbnRpdHktVUNTIGRlZgovQ01hcFR5cGUgMiBkZWYKMSBiZWdpbmNvZGVzcGFjZXJhbmdlCjwwMDAwPiA8RkZGRj4KZW5kY29kZXNwYWNlcmFuZ2UKMiBiZWdpbmJmcmFuZ2UKPDAwMDA+IDwwMDAwPiA8MDAwMD4KPDAwMDE+IDwwMDNGPiBbPDAwNDI+IDwwMDYxPiA8MDA2RT4gPDAwNkI+IDwwMDA5PiA8MDA0RT4gPDAwNkQ+IDwwMDY1PiA8MDA0MT4gPDAwNjM+IDwwMDZGPiA8MDA3NT4gPDAwNzQ+IDwwMDJFPiA8MDA3Mj4gPDAwNjg+IDwwMDY0PiA8MDA3Mz4gPDAwNDk+IDwwMDQ2PiA8MDA1Mz4gPDAwNDM+IDwwMDQ4PiA8MDA2Qz4gPDAwMzE+IDwwMDJEPiA8MDA0RD4gPDAwMzI+IDwwMDMwPiA8MDAzOT4gPDAwMkM+IDwwMDY5PiA8MDA1ND4gPDAwNzc+IDwwMDM0PiA8MDAzOD4gPDAwNTI+IDwwMDQ3PiA8MDA2Nz4gPDAwNzk+IDwwMDUwPiA8MDA0ND4gPDAwNTc+IDwwMDc2PiA8MDAyRj4gPDAwNzA+IDwwMDY2PiA8MDA1NT4gPDAwNEM+IDwwMEUyPiA8MjBBQz4gPDAyREM+IDwyMTIyPiA8MDAyOD4gPDAwMjk+IDwwMDYyPiA8MDA3MT4gPDAwMzU+IDwwMDdBPiA8MDBDMj4gPDAwQUI+IDwwMDVGPiA8MDBCQj4gXQplbmRiZnJhbmdlCmVuZGNtYXAKQ01hcE5hbWUgY3VycmVudGRpY3QgL0NNYXAgZGVmaW5lcmVzb3VyY2UgcG9wCmVuZAplbmQKDQplbmRzdHJlYW0KZW5kb2JqCjE0IDAgb2JqCjw8Ci9UeXBlIC9Gb250RGVzY3JpcHRvcgovRm9udE5hbWUgL1FTQUFBQStBcmlhbC1Cb2xkTVQKL0ZsYWdzIDQKL0ZvbnRCQm94IFstNjI3LjkyOTY4NyAtNDgxLjQ0NTMxMiAyMDAwIDkwNS4yNzM0MzddCi9JdGFsaWNBbmdsZSAwCi9Bc2NlbnQgOTA1LjI3MzQzNwovRGVzY2VudCAtMjExLjkxNDA2MgovQ2FwSGVpZ2h0IDcxNS44MjAzMTIKL1N0ZW1WIDEwNC45ODA0NjgKL0ZvbnRGaWxlMiAxNiAwIFIKPj4KZW5kb2JqCjE1IDAgb2JqCjw8Ci9UeXBlIC9Gb250RGVzY3JpcHRvcgovRm9udE5hbWUgL1FOQUFBQStBcmlhbE1UCi9GbGFncyA0Ci9Gb250QkJveCBbLTY2NC41NTA3ODEgLTQyNS4yOTI5NjggMjAw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IDAgb2JqCjw8L0J5dGVSYW5nZSBbMCAyMzU0MCA1NjY5NCA1MDMxIF0gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC9Db250YWN0SW5mbyh2aWpheWEuckBwYXl1LmluKS9Db250ZW50cyA8MzA4MDA2MDkyYTg2NDg4NmY3MGQwMTA3MDJhMDgwMzA4MDAyMDEwMTMxMGYzMDBkMDYwOTYwODY0ODAxNjUwMzA0MDIwMTA1MDAzMDgwMDYwOTJhODY0ODg2ZjcwZDAxMDcwMTAwMDBhMDgwMzA4MjA2NWIzMDgyMDU0M2EwMDMwMjAxMDIwMjA0MTUwMjZjMDkzMDBkMDYwOTJhODY0ODg2ZjcwZDAxMDEwYjA1MDAzMDgxZjMzMTI2MzAyNDA2MDM1NTA0MDMwYzFkNGU1MzQ0NGMyMDY1MmQ0NzZmNzYyMDQzNDEyMDMyMzAzMTM5MmQ1NTQxNTQyZDU0NjU3Mzc0MmQzMjMxMWQzMDFiMDYwMzU1MDQwYjBjMTQ0MzY1NzI3NDY5NjY3OTY5NmU2NzIwNDE3NTc0Njg2ZjcyNjk3NDc5MzEzMTMwMmYwNjAzNTUwNDBhMGMyODRlNTM0NDRjMjA2NTJkNDc2Zjc2NjU3MjZlNjE2ZTYzNjUyMDQ5NmU2NjcyNjE3Mzc0NzI3NTYzNzQ3NTcyNjUyMDRjNjk2ZDY5NzQ2NTY0MzEwYjMwMDkwNjAzNTUwNDA2MTMwMjQ5NGUzMTM0MzAzMjA2MDM1NTA0MDkwYzJiNTM2NTZlNjE3MDYxNzQ2OTIwNDI2MTcwNjE3NDIwNGQ2MTcyNjcyYzRjNmY3NzY1NzIyMDUwNjE3MjY1NmMyMDU3NjU3Mzc0MmM0ZDc1NmQ2MjYxNjkzMTM0MzAzMjA2MDM1NTA0MzMwYzJiMzE3Mzc0MjA0NjZjNmY2ZjcyMmM1NDY5NmQ2NTczMjA1NDZmNzc2NTcyMmM0YjYxNmQ2MTZjNjEyMDRkNjk2YzZjNzMyMDQzNmY2ZDcwNmY3NTZlNjQzMDFlMTcwZDMyMzIzMDMzMzEzMTMxMzMzMjM4MzIzMDVhMTcwZDMyMzIzMDMzMzEzMTMxMzMzNTM4MzEzOTVhMzA4MWU4MzExNzMwMTUwNjAzNTUwNDAzMTMwZTU2Njk2YTYxNzk2MTIwNGI3NTZkNjE3MjIwNTIzMTExMzAwZjA2MDM1NTA0MGExMzA4NTA2NTcyNzM2ZjZlNjE2YzMxMTIzMDEwMDYwMzU1MDQwODEzMDk0YjYxNzI2ZTYxNzQ2MTZiNjEzMTBiMzAwOTA2MDM1NTA0MDYxMzAyNDk0ZTMxMGYzMDBkMDYwMzU1MDQxMTEzMDYzNTM2MzAzMDMzMzYzMTI5MzAyNzA2MDM1NTA0NDExMzIwMzczNzMxNjIzOTY2NjQzODM2MzQzMjYxMzQzMDMyMzQzOTM0Mzk2NTM1NjY2NjYyNjU2NTYxMzEzOTMzMzMzNDMxNGUzMDRjMDYwMzU1MDQyZTEzNDUzMTM5MzkzMzRkMzYzNjM3NDEzMjM0MzE0NjM4MzQzODQyMzk0NjM1NDQzNTMyNDM0NTMxMzk0MjQ1NDEzNDQyNDI0NTMxNDEzNzM5Mzc0NjM4MzAzMTQ1MzczMjM3MzUzMjQ2MzQzMTQyMzUzNTQ0MzQzMjM3NDY0MjM2NDM0MjQxMzMzNzM3MzEzMTBkMzAwYjA2MDM1NTA0MGMxMzA0MzAzNTMyMzQzMDU5MzAxMzA2MDcyYTg2NDhjZTNkMDIwMTA2MDgyYTg2NDhjZTNkMDMwMTA3MDM0MjAwMDRkZTE0MTYyOTUxNDU0NTdlMzJlMmExZGI0NDZkMTdiOTQwZjM1NmFlNjNkNGM5ZjM5NmViNzYxYjU1ZmI5NWI5ODU3MWNmNTJmYjE0NDYzYjAyMjM0MzdhMDIwNGE2MWI1ODI2ODdmZjZmOTdmNDZlMjEzODFhNzAwZThhMDk5OGEzODIwMmM5MzA4MjAyYzUzMDA5MDYwMzU1MWQxMzA0MDIzMDAwMzAxZDA2MDM1NTFkMGUwNDE2MDQxNDIxZjI2ZDc0Y2M3MzhlMjYzYWUxOTZmNmRkODYyZDAzYjZiYWMyYTAzMDEzMDYwMzU1MWQyMzA0MGMzMDBhODAwODRlZTAzMDhlZDFjMTI0NjAzMDBlMDYwMzU1MWQwZjAxMDFmZjA0MDQwMzAyMDZjMDMwODIwMTQ0MDYwMzU1MWQxZjA0ODIwMTNiMzA4MjAxMzczMDMzYTAzMWEwMmY4NjJkNjg3NDc0NzAzYTJmMmYzMTM0MmUzMTM0MzIyZTMyMzMyZTMxMzkzNzJmNmU3MzY0NmMyZDY1NzM3MDJmNjM3MjZjMmY2ZTczNjQ2YzVmNjM2MTJlNjM3MjZjMzA4MWZmYTA4MWZjYTA4MWY5YTQ4MWY2MzA4MWYzMzEyNjMwMjQwNjAzNTUwNDAzMGMxZDRlNTM0NDRjMjA2NTJkNDc2Zjc2MjA0MzQxMjAzMjMwMzEzOTJkNTU0MTU0MmQ1NDY1NzM3NDJkMzIzMTFkMzAxYjA2MDM1NTA0MGIwYzE0NDM2NTcyNzQ2OTY2Nzk2OTZlNjcyMDQxNzU3NDY4NmY3MjY5NzQ3OTMxMzEzMDJmMDYwMzU1MDQwYTBjMjg0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjY1NzI2ZTYxNmU2MzY1MjA0OTZlNjY3MjYxNzM3NDcyNzU2Mzc0NzU3MjY1MjA0YzY5NmQ2OTc0NjU2NDMxMGIzMDA5MDYwMzU1MDQwNjEzMDI0OTRlMzEzNDMwMzIwNjAzNTUwNDA5MGMyYjUzNjU2ZTYxNzA2MTc0NjkyMDQyNjE3MDYxNzQyMDRkNjE3MjY3MmM0YzZmNzc2NTcyMjA1MDYxNzI2NTZjMjA1NzY1NzM3NDJjNGQ3NTZkNjI2MTY5MzEzNDMwMzIwNjAzNTUwNDMzMGMyYjMxNzM3NDIwNDY2YzZmNmY3MjJjNTQ2OTZkNjU3MzIwNTQ2Zjc3NjU3MjJjNGI2MTZkNjE2YzYxMjA0ZDY5NmM2YzczMjA0MzZmNmQ3MDZmNzU2ZTY0MzA0ZDA2MDgyYjA2MDEwNTA1MDcwMTAxMDQ0MTMwM2YzMDNkMDYwODJiMDYwMTA1MDUwNzMwMDI4NjMxNjg3NDc0NzAzYTJmMmYzMTM0MmUzMTM0MzIyZTMyMzMyZTMxMzkzNzJmNmU3MzY0NmMyZDY1NzM3MDJmNjM2MTJmNmU3MzY0NmM1ZjYzNjE1ZjcyNmY2Zjc0MmU2MzY1NzIzMDgxYzUwNjAzNTUxZDIwMDQ4MWJkMzA4MWJhMzA4MWI3MDYwNzYwODI2NDY0MDIwNDAxMzA4MWFiMzA1YTA2MDgyYjA2MDEwNTA1MDcwMjAxMTY0ZTY4NzQ3NDcwNzMzYTJmMmY3Nzc3NzcyZTY1Njc2Zjc2MmQ2ZTczNjQ2YzJlNjM2ZjJlNjk2ZTJmNjU3MzY5Njc2ZTJmNzI2NTcwNmY3MzY5NzQ2ZjcyNzkyZjYzNzA3MzJmNGU1MzQ0NGM2NTJkNDc2Zjc2MmQ0MzQxMmQ0MzUwNTMyZDc2NjU3MjM0MmUzMDJlMzEyZTcwNjQ2NjMwNGQwNjA4MmIwNjAxMDUwNTA3MDIwMjMwNDExYTNmNDE2MTY0Njg2MTYxNzIyZDY1NGI1OTQzMmQ0ZjU0NTAyMDQzNmM2MTczNzMyMDQzNjU3Mjc0Njk2NjY5NjM2MTc0NjUyMDY5NzM3Mzc1NjU2NDIwNjI3OTIwNGU1MzQ0NGMyMDY1MmQ0NzZmNzYyMDU0NjU3Mzc0MjA0MzQxMzAxNTA2MDM1NTFkMjUwNDBlMzAwYzA2MGEyYjA2MDEwNDAxODIzNzBhMDMwYzMwMGQwNjA5MmE4NjQ4ODZmNzBkMDEwMTBiMDUwMDAzODIwMTAxMDA4ODBkYWZlM2EwMzAzZGIxODczZjVhNTFiOGEwOGYwNjk4NTU5OTliODQ3MDNkNGI5OTAyZjhmMjBkOTJjOWMyZjJhNmNjZTk3ZjBjMTQ5YzljOTcyYTkwOTgxZGNlYmNlYzFhNDhiOWQxNzU3M2U3ZmZkNmU2YThhNjU1YjQ4NDhjZmRkOTMxZDJmYTRlNjBiY2MwMDBkODkyM2YxYjAzNzI5MjY1OTU1YjYyNmRiOTQzN2QyYTdjY2ViZmMxZmE2MzZiOGUyMmVhOGM0N2EzOTE3YjNmOGY2NjIxMDQ5M2M2ZTk1NjJkMjk2MTc3MDhhZTUxMmY5MDJkZWE4NmFjZGM0ZjE3OTc2YWQ5Nzc2NzBhODEwYTYyMjJlZDAzZDg1YTRkOTZlZWYwOTBiNGI2MWEwZDA4NDgwMGFmNmRjZjE2NzI5MDI1MGZjZThhNzhjOTgwNGU4MmMxMDRmZmIxMjUyNmQyZjY0ZDVkYTI2MGFhZTM0OTljMjU2NTMyY2FmZGI1MWNiNjE2NzFkOGQ1MWYxYTJhODhiMTFlYjI1NTkyMjhhODgzNGIwZTNmOTlkMWY1NWQ3MzQ4OWVmMGVmNzZmNTUxZmM2NWQ2ODY4MGE0MGY4ZjhiMzZlYTQ5ZDdiZGQ3NGQxYzVlMWJmYjU2NTc0MzA2MjFmOGRmZmRkMzMwODIwNGFlMzA4MjAzOTZhMDAzMDIwMTAyMDIwNDMyNGI2YjIwMzAwZDA2MDkyYTg2NDg4NmY3MGQwMTAxMGIwNTAwMzA4MWYzMzEyNjMwMjQwNjAzNTUwNDAzMGMxZDRlNTM0NDRjMjA2NTJkNDc2Zjc2MjA0MzQxMjAzMjMwMzEzOTJkNTU0MTU0MmQ1NDY1NzM3NDJkMzIzMTFkMzAxYjA2MDM1NTA0MGIwYzE0NDM2NTcyNzQ2OTY2Nzk2OTZlNjcyMDQxNzU3NDY4NmY3MjY5NzQ3OTMxMzEzMDJmMDYwMzU1MDQwYTBjMjg0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjY1NzI2ZTYxNmU2MzY1MjA0OTZlNjY3MjYxNzM3NDcyNzU2Mzc0NzU3MjY1MjA0YzY5NmQ2OTc0NjU2NDMxMGIzMDA5MDYwMzU1MDQwNjEzMDI0OTRlMzEzNDMwMzIwNjAzNTUwNDA5MGMyYjUzNjU2ZTYxNzA2MTc0NjkyMDQyNjE3MDYxNzQyMDRkNjE3MjY3MmM0YzZmNzc2NTcyMjA1MDYxNzI2NTZjMjA1NzY1NzM3NDJjNGQ3NTZkNjI2MTY5MzEzNDMwMzIwNjAzNTUwNDMzMGMyYjMxNzM3NDIwNDY2YzZmNmY3MjJjNTQ2OTZkNjU3MzIwNTQ2Zjc3NjU3MjJjNGI2MTZkNjE2YzYxMjA0ZDY5NmM2YzczMjA0MzZmNmQ3MDZmNzU2ZTY0MzAxZTE3MGQzMTM5MzAzNzMxMzYzMTMzMzEzNjMwMzE1YTE3MGQzNDM5MzAzNzMwMzgzMTMzMzEzNjMwMzE1YTMwODFmMzMxMjYzMDI0MDYwMzU1MDQwMzBjMWQ0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjIwNDM0MTIwMzIzMDMxMzkyZDU1NDE1NDJkNTQ2NTczNzQyZDMyMzExZDMwMWIwNjAzNTUwNDBiMGMxNDQzNjU3Mjc0Njk2Njc5Njk2ZTY3MjA0MTc1NzQ2ODZmNzI2OTc0NzkzMTMxMzAyZjA2MDM1NTA0MGEwYzI4NGU1MzQ0NGMyMDY1MmQ0NzZmNzY2NTcyNmU2MTZlNjM2NTIwNDk2ZTY2NzI2MTczNzQ3Mjc1NjM3NDc1NzI2NTIwNGM2OTZkNjk3NDY1NjQzMTBiMzAwOTA2MDM1NTA0MDYxMzAyNDk0ZTMxMzQzMDMyMDYwMzU1MDQwOTBjMmI1MzY1NmU2MTcwNjE3NDY5MjA0MjYxNzA2MTc0MjA0ZDYxNzI2NzJjNGM2Zjc3NjU3MjIwNTA2MTcyNjU2YzIwNTc2NTczNzQyYzRkNzU2ZDYyNjE2OTMxMzQzMDMyMDYwMzU1MDQzMzBjMmIzMTczNzQyMDQ2NmM2ZjZmNzIyYzU0Njk2ZDY1NzMyMDU0NmY3NzY1NzIyYzRiNjE2ZDYxNmM2MTIwNGQ2OTZjNmM3MzIwNDM2ZjZkNzA2Zjc1NmU2NDMwODIwMTIyMzAwZDA2MDkyYTg2NDg4NmY3MGQwMTAxMDEwNTAwMDM4MjAxMGYwMDMwODIwMTBhMDI4MjAxMDEwMGNhZTcyNmU2ZDEyZDA3MGQyY2I5YTdjMWRlOGY3NzkwYjFkNzJjOTRlMjA0ZTMxNTljYjhmYzJmN2VkODJmNjU2MjYwZGVhYzVkZTAwOGM4ZDlhMTUyNTk5NDBhODUxZmNmYjYyZDJjNTllOTRiNDMzMzM1NmI5MGMzY2EwOTZiNzgxNzBjMTJiMmY2MjUyYWY2NTk0OTk2YzhhOTk2NDU5NWVjM2U3MGQ0MTU4MGVlZDFlMGVhMWYxNTU4OTY3NjVjMWJhMjljMDY5ZTczMTk4NThhNmJkNTJkZmM3MDcyM2Y2YWRlNzg0YWJkZTZkODY5MDMxZjJhNDBjNTlmNjljNWJkNjdmMDllY2U1MTY3MTNiMGZkNjExNmUzOTk4Mzc2MGEyMTMyMDA1MzY0YjMwYWNkZjBhOTlhODA3ZmQyODQyYWMwZjZmMjkzMTRhNmExZTZhODFiZGFkYzNhZTE4MjEyZWNjYTEwYWZkMTkzZDAyNmUyNTMyZGY5MTJmODU0NmVhMWNhMmNkYzlhYjg2ZDI5OTZlYTdmNWYwZTBlY2I3YjlhNGFlYmQ3MDU1ZTFlY2FlODVkYWU4NjVjMTZmMzllMTIxNmY4ZTM2NjlmNDUyNTZlOWYwNTI2MTk5YjZmNTVlYzI3ZDNiODM2ZjY2MjEzYmZiY2Y5YmU2ZDc1MDIwMzAxMDAwMWEzNDgzMDQ2MzAwYjA2MDM1NTFkMGYwNDA0MDMwMjAxMDYzMDBmMDYwMzU1MWQxMzA0MDgzMDA2MDEwMWZmMDIwMTAwMzAxMTA2MDM1NTFkMGUwNDBhMDQwODRlZTAzMDhlZDFjMTI0NjAzMDEzMDYwMzU1MWQyMzA0MGMzMDBhODAwODRlZTAzMDhlZDFjMTI0NjAzMDBkMDYwOTJhODY0ODg2ZjcwZDAxMDEwYjA1MDAwMzgyMDEwMTAwNzFmOGQwNzUzMDkxMjA4YmMxNmIzYmNiY2Q0ZGQ0MTU0MWM1OWEyZGEzMDJiMjcyYTkwNTA2MTUxMzkwMzU4NWNjMDQ4YThhZjY3NTRjN2UyNGRhMjBkMjZjMDJiOTM3MDk1MjVmOWYyNGVlN2ZlODhjODQxZDAyOGVkZDVmMTFmOTFhY2IzZjJjZjkwNjlmNmExMzJlMDdmNjRkMzQ2ZGQ3ZDQ2OTFmOTJiOTliM2RkODM3YWI3MDMzZmE0NGFjZWM1MDg3OGFiNDFlZGM3MDNiMjg3OGRhNjEzZDVmMWJmN2Y3MTlmNmMxYjRkZDNkODlmMjZiNTUxNDdjMDI1OGZjZTk4YzVmYzBmZjM4Mzc3NzlkOTFhYjFkMWM5N2JmOTBkZTRiZDYwMzJiZmRiMDhjMDA1ZDZmMDgzZDViM2ZlMTY1ZjM2ZWI1MTg1MTViYWU2ZDBkYzY3MzlkOGU3N2RlZjk2NzkyN2YxYjc0NWYyNWQ0ZTdkN2UwOWJjY2E4MDBlZDc1NTU4YjA5ZjNlYmRjYmExZTFlYzg2MDQ5NDFlOTQ1Zjg5ZjA4NDgxZmI0ZTIwNzcyNTNiYmFhZDIxNjQzYzU5YTViZDc1OTI4ODUyMjNmMDVkNjU3YTc2ZDYzZDI3MjNlNzcyMTA0ZjI5OWExMjIxNzFlZDUwZTMwNTcwMDAwMzE4MjAyMDIzMDgyMDFmZTAyMDEwMTMwODFmYzMwODFmMzMxMjYzMDI0MDYwMzU1MDQwMzBjMWQ0ZTUzNDQ0YzIwNjUyZDQ3NmY3NjIwNDM0MTIwMzIzMDMxMzkyZDU1NDE1NDJkNTQ2NTczNzQyZDMyMzExZDMwMWIwNjAzNTUwNDBiMGMxNDQzNjU3Mjc0Njk2Njc5Njk2ZTY3MjA0MTc1NzQ2ODZmNzI2OTc0NzkzMTMxMzAyZjA2MDM1NTA0MGEwYzI4NGU1MzQ0NGMyMDY1MmQ0NzZmNzY2NTcyNmU2MTZlNjM2NTIwNDk2ZTY2NzI2MTczNzQ3Mjc1NjM3NDc1NzI2NTIwNGM2OTZkNjk3NDY1NjQzMTBiMzAwOTA2MDM1NTA0MDYxMzAyNDk0ZTMxMzQzMDMyMDYwMzU1MDQwOTBjMmI1MzY1NmU2MTcwNjE3NDY5MjA0MjYxNzA2MTc0MjA0ZDYxNzI2NzJjNGM2Zjc3NjU3MjIwNTA2MTcyNjU2YzIwNTc2NTczNzQyYzRkNzU2ZDYyNjE2OTMxMzQzMDMyMDYwMzU1MDQzMzBjMmIzMTczNzQyMDQ2NmM2ZjZmNzIyYzU0Njk2ZDY1NzMyMDU0NmY3NzY1NzIyYzRiNjE2ZDYxNmM2MTIwNGQ2OTZjNmM3MzIwNDM2ZjZkNzA2Zjc1NmU2NDAyMDQxNTAyNmMwOTMwMGQwNjA5NjA4NjQ4MDE2NTAzMDQwMjAxMDUwMGEwODE5NTMwMTgwNjA5MmE4NjQ4ODZmNzBkMDEwOTAzMzEwYjA2MDkyYTg2NDg4NmY3MGQwMTA3MDEzMDFjMDYwOTJhODY0ODg2ZjcwZDAxMDkwNTMxMGYxNzBkMzIzMjMwMzMzMTMxMzEzMzMyMzgzMjMxNWEzMDJhMDYwOTJhODY0ODg2ZjcwZDAxMDkzNDMxMWQzMDFiMzAwZDA2MDk2MDg2NDgwMTY1MDMwNDAyMDEwNTAwYTEwYTA2MDgyYTg2NDhjZTNkMDQwMzAyMzAyZjA2MDkyYTg2NDg4NmY3MGQwMTA5MDQzMTIyMDQyMGZkNjUyYjBhM2FmZDc1ZDYxNjU0MDMwMTNlMzVkNTE2YjIwMDcwNTE3ZjAxYjUxODMyNGEwZjYxMDI1MzUzOTAzMDBhMDYwODJhODY0OGNlM2QwNDAzMDIwNDQ3MzA0NTAyMjEwMGMyZTJlYjMzMmE3MjRlNzE1NWU3YzYzYjg4MTdkYWQzMmI3ZGNmYTI0OWFiOTdjZWQ4MzczOTVjZDM5MDEyNWMwMjIwNGJiOWQ0OTIzMGI3MGE2NjhmZjg2YjI3MTY0NWZiMDU0YmUxMDViNDRjMTE2MGE1MzI0ODk3MzA1OTA0YzVmNzAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA+L0ZpbHRlci9BZG9iZS5QUEtMaXRlL00oRDoyMDIyMDMxMTE5MjIyNiswNSczMCcpL1Byb3BfQnVpbGQ8PC9BcHA8PC9OYW1lLz4+Pj4vUmVhc29uKGVTaWduZWQgdXNpbmcgTGVlZ2FsaXR5LmNvbSBcKG00dHF4bmNcKSkvU3ViRmlsdGVyL2FkYmUucGtjczcuZGV0YWNoZWQvVHlwZS9TaWc+PgplbmRvYmoKMSAwIG9iago8PC9BY3JvRm9ybSAxOCAwIFIvUGFnZXMgMiAwIFIvVHlwZS9DYXRhbG9nL1ZlcnNpb24vMS40Pj4KZW5kb2JqCjMgMCBvYmoKPDwvQ3JlYXRpb25EYXRlKEQ6MjAyMjAzMTExODQ5MDQrMDUnMzAnKS9DcmVhdG9yPEZFRkYwMDc3MDA2QjAwNjgwMDc0MDA2RDAwNkMwMDc0MDA2RjAwNzAwMDY0MDA2NjAwMjAwMDMwMDAyRTAwMzEwMDMyMDAyRTAwMzQ+L01vZERhdGUoRDoyMDIyMDMxMTE4NTMyNiswNSczMCcpL1Byb2R1Y2VyKFF0IDQuOC43OyBtb2RpZmllZCB1c2luZyBpVGV4dK4gNy4xLjQgqTIwMDAtMjAxOCBpVGV4dCBHcm91cCBOViBcKEFHUEwtdmVyc2lvblwpKS9UaXRsZTxGRUZGMDA1MDAwNjEwMDc5MDA1NT4+PgplbmRvYmoKMjIgMCBvYmoKPDwvQmFzZUZvbnQvSGVsdmV0aWNhL0VuY29kaW5nL1dpbkFuc2lFbmNvZGluZy9TdWJ0eXBlL1R5cGUxL1R5cGUvRm9udD4+CmVuZG9iago0IDAgb2JqCjw8L0Fubm90c1syNSAwIFJdL0NvbnRlbnRzIDUgMCBSL0Nyb3BCb3hbMC4wIDAuMCA1OTUuMCA4NDIuMF0vTWVkaWFCb3hbMC4wIDAuMCA1OTUuMCA4NDIuMF0vUGFyZW50IDIgMCBSL1Jlc291cmNlcyA2IDAgUi9Sb3RhdGUgMC9UeXBlL1BhZ2U+PgplbmRvYmoKMTggMCBvYmoKPDwvRmllbGRzWzI1IDAgUl0vU2lnRmxhZ3MgMz4+CmVuZG9iagoyMCAwIG9iago8PC9CQm94WzAgMCAxMDAgNjBdL0ZpbHRlci9GbGF0ZURlY29kZS9MZW5ndGggMTgvUmVzb3VyY2VzPDw+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","description":"base64 string of the document which received from karza","type":"text","disabled":true}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum_document"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"05492412-a5bc-49d4-9805-2d750e1291d2"},{"key":"X-Runtime","value":"16.215666"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"param is missing or the value is empty: signed_document\"\n}"}],"_postman_id":"cafae6e0-6f10-4a46-a519-07ef5e790908"},{"name":"reject_addendum","id":"a0c28db4-f92e-48b3-a343-9bd9612f49a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/reject_product_addendum","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","{{kyc_doc_uuid}}","reject_product_addendum"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"46e0f5f2-b4c3-4163-820e-08a75eaa328a","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/reject_product_addendum"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"7632ade9409f7a212d23d2e6a44190bf\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b138f043-464f-4cc5-b989-c332d31dd4b2"},{"key":"X-Runtime","value":"15.197652"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 92,\n        \"document_category_id\": 13,\n        \"document_type_id\": 38,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"Declined\",\n        \"uuid\": \"11ec-a053-2f241be6-9006-a0999b174961\",\n        \"active\": true,\n        \"created_at\": \"2022-03-10T09:19:27.000Z\",\n        \"updated_at\": \"2022-03-10T09:20:33.000Z\",\n        \"kyc_document_type\": \"Addendum\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": \"Merchant\",\n        \"record_id\": 1,\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"processed_document\": {\n            \"id\": 140,\n            \"metadata\": {\n                \"identified\": true,\n                \"analyzed\": true\n            },\n            \"filename\": \"addendum_for_changed_virtual_account_addendum_details.pdf\",\n            \"byte_size\": 68714,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBWjg9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--2cc0536b88e8c12659ab2a500f9a3e9ceb898fea/addendum_for_changed_virtual_account_addendum_details.pdf\",\n            \"kyc_document_uuid\": \"11ec-a053-2f241be6-9006-a0999b174961\"\n        },\n        \"document_category_name\": \"Service Agreement\",\n        \"document_type_name\": \"Addendum\",\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 13,\n            \"name\": \"Service Agreement\",\n            \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n        }\n    }\n}"},{"id":"9b66d4be-5d0d-4585-be6d-be4fa7ef6db7","name":"422 Addendum status not pending","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/reject_product_addendum"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7971deff-78e9-4014-8399-0b715e710fec"},{"key":"X-Runtime","value":"1.574158"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"addendum status must be pending\"\n}"}],"_postman_id":"a0c28db4-f92e-48b3-a343-9bd9612f49a6"},{"name":"create_esgin_session","id":"e1d86890-a501-403d-9821-681743b50330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"workflow_id","value":"h9JYOhI","description":"<p>workflow_id provided by karza which has all the configuration at karza including the webhook redirect url</p>\n","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/create_esign_session","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","{{kyc_doc_uuid}}","create_esign_session"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"dfdc1f6f-8929-46de-9877-bd6729dec698","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"workflow_id","value":"h9JYOhI","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/create_esign_session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"7ab2bde323794864a1f7ee031652ee6a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c5621f61-eae7-44b4-b23b-66029ac82b5f"},{"key":"X-Runtime","value":"181.647406"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"signUrl\": \"https://karzatechnologies.sandbox.leegality.com/sign/e1599c57-00b9-4213-8d90-73979c2c266d\",\n    \"documentId\": \"lywJJgv\",\n    \"expiryDate\": \"2022-03-20T18:29:59Z\"\n}"},{"id":"34c8fa40-512f-4e44-ac6d-eed829d319a7","name":"422 Parameter missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"workflowId","value":"djUCUHX","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/create_esign_session"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3edeab1f-2473-46e2-b325-365aee5dec96"},{"key":"X-Runtime","value":"2.260036"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"param is missing or the value is empty: workflow_id\"\n}"},{"id":"d1603463-8e28-4acf-ab69-90bd7677d4bc","name":"422 Document status is not pending","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"workflow_id","value":"h9JYOhI","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/create_esign_session"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"0160703f-35a7-45c7-82bd-6e1b453a3cdf"},{"key":"X-Runtime","value":"22.021057"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"document status must be pending\"\n}"},{"id":"173f003c-8762-4eed-ba58-b540ef7aec2e","name":"422 e-sign session already present","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"workflow_id","value":"h9JYOhI","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/create_esign_session"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"9786c774-817f-48d3-838d-3d3df60d50e3"},{"key":"X-Runtime","value":"138.407912"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"e-sign session already present for this addendum\",\n    \"esign_session\": {\n        \"documentId\": \"eawCpuU\",\n        \"signUrl\": \"https://karzatechnologies.sandbox.leegality.com/sign/46218f3c-c366-403d-8768-d5a7efaeb7b9\",\n        \"expiryDate\": \"2022-03-22T18:29:59Z\"\n    }\n}"},{"id":"aca7da17-84cf-4690-8f3b-3a1248f7749a","name":"422 esign session creation failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"workflow_id","value":"h9JYOh","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/create_esign_session"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"f29c8680-d3cc-4b02-8691-477dfdcabf60"},{"key":"X-Runtime","value":"20.301095"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"esign session creation failed, Please try again.\"\n}"}],"_postman_id":"e1d86890-a501-403d-9821-681743b50330"},{"name":"accept_esign_addendum","id":"994317f3-c322-494e-874e-279eede60727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"9754\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_esign_addendum_document","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["v3","product_accounts","{{product_account_uuid}}","kyc_documents","{{kyc_doc_uuid}}","accept_esign_addendum_document"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"32d8d61f-32e3-4cca-84eb-f56b5d493cb1","name":"Success","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"2181\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_esign_addendum_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"55941299131005df536c1801c24e05e8\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e8c807c7-17fb-45a6-978d-8b74d957d9bf"},{"key":"X-Runtime","value":"64.078005"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 10,\n        \"document_category_id\": 13,\n        \"document_type_id\": 38,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"Approved\",\n        \"uuid\": \"11ec-67da-cd9d6b76-9932-a0999b174961\",\n        \"active\": true,\n        \"created_at\": \"2021-12-28T12:36:39.000Z\",\n        \"updated_at\": \"2021-12-28T12:40:45.000Z\",\n        \"kyc_document_type\": \"Addendum\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": \"Merchant\",\n        \"record_id\": 1,\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"processed_document\": {\n            \"id\": 30,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"Addendum_10_e_stamp.pdf\",\n            \"byte_size\": 32205,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBJdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a96b149312a7c8cba350407f799eec8ed3515eb1/Addendum_10_e_stamp.pdf\",\n            \"kyc_document_uuid\": \"11ec-67da-cd9d6b76-9932-a0999b174961\"\n        },\n        \"document_category_name\": \"Service Agreement\",\n        \"document_type_name\": \"Addendum\",\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 13,\n            \"name\": \"Service Agreement\",\n            \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n        }\n    }\n}"},{"id":"c40f2f99-f77a-49a4-8cb5-0c4ac6b1e66c","name":"Incorrect OTP","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"0905\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_esign_addendum_document"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"9dd942db-17fe-4f7f-9fad-9b754767edb1"},{"key":"X-Runtime","value":"2.181031"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Entered OTP is incorrect. Otp attempts remaining are 9.\"\n}"},{"id":"3d093731-23f7-4a8c-9036-904d6cec3aaa","name":"OTP Expired","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"0905\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_esign_addendum_document"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7f494ec3-3a6c-4223-a94a-340f89f987e6"},{"key":"X-Runtime","value":"2.173745"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"OTP Expired, Please send new OTP.\"\n}"},{"id":"408d83bc-94e3-4cab-a5f2-6de4cac73ace","name":"422 Addendum status must be pending","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"1877\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_esign_addendum_document"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Feb 2022 09:28:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7a3855cf-ac45-4fd8-8ced-9212f6da1920"},{"key":"X-Runtime","value":"0.066364"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"addendum status must be pending\"\n}"}],"_postman_id":"994317f3-c322-494e-874e-279eede60727"}],"id":"2fb3caa7-499b-4740-a0af-ec485d1e1580","_postman_id":"2fb3caa7-499b-4740-a0af-ec485d1e1580","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"E-Sign Flow","item":[{"name":"Generate Merged Document For E-sign","id":"7120441b-0983-4b7b-b1bf-69b039f5c127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer 3c661a9eb7bfa868ed82736a5ba6092e6309f352ff4d3db699639cde206f2dfd","description":"<p>User token received from HUB</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_merged_document_for_esign","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","generate_merged_document_for_esign"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7c941af6-7f3b-4e79-b91d-231c637cea97","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer bba6ab3f402c4a616f688117ffa564b67fde531dfef4f5c037d3e1283c9549d6","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_merged_document_for_esign"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 49,\n        \"document_category_id\": 13,\n        \"document_type_id\": null,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"accepted\",\n        \"uuid\": \"11ec-d281-e013ca0e-98bc-0a886459aba0\",\n        \"active\": true,\n        \"created_at\": \"2022-05-13T05:59:39.000Z\",\n        \"updated_at\": \"2022-05-13T05:59:43.000Z\",\n        \"kyc_document_type\": \"Agreement\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": null,\n        \"record_id\": null,\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"product_record_id\": 9,\n        \"product_record_type\": \"ProductAccount\",\n        \"processed_document\": {\n            \"id\": 86,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"merged_doc_9.pdf\",\n            \"byte_size\": 149608,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBWdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--905fa62d425f4052dbec4cd1baef92024ddf3f75/merged_doc_9.pdf\",\n            \"kyc_document_uuid\": \"11ec-d281-e013ca0e-98bc-0a886459aba0\"\n        },\n        \"document_category_name\": \"Service Agreement\",\n        \"document_type_name\": null,\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 13,\n            \"name\": \"Service Agreement\",\n            \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n        }\n    }\n}"},{"id":"fe0909bb-74f9-416b-b80c-87988b31c08d","name":"When Agreement could not be generated for the Merchant","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_merged_document_for_esign"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Agreement could not be generated\"\n}"},{"id":"700bfc0a-0c74-434c-b1f5-f698fd017885","name":"Unauthorized Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8","description":"User token received from HUB","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_merged_document_for_esign"},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"37cb33fb-c416-4481-9020-ca5f93657d53","name":"When Agreement is not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_merged_document_for_esign"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": \"Agreement Not Found\"\n}"},{"id":"0143f357-8218-4212-b4ac-4a05851c81c2","name":"When all details are not filled","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 3c661a9eb7bfa868ed82736a5ba6092e6309f352ff4d3db699639cde206f2dfd","description":"User token received from HUB","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/generate_merged_document_for_esign"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 May 2022 13:31:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"90f524b6-9a56-45f4-a2bf-6b80f49da786"},{"key":"X-Runtime","value":"0.088882"},{"key":"Access-Control-Allow-Origin","value":"https://test1-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Your Business details / Bank details / Website details / KYC details verification is pending. Agreement will be generated once these details are verified.\"\n}"}],"_postman_id":"7120441b-0983-4b7b-b1bf-69b039f5c127"},{"name":"Send OTP to Signatory Email","id":"bb7ead24-86a5-4cd3-89ef-e883568e88c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{merged_document_uuid}}/send_signatory_otp","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","{{merged_document_uuid}}","send_signatory_otp"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"02dd2c24-9b87-4454-aa71-351b03fe1a92","name":"Unauthorized Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{merged_document_uuid}}/send_signatory_otp"},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"c09694eb-07df-4e55-824c-8c379f7119aa","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer bba6ab3f402c4a616f688117ffa564b67fde531dfef4f5c037d3e1283c9549d6","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{merged_document_uuid}}/send_signatory_otp"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"otp\": {\n        \"message\": \"sent\"\n    }\n}"},{"id":"ec29c0f9-823e-425f-9a95-df1edabf0642","name":"When product account is not found with given merchant_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{merged_document_uuid}}/send_signatory_otp"},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"f2f5ab67-f7a7-4877-a1ce-c0780b46a914","name":"When KycDocument is not found with given merged_document_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{merged_document_uuid}}/send_signatory_otp"},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"bb7ead24-86a5-4cd3-89ef-e883568e88c1"},{"name":"E-Sign Merged Document","id":"b05394e4-20df-4996-a5ad-46f526e8028f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"{{otp_value}}","description":"<p>OTP sent to signatory email</p>\n","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{merged_document_uuid}}/esign_merged_document","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","{{merged_document_uuid}}","esign_merged_document"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"88ccd9ef-2c3c-43d4-ad44-9b1edc89ad09","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer bba6ab3f402c4a616f688117ffa564b67fde531dfef4f5c037d3e1283c9549d6","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"0025","description":"OTP sent to signatory email","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{merged_document_uuid}}/esign_merged_document"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 49,\n        \"document_category_id\": 13,\n        \"document_type_id\": null,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"Approved\",\n        \"uuid\": \"11ec-d281-e013ca0e-98bc-0a886459aba0\",\n        \"active\": true,\n        \"created_at\": \"2022-05-13T05:59:39.000Z\",\n        \"updated_at\": \"2022-05-13T06:10:33.000Z\",\n        \"kyc_document_type\": \"Agreement\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": null,\n        \"record_id\": null,\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"product_record_id\": 9,\n        \"product_record_type\": \"ProductAccount\",\n        \"processed_document\": {\n            \"id\": 88,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"Service Agreement_49_e_stamp.pdf\",\n            \"byte_size\": 165416,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBXUT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--2b3e97991dc887daa4e398c4c6ac3f54870714b9/Service%20Agreement_49_e_stamp.pdf\",\n            \"kyc_document_uuid\": \"11ec-d281-e013ca0e-98bc-0a886459aba0\"\n        },\n        \"document_category_name\": \"Service Agreement\",\n        \"document_type_name\": null,\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 13,\n            \"name\": \"Service Agreement\",\n            \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n        }\n    }\n}"},{"id":"ffd62b29-c864-4e53-8287-cdb077a8a8d6","name":"When product account is not found with given merchant_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"","value":"1122","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{merged_document_uuid}}/esign_merged_document"},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"9652bcba-374d-4441-9845-ab689ca8c098","name":"When OTP is expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"1111","description":"OTP sent to signatory email","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{merged_document_uuid}}/esign_merged_document"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"OTP Expired, Please send new OTP.\"\n}"},{"id":"22fde466-dfac-4ccb-840f-9f97b79c815f","name":"When entered OTP is incorrect","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"1111","description":"OTP sent to signatory email","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{merged_document_uuid}}/esign_merged_document"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Entered OTP is incorrect. Otp attempts remaining are 9.\"\n}"},{"id":"362c5e2c-46bb-48b5-83b2-2658ebc30d75","name":"When KycDocument is not found with given merged_document_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"4044","description":"OTP sent to signatory email","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{merged_document_uuid}}/esign_merged_document"},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"39f4a9cd-06df-43a4-8c31-830a7c909bfd","name":"Unauthorized Response","originalRequest":{"method":"POST","header":[{"key":"","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"1111","description":"OTP sent to signatory email","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/{{merged_document_uuid}}/esign_merged_document"},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"b05394e4-20df-4996-a5ad-46f526e8028f"}],"id":"fe7330ea-d1df-41d1-b446-133e002cd675","_postman_id":"fe7330ea-d1df-41d1-b446-133e002cd675","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Acl Roles","item":[{"name":"Fetch ACL Roles owned with a ProductAccount UUID","id":"e0022091-fd8f-4395-be11-6ad7fcaefab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user token</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/acl_roles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","acl_roles"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"457e1edc-0bbf-4138-9d40-c217c4ef5f4e","name":"ACL Permission List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user token","type":"text"}],"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/acl_roles"},"code":200,"_postman_previewlanguage":null,"header":[],"cookie":[],"responseTime":null,"body":"{\n    \"acl_roles\": [\n        {\n            \"id\": 3,\n            \"name\": \"Sales\",\n            \"owner_id\": 15,\n            \"owner_type\": \"ProductAccount\",\n            \"description\": null,\n            \"uuid\": \"11ec-d271-011f44aa-8936-88665a1313af\",\n            \"created_at\": \"2022-05-13T03:58:53.000Z\",\n            \"updated_at\": \"2022-05-13T03:58:53.000Z\",\n            \"staff_invite_count\": 0,\n            \"acl_permissions\": [\n                {\n                    \"id\": 24,\n                    \"name\": \"transactions_view\",\n                    \"description\": \"User can view the transaction grid, transaction detail page for each transaction\",\n                    \"scope\": \"read_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-7946bb14-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Transactions\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_transactions\",\n                    \"title\": \"Transactions - View\"\n                },\n                {\n                    \"id\": 25,\n                    \"name\": \"transaction_download\",\n                    \"description\": \"User can download the Transaction Report (both from the Transactions tab and Reports section)\",\n                    \"scope\": \"download_transaction_reports read_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-794e8e52-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Transactions\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"download_transaction_reports read_transactions\",\n                    \"title\": \"Transaction - Download\"\n                },\n                {\n                    \"id\": 28,\n                    \"name\": \"refunds_view\",\n                    \"description\": \"User can view the Refunds tab in the Transactions section\",\n                    \"scope\": \"read_refunds\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-796a59a2-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Refunds\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_refunds\",\n                    \"title\": \"Refunds - View\"\n                },\n                {\n                    \"id\": 29,\n                    \"name\": \"refunds_process\",\n                    \"description\": \"User can process a refund on a particular transaction\",\n                    \"scope\": \"process_refunds read_transactions read_refunds\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-79756c0c-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Refunds\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"process_refunds read_transactions read_refunds\",\n                    \"title\": \"Refunds - Process\"\n                },\n                {\n                    \"id\": 30,\n                    \"name\": \"refunds_download\",\n                    \"description\": \"User can download the Refunds Report (both from the Refunds tab and Reports section)\",\n                    \"scope\": \"download_refund_reports read_refunds\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-797d8ba8-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Refunds\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"download_refund_reports read_refunds\",\n                    \"title\": \"Refunds - Download\"\n                },\n                {\n                    \"id\": 33,\n                    \"name\": \"products_payment_links\",\n                    \"description\": \"User can access Payment Links product on the Dashboard\",\n                    \"scope\": \"read_payment_links create_payment_links update_payment_links delete_payment_links\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-799bb402-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_payment_links create_payment_links update_payment_links delete_payment_links\",\n                    \"title\": \"Products - Payment Links\"\n                },\n                {\n                    \"id\": 34,\n                    \"name\": \"products_buttons\",\n                    \"description\": \"User can access Buttons product on the Dashboard\",\n                    \"scope\": \"read_buttons create_buttons update_buttons delete_buttons\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-79a0fe76-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_buttons create_buttons update_buttons delete_buttons\",\n                    \"title\": \"Products - Buttons\"\n                },\n                {\n                    \"id\": 35,\n                    \"name\": \"products_share_payment_handle\",\n                    \"description\": \"User can access Share Payment Handle product on the Dashboard\",\n                    \"scope\": \"read_payment_handles create_payment_handles update_payment_handles delete_payment_handles\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-79ae844c-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_payment_handles create_payment_handles update_payment_handles delete_payment_handles\",\n                    \"title\": \"Products - Share Payment Handle\"\n                },\n                {\n                    \"id\": 36,\n                    \"name\": \"products_invoices\",\n                    \"description\": \"User can access Invoices product on the Dashboard\",\n                    \"scope\": \"read_invoices create_invoices update_invoices delete_invoices\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-79b59020-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_invoices create_invoices update_invoices delete_invoices\",\n                    \"title\": \"Products - Invoices\"\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Developer\",\n            \"owner_id\": 15,\n            \"owner_type\": \"ProductAccount\",\n            \"description\": null,\n            \"uuid\": \"11ec-d271-015a13be-8936-88665a1313af\",\n            \"created_at\": \"2022-05-13T03:58:53.000Z\",\n            \"updated_at\": \"2022-05-13T03:58:53.000Z\",\n            \"staff_invite_count\": 0,\n            \"acl_permissions\": [\n                {\n                    \"id\": 32,\n                    \"name\": \"products_payment_gateway\",\n                    \"description\": \"User can access the Key/Salt for integration purposes\",\n                    \"scope\": \"manage_credentials\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-79907f7e-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"manage_credentials\",\n                    \"title\": \"Products - Payment Gateway\"\n                },\n                {\n                    \"id\": 33,\n                    \"name\": \"products_payment_links\",\n                    \"description\": \"User can access Payment Links product on the Dashboard\",\n                    \"scope\": \"read_payment_links create_payment_links update_payment_links delete_payment_links\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-799bb402-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_payment_links create_payment_links update_payment_links delete_payment_links\",\n                    \"title\": \"Products - Payment Links\"\n                },\n                {\n                    \"id\": 34,\n                    \"name\": \"products_buttons\",\n                    \"description\": \"User can access Buttons product on the Dashboard\",\n                    \"scope\": \"read_buttons create_buttons update_buttons delete_buttons\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-79a0fe76-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_buttons create_buttons update_buttons delete_buttons\",\n                    \"title\": \"Products - Buttons\"\n                },\n                {\n                    \"id\": 35,\n                    \"name\": \"products_share_payment_handle\",\n                    \"description\": \"User can access Share Payment Handle product on the Dashboard\",\n                    \"scope\": \"read_payment_handles create_payment_handles update_payment_handles delete_payment_handles\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-79ae844c-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_payment_handles create_payment_handles update_payment_handles delete_payment_handles\",\n                    \"title\": \"Products - Share Payment Handle\"\n                },\n                {\n                    \"id\": 36,\n                    \"name\": \"products_invoices\",\n                    \"description\": \"User can access Invoices product on the Dashboard\",\n                    \"scope\": \"read_invoices create_invoices update_invoices delete_invoices\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-79b59020-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_invoices create_invoices update_invoices delete_invoices\",\n                    \"title\": \"Products - Invoices\"\n                },\n                {\n                    \"id\": 44,\n                    \"name\": \"settings_notifications\",\n                    \"description\": \"User can update the notifications email to be sent to users\",\n                    \"scope\": \"manage_payment_notifications manage_treasury_notifications\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b6-9ee64a18-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"manage_payment_notifications manage_treasury_notifications\",\n                    \"title\": \"Settings - Notifications\"\n                },\n                {\n                    \"id\": 45,\n                    \"name\": \"manage_webhooks_one_dashbaord\",\n                    \"description\": \"User can configure webhooks on specific URLs\",\n                    \"scope\": \"manage_webhooks\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e5db-a648a6bc-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"manage_webhooks\",\n                    \"title\": \"Settings - Webhooks\"\n                },\n                {\n                    \"id\": 46,\n                    \"name\": \"settings_checkout_(brand)\",\n                    \"description\": \"User can update brand logo, color and signature to be consumed by Checkout and Payment products\",\n                    \"scope\": \"manage_checkouts\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b6-e9d3efd0-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:21.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:21.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"manage_checkouts\",\n                    \"title\": \"Settings - Checkout (Brand)\"\n                }\n            ]\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Administrator\",\n            \"owner_id\": 15,\n            \"owner_type\": \"ProductAccount\",\n            \"description\": null,\n            \"uuid\": \"11ec-d271-0177740e-8936-88665a1313af\",\n            \"created_at\": \"2022-05-13T03:58:54.000Z\",\n            \"updated_at\": \"2022-05-13T03:58:54.000Z\",\n            \"staff_invite_count\": 0,\n            \"acl_permissions\": [\n                {\n                    \"id\": 23,\n                    \"name\": \"business_summary\",\n                    \"description\": \"Access to the Business Summary which comprises of Analytics (Transactions, Settlements, Refunds). If the user doesn’t have this permission, she can NOT view any analytics; doesn’t matter if she has individual settlement, transactions, refunds permissions.\",\n                    \"scope\": \"view_transaction_summary view_treasury_summary\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-792de2f6-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Business Summary\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"view_transaction_summary view_treasury_summary\",\n                    \"title\": \"Business Summary\"\n                },\n                {\n                    \"id\": 24,\n                    \"name\": \"transactions_view\",\n                    \"description\": \"User can view the transaction grid, transaction detail page for each transaction\",\n                    \"scope\": \"read_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-7946bb14-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Transactions\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_transactions\",\n                    \"title\": \"Transactions - View\"\n                },\n                {\n                    \"id\": 25,\n                    \"name\": \"transaction_download\",\n                    \"description\": \"User can download the Transaction Report (both from the Transactions tab and Reports section)\",\n                    \"scope\": \"download_transaction_reports read_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-794e8e52-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Transactions\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"download_transaction_reports read_transactions\",\n                    \"title\": \"Transaction - Download\"\n                },\n                {\n                    \"id\": 26,\n                    \"name\": \"settlement_view\",\n                    \"description\": \"User can view the settlement grid, settlement detail page for each settlement\",\n                    \"scope\": \"read_settlements read_tdr\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-795538b0-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Settlements\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_settlements read_tdr\",\n                    \"title\": \"Settlement - View\"\n                },\n                {\n                    \"id\": 27,\n                    \"name\": \"settlement_download\",\n                    \"description\": \"User can download the Settlement Report (both from the Settlements tab and Reports section)\",\n                    \"scope\": \"download_settlement_reports read_settlements read_tdr\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-7963c222-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Settlements\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"download_settlement_reports read_settlements read_tdr\",\n                    \"title\": \"Settlement - Download\"\n                },\n                {\n                    \"id\": 28,\n                    \"name\": \"refunds_view\",\n                    \"description\": \"User can view the Refunds tab in the Transactions section\",\n                    \"scope\": \"read_refunds\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-796a59a2-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Refunds\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_refunds\",\n                    \"title\": \"Refunds - View\"\n                },\n                {\n                    \"id\": 29,\n                    \"name\": \"refunds_process\",\n                    \"description\": \"User can process a refund on a particular transaction\",\n                    \"scope\": \"process_refunds read_transactions read_refunds\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-79756c0c-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Refunds\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"process_refunds read_transactions read_refunds\",\n                    \"title\": \"Refunds - Process\"\n                },\n                {\n                    \"id\": 30,\n                    \"name\": \"refunds_download\",\n                    \"description\": \"User can download the Refunds Report (both from the Refunds tab and Reports section)\",\n                    \"scope\": \"download_refund_reports read_refunds\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-797d8ba8-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Refunds\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"download_refund_reports read_refunds\",\n                    \"title\": \"Refunds - Download\"\n                },\n                {\n                    \"id\": 31,\n                    \"name\": \"chargeback\",\n                    \"description\": \"User can access the Bank Portal (maintained by Optimus)\",\n                    \"scope\": \"manage_chargebacks\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-7987a35e-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Chargeback\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"manage_chargebacks\",\n                    \"title\": \"Chargeback\"\n                },\n                {\n                    \"id\": 32,\n                    \"name\": \"products_payment_gateway\",\n                    \"description\": \"User can access the Key/Salt for integration purposes\",\n                    \"scope\": \"manage_credentials\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-79907f7e-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"manage_credentials\",\n                    \"title\": \"Products - Payment Gateway\"\n                },\n                {\n                    \"id\": 33,\n                    \"name\": \"products_payment_links\",\n                    \"description\": \"User can access Payment Links product on the Dashboard\",\n                    \"scope\": \"read_payment_links create_payment_links update_payment_links delete_payment_links\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-799bb402-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_payment_links create_payment_links update_payment_links delete_payment_links\",\n                    \"title\": \"Products - Payment Links\"\n                },\n                {\n                    \"id\": 34,\n                    \"name\": \"products_buttons\",\n                    \"description\": \"User can access Buttons product on the Dashboard\",\n                    \"scope\": \"read_buttons create_buttons update_buttons delete_buttons\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-79a0fe76-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_buttons create_buttons update_buttons delete_buttons\",\n                    \"title\": \"Products - Buttons\"\n                },\n                {\n                    \"id\": 35,\n                    \"name\": \"products_share_payment_handle\",\n                    \"description\": \"User can access Share Payment Handle product on the Dashboard\",\n                    \"scope\": \"read_payment_handles create_payment_handles update_payment_handles delete_payment_handles\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-79ae844c-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_payment_handles create_payment_handles update_payment_handles delete_payment_handles\",\n                    \"title\": \"Products - Share Payment Handle\"\n                },\n                {\n                    \"id\": 36,\n                    \"name\": \"products_invoices\",\n                    \"description\": \"User can access Invoices product on the Dashboard\",\n                    \"scope\": \"read_invoices create_invoices update_invoices delete_invoices\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-79b59020-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payment Products\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_invoices create_invoices update_invoices delete_invoices\",\n                    \"title\": \"Products - Invoices\"\n                },\n                {\n                    \"id\": 38,\n                    \"name\": \"maker_one_dashbaord\",\n                    \"description\": \"User can create a Payout\",\n                    \"scope\": \"maker\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b7-67649c06-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payouts\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"maker\",\n                    \"title\": \"Payouts - Maker\"\n                },\n                {\n                    \"id\": 39,\n                    \"name\": \"checker_one_dashbaord\",\n                    \"description\": \"User can approve a Payout\",\n                    \"scope\": \"checker create_payout_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b7-676ce03c-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payouts\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"checker create_payout_transactions\",\n                    \"title\": \"Payouts - Checker\"\n                },\n                {\n                    \"id\": 40,\n                    \"name\": \"manage_approval_flow_one_dashbaord\",\n                    \"description\": \"User can create maker, checker as well as create and approve a payout\",\n                    \"scope\": \"manage_approval_flow\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b7-6772a378-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Payouts\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"manage_approval_flow\",\n                    \"title\": \"Payout - Manage Approval Flow\"\n                },\n                {\n                    \"id\": 43,\n                    \"name\": \"settings_profile\",\n                    \"description\": \"User can update the profile of the Business; provides access to Common Onboarding\",\n                    \"scope\": \"user_profile update_user_profile\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b6-9ecd551c-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"user_profile update_user_profile\",\n                    \"title\": \"Settings - Profile\"\n                },\n                {\n                    \"id\": 44,\n                    \"name\": \"settings_notifications\",\n                    \"description\": \"User can update the notifications email to be sent to users\",\n                    \"scope\": \"manage_payment_notifications manage_treasury_notifications\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b6-9ee64a18-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"manage_payment_notifications manage_treasury_notifications\",\n                    \"title\": \"Settings - Notifications\"\n                },\n                {\n                    \"id\": 45,\n                    \"name\": \"manage_webhooks_one_dashbaord\",\n                    \"description\": \"User can configure webhooks on specific URLs\",\n                    \"scope\": \"manage_webhooks\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e5db-a648a6bc-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"manage_webhooks\",\n                    \"title\": \"Settings - Webhooks\"\n                },\n                {\n                    \"id\": 46,\n                    \"name\": \"settings_checkout_(brand)\",\n                    \"description\": \"User can update brand logo, color and signature to be consumed by Checkout and Payment products\",\n                    \"scope\": \"manage_checkouts\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b6-e9d3efd0-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:21.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:21.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"manage_checkouts\",\n                    \"title\": \"Settings - Checkout (Brand)\"\n                },\n                {\n                    \"id\": 47,\n                    \"name\": \"settings_users_&_permissions\",\n                    \"description\": \"User can create employees and assign roles to them\",\n                    \"scope\": \"manage_employees manage_roles\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b6-e9e4ec04-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:21.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:21.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"manage_employees manage_roles\",\n                    \"title\": \"Settings - Users & Permissions\"\n                }\n            ]\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Accounts\",\n            \"owner_id\": 15,\n            \"owner_type\": \"ProductAccount\",\n            \"description\": null,\n            \"uuid\": \"11ec-d271-01b40e50-8936-88665a1313af\",\n            \"created_at\": \"2022-05-13T03:58:54.000Z\",\n            \"updated_at\": \"2022-05-13T03:58:54.000Z\",\n            \"staff_invite_count\": 0,\n            \"acl_permissions\": [\n                {\n                    \"id\": 24,\n                    \"name\": \"transactions_view\",\n                    \"description\": \"User can view the transaction grid, transaction detail page for each transaction\",\n                    \"scope\": \"read_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-7946bb14-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Transactions\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_transactions\",\n                    \"title\": \"Transactions - View\"\n                },\n                {\n                    \"id\": 25,\n                    \"name\": \"transaction_download\",\n                    \"description\": \"User can download the Transaction Report (both from the Transactions tab and Reports section)\",\n                    \"scope\": \"download_transaction_reports read_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-794e8e52-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Transactions\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"download_transaction_reports read_transactions\",\n                    \"title\": \"Transaction - Download\"\n                },\n                {\n                    \"id\": 26,\n                    \"name\": \"settlement_view\",\n                    \"description\": \"User can view the settlement grid, settlement detail page for each settlement\",\n                    \"scope\": \"read_settlements read_tdr\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-795538b0-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Settlements\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"read_settlements read_tdr\",\n                    \"title\": \"Settlement - View\"\n                },\n                {\n                    \"id\": 27,\n                    \"name\": \"settlement_download\",\n                    \"description\": \"User can download the Settlement Report (both from the Settlements tab and Reports section)\",\n                    \"scope\": \"download_settlement_reports read_settlements read_tdr\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-7963c222-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Settlements\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"download_settlement_reports read_settlements read_tdr\",\n                    \"title\": \"Settlement - Download\"\n                },\n                {\n                    \"id\": 31,\n                    \"name\": \"chargeback\",\n                    \"description\": \"User can access the Bank Portal (maintained by Optimus)\",\n                    \"scope\": \"manage_chargebacks\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-e3b4-7987a35e-896b-38f9d3c7f51b\",\n                    \"created_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"updated_at\": \"2022-05-13T03:37:20.000Z\",\n                    \"permission_group\": \"Chargeback\",\n                    \"active\": true,\n                    \"product\": 1,\n                    \"scopes\": \"manage_chargebacks\",\n                    \"title\": \"Chargeback\"\n                }\n            ]\n        }\n    ],\n    \"meta\": {\n        \"pageOffset\": 0,\n        \"pageSize\": 1000,\n        \"pages\": 1,\n        \"rows\": 4\n    }\n}"},{"id":"54863032-c562-480e-b7af-ec8cdb63a2de","name":"Unauthorized Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","description":"user token","type":"text"}],"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/acl_roles"},"code":401,"_postman_previewlanguage":null,"header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"6ec8d948-ec87-427f-96ce-7fa79fc20c43","name":"When User Product Account Acl Role don't have manage_roles scope","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user token","type":"text"}],"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/acl_roles"},"code":401,"_postman_previewlanguage":null,"header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"c4177237-2a38-4a5b-9ecb-1d9b7d6a3e23","name":"When ProductAccount is not found with given UUID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user token","type":"text"}],"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9777-88665a1313af/acl_roles"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"e0022091-fd8f-4395-be11-6ad7fcaefab8"},{"name":"Create an ACL Role for a ProductAccount UUID","id":"74c93d58-3886-452d-adb9-4d6b88a4abed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user_token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"CustomName\",\n        \"acl_permission_uuids\": [\n            \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n            \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n            \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/acl_roles","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","acl_roles"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1a1edc52-01df-42a0-a199-f64f282a95a8","name":"Unauthorized Access","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer random_token","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"CustomName\",\n        \"acl_permission_uuids\": [\n            \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n            \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n            \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9777-88665a1313af/acl_roles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"9fb82772-7419-4413-bea3-6f0072f5475f","name":"When ProductAccount is not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"CustomName\",\n        \"acl_permission_uuids\": [\n            \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n            \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n            \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9777-88665a1313af/acl_roles"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"20ee2e9e-d079-42b9-9b27-c082080be2fe","name":"When product account acl_role don't have permissions to manage_roles","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"CustomName\",\n        \"acl_permission_uuids\": [\n            \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n            \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n            \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/acl_roles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"e61bd1c2-c10b-4f80-b788-5f8ef5517aab","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"CustomName\",\n        \"acl_permission_uuids\": [\n            \"11ec-299d-9d192e02-b8db-38f9d35159b9\",\n            \"11ec-6ee3-d82a5e5e-a435-38f9d3c7f51b\",\n            \"11ec-6ee2-633acefe-a435-38f9d3c7f51b\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/acl_roles"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"acl_role\": {\n        \"id\": 7,\n        \"name\": \"CustomName\",\n        \"owner_id\": 15,\n        \"owner_type\": \"ProductAccount\",\n        \"description\": null,\n        \"uuid\": \"11ec-d274-7cc893ec-8936-88665a1313af\",\n        \"created_at\": \"2022-05-13T04:23:49.000Z\",\n        \"updated_at\": \"2022-05-13T04:23:49.000Z\",\n        \"staff_invite_count\": 0,\n        \"acl_permissions\": [\n            {\n                \"id\": 68,\n                \"name\": \"fetch_child_merchant_details\",\n                \"description\": \"Ability to fetch details of child aggregators\",\n                \"scope\": \"fetch_child_merchants\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11ec-299d-9d192e02-b8db-38f9d35159b9\",\n                \"created_at\": \"2022-05-13T03:37:21.000Z\",\n                \"updated_at\": \"2022-05-13T03:37:21.000Z\",\n                \"permission_group\": \"Aggregator Flow\",\n                \"active\": true,\n                \"product\": 1,\n                \"scopes\": \"fetch_child_merchants\",\n                \"title\": \"Fetch Child Merchants Detail\"\n            }\n        ]\n    }\n}"}],"_postman_id":"74c93d58-3886-452d-adb9-4d6b88a4abed"},{"name":"Edit an ACL Role owned by a ProductAccount UUID","id":"8d3c1f1f-9e46-4bf5-a852-3487e6ec4d44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user_token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"\",\n        \"acl_permission_uuids\": [],\n        \"acl_role_id\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/acl_roles/{{acl_role_uuid}}","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","acl_roles","{{acl_role_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e7f1834e-425f-40ba-910d-f78a65f13443","name":"Unauhtorized Request","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer random","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"CustomName Changed\",\n        \"acl_permission_uuids\": [\"11ec-299d-9d192e02-b8db-38f9d35159b9\"],\n        \"acl_role_id\": 7\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/acl_roles/11ec-d274-7cc893ec-8936-88665a1313af"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"dea918e8-25d2-40a7-813d-31ebbb501710","name":"when product_account is not found with given uuid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"CustomName Changed\",\n        \"acl_permission_uuids\": [\"11ec-299d-9d192e02-b8db-38f9d35159b9\"],\n        \"acl_role_id\": 7\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9727-88665a1313af/acl_roles/11ec-d274-7cc893ec-8936-88665a1313af"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"94cc1e70-5733-4cc3-9587-c66b494f8143","name":"When acl_role is not found with given acl_role_uuid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"CustomName Changed\",\n        \"acl_permission_uuids\": [\"11ec-299d-9d192e02-b8db-38f9d35159b9\"],\n        \"acl_role_id\": 7\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/acl_roles/11ec-d274-7cc893ec-8936-88665a1313am"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"085ad621-d4cc-4d08-8d0b-4f862c6f6d3b","name":"Success Response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"CustomName Changed\",\n        \"acl_permission_uuids\": [\"11ec-299d-9d192e02-b8db-38f9d35159b9\"],\n        \"acl_role_id\": 7\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/acl_roles/11ec-d274-7cc893ec-8936-88665a1313af"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"acl_role\": {\n        \"id\": 7,\n        \"name\": \"CustomName Changed\",\n        \"owner_id\": 15,\n        \"owner_type\": \"ProductAccount\",\n        \"description\": null,\n        \"uuid\": \"11ec-d274-7cc893ec-8936-88665a1313af\",\n        \"created_at\": \"2022-05-13T04:23:49.000Z\",\n        \"updated_at\": \"2022-05-13T04:34:41.000Z\",\n        \"staff_invite_count\": 0,\n        \"acl_permissions\": [\n            {\n                \"id\": 68,\n                \"name\": \"fetch_child_merchant_details\",\n                \"description\": \"Ability to fetch details of child aggregators\",\n                \"scope\": \"fetch_child_merchants\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11ec-299d-9d192e02-b8db-38f9d35159b9\",\n                \"created_at\": \"2022-05-13T03:37:21.000Z\",\n                \"updated_at\": \"2022-05-13T03:37:21.000Z\",\n                \"permission_group\": \"Aggregator Flow\",\n                \"active\": true,\n                \"product\": 1,\n                \"scopes\": \"fetch_child_merchants\",\n                \"title\": \"Fetch Child Merchants Detail\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8d3c1f1f-9e46-4bf5-a852-3487e6ec4d44"},{"name":"Delete an ACL Role owned by a ProductAccount UUID","id":"c5b94a33-2e4f-470b-9ff7-680f961ca9b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/acl_roles/{{acl_role_uuid}}","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","acl_roles","{{acl_role_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"40bdf0d4-bab7-4449-9fae-044672a7af1a","name":"Unauthorized request","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer random","type":"text"}],"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/acl_roles/11ec-d274-7cc893ec-8936-88665a1313af"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"a3d931fa-474d-45d4-8f76-72ca436b623e","name":"When product_account is not found with given product_account_uuid","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","type":"text"}],"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9727-88665a1313af/acl_roles/11ec-d274-7cc893ec-8936-88665a1313af"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"fb788029-cd21-4772-abeb-ecd75c446ef8","name":"When acl_role is not found with given acl_role_uuid","originalRequest":{"method":"DELETE","header":[{"key":"","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","type":"text"}],"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/acl_roles/11ec-d274-7cc893ec-8936-88665a1313am"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"b5f2edd3-5a63-46aa-87ed-2c196ec6d085","name":"Success Response","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","type":"text"}],"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/acl_roles/11ec-d274-7cc893ec-8936-88665a1313af"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c5b94a33-2e4f-470b-9ff7-680f961ca9b8"}],"id":"8de10a08-008b-4212-bc0c-c72174d0db67","_postman_id":"8de10a08-008b-4212-bc0c-c72174d0db67","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Address","item":[{"name":"Put Address Details","id":"78310b1f-7472-4ed0-aa81-f1cad9abafe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user token recieved from HUB</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Registered\": {\n        \"address_line\": \"new reg address line\",\n        \"pincode\": \"110043\"\n    },\n    \"Operating\": {\n        \"address_line\": \"new op address line\",\n        \"pincode\": \"11043\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/addresses","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","addresses"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"409010f2-520e-46d7-b965-50ff4927a9e7","name":"When Product Account's addresses are not found","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user token recieved from HUB","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Registered\": {\n        \"address_line\": \"new reg address line12\",\n        \"pincode\": \"110043\"\n    },\n    \"Operating\": {\n        \"address_line\": \"new op address line12\",\n        \"pincode\": \"110043\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/addresses"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"7f988acd-30f2-43e5-982f-f80a83a3ad21","name":"When ProductAccount is not found","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Registered\": {\n        \"address_line\": \"new reg address line12\",\n        \"pincode\": \"110043\"\n    },\n    \"Operating\": {\n        \"address_line\": \"new op address line12\",\n        \"pincode\": \"110043\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/addresses"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"00e10282-1ebd-4909-8841-b1153e3f85b2","name":"Unauthorized Request","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer random","description":"user token recieved from HUB","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Registered\": {\n        \"address_line\": \"new reg address line12\",\n        \"pincode\": \"110043\"\n    },\n    \"Operating\": {\n        \"address_line\": \"new op address line12\",\n        \"pincode\": \"110043\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/addresses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"42059a3f-eadb-46fb-abb2-5639c9951920","name":"Success Response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user token recieved from HUB","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Registered\": {\n        \"address_line\": \"new reg address line12\",\n        \"pincode\": \"110043\"\n    },\n    \"Operating\": {\n        \"address_line\": \"new op address line12\",\n        \"pincode\": \"110043\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/addresses"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"addresses\": [\n        {\n            \"id\": 1,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110043,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"new reg address line12\",\n            \"uuid\": \"11ec-d2a0-e82edf52-a3ec-88665a1313af\",\n            \"created_at\": \"2022-05-13T09:41:48.000Z\",\n            \"updated_at\": \"2022-05-13T09:51:14.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 15,\n            \"record_type\": \"ProductAccount\"\n        },\n        {\n            \"id\": 2,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110043,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"new op address line12\",\n            \"uuid\": \"11ec-d2a0-fb3319a6-a3ec-88665a1313af\",\n            \"created_at\": \"2022-05-13T09:42:19.000Z\",\n            \"updated_at\": \"2022-05-13T09:51:15.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 15,\n            \"record_type\": \"ProductAccount\"\n        }\n    ]\n}"},{"id":"11b78d03-ed73-40e0-bb33-3890b13ccc79","name":"When Pincode is wrong","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user token recieved from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Registered\": {\n        \"address_line\": \"new reg address line12\",\n        \"pincode\": \"110043\"\n    },\n    \"Operating\": {\n        \"address_line\": \"new op address line12\",\n        \"pincode\": \"11043\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/addresses"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid parameter\"\n}"}],"_postman_id":"78310b1f-7472-4ed0-aa81-f1cad9abafe4"}],"id":"e8458ca2-7dd6-4571-8b35-87c788dc074b","_postman_id":"e8458ca2-7dd6-4571-8b35-87c788dc074b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Sigining Contact Details","item":[{"name":"Create Contact Details of a ProductAccount","id":"b89bea17-ab1a-4cc1-9a8a-f7e6b14dea20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user token received from hub or user_token with scope 'update_user_profile'</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [\n         { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995C\",\n            \"name\": \"The Undertaker\",\n            \"email\": \"authorised_signatory@gmail.com\",\n            \"authorised_signatory\": true,\n            \"contact_detail_type\": \"Signing Authority\" },\n          { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995R\",\n            \"name\": \"Tyler Durden\",\n            \"email\": \"partner@gmail.com\",\n            \"authorised_signatory\": false,\n            \"contact_detail_type\": \"Partner\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","contact_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bb4bee26-9287-4cca-b829-e07c4867b095","name":"Create Contact Details of a ProductAccount","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer random","description":"user token received from hub or user_token with scope 'update_user_profile'","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [\n         { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995C\",\n            \"name\": \"The Undertaker\",\n            \"email\": \"authorised_signatory@gmail.com\",\n            \"authorised_signatory\": true,\n            \"contact_detail_type\": \"Signing Authority\" },\n          { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995R\",\n            \"name\": \"Tyler Durden\",\n            \"email\": \"partner@gmail.com\",\n            \"authorised_signatory\": false,\n            \"contact_detail_type\": \"Partner\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/contact_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"99bbdf69-5373-441b-95af-f998744711e9","name":"When ProductAccount is not found with given product_account_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user token received from hub or user_token with scope 'update_user_profile'","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [\n         { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995C\",\n            \"name\": \"The Undertaker\",\n            \"email\": \"authorised_signatory@gmail.com\",\n            \"authorised_signatory\": true,\n            \"contact_detail_type\": \"Signing Authority\" },\n          { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995R\",\n            \"name\": \"Tyler Durden\",\n            \"email\": \"partner@gmail.com\",\n            \"authorised_signatory\": false,\n            \"contact_detail_type\": \"Partner\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9727-88665a1313af/contact_details"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"6c910770-a721-4b48-ac6c-4ee0b2f62f67","name":"When signatory attributes are not passed in params","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user token received from hub or user_token with scope 'update_user_profile'","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/contact_details"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"param is missing or the value is empty: signatory_contact_details_attributes\"\n}"},{"id":"b1a0a366-a821-45a6-b06d-f3e627c6428a","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user token received from hub or user_token with scope 'update_user_profile'","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [\n         { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995C\",\n            \"name\": \"The Undertaker\",\n            \"email\": \"authorised_signatory@gmail.com\",\n            \"authorised_signatory\": true,\n            \"contact_detail_type\": \"Signing Authority\" },\n          { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995R\",\n            \"name\": \"Tyler Durden\",\n            \"email\": \"partner@gmail.com\",\n            \"authorised_signatory\": false,\n            \"contact_detail_type\": \"Partner\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/contact_details"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"contact_details\": [\n        {\n            \"id\": 1,\n            \"name\": \"The Undertaker\",\n            \"email\": \"authorised_signatory@gmail.com\",\n            \"mobile\": null,\n            \"designation\": \"Others\",\n            \"contact_detail_type\": \"Signing Authority\",\n            \"authorised_signatory\": true,\n            \"account_uuid\": null,\n            \"uuid\": \"11ec-d2a5-52ecdf84-9f5a-88665a1313af\",\n            \"active\": true,\n            \"created_at\": \"2022-05-13T10:13:24.000Z\",\n            \"updated_at\": \"2022-05-13T10:13:24.000Z\",\n            \"email_verified\": false,\n            \"record_id\": null,\n            \"record_type\": null,\n            \"temp_account_id\": null,\n            \"product_record_id\": 15,\n            \"product_record_type\": \"ProductAccount\",\n            \"pancard_number\": \"AKHPY1995C\",\n            \"cin_number\": \"U72400MH2006PTC293037\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Tyler Durden\",\n            \"email\": \"partner@gmail.com\",\n            \"mobile\": null,\n            \"designation\": \"Others\",\n            \"contact_detail_type\": \"Partner\",\n            \"authorised_signatory\": false,\n            \"account_uuid\": null,\n            \"uuid\": \"11ec-d2a5-5304e91c-9f5a-88665a1313af\",\n            \"active\": true,\n            \"created_at\": \"2022-05-13T10:13:24.000Z\",\n            \"updated_at\": \"2022-05-13T10:13:24.000Z\",\n            \"email_verified\": false,\n            \"record_id\": null,\n            \"record_type\": null,\n            \"temp_account_id\": null,\n            \"product_record_id\": 15,\n            \"product_record_type\": \"ProductAccount\",\n            \"pancard_number\": null,\n            \"cin_number\": null\n        }\n    ]\n}"},{"id":"48a65b2f-af09-4971-8e37-7714cc324765","name":"When signing_authority_detail email is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user token received from hub or user_token with scope 'update_user_profile'","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [\n         { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995C\",\n            \"name\": \"The Undertaker\",\n            \"email\": \"authorised_signatory@gmail\",\n            \"authorised_signatory\": true,\n            \"contact_detail_type\": \"Signing Authority\" },\n          { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995R\",\n            \"name\": \"Tyler Durden\",\n            \"email\": \"partner@gmail.com\",\n            \"authorised_signatory\": false,\n            \"contact_detail_type\": \"Partner\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/contact_details"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"signing_authority_detail.email\": [\n                \"is invalid\"\n            ]\n        }\n    ]\n}"},{"id":"de64a4fa-2236-4853-9da3-081f4d93b48a","name":"When signing_authority_detail pancard_number is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user token received from hub or user_token with scope 'update_user_profile'","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [\n         { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995C\",\n            \"name\": \"The Undertaker\",\n            \"email\": \"authorised_signatory@gmail.com\",\n            \"authorised_signatory\": true,\n            \"contact_detail_type\": \"Signing Authority\" },\n          { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995R\",\n            \"name\": \"Tyler Durden\",\n            \"email\": \"partner@gmail.com\",\n            \"authorised_signatory\": false,\n            \"contact_detail_type\": \"Partner\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/contact_details"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"signing_authority_detail.pancard_number\": [\n                \"is invalid\"\n            ]\n        }\n    ]\n}"},{"id":"d2294dbe-c6ca-4830-b9f2-70d2516bc639","name":"When signing_authority_detail cin_number is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user token received from hub or user_token with scope 'update_user_profile'","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [\n         { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995C\",\n            \"name\": \"The Undertaker\",\n            \"email\": \"authorised_signatory@gmail.com\",\n            \"authorised_signatory\": true,\n            \"contact_detail_type\": \"Signing Authority\" },\n          { \"cin_number\": \"U72400MH2006PTC293037\",\n            \"pancard_number\": \"AKHPY1995R\",\n            \"name\": \"Tyler Durden\",\n            \"email\": \"partner@gmail.com\",\n            \"authorised_signatory\": false,\n            \"contact_detail_type\": \"Partner\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"signing_authority_detail.cin_number\": [\n                \"is invalid\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"b89bea17-ab1a-4cc1-9a8a-f7e6b14dea20"},{"name":"Update Signing Contact Details","id":"bcd616bb-706b-4459-8f63-c8a4e4b320d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user_token received from HUB</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [\n        {\n            \"email\": \"jugnu.siwach@payu.in\",\n             \"authorised_signatory\": true,\n             \"contact_detail_type\": \"Signing Authority\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details/{{contact_detail_uuid}}","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","contact_details","{{contact_detail_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2e326be2-23c7-4f1c-80d2-a20d32b1534d","name":"Unauthorized Request","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer random","description":"user_token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [\n        {\n            \"email\": \"jugnu.siwach@payu.in\",\n             \"authorised_signatory\": true,\n             \"contact_detail_type\": \"Signing Authority\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/contact_details/11ec-d2a7-39f40d98-9f5a-88665a1313af"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"fa8f4d30-a6e3-46e8-80af-71142fee5714","name":"When ProductAccount with given product_account_uuid is not found","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user_token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [\n        {\n            \"email\": \"jugnu.siwach@payu.in\",\n             \"authorised_signatory\": true,\n             \"contact_detail_type\": \"Signing Authority\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9727-88665a1313af/contact_details/11ec-d2a7-39f40d98-9f5a-88665a1313af"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"17a766c1-1f81-4517-96ee-fe34aca1e087","name":"when contact_detail is not found with given contact_detail_uuid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user_token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [\n        {\n            \"email\": \"jugnu.siwach@payu.in\",\n             \"authorised_signatory\": true,\n             \"contact_detail_type\": \"Signing Authority\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/contact_details/11ec-d2a7-39f40d98-9f5a-88665a1313am"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"c93e056b-f6b0-4878-944c-bf80361f18cc","name":"Success Response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer cdc8816aaba2cab26eb847d8d05888c9972814e6649b1b4d5bb72465b6465c8b","description":"user_token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [\n        {\n            \"email\": \"jugnu.siwach@payu.in\",\n             \"authorised_signatory\": true,\n             \"contact_detail_type\": \"Signing Authority\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/contact_details/11ec-d2a7-39f40d98-9f5a-88665a1313af"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"contact_detail\": {\n        \"id\": 6,\n        \"name\": \"The Undertaker\",\n        \"email\": \"jugnu.siwach@payu.in\",\n        \"mobile\": null,\n        \"designation\": \"Others\",\n        \"contact_detail_type\": \"Signing Authority\",\n        \"authorised_signatory\": true,\n        \"account_uuid\": null,\n        \"uuid\": \"11ec-d2a7-39f40d98-9f5a-88665a1313af\",\n        \"active\": true,\n        \"created_at\": \"2022-05-13T10:27:01.000Z\",\n        \"updated_at\": \"2022-05-13T10:31:10.000Z\",\n        \"email_verified\": false,\n        \"record_id\": null,\n        \"record_type\": null,\n        \"temp_account_id\": null,\n        \"product_record_id\": 15,\n        \"product_record_type\": \"ProductAccount\",\n        \"pancard_number\": \"AKHPY1995C\",\n        \"cin_number\": \"U72400MH2006PTC293037\"\n    }\n}"},{"id":"d56349f6-8a0e-4ba1-86ed-6ffdb5f1c4da","name":"When email is invalid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"user_token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [\n        {\n            \"email\": \"jugnu.siwach@payu\",\n             \"authorised_signatory\": true,\n             \"contact_detail_type\": \"Signing Authority\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v3/product_accounts/11ec-d26f-390ce194-9729-88665a1313af/contact_details/11ec-d2a7-39f40d98-9f5a-88665a1313af"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"signing_authority_detail.email\": [\n        \"Signing authority detail email is invalid\"\n    ]\n}"}],"_postman_id":"bcd616bb-706b-4459-8f63-c8a4e4b320d6"}],"id":"29c3c3bf-5926-4a7e-af5e-a1da98fef5af","_postman_id":"29c3c3bf-5926-4a7e-af5e-a1da98fef5af","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"fetch kyc details","item":[{"name":"CIN ","id":"0d13a857-f246-4913-9607-08b5e234f610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cin\":\"U65910MH1992PTC068664\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/company_details","description":"<p>CIN API is used to fetch company details</p>\n<p>Mandatory param: cin_number</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","company_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cc1836f0-0483-4265-a7b6-6ec154c16a73","name":"when cin is nil","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cin\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/company_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3207a282-63db-4bb6-a10f-10c35cb489dc"},{"key":"X-Runtime","value":"2.199284"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"cin number cannot be blank\"\n}"},{"id":"e608b062-434d-44b4-a4b9-ef5a0bd8d1f2","name":"when token has expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cin\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/company_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"cc2d6b92-7188-4dbd-846c-3866450338a4"},{"key":"X-Runtime","value":"1.476278"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"567bd9d5-23a0-488b-858f-c8683cf95e62","name":"when cin is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cin\":\"U65910MH1992PTC0664\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/company_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"bdae23e4-314e-4a5e-a7f1-eb030b79066b"},{"key":"X-Runtime","value":"0.874229"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"cin number is invalid\"\n}"},{"id":"5d209035-7849-49b0-befe-64eb18c05f93","name":"when user is not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cin\":\"U65910MH1992PTC068664\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/company_details"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"14bfee01-e561-4501-94e0-bdafb266cf4f"},{"key":"X-Runtime","value":"2.371043"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"954e30d9-d34d-4773-843e-daa6047321c2","name":"Success response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cin\":\"U65910MH1992PTC068664\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/company_details"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"company_details\": {\n        \"company_name\": null,\n        \"address\": \"102, EMPRESA, 2ND ROAD, KHAR (WEST), NEAR AMORE MUMBAI Mumbai City MH 400052 IN \",\n        \"company_category\": null\n    }\n}"}],"_postman_id":"0d13a857-f246-4913-9607-08b5e234f610"},{"name":"shop and establishment","id":"29a17b52-c9fb-4d28-89e7-65af9fdf39e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?area_code=HR&reg_no=304713","description":"<p>Shop and establishment API is used to fetch shop details\nMandatory params: area_code and reg_no</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"host":["{{onboarding_base_url}}"],"query":[{"description":{"content":"<p>area code</p>\n","type":"text/plain"},"key":"area_code","value":"HR"},{"description":{"content":"<p>shop number/registration number</p>\n","type":"text/plain"},"key":"reg_no","value":"304713"}],"variable":[]}},"response":[{"id":"e4ea11d4-2882-45c5-b96f-db4a0308122b","name":"when area code or shop number is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?area_code=HRU&reg_no=342423","host":["{{onboarding_base_url}}"],"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"query":[{"key":"area_code","value":"HRU","description":"area code"},{"key":"reg_no","value":"342423","description":"shop number/registration number"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c7f3ad5b-4377-40ab-82fb-3bc617141c9a"},{"key":"X-Runtime","value":"3.718065"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid ID number or combination of inputs\"\n}"},{"id":"ac408db7-92e3-434c-9fab-4097b97b4f7c","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?area_code=HR&reg_no=304713","host":["{{onboarding_base_url}}"],"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"query":[{"key":"area_code","value":"HR","description":"area code"},{"key":"reg_no","value":"304713","description":"shop number/registration number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"f08474ba0a11a749eec87fa29d0d2986\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"57716e03-5088-411c-8f2c-1eac0ee96191"},{"key":"X-Runtime","value":"7.133443"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"shop_details\": {\n        \"entity_name\": \"Pocket FM Private Limited\",\n        \"address\": \"B1/201 PWO HOUSING COMPLEX, SECTOR 43 GURGAON 122009 HARYANA, Village/Town: Gurgaon-i, Tehsil: Gurgaon, District: Gurugram\",\n        \"nature_of_business\": \"\"\n    }\n}"},{"id":"28153355-e067-4dd5-86d0-5011b15f9f7a","name":"when shop number is blank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?area_code=HR","host":["{{onboarding_base_url}}"],"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"query":[{"key":"area_code","value":"HR","description":"area code"},{"key":"reg_no","value":"304713","description":"shop number/registration number","disabled":true}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"dd3e677d-a352-4826-ba0c-b6a24e2b720b"},{"key":"X-Runtime","value":"0.868410"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"reg_no cannot be blank\"\n}"},{"id":"02731f74-bf01-4ac3-bad1-8eeb5e6e65ce","name":"when area code is blank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?reg_no=304713","host":["{{onboarding_base_url}}"],"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"query":[{"key":"area_code","value":"HR","description":"area code","disabled":true},{"key":"reg_no","value":"304713","description":"shop number/registration number"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"493474f3-2f74-4b01-bfd0-d7d06bf0a9ba"},{"key":"X-Runtime","value":"0.365710"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"area_code cannot be blank\"\n}"},{"id":"2a7ed4ae-03cc-4e1d-9086-26faaaac98c5","name":"when token has expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?area_code=HR&reg_no=304713","host":["{{onboarding_base_url}}"],"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"query":[{"key":"area_code","value":"HR","description":"area code"},{"key":"reg_no","value":"304713","description":"shop number/registration number"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"2280e3df-18f1-4d38-8f1b-3ec0bffaa325"},{"key":"X-Runtime","value":"0.218888"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"f76b0dd7-04a5-4d7d-aef0-7298c6294ff1","name":"when user is not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?area_code=HR&reg_no=304713","host":["{{onboarding_base_url}}"],"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"query":[{"key":"area_code","value":"HR","description":"area code"},{"key":"reg_no","value":"304713","description":"shop number/registration number"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"aaf63ee0-6c16-4d30-85a2-e4060ccbc8fb"},{"key":"X-Runtime","value":"0.261852"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"29a17b52-c9fb-4d28-89e7-65af9fdf39e8"},{"name":"gstin_details","id":"e5ba82e7-4406-49e3-8331-5c8c2d93eb48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"gstin\": \"27AAACR5055K1Z7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gstin_details","description":"<p>Gstin API is used to fetch gstin details from the gst number\nMandatory param : gstin</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","gstin_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"50f943d9-3090-4a83-9ef2-a29895655443","name":"when user is not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"gstin\": \"27AAACR5055K1Z7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gstin_details"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"865dac36-9f5e-435a-8c3f-b8e35817ff17"},{"key":"X-Runtime","value":"0.259325"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"fc16ca88-c27d-45e9-8a73-08dae9d92d85","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"gstin\": \"27AAACR5055K1Z7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gstin_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"3f3c04abe8e01e23c72b40a7f4e9f146\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"1b982234-aa99-4582-9581-12738ad3f4d3"},{"key":"X-Runtime","value":"4.579012"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"gstin_details\": {\n        \"tradename\": \"RELIANCE INDUSTRIES LIMITED\",\n        \"address\": \"Reliance Corporate Park, 5, 5, TTC Industrial Area, Thane Belapur Road, Ghansoli, Navi Mumbai, Maharashtra, pin: 400701\"\n    }\n}"},{"id":"2374be59-4145-4ee4-9d3c-ee3dfbaf61dd","name":"when gst number is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"gstin\": \"27AAACR5098055K1Z7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gstin_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c2bcdc65-54b0-42cd-ad58-cd15f0ecbc60"},{"key":"X-Runtime","value":"0.666566"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"gstin\": [\n            \"invalid format\"\n        ]\n    }\n}"},{"id":"54b7ae7d-9ebe-414d-9179-280d4fae96e8","name":"when gst number is blank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"gstin\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gstin_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"2fc5741f-6a3c-4433-846c-5fbf2c6f8f95"},{"key":"X-Runtime","value":"0.241494"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"gstin cannot be blank\"\n}"},{"id":"8e29a478-e874-4bba-8b00-21fde7a1b8c9","name":"when token has expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"gstin\": \"27AAACR5055K1Z7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gstin_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7e433c11-4494-4db4-ac25-58cf088e0be5"},{"key":"X-Runtime","value":"1.261858"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"e5ba82e7-4406-49e3-8331-5c8c2d93eb48"}],"id":"32d0971b-458e-4c05-83cb-86f6de91fd16","_postman_id":"32d0971b-458e-4c05-83cb-86f6de91fd16","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"DVS wrapper APIs","item":[{"name":"pan_gst_details","id":"0c0c9400-8c2b-491f-a401-3fb450345978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/pan_gst_details","urlObject":{"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","pan_gst_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"40b4b7d6-d377-4700-819f-90d6d70a0b05","name":"Invalid token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/pan_gst_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"62cb4bbb-db90-4dcf-9689-48e79d205e46"},{"key":"X-Runtime","value":"1.247193"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"d65e671c-aba4-4c37-9354-4fe0bce67111","name":"Invalid pan card number","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/pan_gst_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3176c39e-df3e-4d67-9b4b-987186ffd037"},{"key":"X-Runtime","value":"2.242133"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"pancard_number\": \"Invalid Pan number\"\n    }\n}"},{"id":"b059a27e-02f9-4860-a34c-5079f90199b3","name":"Success reponse","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/pan_gst_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1af9de50cbf2a26bf1d3669d8a1a421b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"779c256b-d358-4a78-bded-5c5c1ba7b69d"},{"key":"X-Runtime","value":"1.201865"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"pan_detail\": {\n        \"name\": \"PAYU PAYMENTS PRIVATE LIMITED\"\n    },\n    \"gst_details\": [\n        {\n            \"gstinId\": \"06AAJCS9091D1Z4\",\n            \"registrationName\": \"\",\n            \"pan\": \"AAJCS9091D\",\n            \"authStatus\": \"Active\"\n        },\n        {\n            \"gstinId\": \"27AAJCS9091D1Z0\",\n            \"registrationName\": \"\",\n            \"pan\": \"AAJCS9091D\",\n            \"authStatus\": \"Active\"\n        },\n        {\n            \"gstinId\": \"29AAJCS9091D1ZW\",\n            \"registrationName\": \"\",\n            \"pan\": \"AAJCS9091D\",\n            \"authStatus\": \"Active\"\n        }\n    ]\n}"}],"_postman_id":"0c0c9400-8c2b-491f-a401-3fb450345978"},{"name":"gst_details","id":"f3de89ac-53a5-471f-a87f-42a114b8f1b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/gst_details","urlObject":{"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","gst_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"87f2aa86-2be6-4cfd-a475-88441da2e6e9","name":"invalid pan card number","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS909","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/gst_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"af83c99f-7551-4fb3-9a67-0c7afa5ec0d9"},{"key":"X-Runtime","value":"0.299817"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"pancard_number\": \"Invalid Pan number\"\n    }\n}"},{"id":"24ae6f8f-e25e-44cd-9d71-d6425db55a3f","name":"Invalid token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/gst_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3b58dc61-b62b-4b95-b34e-e9fbf47ba47e"},{"key":"X-Runtime","value":"4.342805"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"fcd567c8-5818-4d3c-a59c-3e7578670855","name":"Success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/gst_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"17f29567d41cc544fc4039a4d854303e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e1cf5751-e95a-4029-9ee3-fea8031a1e23"},{"key":"X-Runtime","value":"4.863158"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"gst_details\": [\n        {\n            \"gstinId\": \"06AAJCS9091D1Z4\",\n            \"registrationName\": \"\",\n            \"pan\": \"AAJCS9091D\",\n            \"authStatus\": \"Active\"\n        },\n        {\n            \"gstinId\": \"27AAJCS9091D1Z0\",\n            \"registrationName\": \"\",\n            \"pan\": \"AAJCS9091D\",\n            \"authStatus\": \"Active\"\n        },\n        {\n            \"gstinId\": \"29AAJCS9091D1ZW\",\n            \"registrationName\": \"\",\n            \"pan\": \"AAJCS9091D\",\n            \"authStatus\": \"Active\"\n        }\n    ]\n}"}],"_postman_id":"f3de89ac-53a5-471f-a87f-42a114b8f1b8"},{"name":"gstin_details","id":"86100cd1-d5c1-48af-b7f8-712f72dee58c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"gstin","value":"09AAJCS9091D1ZY","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/gstin_details","urlObject":{"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","gstin_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9743ec79-c3cc-4b8c-a80e-d356d3caf7aa","name":"unauthorised","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer invalid_token"}],"body":{"mode":"formdata","formdata":[{"key":"gstin","value":"09AAJCS9091D1ZY","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/gstin_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2024 10:53:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"ef9ac753-e3ee-4848-a44e-de4ed3cacf71"},{"key":"X-Runtime","value":"0.042539"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"200dab38-b134-455b-8f3c-a1e2a41e7a99","name":"invalid_gst","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"gstin","value":"09AAJCS9091D1ZYYY","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/gstin_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2024 10:53:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"d7dbb639-ce5f-49b9-88eb-3a3fb033b52f"},{"key":"X-Runtime","value":"0.450899"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"gstin\": [\n            \"invalid format\"\n        ]\n    }\n}"},{"id":"d2c1fdbd-138a-4fa2-9c7b-4f3852e480eb","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"gstin","value":"09AAJCS9091D1ZY","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/gstin_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 May 2024 08:02:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"22f786bc7494c52209ee3e31c165bf77\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"5f3839cb-8e91-4bbf-b70e-0a5a6264d4d2"},{"key":"X-Runtime","value":"1.155021"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://test-dms.payu.in https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://*.payu.in https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.my.salesforce.com/ https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://payuin--onepayudev.my.salesforce.com/ https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"gstin_details\": {\n        \"tradename\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n        \"constitution_of_business\": \"Private Limited Company\",\n        \"nature_of_business\": [\n            \"Supplier of Services\",\n            \"Recipient of Goods or Services\"\n        ],\n        \"date_of_registration\": \"17/01/2023\",\n        \"state_jurisdiction\": \"Sector-2,Gautambudha Nagar\",\n        \"central_jurisdiction\": \"RANGE - 5\",\n        \"address\": \"UGF, World Trade Tower, Plot No. 1, Block C, Block B, Sector 16, Delhi Noida Direct Flyway, Central Auto Market, Noida, Gautambuddha Nagar, Uttar Pradesh, pin: 201301\"\n    }\n}"}],"_postman_id":"86100cd1-d5c1-48af-b7f8-712f72dee58c"}],"id":"38ba6773-ec70-4956-b689-53daad179967","_postman_id":"38ba6773-ec70-4956-b689-53daad179967","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"partner_merchants","item":[{"name":"add_partner_staff","id":"2f0711ab-9ffb-4756-a6b1-bc1aa3d83e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"{{host}}/api/v3/partner_merchants/{{product_account_uuid}}/add_partner_staff?user_uuid={{user2_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","partner_merchants","{{product_account_uuid}}","add_partner_staff"],"host":["{{host}}"],"query":[{"key":"user_uuid","value":"{{user2_uuid}}"}],"variable":[]}},"response":[{"id":"b094e3c7-0d0f-4cc9-8b74-066747233296","name":"unauthenticated_user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}1","type":"text"}],"url":{"raw":"{{host}}/api/v3/partner_merchants/{{product_account_uuid}}/add_partner_staff?user_uuid={{user2_uuid}}","host":["{{host}}"],"path":["api","v3","partner_merchants","{{product_account_uuid}}","add_partner_staff"],"query":[{"key":"user_uuid","value":"{{user2_uuid}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"8908b82b-b0c0-4d0d-aaf0-8225f121f0eb"},{"key":"X-Runtime","value":"1.515146"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"ce7eb084-95f5-4f52-9098-4f372772f189","name":"unauthorised_user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/partner_merchants/{{product_account_uuid}}/add_partner_staff?user_uuid={{user2_uuid}}","host":["{{host}}"],"path":["api","v3","partner_merchants","{{product_account_uuid}}","add_partner_staff"],"query":[{"key":"user_uuid","value":"{{user2_uuid}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c7355ae2-a6e1-430c-8236-da5d6c13dbb3"},{"key":"X-Runtime","value":"18.095309"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"d8fd35c6-f204-4030-bc50-3b490043f4b8","name":"invalid_product_account_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/partner_merchants/random_uuid/add_partner_staff?user_uuid={{user2_uuid}}","host":["{{host}}"],"path":["api","v3","partner_merchants","random_uuid","add_partner_staff"],"query":[{"key":"user_uuid","value":"{{user2_uuid}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"860e0f4d-a0a3-4a64-a744-621eb97da337"},{"key":"X-Runtime","value":"0.892005"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"7bdb1af6-fe68-47c1-9309-2a033e720061","name":"uuid_is_valid_but_merchnat_is_not_partner_merchant","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/partner_merchants/{{product_account_uuid}}/add_partner_staff?user_uuid={{user2_uuid}}","host":["{{host}}"],"path":["api","v3","partner_merchants","{{product_account_uuid}}","add_partner_staff"],"query":[{"key":"user_uuid","value":"{{user2_uuid}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3b0e5263-1607-4e27-90a5-64df8b340316"},{"key":"X-Runtime","value":"0.422998"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"d0d9f5f2-ac30-4d9e-8045-c0a7eee14b0f","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/partner_merchants/{{product_account_uuid}}/add_partner_staff?user_uuid={{user2_uuid}}","host":["{{host}}"],"path":["api","v3","partner_merchants","{{product_account_uuid}}","add_partner_staff"],"query":[{"key":"user_uuid","value":"{{user2_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"d1574067bb11c2cc38351151194c38df\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f2371f8f-d6f9-4846-893d-c4c1f6d845c1"},{"key":"X-Runtime","value":"48.051114"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"staff created successfully\"\n}"}],"_postman_id":"2f0711ab-9ffb-4756-a6b1-bc1aa3d83e58"},{"name":"change_partner_staff_user","id":"ccf037e2-663a-41d7-8d89-5ed2812c1f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"{{host}}/api/v3/partner_merchants/change_partner_staff_user?old_user_uuid={{user2_uuid}}&new_user_uuid={{user3_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","partner_merchants","change_partner_staff_user"],"host":["{{host}}"],"query":[{"key":"old_user_uuid","value":"{{user2_uuid}}"},{"key":"new_user_uuid","value":"{{user3_uuid}}"}],"variable":[]}},"response":[{"id":"6bc859b7-4e4c-428f-9b30-7d4c24b82b9f","name":"unathenticated_user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}1","type":"text"}],"url":{"raw":"{{host}}/api/v3/partner_merchants/change_partner_staff_user?old_user_uuid={{user2_uuid}}&new_user_uuid={{user3_uuid}}","host":["{{host}}"],"path":["api","v3","partner_merchants","change_partner_staff_user"],"query":[{"key":"old_user_uuid","value":"{{user2_uuid}}"},{"key":"new_user_uuid","value":"{{user3_uuid}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7f50369a-bf77-4ca6-92a4-7d601d93a92a"},{"key":"X-Runtime","value":"3.929533"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"fa58ea99-f98a-4531-959a-9c20c4157713","name":"unauthorised_user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/partner_merchants/change_partner_staff_user?old_user_uuid={{user2_uuid}}&new_user_uuid={{user3_uuid}}","host":["{{host}}"],"path":["api","v3","partner_merchants","change_partner_staff_user"],"query":[{"key":"old_user_uuid","value":"{{user2_uuid}}"},{"key":"new_user_uuid","value":"{{user3_uuid}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"8fb7ea75-1cb6-4a7f-893f-1e0ff2ca4a2b"},{"key":"X-Runtime","value":"1.397369"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"05189c0b-bbbc-44d4-bb8c-b23b83330624","name":"when_user_uuid_is_missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/partner_merchants/change_partner_staff_user","host":["{{host}}"],"path":["api","v3","partner_merchants","change_partner_staff_user"],"query":[{"key":"old_user_uuid","value":"{{user2_uuid}}","disabled":true},{"key":"new_user_uuid","value":"{{user3_uuid}}","disabled":true}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3ba9cb5d-8a9b-4625-a8c6-f6efddcbcffc"},{"key":"X-Runtime","value":"4.150516"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"mandatory params missing\"\n}"},{"id":"55ecab75-2f73-4ed9-a6fa-0bb1a641d9dc","name":"when_old_user_uuid_is_invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/partner_merchants/change_partner_staff_user?old_user_uuid=random&new_user_uuid={{user3_uuid}}","host":["{{host}}"],"path":["api","v3","partner_merchants","change_partner_staff_user"],"query":[{"key":"old_user_uuid","value":"random"},{"key":"new_user_uuid","value":"{{user3_uuid}}"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b59f1743-ff36-4069-83bc-b4729eee7d7d"},{"key":"X-Runtime","value":"0.233553"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"old user does not exists\"\n}"},{"id":"6c1389a3-f382-4541-98fc-75e774fb6e03","name":"when_new_used_uuid_is_invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/partner_merchants/change_partner_staff_user?old_user_uuid={{user2_uuid}}&new_user_uuid=random","host":["{{host}}"],"path":["api","v3","partner_merchants","change_partner_staff_user"],"query":[{"key":"old_user_uuid","value":"{{user2_uuid}}"},{"key":"new_user_uuid","value":"random"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"f9f98468-e831-48c3-91ab-14a7b4d295f9"},{"key":"X-Runtime","value":"1.507411"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Error finding application's user\"\n}"},{"id":"a092e7dc-2fb6-456d-887b-975ac5352d52","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/partner_merchants/change_partner_staff_user?old_user_uuid={{user2_uuid}}&new_user_uuid={{user3_uuid}}","host":["{{host}}"],"path":["api","v3","partner_merchants","change_partner_staff_user"],"query":[{"key":"old_user_uuid","value":"{{user2_uuid}}"},{"key":"new_user_uuid","value":"{{user3_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"80a2e3fb88449485b141bfa4fad1573f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"00a9dd02-f9bf-4047-b4d9-e0bab8cb4a1f"},{"key":"X-Runtime","value":"13.560825"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"staff user changed for 1 user product accounts successfully\"\n}"}],"_postman_id":"ccf037e2-663a-41d7-8d89-5ed2812c1f49"}],"id":"c809ab82-71eb-410e-9b05-a330a2a69513","_postman_id":"c809ab82-71eb-410e-9b05-a330a2a69513","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Migrate Biz Merchants","item":[{"name":"migrate biz merchants","id":"e2f19214-0627-41f1-9219-fca6431725f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>Token with scope migrate_biz_merchants</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"merchant\": {\n        \"brand_name\": \"Alpha Enterprises\",\n        \"mobile\": \"9967804801\",\n        \"email\": \"alphaenterprises238@gmail.com\",\n        \"identifier\": \"112245\",\n        \"business_name\": \"Alpha Enterprises\",\n        \"pancard_name\": \"Alpha Enterprises\",\n        \"pancard_number\": \"DUMMY0001R\",\n        \"pan_verification_status\": \"Success\",\n        \"website_url\": \"www.floweronwheels.com\",\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"ThirdParty\",\n        \"gst_number\": null,\n        \"settlement_status\": \"Active\",\n        \"website_approval_status\": \"Website OK\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"bank_account_number\": \"50200000000000\",\n        \"ifsc_code\": \"HDFC0000483\",\n        \"holder_name\": \"ALPHA ENTERPRISES\",\n        \"nodal_code\": \"ALPH0LADJ2697\",\n        \"nodal_status\": \"Activated\",\n        \"reg_pincode\": \"110065\",\n        \"reg_address\": \"Registered address  F 93 East of Kailash  New Delhi Pincode  110065\",\n        \"op_pincode\": \"110065\",\n        \"op_address\": \"Registered address  F 93 East of Kailash  New Delhi Pincode  110065\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/pub_merchant_migration","urlObject":{"path":["api","v3","pub_merchant_migration"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"eba76a2a-f336-40eb-8866-13055d16b453","name":"PA already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"scopes","value":"'migrate_biz_mid'","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n      \"merchant\": {\n        \"brand_name\": \"Alpha Enterprises\",\n        \"mobile\": \"9967804801\",\n        \"email\": \"alphaenterprises238@gmail.com\",\n        \"identifier\": \"112245\",\n        \"business_name\": \"Alpha Enterprises\",\n        \"pancard_name\": \"Alpha Enterprises\",\n        \"pancard_number\": \"DUMMY0001R\",\n        \"pan_verification_status\": \"Success\",\n        \"website_url\": \"www.floweronwheels.com\",\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"ThirdParty\",\n        \"gst_number\": null,\n        \"settlement_status\": \"Active\",\n        \"website_approval_status\": \"Website OK\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"bank_account_number\": \"50200000000000\",\n        \"ifsc_code\": \"HDFC0000483\",\n        \"holder_name\": \"ALPHA ENTERPRISES\",\n        \"nodal_code\": \"ALPH0LADJ2697\",\n        \"nodal_status\": \"Activated\",\n        \"reg_pincode\": \"110065\",\n        \"reg_address\": \"Registered address  F 93 East of Kailash  New Delhi Pincode  110065\",\n        \"op_pincode\": \"110065\",\n        \"op_address\": \"Registered address  F 93 East of Kailash  New Delhi Pincode  110065\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/pub_merchant_migration"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Apr 2025 11:31:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e47aee5e-d26a-4bc0-aa90-13e13724aabf"},{"key":"X-Runtime","value":"1.039273"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"email\": \"alphaenterprises238@gmail.com\",\n            \"merchant_id\": 112245,\n            \"error_message\": \"Product account already exists\",\n            \"context\": \"CO\"\n        }\n    ]\n}"},{"id":"bb7d72fc-34d5-4045-883a-257e1be8164e","name":"Identifier Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"scopes","value":"'migrate_biz_mid'","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n      \"merchant\": {\n        \"brand_name\": \"Alpha Enterprises\",\n        \"mobile\": \"9967804801\",\n        \"email\": \"alphaenterprises238@gmail.com\",\n        \"business_name\": \"Alpha Enterprises\",\n        \"pancard_name\": \"Alpha Enterprises\",\n        \"pancard_number\": \"DUMMY0001R\",\n        \"pan_verification_status\": \"Success\",\n        \"website_url\": \"www.floweronwheels.com\",\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"ThirdParty\",\n        \"gst_number\": null,\n        \"settlement_status\": \"Active\",\n        \"website_approval_status\": \"Website OK\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"bank_account_number\": \"50200000000000\",\n        \"ifsc_code\": \"HDFC0000483\",\n        \"holder_name\": \"ALPHA ENTERPRISES\",\n        \"nodal_code\": \"ALPH0LADJ2697\",\n        \"nodal_status\": \"Activated\",\n        \"reg_pincode\": \"110065\",\n        \"reg_address\": \"Registered address  F 93 East of Kailash  New Delhi Pincode  110065\",\n        \"op_pincode\": \"110065\",\n        \"op_address\": \"Registered address  F 93 East of Kailash  New Delhi Pincode  110065\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/pub_merchant_migration"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Apr 2025 11:36:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"bb9aadf4-65df-49b5-8ede-165d095f7873"},{"key":"X-Runtime","value":"0.059099"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"email\": \"alphaenterprises238@gmail.com\",\n            \"merchant_id\": null,\n            \"error_message\": \"Email / Mobile / identifier cannot be blank\",\n            \"context\": \"Input Data\"\n        }\n    ]\n}"},{"id":"7c2b2ea4-bec8-49cf-b7d4-965d081cd2ec","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"scopes","value":"'migrate_biz_mid'","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n      \"merchant\": {\n        \"brand_name\": \"Alpha Enterprises\",\n        \"mobile\": \"9967804801\",\n        \"email\": \"alphaenterprises238@gmail.com\",\n        \"identifier\": \"112245\",\n        \"business_name\": \"Alpha Enterprises\",\n        \"pancard_name\": \"Alpha Enterprises\",\n        \"pancard_number\": \"DUMMY0001R\",\n        \"pan_verification_status\": \"Success\",\n        \"website_url\": \"www.floweronwheels.com\",\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"ThirdParty\",\n        \"gst_number\": null,\n        \"settlement_status\": \"Active\",\n        \"website_approval_status\": \"Website OK\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"bank_account_number\": \"50200000000000\",\n        \"ifsc_code\": \"HDFC0000483\",\n        \"holder_name\": \"ALPHA ENTERPRISES\",\n        \"nodal_code\": \"ALPH0LADJ2697\",\n        \"nodal_status\": \"Activated\",\n        \"reg_pincode\": \"110065\",\n        \"reg_address\": \"Registered address  F 93 East of Kailash  New Delhi Pincode  110065\",\n        \"op_pincode\": \"110065\",\n        \"op_address\": \"Registered address  F 93 East of Kailash  New Delhi Pincode  110065\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/pub_merchant_migration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Apr 2025 11:40:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"9369b706e037688669d4c6597f7c5b84\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"d4e292e7-32a6-4d22-af96-642a9387feac"},{"key":"X-Runtime","value":"3.576452"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://testoneapi.payu.in https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://test-dms.payu.in https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://*.payu.in https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://d.la2s-core1.sfdc-y37hzm.salesforceliveagent.com https://d.la12s-core1.sfdc-y37hzm.salesforceliveagent.com/ https://in1.clevertap-prod.com/ https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": [\n        {\n            \"email\": \"alphaenterprises238@gmail.com\",\n            \"merchant_id\": 112245\n        }\n    ]\n}"}],"_postman_id":"e2f19214-0627-41f1-9219-fca6431725f4"}],"id":"de2b8420-12fc-4a87-bc63-2bbc7215f3c0","_postman_id":"de2b8420-12fc-4a87-bc63-2bbc7215f3c0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"test mode switch","item":[{"name":"fetch auto login token","id":"4936ce46-10a7-4099-8bc3-c567c1e166c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>client token with fetch_auto_login_token scope</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"product_account_uuid\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/fetch_auto_login_token","urlObject":{"path":["api","v3","product_accounts","fetch_auto_login_token"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4936ce46-10a7-4099-8bc3-c567c1e166c0"},{"name":"fetch uat mid details","id":"52a7ff32-3711-4d53-baac-4c9ea717c6d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user token</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/fetch_uat_login_token","urlObject":{"path":["api","v3","product_accounts",":uuid","fetch_uat_login_token"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[{"type":"any","value":null,"key":"uuid"}]}},"response":[],"_postman_id":"52a7ff32-3711-4d53-baac-4c9ea717c6d3"},{"name":"logout with uat token","id":"0de8626e-7e2f-44b5-b08d-45ec8bf56284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user token</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"uat_token","value":"uat_token_val","description":"<p>uat token</p>\n","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/user/logout","urlObject":{"path":["api","v1","user","logout"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0de8626e-7e2f-44b5-b08d-45ec8bf56284"}],"id":"36381dfc-8e7e-4ec5-a35e-f45c6540a95e","_postman_id":"36381dfc-8e7e-4ec5-a35e-f45c6540a95e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"oauth Copy","item":[{"name":"token/info","id":"1f901953-4654-4ccf-82c7-0c8062b48169","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"{{host}}/api/v3/oauth/token/info","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","oauth","token","info"],"host":["{{host}}"],"query":[{"disabled":true,"key":"uuid","value":"{{product_account_uuid}}"},{"disabled":true,"key":"uuid","value":"{{product_account_identifier}}"}],"variable":[]}},"response":[{"id":"3df0bbd8-5225-403d-9d0a-adf291ea3cf9","name":"unauthenticated_user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}1","type":"text"}],"url":{"raw":"{{host}}/api/v3/oauth/token/info","host":["{{host}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"{{product_account_uuid}}","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"07bd11e3-6636-49c8-809b-536944041614"},{"key":"X-Runtime","value":"0.192971"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"f81a7346-5b68-47e0-84bc-0f1ef7d7901b","name":"user_no_premissions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/oauth/token/info","host":["{{host}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"{{product_account_uuid}}","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"735602ac-a6a3-442f-9f7a-bc847419f8e4"},{"key":"X-Runtime","value":"21.559420"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"credentials\": [\n            \"invalid_credentials\"\n        ]\n    },\n    \"messages\": {\n        \"credentials\": \"invalid credentials provided.\"\n    },\n    \"status\": 401\n}"},{"id":"f5816f27-925b-418d-b873-c799e28a6464","name":"user_with_permissions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/oauth/token/info","host":["{{host}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"{{product_account_uuid}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"f2b4eaa35ea641df432c52b817cb1bc1\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"9e72610e-350b-45de-9c23-47529a2b38af"},{"key":"X-Runtime","value":"1.248033"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_accounts\": [\n        {\n            \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n            \"name\": \"PayUbizAccount\",\n            \"identifier\": 20000012,\n            \"scopes\": [\n                \"read_dashboard_payumoney\",\n                \"send_verification_link\",\n                \"manage_addendum\",\n                \"split_transactions\",\n                \"manage_offers\",\n                \"download_invoice_payout\",\n                \"read_transactions\",\n                \"read_settlements\",\n                \"manage_refunds\",\n                \"user_profile\",\n                \"update_user_profile\",\n                \"manage_notifications\",\n                \"manage_checkouts\",\n                \"manage_webhooks\",\n                \"manage_credentials\",\n                \"manage_payment_products\",\n                \"create_invoice_payumoney\",\n                \"update_invoice_payumoney\",\n                \"read_invoice_payumoney\",\n                \"create_vpas\",\n                \"create_payout_transactions\",\n                \"read_invoice_items\",\n                \"create_invoice_items\",\n                \"delete_invoice_items\",\n                \"update_invoice_items\",\n                \"create_subscription_plans\",\n                \"read_invoice_details\",\n                \"manage_roles\",\n                \"manage_employees\",\n                \"manage_thirdparty_access\",\n                \"maker\",\n                \"checker\",\n                \"manage_approval_flow\",\n                \"update_profile_restricted\",\n                \"view_transaction_summary\",\n                \"view_treasury_summary\",\n                \"download_transaction_reports\",\n                \"read_tdr\",\n                \"download_settlement_reports\",\n                \"read_refunds\",\n                \"process_refunds\",\n                \"download_refund_reports\",\n                \"manage_chargebacks\",\n                \"read_payment_links\",\n                \"create_payment_links\",\n                \"update_payment_links\",\n                \"delete_payment_links\",\n                \"read_buttons\",\n                \"create_buttons\",\n                \"update_buttons\",\n                \"delete_buttons\",\n                \"read_payment_handles\",\n                \"create_payment_handles\",\n                \"update_payment_handles\",\n                \"delete_payment_handles\",\n                \"read_invoices\",\n                \"manage_payment_notifications\",\n                \"manage_treasury_notifications\",\n                \"create_invoices\",\n                \"update_invoices\",\n                \"delete_invoices\",\n                \"read_account_request_nb\",\n                \"create_account_request_nb\",\n                \"read_account_details_nb\",\n                \"read_transaction_nb\",\n                \"add_transaction_meta_data_nb\",\n                \"download_transaction_nb\",\n                \"read_summary_nb\",\n                \"read_account_nmp\",\n                \"read_sales_list_nmp\",\n                \"read_sales_summary_nmp\",\n                \"read_sales_detail_nmp\",\n                \"read_settlement_list_nmp\",\n                \"read_settlement_sumary_nmp\",\n                \"read_settlement_details_nmp\",\n                \"read_dispute_list_nmp\",\n                \"read_dispute_summary_nmp\",\n                \"read_dispute_details_nmp\",\n                \"update_dispute_status_nmp\",\n                \"register_account_nmp\",\n                \"refer_child_merchant\",\n                \"fetch_child_merchants\",\n                \"read_settlement_cycle\",\n                \"update_settlement_cycle\"\n            ],\n            \"acl_role\": {\n                \"name\": \"MerchantAdminUserRole\",\n                \"description\": null,\n                \"acl_permissions\": [\n                    {\n                        \"id\": 1,\n                        \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n                        \"name\": \"read_transactions\",\n                        \"title\": \"View Transaction Data\",\n                        \"description\": \"User can view the details page of individual transaction.\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 2,\n                        \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n                        \"name\": \"read_settlements\",\n                        \"title\": \"View Settlement Data\",\n                        \"description\": \"User can view the details page of individual settlement\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\"\n                        ]\n                    },\n                    {\n                        \"id\": 3,\n                        \"uuid\": \"4aa5-38fa-35cb09ad-8602-4dc05a33ea39\",\n                        \"name\": \"manage_refunds\",\n                        \"title\": \"Manage Refunds\",\n                        \"description\": \"User can Initiate the refunds on merchant Account\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"manage_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 5,\n                        \"uuid\": \"11ec-907e-3c102bfe-bffb-a0999b174961\",\n                        \"name\": \"change_settlement_cycle\",\n                        \"title\": \"Change Settlement Cycle\",\n                        \"description\": \"User can view and change the settlement cycle\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_settlement_cycle\",\n                            \"update_settlement_cycle\"\n                        ]\n                    },\n                    {\n                        \"id\": 6,\n                        \"uuid\": \"11e9-b2a3-55f4d698-afb7-0a54e87e793a\",\n                        \"name\": \"user_profile\",\n                        \"title\": \"View Profile Details\",\n                        \"description\": \"User can see profile details of merchant\",\n                        \"product\": 6,\n                        \"permission_group\": \"Account Activation\",\n                        \"scopes\": [\n                            \"user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 7,\n                        \"uuid\": \"11e9-b2a3-8b5d55bc-afb7-0a54e87e793a\",\n                        \"name\": \"update_user_profile\",\n                        \"title\": \"Manage Profile details\",\n                        \"description\": \"user can update profile details of merchant\",\n                        \"product\": 6,\n                        \"permission_group\": \"Account Activation\",\n                        \"scopes\": [\n                            \"manage_addendum\",\n                            \"user_profile\",\n                            \"update_user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 8,\n                        \"uuid\": \"11e9-a3b4-079bd1ca-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_notifications\",\n                        \"title\": \"Manage Notification Settings\",\n                        \"description\": \"User can Manage notification settings of merchant under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 9,\n                        \"uuid\": \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_checkouts\",\n                        \"title\": \"Manage Checkout Settings\",\n                        \"description\": \"User can Manage checkout settings of merchant under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_checkouts\"\n                        ]\n                    },\n                    {\n                        \"id\": 10,\n                        \"uuid\": \"11e9-a3b3-fb9e9038-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_webhooks\",\n                        \"title\": \"Manage Webhooks\",\n                        \"description\": \"User can manage webhooks of a merchant under settings tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_webhooks\"\n                        ]\n                    },\n                    {\n                        \"id\": 11,\n                        \"uuid\": \"11e9-a3b3-f7448dd0-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_credentials\",\n                        \"title\": \"Manage Integration\",\n                        \"description\": \"User can manage Integration details page under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Integration\",\n                        \"scopes\": [\n                            \"manage_credentials\"\n                        ]\n                    },\n                    {\n                        \"id\": 12,\n                        \"uuid\": \"11e9-a3b3-f24ca7f4-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_payment_products\",\n                        \"title\": \"Manage Payment Products\",\n                        \"description\": \"User can manage payouts/payment links/buttons/subscriptions on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Request Payments\",\n                        \"scopes\": [\n                            \"manage_payment_products\",\n                            \"create_invoice_payumoney\",\n                            \"update_invoice_payumoney\",\n                            \"read_invoice_payumoney\",\n                            \"create_vpas\",\n                            \"create_payout_transactions\",\n                            \"read_invoice_items\",\n                            \"create_invoice_items\",\n                            \"delete_invoice_items\",\n                            \"update_invoice_items\",\n                            \"create_subscription_plans\",\n                            \"read_invoice_details\"\n                        ]\n                    },\n                    {\n                        \"id\": 13,\n                        \"uuid\": \"11e9-a3b3-ed648bc6-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_employees\",\n                        \"title\": \"Manage Employees\",\n                        \"description\": \"User can add/manage employees on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 14,\n                        \"uuid\": \"4049-24a7-73f01ffb-9f58-0423e49f080a\",\n                        \"name\": \"manage_roles\",\n                        \"title\": \"Manage Roles\",\n                        \"description\": \"user can add/manage roles on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_roles\"\n                        ]\n                    },\n                    {\n                        \"id\": 16,\n                        \"uuid\": \"11e9-e8ba-497594b4-bd2c-02f413145cce\",\n                        \"name\": \"manage_team_accounts\",\n                        \"title\": \"Manage Employees\",\n                        \"description\": \"User can add/manage roles on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_roles\",\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 17,\n                        \"uuid\": \"11e9-c8a7-d074143c-b81f-acbc327756df\",\n                        \"name\": \"Default Permissions\",\n                        \"title\": \"Default Permissions\",\n                        \"description\": \"Permissions available to all users\",\n                        \"product\": 6,\n                        \"permission_group\": \"Default Permissions\",\n                        \"scopes\": [\n                            \"read_dashboard_payumoney\",\n                            \"send_verification_link\"\n                        ]\n                    },\n                    {\n                        \"id\": 18,\n                        \"uuid\": \"11e9-e903-a6d94b5c-8998-02f413145cce\",\n                        \"name\": \"manage_thirdparty_access\",\n                        \"title\": \"Manage Thirdparty Access\",\n                        \"description\": \"Use can manage the access provided to third-parties on payU account\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_thirdparty_access\"\n                        ]\n                    },\n                    {\n                        \"id\": 19,\n                        \"uuid\": \"11ea-684d-7a2df1b0-a1ad-0a54e87e793a\",\n                        \"name\": \"maker\",\n                        \"title\": \"Payout maker\",\n                        \"description\": \"Payout maker\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"maker\"\n                        ]\n                    },\n                    {\n                        \"id\": 20,\n                        \"uuid\": \"11ea-684d-edb798fc-a1ad-0a54e87e793a\",\n                        \"name\": \"checker\",\n                        \"title\": \"Payout Checker\",\n                        \"description\": \"Payout checker\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"checker\"\n                        ]\n                    },\n                    {\n                        \"id\": 21,\n                        \"uuid\": \"11ea-684e-17f544de-a1ad-0a54e87e793a\",\n                        \"name\": \"manage_approval_flow\",\n                        \"title\": \"Payout Manage Approval Flow\",\n                        \"description\": \"Pay out Manage Approval Flow\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"manage_approval_flow\"\n                        ]\n                    },\n                    {\n                        \"id\": 22,\n                        \"uuid\": \"11ea-aae1-b4ddc386-8b1f-38f9d3c7f51b\",\n                        \"name\": \"one_dashboard_permission\",\n                        \"title\": \"One Dashboard\",\n                        \"description\": \"Temp permission having all new dashboard scopes\",\n                        \"product\": 1,\n                        \"permission_group\": \"One Dashboard\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"read_settlements\",\n                            \"manage_checkouts\",\n                            \"manage_webhooks\",\n                            \"manage_credentials\",\n                            \"maker\",\n                            \"checker\",\n                            \"manage_approval_flow\",\n                            \"view_transaction_summary\",\n                            \"view_treasury_summary\",\n                            \"download_transaction_reports\",\n                            \"read_tdr\",\n                            \"download_settlement_reports\",\n                            \"read_refunds\",\n                            \"process_refunds\",\n                            \"download_refund_reports\",\n                            \"manage_chargebacks\",\n                            \"read_payment_links\",\n                            \"create_payment_links\",\n                            \"update_payment_links\",\n                            \"delete_payment_links\",\n                            \"read_buttons\",\n                            \"create_buttons\",\n                            \"update_buttons\",\n                            \"delete_buttons\",\n                            \"read_payment_handles\",\n                            \"create_payment_handles\",\n                            \"update_payment_handles\",\n                            \"delete_payment_handles\",\n                            \"manage_payment_notifications\",\n                            \"manage_treasury_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 23,\n                        \"uuid\": \"11ea-e3b4-792de2f6-896b-38f9d3c7f51b\",\n                        \"name\": \"business_summary\",\n                        \"title\": \"Business Summary\",\n                        \"description\": \"Access to the Business Summary which comprises of Analytics (Transactions, Settlements, Refunds). If the user doesn’t have this permission, she can NOT view any analytics; doesn’t matter if she has individual settlement, transactions, refunds permissions.\",\n                        \"product\": 1,\n                        \"permission_group\": \"Business Summary\",\n                        \"scopes\": [\n                            \"view_transaction_summary\",\n                            \"view_treasury_summary\"\n                        ]\n                    },\n                    {\n                        \"id\": 24,\n                        \"uuid\": \"11ea-e3b4-7946bb14-896b-38f9d3c7f51b\",\n                        \"name\": \"transactions_view\",\n                        \"title\": \"Transactions - View\",\n                        \"description\": \"User can view the transaction grid, transaction detail page for each transaction\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transactions\",\n                        \"scopes\": [\n                            \"read_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 25,\n                        \"uuid\": \"11ea-e3b4-794e8e52-896b-38f9d3c7f51b\",\n                        \"name\": \"transaction_download\",\n                        \"title\": \"Transaction - Download\",\n                        \"description\": \"User can download the Transaction Report (both from the Transactions tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transactions\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"download_transaction_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 26,\n                        \"uuid\": \"11ea-e3b4-795538b0-896b-38f9d3c7f51b\",\n                        \"name\": \"settlement_view\",\n                        \"title\": \"Settlement - View\",\n                        \"description\": \"User can view the settlement grid, settlement detail page for each settlement\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\",\n                            \"read_tdr\"\n                        ]\n                    },\n                    {\n                        \"id\": 27,\n                        \"uuid\": \"11ea-e3b4-7963c222-896b-38f9d3c7f51b\",\n                        \"name\": \"settlement_download\",\n                        \"title\": \"Settlement - Download\",\n                        \"description\": \"User can download the Settlement Report (both from the Settlements tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\",\n                            \"read_tdr\",\n                            \"download_settlement_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 28,\n                        \"uuid\": \"11ea-e3b4-796a59a2-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_view\",\n                        \"title\": \"Refunds - View\",\n                        \"description\": \"User can view the Refunds tab in the Transactions section\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 29,\n                        \"uuid\": \"11ea-e3b4-79756c0c-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_process\",\n                        \"title\": \"Refunds - Process\",\n                        \"description\": \"User can process a refund on a particular transaction\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"read_refunds\",\n                            \"process_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 30,\n                        \"uuid\": \"11ea-e3b4-797d8ba8-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_download\",\n                        \"title\": \"Refunds - Download\",\n                        \"description\": \"User can download the Refunds Report (both from the Refunds tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_refunds\",\n                            \"download_refund_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 31,\n                        \"uuid\": \"11ea-e3b4-7987a35e-896b-38f9d3c7f51b\",\n                        \"name\": \"chargeback\",\n                        \"title\": \"Chargeback\",\n                        \"description\": \"User can access the Bank Portal (maintained by Optimus)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Chargeback\",\n                        \"scopes\": [\n                            \"manage_chargebacks\"\n                        ]\n                    },\n                    {\n                        \"id\": 32,\n                        \"uuid\": \"11ea-e3b4-79907f7e-896b-38f9d3c7f51b\",\n                        \"name\": \"products_payment_gateway\",\n                        \"title\": \"Products - Payment Gateway\",\n                        \"description\": \"User can access the Key/Salt for integration purposes\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"manage_credentials\"\n                        ]\n                    },\n                    {\n                        \"id\": 33,\n                        \"uuid\": \"11ea-e3b4-799bb402-896b-38f9d3c7f51b\",\n                        \"name\": \"products_payment_links\",\n                        \"title\": \"Products - Payment Links\",\n                        \"description\": \"User can access Payment Links product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_links\",\n                            \"create_payment_links\",\n                            \"update_payment_links\",\n                            \"delete_payment_links\"\n                        ]\n                    },\n                    {\n                        \"id\": 34,\n                        \"uuid\": \"11ea-e3b4-79a0fe76-896b-38f9d3c7f51b\",\n                        \"name\": \"products_buttons\",\n                        \"title\": \"Products - Buttons\",\n                        \"description\": \"User can access Buttons product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_buttons\",\n                            \"create_buttons\",\n                            \"update_buttons\",\n                            \"delete_buttons\"\n                        ]\n                    },\n                    {\n                        \"id\": 35,\n                        \"uuid\": \"11ea-e3b4-79ae844c-896b-38f9d3c7f51b\",\n                        \"name\": \"products_share_payment_handle\",\n                        \"title\": \"Products - Share Payment Handle\",\n                        \"description\": \"User can access Share Payment Handle product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_handles\",\n                            \"create_payment_handles\",\n                            \"update_payment_handles\",\n                            \"delete_payment_handles\"\n                        ]\n                    },\n                    {\n                        \"id\": 36,\n                        \"uuid\": \"11ea-e3b4-79b59020-896b-38f9d3c7f51b\",\n                        \"name\": \"products_invoices\",\n                        \"title\": \"Products - Invoices\",\n                        \"description\": \"User can access Invoices product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_invoices\",\n                            \"create_invoices\",\n                            \"update_invoices\",\n                            \"delete_invoices\"\n                        ]\n                    },\n                    {\n                        \"id\": 37,\n                        \"uuid\": \"11ea-e3b4-79c32f14-896b-38f9d3c7f51b\",\n                        \"name\": \"tools_view\",\n                        \"title\": \"Tools - View\",\n                        \"description\": \"User can view Tools product\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_links\",\n                            \"read_buttons\",\n                            \"read_payment_handles\",\n                            \"read_invoices\"\n                        ]\n                    },\n                    {\n                        \"id\": 38,\n                        \"uuid\": \"11ea-e3b7-67649c06-896b-38f9d3c7f51b\",\n                        \"name\": \"maker_one_dashbaord\",\n                        \"title\": \"Payouts - Maker\",\n                        \"description\": \"User can create a Payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"maker\"\n                        ]\n                    },\n                    {\n                        \"id\": 39,\n                        \"uuid\": \"11ea-e3b7-676ce03c-896b-38f9d3c7f51b\",\n                        \"name\": \"checker_one_dashbaord\",\n                        \"title\": \"Payouts - Checker\",\n                        \"description\": \"User can approve a Payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"create_payout_transactions\",\n                            \"checker\"\n                        ]\n                    },\n                    {\n                        \"id\": 40,\n                        \"uuid\": \"11ea-e3b7-6772a378-896b-38f9d3c7f51b\",\n                        \"name\": \"manage_approval_flow_one_dashbaord\",\n                        \"title\": \"Payout - Manage Approval Flow\",\n                        \"description\": \"User can create maker, checker as well as create and approve a payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"manage_approval_flow\"\n                        ]\n                    },\n                    {\n                        \"id\": 43,\n                        \"uuid\": \"11ea-e3b6-9ecd551c-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_profile\",\n                        \"title\": \"Settings - Profile\",\n                        \"description\": \"User can update the profile of the Business; provides access to Common Onboarding\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"user_profile\",\n                            \"update_user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 44,\n                        \"uuid\": \"11ea-e3b6-9ee64a18-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_notifications\",\n                        \"title\": \"Settings - Notifications\",\n                        \"description\": \"User can update the notifications email to be sent to users\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_payment_notifications\",\n                            \"manage_treasury_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 45,\n                        \"uuid\": \"11ea-e5db-a648a6bc-896b-38f9d3c7f51b\",\n                        \"name\": \"manage_webhooks_one_dashbaord\",\n                        \"title\": \"Settings - Webhooks\",\n                        \"description\": \"User can configure webhooks on specific URLs\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_webhooks\"\n                        ]\n                    },\n                    {\n                        \"id\": 46,\n                        \"uuid\": \"11ea-e3b6-e9d3efd0-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_checkout_(brand)\",\n                        \"title\": \"Settings - Checkout (Brand)\",\n                        \"description\": \"User can update brand logo, color and signature to be consumed by Checkout and Payment products\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_checkouts\"\n                        ]\n                    },\n                    {\n                        \"id\": 47,\n                        \"uuid\": \"11ea-e3b6-e9e4ec04-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_users_&_permissions\",\n                        \"title\": \"Settings - Users & Permissions\",\n                        \"description\": \"User can create employees and assign roles to them\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_roles\",\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 48,\n                        \"uuid\": \"11ea-6ec3-3d5daad8-952c-024215e7fa0a\",\n                        \"name\": \"update_profile_restricted\",\n                        \"title\": \"\",\n                        \"description\": \"User can update only selected portion of profile\",\n                        \"product\": 6,\n                        \"permission_group\": \"\",\n                        \"scopes\": [\n                            \"update_profile_restricted\"\n                        ]\n                    },\n                    {\n                        \"id\": 49,\n                        \"uuid\": \"11eb-3959-64d179f8-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_request_get\",\n                        \"title\": \"Banking - Account Opening Request Get\",\n                        \"description\": \"View Account Opening Request Status\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking Default\",\n                        \"scopes\": [\n                            \"read_account_request_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 50,\n                        \"uuid\": \"11eb-3959-64e63fd2-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_request_create\",\n                        \"title\": \"Banking - Account Opening Request Create\",\n                        \"description\": \"Create Banking View\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking Default\",\n                        \"scopes\": [\n                            \"create_account_request_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 51,\n                        \"uuid\": \"11eb-3959-64ef942e-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_details_view\",\n                        \"title\": \"Banking View\",\n                        \"description\": \"View Bank Account Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"read_account_request_nb\",\n                            \"read_account_details_nb\",\n                            \"read_transaction_nb\",\n                            \"add_transaction_meta_data_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 52,\n                        \"uuid\": \"11eb-3959-64fbc42e-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_transaction_download\",\n                        \"title\": \"Banking Download\",\n                        \"description\": \"Download Transaction Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"download_transaction_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 53,\n                        \"uuid\": \"11eb-3959-650ff7d2-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_summary_views\",\n                        \"title\": \"Banking Analytics\",\n                        \"description\": \"View Summary\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"read_summary_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 58,\n                        \"uuid\": \"11eb-3959-64f2d7b0-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_market_place_details\",\n                        \"title\": \"Market Place View\",\n                        \"description\": \"Market Place View Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Marketplace\",\n                        \"scopes\": [\n                            \"read_account_nmp\",\n                            \"read_sales_list_nmp\",\n                            \"read_sales_summary_nmp\",\n                            \"read_sales_detail_nmp\",\n                            \"read_settlement_list_nmp\",\n                            \"read_settlement_sumary_nmp\",\n                            \"read_settlement_details_nmp\",\n                            \"read_dispute_list_nmp\",\n                            \"read_dispute_summary_nmp\",\n                            \"read_dispute_details_nmp\"\n                        ]\n                    },\n                    {\n                        \"id\": 59,\n                        \"uuid\": \"11eb-3959-6500bee8-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_market_place_admin\",\n                        \"title\": \"Marketplace Admin\",\n                        \"description\": \"Market Place Admin\",\n                        \"product\": 1,\n                        \"permission_group\": \"Marketplace\",\n                        \"scopes\": [\n                            \"update_dispute_status_nmp\",\n                            \"register_account_nmp\"\n                        ]\n                    },\n                    {\n                        \"id\": 66,\n                        \"uuid\": \"11ec-57f6-4460f0ce-95d0-38f9d3c7f51b\",\n                        \"name\": \"download_invoice_payouts\",\n                        \"title\": \"Payouts - Download Invoice\",\n                        \"description\": \"Download invoice for payouts\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"download_invoice_payout\"\n                        ]\n                    },\n                    {\n                        \"id\": 67,\n                        \"uuid\": \"11eb-d66c-7c804434-96dc-f45c89c8e6d1\",\n                        \"name\": \"refer_child_merchant\",\n                        \"title\": \"Refer Child Merchant\",\n                        \"description\": \"Ability to add child aggregators\",\n                        \"product\": 1,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"refer_child_merchant\"\n                        ]\n                    },\n                    {\n                        \"id\": 68,\n                        \"uuid\": \"11ec-299d-9d192e02-b8db-38f9d35159b9\",\n                        \"name\": \"fetch_child_merchant_details\",\n                        \"title\": \"Fetch Child Merchants Detail\",\n                        \"description\": \"Ability to fetch details of child aggregators\",\n                        \"product\": 1,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"fetch_child_merchants\"\n                        ]\n                    },\n                    {\n                        \"id\": 69,\n                        \"uuid\": \"11ec-6ee3-d82a5e5e-a435-38f9d3c7f51b\",\n                        \"name\": \"split_transactions\",\n                        \"title\": \"Split Transactions\",\n                        \"description\": \"Ability to split transactions\",\n                        \"product\": 15,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"split_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 70,\n                        \"uuid\": \"11ec-6ee2-633acefe-a435-38f9d3c7f51b\",\n                        \"name\": \"manage_offers\",\n                        \"title\": \"Manage Offers\",\n                        \"description\": \"Ability to manage offers\",\n                        \"product\": 15,\n                        \"permission_group\": \"Offer Engine\",\n                        \"scopes\": [\n                            \"manage_offers\"\n                        ]\n                    },\n                    {\n                        \"name\": \"basic_permissions\",\n                        \"scopes\": [\n                            \"basic_permissions\"\n                        ],\n                        \"description\": \"Basic Scopes\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"application\": {},\n    \"user\": {\n        \"uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"email\": \"rajat.mishra@payu.in\"\n    },\n    \"token\": {\n        \"type\": \"user\",\n        \"created_at\": 1653546983,\n        \"expires_in\": 85997\n    }\n}"},{"id":"ba32a905-a113-4888-8534-54239c0679b3","name":"when_invalid_uuid_is_passed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/oauth/token/info?uuid=random","host":["{{host}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"random"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"ad1802d8-6509-44b1-ac24-79611dc04bcf"},{"key":"X-Runtime","value":"1.577412"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"credentials\": [\n            \"invalid_credentials\"\n        ]\n    },\n    \"messages\": {\n        \"credentials\": \"invalid credentials provided.\"\n    },\n    \"status\": 401\n}"},{"id":"c19f1ddf-90d4-4b36-a2bb-a3ab4b893143","name":"when_uuid_is_passed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/oauth/token/info?uuid={{product_account_uuid}}","host":["{{host}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"{{product_account_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"5bd9cc43e11897b82ef7ce12323b3afa\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"acb03cce-c584-46e6-a6bf-fb6957c2ae26"},{"key":"X-Runtime","value":"0.230705"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_accounts\": [\n        {\n            \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n            \"name\": \"PayUbizAccount\",\n            \"identifier\": 20000012,\n            \"scopes\": [\n                \"read_dashboard_payumoney\",\n                \"send_verification_link\",\n                \"manage_addendum\",\n                \"split_transactions\",\n                \"manage_offers\",\n                \"download_invoice_payout\",\n                \"read_transactions\",\n                \"read_settlements\",\n                \"manage_refunds\",\n                \"user_profile\",\n                \"update_user_profile\",\n                \"manage_notifications\",\n                \"manage_checkouts\",\n                \"manage_webhooks\",\n                \"manage_credentials\",\n                \"manage_payment_products\",\n                \"create_invoice_payumoney\",\n                \"update_invoice_payumoney\",\n                \"read_invoice_payumoney\",\n                \"create_vpas\",\n                \"create_payout_transactions\",\n                \"read_invoice_items\",\n                \"create_invoice_items\",\n                \"delete_invoice_items\",\n                \"update_invoice_items\",\n                \"create_subscription_plans\",\n                \"read_invoice_details\",\n                \"manage_roles\",\n                \"manage_employees\",\n                \"manage_thirdparty_access\",\n                \"maker\",\n                \"checker\",\n                \"manage_approval_flow\",\n                \"update_profile_restricted\",\n                \"view_transaction_summary\",\n                \"view_treasury_summary\",\n                \"download_transaction_reports\",\n                \"read_tdr\",\n                \"download_settlement_reports\",\n                \"read_refunds\",\n                \"process_refunds\",\n                \"download_refund_reports\",\n                \"manage_chargebacks\",\n                \"read_payment_links\",\n                \"create_payment_links\",\n                \"update_payment_links\",\n                \"delete_payment_links\",\n                \"read_buttons\",\n                \"create_buttons\",\n                \"update_buttons\",\n                \"delete_buttons\",\n                \"read_payment_handles\",\n                \"create_payment_handles\",\n                \"update_payment_handles\",\n                \"delete_payment_handles\",\n                \"read_invoices\",\n                \"manage_payment_notifications\",\n                \"manage_treasury_notifications\",\n                \"create_invoices\",\n                \"update_invoices\",\n                \"delete_invoices\",\n                \"read_account_request_nb\",\n                \"create_account_request_nb\",\n                \"read_account_details_nb\",\n                \"read_transaction_nb\",\n                \"add_transaction_meta_data_nb\",\n                \"download_transaction_nb\",\n                \"read_summary_nb\",\n                \"read_account_nmp\",\n                \"read_sales_list_nmp\",\n                \"read_sales_summary_nmp\",\n                \"read_sales_detail_nmp\",\n                \"read_settlement_list_nmp\",\n                \"read_settlement_sumary_nmp\",\n                \"read_settlement_details_nmp\",\n                \"read_dispute_list_nmp\",\n                \"read_dispute_summary_nmp\",\n                \"read_dispute_details_nmp\",\n                \"update_dispute_status_nmp\",\n                \"register_account_nmp\",\n                \"refer_child_merchant\",\n                \"fetch_child_merchants\",\n                \"read_settlement_cycle\",\n                \"update_settlement_cycle\"\n            ],\n            \"acl_role\": {\n                \"name\": \"MerchantAdminUserRole\",\n                \"description\": null,\n                \"acl_permissions\": [\n                    {\n                        \"id\": 1,\n                        \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n                        \"name\": \"read_transactions\",\n                        \"title\": \"View Transaction Data\",\n                        \"description\": \"User can view the details page of individual transaction.\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 2,\n                        \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n                        \"name\": \"read_settlements\",\n                        \"title\": \"View Settlement Data\",\n                        \"description\": \"User can view the details page of individual settlement\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\"\n                        ]\n                    },\n                    {\n                        \"id\": 3,\n                        \"uuid\": \"4aa5-38fa-35cb09ad-8602-4dc05a33ea39\",\n                        \"name\": \"manage_refunds\",\n                        \"title\": \"Manage Refunds\",\n                        \"description\": \"User can Initiate the refunds on merchant Account\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"manage_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 5,\n                        \"uuid\": \"11ec-907e-3c102bfe-bffb-a0999b174961\",\n                        \"name\": \"change_settlement_cycle\",\n                        \"title\": \"Change Settlement Cycle\",\n                        \"description\": \"User can view and change the settlement cycle\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_settlement_cycle\",\n                            \"update_settlement_cycle\"\n                        ]\n                    },\n                    {\n                        \"id\": 6,\n                        \"uuid\": \"11e9-b2a3-55f4d698-afb7-0a54e87e793a\",\n                        \"name\": \"user_profile\",\n                        \"title\": \"View Profile Details\",\n                        \"description\": \"User can see profile details of merchant\",\n                        \"product\": 6,\n                        \"permission_group\": \"Account Activation\",\n                        \"scopes\": [\n                            \"user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 7,\n                        \"uuid\": \"11e9-b2a3-8b5d55bc-afb7-0a54e87e793a\",\n                        \"name\": \"update_user_profile\",\n                        \"title\": \"Manage Profile details\",\n                        \"description\": \"user can update profile details of merchant\",\n                        \"product\": 6,\n                        \"permission_group\": \"Account Activation\",\n                        \"scopes\": [\n                            \"manage_addendum\",\n                            \"user_profile\",\n                            \"update_user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 8,\n                        \"uuid\": \"11e9-a3b4-079bd1ca-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_notifications\",\n                        \"title\": \"Manage Notification Settings\",\n                        \"description\": \"User can Manage notification settings of merchant under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 9,\n                        \"uuid\": \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_checkouts\",\n                        \"title\": \"Manage Checkout Settings\",\n                        \"description\": \"User can Manage checkout settings of merchant under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_checkouts\"\n                        ]\n                    },\n                    {\n                        \"id\": 10,\n                        \"uuid\": \"11e9-a3b3-fb9e9038-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_webhooks\",\n                        \"title\": \"Manage Webhooks\",\n                        \"description\": \"User can manage webhooks of a merchant under settings tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_webhooks\"\n                        ]\n                    },\n                    {\n                        \"id\": 11,\n                        \"uuid\": \"11e9-a3b3-f7448dd0-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_credentials\",\n                        \"title\": \"Manage Integration\",\n                        \"description\": \"User can manage Integration details page under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Integration\",\n                        \"scopes\": [\n                            \"manage_credentials\"\n                        ]\n                    },\n                    {\n                        \"id\": 12,\n                        \"uuid\": \"11e9-a3b3-f24ca7f4-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_payment_products\",\n                        \"title\": \"Manage Payment Products\",\n                        \"description\": \"User can manage payouts/payment links/buttons/subscriptions on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Request Payments\",\n                        \"scopes\": [\n                            \"manage_payment_products\",\n                            \"create_invoice_payumoney\",\n                            \"update_invoice_payumoney\",\n                            \"read_invoice_payumoney\",\n                            \"create_vpas\",\n                            \"create_payout_transactions\",\n                            \"read_invoice_items\",\n                            \"create_invoice_items\",\n                            \"delete_invoice_items\",\n                            \"update_invoice_items\",\n                            \"create_subscription_plans\",\n                            \"read_invoice_details\"\n                        ]\n                    },\n                    {\n                        \"id\": 13,\n                        \"uuid\": \"11e9-a3b3-ed648bc6-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_employees\",\n                        \"title\": \"Manage Employees\",\n                        \"description\": \"User can add/manage employees on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 14,\n                        \"uuid\": \"4049-24a7-73f01ffb-9f58-0423e49f080a\",\n                        \"name\": \"manage_roles\",\n                        \"title\": \"Manage Roles\",\n                        \"description\": \"user can add/manage roles on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_roles\"\n                        ]\n                    },\n                    {\n                        \"id\": 16,\n                        \"uuid\": \"11e9-e8ba-497594b4-bd2c-02f413145cce\",\n                        \"name\": \"manage_team_accounts\",\n                        \"title\": \"Manage Employees\",\n                        \"description\": \"User can add/manage roles on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_roles\",\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 17,\n                        \"uuid\": \"11e9-c8a7-d074143c-b81f-acbc327756df\",\n                        \"name\": \"Default Permissions\",\n                        \"title\": \"Default Permissions\",\n                        \"description\": \"Permissions available to all users\",\n                        \"product\": 6,\n                        \"permission_group\": \"Default Permissions\",\n                        \"scopes\": [\n                            \"read_dashboard_payumoney\",\n                            \"send_verification_link\"\n                        ]\n                    },\n                    {\n                        \"id\": 18,\n                        \"uuid\": \"11e9-e903-a6d94b5c-8998-02f413145cce\",\n                        \"name\": \"manage_thirdparty_access\",\n                        \"title\": \"Manage Thirdparty Access\",\n                        \"description\": \"Use can manage the access provided to third-parties on payU account\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_thirdparty_access\"\n                        ]\n                    },\n                    {\n                        \"id\": 19,\n                        \"uuid\": \"11ea-684d-7a2df1b0-a1ad-0a54e87e793a\",\n                        \"name\": \"maker\",\n                        \"title\": \"Payout maker\",\n                        \"description\": \"Payout maker\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"maker\"\n                        ]\n                    },\n                    {\n                        \"id\": 20,\n                        \"uuid\": \"11ea-684d-edb798fc-a1ad-0a54e87e793a\",\n                        \"name\": \"checker\",\n                        \"title\": \"Payout Checker\",\n                        \"description\": \"Payout checker\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"checker\"\n                        ]\n                    },\n                    {\n                        \"id\": 21,\n                        \"uuid\": \"11ea-684e-17f544de-a1ad-0a54e87e793a\",\n                        \"name\": \"manage_approval_flow\",\n                        \"title\": \"Payout Manage Approval Flow\",\n                        \"description\": \"Pay out Manage Approval Flow\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"manage_approval_flow\"\n                        ]\n                    },\n                    {\n                        \"id\": 22,\n                        \"uuid\": \"11ea-aae1-b4ddc386-8b1f-38f9d3c7f51b\",\n                        \"name\": \"one_dashboard_permission\",\n                        \"title\": \"One Dashboard\",\n                        \"description\": \"Temp permission having all new dashboard scopes\",\n                        \"product\": 1,\n                        \"permission_group\": \"One Dashboard\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"read_settlements\",\n                            \"manage_checkouts\",\n                            \"manage_webhooks\",\n                            \"manage_credentials\",\n                            \"maker\",\n                            \"checker\",\n                            \"manage_approval_flow\",\n                            \"view_transaction_summary\",\n                            \"view_treasury_summary\",\n                            \"download_transaction_reports\",\n                            \"read_tdr\",\n                            \"download_settlement_reports\",\n                            \"read_refunds\",\n                            \"process_refunds\",\n                            \"download_refund_reports\",\n                            \"manage_chargebacks\",\n                            \"read_payment_links\",\n                            \"create_payment_links\",\n                            \"update_payment_links\",\n                            \"delete_payment_links\",\n                            \"read_buttons\",\n                            \"create_buttons\",\n                            \"update_buttons\",\n                            \"delete_buttons\",\n                            \"read_payment_handles\",\n                            \"create_payment_handles\",\n                            \"update_payment_handles\",\n                            \"delete_payment_handles\",\n                            \"manage_payment_notifications\",\n                            \"manage_treasury_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 23,\n                        \"uuid\": \"11ea-e3b4-792de2f6-896b-38f9d3c7f51b\",\n                        \"name\": \"business_summary\",\n                        \"title\": \"Business Summary\",\n                        \"description\": \"Access to the Business Summary which comprises of Analytics (Transactions, Settlements, Refunds). If the user doesn’t have this permission, she can NOT view any analytics; doesn’t matter if she has individual settlement, transactions, refunds permissions.\",\n                        \"product\": 1,\n                        \"permission_group\": \"Business Summary\",\n                        \"scopes\": [\n                            \"view_transaction_summary\",\n                            \"view_treasury_summary\"\n                        ]\n                    },\n                    {\n                        \"id\": 24,\n                        \"uuid\": \"11ea-e3b4-7946bb14-896b-38f9d3c7f51b\",\n                        \"name\": \"transactions_view\",\n                        \"title\": \"Transactions - View\",\n                        \"description\": \"User can view the transaction grid, transaction detail page for each transaction\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transactions\",\n                        \"scopes\": [\n                            \"read_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 25,\n                        \"uuid\": \"11ea-e3b4-794e8e52-896b-38f9d3c7f51b\",\n                        \"name\": \"transaction_download\",\n                        \"title\": \"Transaction - Download\",\n                        \"description\": \"User can download the Transaction Report (both from the Transactions tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transactions\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"download_transaction_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 26,\n                        \"uuid\": \"11ea-e3b4-795538b0-896b-38f9d3c7f51b\",\n                        \"name\": \"settlement_view\",\n                        \"title\": \"Settlement - View\",\n                        \"description\": \"User can view the settlement grid, settlement detail page for each settlement\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\",\n                            \"read_tdr\"\n                        ]\n                    },\n                    {\n                        \"id\": 27,\n                        \"uuid\": \"11ea-e3b4-7963c222-896b-38f9d3c7f51b\",\n                        \"name\": \"settlement_download\",\n                        \"title\": \"Settlement - Download\",\n                        \"description\": \"User can download the Settlement Report (both from the Settlements tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\",\n                            \"read_tdr\",\n                            \"download_settlement_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 28,\n                        \"uuid\": \"11ea-e3b4-796a59a2-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_view\",\n                        \"title\": \"Refunds - View\",\n                        \"description\": \"User can view the Refunds tab in the Transactions section\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 29,\n                        \"uuid\": \"11ea-e3b4-79756c0c-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_process\",\n                        \"title\": \"Refunds - Process\",\n                        \"description\": \"User can process a refund on a particular transaction\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"read_refunds\",\n                            \"process_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 30,\n                        \"uuid\": \"11ea-e3b4-797d8ba8-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_download\",\n                        \"title\": \"Refunds - Download\",\n                        \"description\": \"User can download the Refunds Report (both from the Refunds tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_refunds\",\n                            \"download_refund_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 31,\n                        \"uuid\": \"11ea-e3b4-7987a35e-896b-38f9d3c7f51b\",\n                        \"name\": \"chargeback\",\n                        \"title\": \"Chargeback\",\n                        \"description\": \"User can access the Bank Portal (maintained by Optimus)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Chargeback\",\n                        \"scopes\": [\n                            \"manage_chargebacks\"\n                        ]\n                    },\n                    {\n                        \"id\": 32,\n                        \"uuid\": \"11ea-e3b4-79907f7e-896b-38f9d3c7f51b\",\n                        \"name\": \"products_payment_gateway\",\n                        \"title\": \"Products - Payment Gateway\",\n                        \"description\": \"User can access the Key/Salt for integration purposes\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"manage_credentials\"\n                        ]\n                    },\n                    {\n                        \"id\": 33,\n                        \"uuid\": \"11ea-e3b4-799bb402-896b-38f9d3c7f51b\",\n                        \"name\": \"products_payment_links\",\n                        \"title\": \"Products - Payment Links\",\n                        \"description\": \"User can access Payment Links product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_links\",\n                            \"create_payment_links\",\n                            \"update_payment_links\",\n                            \"delete_payment_links\"\n                        ]\n                    },\n                    {\n                        \"id\": 34,\n                        \"uuid\": \"11ea-e3b4-79a0fe76-896b-38f9d3c7f51b\",\n                        \"name\": \"products_buttons\",\n                        \"title\": \"Products - Buttons\",\n                        \"description\": \"User can access Buttons product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_buttons\",\n                            \"create_buttons\",\n                            \"update_buttons\",\n                            \"delete_buttons\"\n                        ]\n                    },\n                    {\n                        \"id\": 35,\n                        \"uuid\": \"11ea-e3b4-79ae844c-896b-38f9d3c7f51b\",\n                        \"name\": \"products_share_payment_handle\",\n                        \"title\": \"Products - Share Payment Handle\",\n                        \"description\": \"User can access Share Payment Handle product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_handles\",\n                            \"create_payment_handles\",\n                            \"update_payment_handles\",\n                            \"delete_payment_handles\"\n                        ]\n                    },\n                    {\n                        \"id\": 36,\n                        \"uuid\": \"11ea-e3b4-79b59020-896b-38f9d3c7f51b\",\n                        \"name\": \"products_invoices\",\n                        \"title\": \"Products - Invoices\",\n                        \"description\": \"User can access Invoices product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_invoices\",\n                            \"create_invoices\",\n                            \"update_invoices\",\n                            \"delete_invoices\"\n                        ]\n                    },\n                    {\n                        \"id\": 37,\n                        \"uuid\": \"11ea-e3b4-79c32f14-896b-38f9d3c7f51b\",\n                        \"name\": \"tools_view\",\n                        \"title\": \"Tools - View\",\n                        \"description\": \"User can view Tools product\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_links\",\n                            \"read_buttons\",\n                            \"read_payment_handles\",\n                            \"read_invoices\"\n                        ]\n                    },\n                    {\n                        \"id\": 38,\n                        \"uuid\": \"11ea-e3b7-67649c06-896b-38f9d3c7f51b\",\n                        \"name\": \"maker_one_dashbaord\",\n                        \"title\": \"Payouts - Maker\",\n                        \"description\": \"User can create a Payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"maker\"\n                        ]\n                    },\n                    {\n                        \"id\": 39,\n                        \"uuid\": \"11ea-e3b7-676ce03c-896b-38f9d3c7f51b\",\n                        \"name\": \"checker_one_dashbaord\",\n                        \"title\": \"Payouts - Checker\",\n                        \"description\": \"User can approve a Payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"create_payout_transactions\",\n                            \"checker\"\n                        ]\n                    },\n                    {\n                        \"id\": 40,\n                        \"uuid\": \"11ea-e3b7-6772a378-896b-38f9d3c7f51b\",\n                        \"name\": \"manage_approval_flow_one_dashbaord\",\n                        \"title\": \"Payout - Manage Approval Flow\",\n                        \"description\": \"User can create maker, checker as well as create and approve a payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"manage_approval_flow\"\n                        ]\n                    },\n                    {\n                        \"id\": 43,\n                        \"uuid\": \"11ea-e3b6-9ecd551c-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_profile\",\n                        \"title\": \"Settings - Profile\",\n                        \"description\": \"User can update the profile of the Business; provides access to Common Onboarding\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"user_profile\",\n                            \"update_user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 44,\n                        \"uuid\": \"11ea-e3b6-9ee64a18-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_notifications\",\n                        \"title\": \"Settings - Notifications\",\n                        \"description\": \"User can update the notifications email to be sent to users\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_payment_notifications\",\n                            \"manage_treasury_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 45,\n                        \"uuid\": \"11ea-e5db-a648a6bc-896b-38f9d3c7f51b\",\n                        \"name\": \"manage_webhooks_one_dashbaord\",\n                        \"title\": \"Settings - Webhooks\",\n                        \"description\": \"User can configure webhooks on specific URLs\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_webhooks\"\n                        ]\n                    },\n                    {\n                        \"id\": 46,\n                        \"uuid\": \"11ea-e3b6-e9d3efd0-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_checkout_(brand)\",\n                        \"title\": \"Settings - Checkout (Brand)\",\n                        \"description\": \"User can update brand logo, color and signature to be consumed by Checkout and Payment products\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_checkouts\"\n                        ]\n                    },\n                    {\n                        \"id\": 47,\n                        \"uuid\": \"11ea-e3b6-e9e4ec04-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_users_&_permissions\",\n                        \"title\": \"Settings - Users & Permissions\",\n                        \"description\": \"User can create employees and assign roles to them\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_roles\",\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 48,\n                        \"uuid\": \"11ea-6ec3-3d5daad8-952c-024215e7fa0a\",\n                        \"name\": \"update_profile_restricted\",\n                        \"title\": \"\",\n                        \"description\": \"User can update only selected portion of profile\",\n                        \"product\": 6,\n                        \"permission_group\": \"\",\n                        \"scopes\": [\n                            \"update_profile_restricted\"\n                        ]\n                    },\n                    {\n                        \"id\": 49,\n                        \"uuid\": \"11eb-3959-64d179f8-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_request_get\",\n                        \"title\": \"Banking - Account Opening Request Get\",\n                        \"description\": \"View Account Opening Request Status\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking Default\",\n                        \"scopes\": [\n                            \"read_account_request_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 50,\n                        \"uuid\": \"11eb-3959-64e63fd2-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_request_create\",\n                        \"title\": \"Banking - Account Opening Request Create\",\n                        \"description\": \"Create Banking View\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking Default\",\n                        \"scopes\": [\n                            \"create_account_request_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 51,\n                        \"uuid\": \"11eb-3959-64ef942e-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_details_view\",\n                        \"title\": \"Banking View\",\n                        \"description\": \"View Bank Account Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"read_account_request_nb\",\n                            \"read_account_details_nb\",\n                            \"read_transaction_nb\",\n                            \"add_transaction_meta_data_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 52,\n                        \"uuid\": \"11eb-3959-64fbc42e-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_transaction_download\",\n                        \"title\": \"Banking Download\",\n                        \"description\": \"Download Transaction Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"download_transaction_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 53,\n                        \"uuid\": \"11eb-3959-650ff7d2-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_summary_views\",\n                        \"title\": \"Banking Analytics\",\n                        \"description\": \"View Summary\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"read_summary_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 58,\n                        \"uuid\": \"11eb-3959-64f2d7b0-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_market_place_details\",\n                        \"title\": \"Market Place View\",\n                        \"description\": \"Market Place View Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Marketplace\",\n                        \"scopes\": [\n                            \"read_account_nmp\",\n                            \"read_sales_list_nmp\",\n                            \"read_sales_summary_nmp\",\n                            \"read_sales_detail_nmp\",\n                            \"read_settlement_list_nmp\",\n                            \"read_settlement_sumary_nmp\",\n                            \"read_settlement_details_nmp\",\n                            \"read_dispute_list_nmp\",\n                            \"read_dispute_summary_nmp\",\n                            \"read_dispute_details_nmp\"\n                        ]\n                    },\n                    {\n                        \"id\": 59,\n                        \"uuid\": \"11eb-3959-6500bee8-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_market_place_admin\",\n                        \"title\": \"Marketplace Admin\",\n                        \"description\": \"Market Place Admin\",\n                        \"product\": 1,\n                        \"permission_group\": \"Marketplace\",\n                        \"scopes\": [\n                            \"update_dispute_status_nmp\",\n                            \"register_account_nmp\"\n                        ]\n                    },\n                    {\n                        \"id\": 66,\n                        \"uuid\": \"11ec-57f6-4460f0ce-95d0-38f9d3c7f51b\",\n                        \"name\": \"download_invoice_payouts\",\n                        \"title\": \"Payouts - Download Invoice\",\n                        \"description\": \"Download invoice for payouts\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"download_invoice_payout\"\n                        ]\n                    },\n                    {\n                        \"id\": 67,\n                        \"uuid\": \"11eb-d66c-7c804434-96dc-f45c89c8e6d1\",\n                        \"name\": \"refer_child_merchant\",\n                        \"title\": \"Refer Child Merchant\",\n                        \"description\": \"Ability to add child aggregators\",\n                        \"product\": 1,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"refer_child_merchant\"\n                        ]\n                    },\n                    {\n                        \"id\": 68,\n                        \"uuid\": \"11ec-299d-9d192e02-b8db-38f9d35159b9\",\n                        \"name\": \"fetch_child_merchant_details\",\n                        \"title\": \"Fetch Child Merchants Detail\",\n                        \"description\": \"Ability to fetch details of child aggregators\",\n                        \"product\": 1,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"fetch_child_merchants\"\n                        ]\n                    },\n                    {\n                        \"id\": 69,\n                        \"uuid\": \"11ec-6ee3-d82a5e5e-a435-38f9d3c7f51b\",\n                        \"name\": \"split_transactions\",\n                        \"title\": \"Split Transactions\",\n                        \"description\": \"Ability to split transactions\",\n                        \"product\": 15,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"split_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 70,\n                        \"uuid\": \"11ec-6ee2-633acefe-a435-38f9d3c7f51b\",\n                        \"name\": \"manage_offers\",\n                        \"title\": \"Manage Offers\",\n                        \"description\": \"Ability to manage offers\",\n                        \"product\": 15,\n                        \"permission_group\": \"Offer Engine\",\n                        \"scopes\": [\n                            \"manage_offers\"\n                        ]\n                    },\n                    {\n                        \"name\": \"basic_permissions\",\n                        \"scopes\": [\n                            \"basic_permissions\"\n                        ],\n                        \"description\": \"Basic Scopes\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"application\": {},\n    \"user\": {\n        \"uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"email\": \"rajat.mishra@payu.in\"\n    },\n    \"token\": {\n        \"type\": \"user\",\n        \"created_at\": 1653546983,\n        \"expires_in\": 85997\n    }\n}"},{"id":"8ade1cf4-9080-4653-87ad-b000d7bcb03a","name":"when_identifier_is_passed_in_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/oauth/token/info?uuid={{product_account_identifier}}","host":["{{host}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"{{product_account_uuid}}","disabled":true},{"key":"uuid","value":"{{product_account_identifier}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"804bb0948624ae82ce1561be8a0f80e3\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2b7a263b-639a-4238-9e58-ba59eeb17b9c"},{"key":"X-Runtime","value":"0.253092"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_accounts\": [\n        {\n            \"uuid\": \"11ec-d682-8f22ad2c-a539-38f9d3c6b9ac\",\n            \"name\": \"PayUbizAccount\",\n            \"identifier\": 20000012,\n            \"scopes\": [\n                \"read_dashboard_payumoney\",\n                \"send_verification_link\",\n                \"manage_addendum\",\n                \"split_transactions\",\n                \"manage_offers\",\n                \"download_invoice_payout\",\n                \"read_transactions\",\n                \"read_settlements\",\n                \"manage_refunds\",\n                \"user_profile\",\n                \"update_user_profile\",\n                \"manage_notifications\",\n                \"manage_checkouts\",\n                \"manage_webhooks\",\n                \"manage_credentials\",\n                \"manage_payment_products\",\n                \"create_invoice_payumoney\",\n                \"update_invoice_payumoney\",\n                \"read_invoice_payumoney\",\n                \"create_vpas\",\n                \"create_payout_transactions\",\n                \"read_invoice_items\",\n                \"create_invoice_items\",\n                \"delete_invoice_items\",\n                \"update_invoice_items\",\n                \"create_subscription_plans\",\n                \"read_invoice_details\",\n                \"manage_roles\",\n                \"manage_employees\",\n                \"manage_thirdparty_access\",\n                \"maker\",\n                \"checker\",\n                \"manage_approval_flow\",\n                \"update_profile_restricted\",\n                \"view_transaction_summary\",\n                \"view_treasury_summary\",\n                \"download_transaction_reports\",\n                \"read_tdr\",\n                \"download_settlement_reports\",\n                \"read_refunds\",\n                \"process_refunds\",\n                \"download_refund_reports\",\n                \"manage_chargebacks\",\n                \"read_payment_links\",\n                \"create_payment_links\",\n                \"update_payment_links\",\n                \"delete_payment_links\",\n                \"read_buttons\",\n                \"create_buttons\",\n                \"update_buttons\",\n                \"delete_buttons\",\n                \"read_payment_handles\",\n                \"create_payment_handles\",\n                \"update_payment_handles\",\n                \"delete_payment_handles\",\n                \"read_invoices\",\n                \"manage_payment_notifications\",\n                \"manage_treasury_notifications\",\n                \"create_invoices\",\n                \"update_invoices\",\n                \"delete_invoices\",\n                \"read_account_request_nb\",\n                \"create_account_request_nb\",\n                \"read_account_details_nb\",\n                \"read_transaction_nb\",\n                \"add_transaction_meta_data_nb\",\n                \"download_transaction_nb\",\n                \"read_summary_nb\",\n                \"read_account_nmp\",\n                \"read_sales_list_nmp\",\n                \"read_sales_summary_nmp\",\n                \"read_sales_detail_nmp\",\n                \"read_settlement_list_nmp\",\n                \"read_settlement_sumary_nmp\",\n                \"read_settlement_details_nmp\",\n                \"read_dispute_list_nmp\",\n                \"read_dispute_summary_nmp\",\n                \"read_dispute_details_nmp\",\n                \"update_dispute_status_nmp\",\n                \"register_account_nmp\",\n                \"refer_child_merchant\",\n                \"fetch_child_merchants\",\n                \"read_settlement_cycle\",\n                \"update_settlement_cycle\"\n            ],\n            \"acl_role\": {\n                \"name\": \"MerchantAdminUserRole\",\n                \"description\": null,\n                \"acl_permissions\": [\n                    {\n                        \"id\": 1,\n                        \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n                        \"name\": \"read_transactions\",\n                        \"title\": \"View Transaction Data\",\n                        \"description\": \"User can view the details page of individual transaction.\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 2,\n                        \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n                        \"name\": \"read_settlements\",\n                        \"title\": \"View Settlement Data\",\n                        \"description\": \"User can view the details page of individual settlement\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\"\n                        ]\n                    },\n                    {\n                        \"id\": 3,\n                        \"uuid\": \"4aa5-38fa-35cb09ad-8602-4dc05a33ea39\",\n                        \"name\": \"manage_refunds\",\n                        \"title\": \"Manage Refunds\",\n                        \"description\": \"User can Initiate the refunds on merchant Account\",\n                        \"product\": 6,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"manage_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 5,\n                        \"uuid\": \"11ec-907e-3c102bfe-bffb-a0999b174961\",\n                        \"name\": \"change_settlement_cycle\",\n                        \"title\": \"Change Settlement Cycle\",\n                        \"description\": \"User can view and change the settlement cycle\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transaction/Settlements\",\n                        \"scopes\": [\n                            \"read_settlement_cycle\",\n                            \"update_settlement_cycle\"\n                        ]\n                    },\n                    {\n                        \"id\": 6,\n                        \"uuid\": \"11e9-b2a3-55f4d698-afb7-0a54e87e793a\",\n                        \"name\": \"user_profile\",\n                        \"title\": \"View Profile Details\",\n                        \"description\": \"User can see profile details of merchant\",\n                        \"product\": 6,\n                        \"permission_group\": \"Account Activation\",\n                        \"scopes\": [\n                            \"user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 7,\n                        \"uuid\": \"11e9-b2a3-8b5d55bc-afb7-0a54e87e793a\",\n                        \"name\": \"update_user_profile\",\n                        \"title\": \"Manage Profile details\",\n                        \"description\": \"user can update profile details of merchant\",\n                        \"product\": 6,\n                        \"permission_group\": \"Account Activation\",\n                        \"scopes\": [\n                            \"manage_addendum\",\n                            \"user_profile\",\n                            \"update_user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 8,\n                        \"uuid\": \"11e9-a3b4-079bd1ca-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_notifications\",\n                        \"title\": \"Manage Notification Settings\",\n                        \"description\": \"User can Manage notification settings of merchant under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 9,\n                        \"uuid\": \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_checkouts\",\n                        \"title\": \"Manage Checkout Settings\",\n                        \"description\": \"User can Manage checkout settings of merchant under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_checkouts\"\n                        ]\n                    },\n                    {\n                        \"id\": 10,\n                        \"uuid\": \"11e9-a3b3-fb9e9038-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_webhooks\",\n                        \"title\": \"Manage Webhooks\",\n                        \"description\": \"User can manage webhooks of a merchant under settings tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_webhooks\"\n                        ]\n                    },\n                    {\n                        \"id\": 11,\n                        \"uuid\": \"11e9-a3b3-f7448dd0-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_credentials\",\n                        \"title\": \"Manage Integration\",\n                        \"description\": \"User can manage Integration details page under settings Tab\",\n                        \"product\": 6,\n                        \"permission_group\": \"Integration\",\n                        \"scopes\": [\n                            \"manage_credentials\"\n                        ]\n                    },\n                    {\n                        \"id\": 12,\n                        \"uuid\": \"11e9-a3b3-f24ca7f4-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_payment_products\",\n                        \"title\": \"Manage Payment Products\",\n                        \"description\": \"User can manage payouts/payment links/buttons/subscriptions on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Request Payments\",\n                        \"scopes\": [\n                            \"manage_payment_products\",\n                            \"create_invoice_payumoney\",\n                            \"update_invoice_payumoney\",\n                            \"read_invoice_payumoney\",\n                            \"create_vpas\",\n                            \"create_payout_transactions\",\n                            \"read_invoice_items\",\n                            \"create_invoice_items\",\n                            \"delete_invoice_items\",\n                            \"update_invoice_items\",\n                            \"create_subscription_plans\",\n                            \"read_invoice_details\"\n                        ]\n                    },\n                    {\n                        \"id\": 13,\n                        \"uuid\": \"11e9-a3b3-ed648bc6-9ca4-f45c89c92eb9\",\n                        \"name\": \"manage_employees\",\n                        \"title\": \"Manage Employees\",\n                        \"description\": \"User can add/manage employees on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 14,\n                        \"uuid\": \"4049-24a7-73f01ffb-9f58-0423e49f080a\",\n                        \"name\": \"manage_roles\",\n                        \"title\": \"Manage Roles\",\n                        \"description\": \"user can add/manage roles on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_roles\"\n                        ]\n                    },\n                    {\n                        \"id\": 16,\n                        \"uuid\": \"11e9-e8ba-497594b4-bd2c-02f413145cce\",\n                        \"name\": \"manage_team_accounts\",\n                        \"title\": \"Manage Employees\",\n                        \"description\": \"User can add/manage roles on merchants behalf\",\n                        \"product\": 6,\n                        \"permission_group\": \"Manage Staff\",\n                        \"scopes\": [\n                            \"manage_roles\",\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 17,\n                        \"uuid\": \"11e9-c8a7-d074143c-b81f-acbc327756df\",\n                        \"name\": \"Default Permissions\",\n                        \"title\": \"Default Permissions\",\n                        \"description\": \"Permissions available to all users\",\n                        \"product\": 6,\n                        \"permission_group\": \"Default Permissions\",\n                        \"scopes\": [\n                            \"read_dashboard_payumoney\",\n                            \"send_verification_link\"\n                        ]\n                    },\n                    {\n                        \"id\": 18,\n                        \"uuid\": \"11e9-e903-a6d94b5c-8998-02f413145cce\",\n                        \"name\": \"manage_thirdparty_access\",\n                        \"title\": \"Manage Thirdparty Access\",\n                        \"description\": \"Use can manage the access provided to third-parties on payU account\",\n                        \"product\": 6,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_thirdparty_access\"\n                        ]\n                    },\n                    {\n                        \"id\": 19,\n                        \"uuid\": \"11ea-684d-7a2df1b0-a1ad-0a54e87e793a\",\n                        \"name\": \"maker\",\n                        \"title\": \"Payout maker\",\n                        \"description\": \"Payout maker\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"maker\"\n                        ]\n                    },\n                    {\n                        \"id\": 20,\n                        \"uuid\": \"11ea-684d-edb798fc-a1ad-0a54e87e793a\",\n                        \"name\": \"checker\",\n                        \"title\": \"Payout Checker\",\n                        \"description\": \"Payout checker\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"checker\"\n                        ]\n                    },\n                    {\n                        \"id\": 21,\n                        \"uuid\": \"11ea-684e-17f544de-a1ad-0a54e87e793a\",\n                        \"name\": \"manage_approval_flow\",\n                        \"title\": \"Payout Manage Approval Flow\",\n                        \"description\": \"Pay out Manage Approval Flow\",\n                        \"product\": 6,\n                        \"permission_group\": \"Approval Flow\",\n                        \"scopes\": [\n                            \"manage_approval_flow\"\n                        ]\n                    },\n                    {\n                        \"id\": 22,\n                        \"uuid\": \"11ea-aae1-b4ddc386-8b1f-38f9d3c7f51b\",\n                        \"name\": \"one_dashboard_permission\",\n                        \"title\": \"One Dashboard\",\n                        \"description\": \"Temp permission having all new dashboard scopes\",\n                        \"product\": 1,\n                        \"permission_group\": \"One Dashboard\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"read_settlements\",\n                            \"manage_checkouts\",\n                            \"manage_webhooks\",\n                            \"manage_credentials\",\n                            \"maker\",\n                            \"checker\",\n                            \"manage_approval_flow\",\n                            \"view_transaction_summary\",\n                            \"view_treasury_summary\",\n                            \"download_transaction_reports\",\n                            \"read_tdr\",\n                            \"download_settlement_reports\",\n                            \"read_refunds\",\n                            \"process_refunds\",\n                            \"download_refund_reports\",\n                            \"manage_chargebacks\",\n                            \"read_payment_links\",\n                            \"create_payment_links\",\n                            \"update_payment_links\",\n                            \"delete_payment_links\",\n                            \"read_buttons\",\n                            \"create_buttons\",\n                            \"update_buttons\",\n                            \"delete_buttons\",\n                            \"read_payment_handles\",\n                            \"create_payment_handles\",\n                            \"update_payment_handles\",\n                            \"delete_payment_handles\",\n                            \"manage_payment_notifications\",\n                            \"manage_treasury_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 23,\n                        \"uuid\": \"11ea-e3b4-792de2f6-896b-38f9d3c7f51b\",\n                        \"name\": \"business_summary\",\n                        \"title\": \"Business Summary\",\n                        \"description\": \"Access to the Business Summary which comprises of Analytics (Transactions, Settlements, Refunds). If the user doesn’t have this permission, she can NOT view any analytics; doesn’t matter if she has individual settlement, transactions, refunds permissions.\",\n                        \"product\": 1,\n                        \"permission_group\": \"Business Summary\",\n                        \"scopes\": [\n                            \"view_transaction_summary\",\n                            \"view_treasury_summary\"\n                        ]\n                    },\n                    {\n                        \"id\": 24,\n                        \"uuid\": \"11ea-e3b4-7946bb14-896b-38f9d3c7f51b\",\n                        \"name\": \"transactions_view\",\n                        \"title\": \"Transactions - View\",\n                        \"description\": \"User can view the transaction grid, transaction detail page for each transaction\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transactions\",\n                        \"scopes\": [\n                            \"read_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 25,\n                        \"uuid\": \"11ea-e3b4-794e8e52-896b-38f9d3c7f51b\",\n                        \"name\": \"transaction_download\",\n                        \"title\": \"Transaction - Download\",\n                        \"description\": \"User can download the Transaction Report (both from the Transactions tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Transactions\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"download_transaction_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 26,\n                        \"uuid\": \"11ea-e3b4-795538b0-896b-38f9d3c7f51b\",\n                        \"name\": \"settlement_view\",\n                        \"title\": \"Settlement - View\",\n                        \"description\": \"User can view the settlement grid, settlement detail page for each settlement\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\",\n                            \"read_tdr\"\n                        ]\n                    },\n                    {\n                        \"id\": 27,\n                        \"uuid\": \"11ea-e3b4-7963c222-896b-38f9d3c7f51b\",\n                        \"name\": \"settlement_download\",\n                        \"title\": \"Settlement - Download\",\n                        \"description\": \"User can download the Settlement Report (both from the Settlements tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settlements\",\n                        \"scopes\": [\n                            \"read_settlements\",\n                            \"read_tdr\",\n                            \"download_settlement_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 28,\n                        \"uuid\": \"11ea-e3b4-796a59a2-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_view\",\n                        \"title\": \"Refunds - View\",\n                        \"description\": \"User can view the Refunds tab in the Transactions section\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 29,\n                        \"uuid\": \"11ea-e3b4-79756c0c-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_process\",\n                        \"title\": \"Refunds - Process\",\n                        \"description\": \"User can process a refund on a particular transaction\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_transactions\",\n                            \"read_refunds\",\n                            \"process_refunds\"\n                        ]\n                    },\n                    {\n                        \"id\": 30,\n                        \"uuid\": \"11ea-e3b4-797d8ba8-896b-38f9d3c7f51b\",\n                        \"name\": \"refunds_download\",\n                        \"title\": \"Refunds - Download\",\n                        \"description\": \"User can download the Refunds Report (both from the Refunds tab and Reports section)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Refunds\",\n                        \"scopes\": [\n                            \"read_refunds\",\n                            \"download_refund_reports\"\n                        ]\n                    },\n                    {\n                        \"id\": 31,\n                        \"uuid\": \"11ea-e3b4-7987a35e-896b-38f9d3c7f51b\",\n                        \"name\": \"chargeback\",\n                        \"title\": \"Chargeback\",\n                        \"description\": \"User can access the Bank Portal (maintained by Optimus)\",\n                        \"product\": 1,\n                        \"permission_group\": \"Chargeback\",\n                        \"scopes\": [\n                            \"manage_chargebacks\"\n                        ]\n                    },\n                    {\n                        \"id\": 32,\n                        \"uuid\": \"11ea-e3b4-79907f7e-896b-38f9d3c7f51b\",\n                        \"name\": \"products_payment_gateway\",\n                        \"title\": \"Products - Payment Gateway\",\n                        \"description\": \"User can access the Key/Salt for integration purposes\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"manage_credentials\"\n                        ]\n                    },\n                    {\n                        \"id\": 33,\n                        \"uuid\": \"11ea-e3b4-799bb402-896b-38f9d3c7f51b\",\n                        \"name\": \"products_payment_links\",\n                        \"title\": \"Products - Payment Links\",\n                        \"description\": \"User can access Payment Links product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_links\",\n                            \"create_payment_links\",\n                            \"update_payment_links\",\n                            \"delete_payment_links\"\n                        ]\n                    },\n                    {\n                        \"id\": 34,\n                        \"uuid\": \"11ea-e3b4-79a0fe76-896b-38f9d3c7f51b\",\n                        \"name\": \"products_buttons\",\n                        \"title\": \"Products - Buttons\",\n                        \"description\": \"User can access Buttons product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_buttons\",\n                            \"create_buttons\",\n                            \"update_buttons\",\n                            \"delete_buttons\"\n                        ]\n                    },\n                    {\n                        \"id\": 35,\n                        \"uuid\": \"11ea-e3b4-79ae844c-896b-38f9d3c7f51b\",\n                        \"name\": \"products_share_payment_handle\",\n                        \"title\": \"Products - Share Payment Handle\",\n                        \"description\": \"User can access Share Payment Handle product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_handles\",\n                            \"create_payment_handles\",\n                            \"update_payment_handles\",\n                            \"delete_payment_handles\"\n                        ]\n                    },\n                    {\n                        \"id\": 36,\n                        \"uuid\": \"11ea-e3b4-79b59020-896b-38f9d3c7f51b\",\n                        \"name\": \"products_invoices\",\n                        \"title\": \"Products - Invoices\",\n                        \"description\": \"User can access Invoices product on the Dashboard\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_invoices\",\n                            \"create_invoices\",\n                            \"update_invoices\",\n                            \"delete_invoices\"\n                        ]\n                    },\n                    {\n                        \"id\": 37,\n                        \"uuid\": \"11ea-e3b4-79c32f14-896b-38f9d3c7f51b\",\n                        \"name\": \"tools_view\",\n                        \"title\": \"Tools - View\",\n                        \"description\": \"User can view Tools product\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payment Products\",\n                        \"scopes\": [\n                            \"read_payment_links\",\n                            \"read_buttons\",\n                            \"read_payment_handles\",\n                            \"read_invoices\"\n                        ]\n                    },\n                    {\n                        \"id\": 38,\n                        \"uuid\": \"11ea-e3b7-67649c06-896b-38f9d3c7f51b\",\n                        \"name\": \"maker_one_dashbaord\",\n                        \"title\": \"Payouts - Maker\",\n                        \"description\": \"User can create a Payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"maker\"\n                        ]\n                    },\n                    {\n                        \"id\": 39,\n                        \"uuid\": \"11ea-e3b7-676ce03c-896b-38f9d3c7f51b\",\n                        \"name\": \"checker_one_dashbaord\",\n                        \"title\": \"Payouts - Checker\",\n                        \"description\": \"User can approve a Payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"create_payout_transactions\",\n                            \"checker\"\n                        ]\n                    },\n                    {\n                        \"id\": 40,\n                        \"uuid\": \"11ea-e3b7-6772a378-896b-38f9d3c7f51b\",\n                        \"name\": \"manage_approval_flow_one_dashbaord\",\n                        \"title\": \"Payout - Manage Approval Flow\",\n                        \"description\": \"User can create maker, checker as well as create and approve a payout\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"manage_approval_flow\"\n                        ]\n                    },\n                    {\n                        \"id\": 43,\n                        \"uuid\": \"11ea-e3b6-9ecd551c-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_profile\",\n                        \"title\": \"Settings - Profile\",\n                        \"description\": \"User can update the profile of the Business; provides access to Common Onboarding\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"user_profile\",\n                            \"update_user_profile\"\n                        ]\n                    },\n                    {\n                        \"id\": 44,\n                        \"uuid\": \"11ea-e3b6-9ee64a18-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_notifications\",\n                        \"title\": \"Settings - Notifications\",\n                        \"description\": \"User can update the notifications email to be sent to users\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_payment_notifications\",\n                            \"manage_treasury_notifications\"\n                        ]\n                    },\n                    {\n                        \"id\": 45,\n                        \"uuid\": \"11ea-e5db-a648a6bc-896b-38f9d3c7f51b\",\n                        \"name\": \"manage_webhooks_one_dashbaord\",\n                        \"title\": \"Settings - Webhooks\",\n                        \"description\": \"User can configure webhooks on specific URLs\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_webhooks\"\n                        ]\n                    },\n                    {\n                        \"id\": 46,\n                        \"uuid\": \"11ea-e3b6-e9d3efd0-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_checkout_(brand)\",\n                        \"title\": \"Settings - Checkout (Brand)\",\n                        \"description\": \"User can update brand logo, color and signature to be consumed by Checkout and Payment products\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_checkouts\"\n                        ]\n                    },\n                    {\n                        \"id\": 47,\n                        \"uuid\": \"11ea-e3b6-e9e4ec04-896b-38f9d3c7f51b\",\n                        \"name\": \"settings_users_&_permissions\",\n                        \"title\": \"Settings - Users & Permissions\",\n                        \"description\": \"User can create employees and assign roles to them\",\n                        \"product\": 1,\n                        \"permission_group\": \"Settings\",\n                        \"scopes\": [\n                            \"manage_roles\",\n                            \"manage_employees\"\n                        ]\n                    },\n                    {\n                        \"id\": 48,\n                        \"uuid\": \"11ea-6ec3-3d5daad8-952c-024215e7fa0a\",\n                        \"name\": \"update_profile_restricted\",\n                        \"title\": \"\",\n                        \"description\": \"User can update only selected portion of profile\",\n                        \"product\": 6,\n                        \"permission_group\": \"\",\n                        \"scopes\": [\n                            \"update_profile_restricted\"\n                        ]\n                    },\n                    {\n                        \"id\": 49,\n                        \"uuid\": \"11eb-3959-64d179f8-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_request_get\",\n                        \"title\": \"Banking - Account Opening Request Get\",\n                        \"description\": \"View Account Opening Request Status\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking Default\",\n                        \"scopes\": [\n                            \"read_account_request_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 50,\n                        \"uuid\": \"11eb-3959-64e63fd2-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_request_create\",\n                        \"title\": \"Banking - Account Opening Request Create\",\n                        \"description\": \"Create Banking View\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking Default\",\n                        \"scopes\": [\n                            \"create_account_request_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 51,\n                        \"uuid\": \"11eb-3959-64ef942e-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_account_details_view\",\n                        \"title\": \"Banking View\",\n                        \"description\": \"View Bank Account Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"read_account_request_nb\",\n                            \"read_account_details_nb\",\n                            \"read_transaction_nb\",\n                            \"add_transaction_meta_data_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 52,\n                        \"uuid\": \"11eb-3959-64fbc42e-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_transaction_download\",\n                        \"title\": \"Banking Download\",\n                        \"description\": \"Download Transaction Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"download_transaction_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 53,\n                        \"uuid\": \"11eb-3959-650ff7d2-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_summary_views\",\n                        \"title\": \"Banking Analytics\",\n                        \"description\": \"View Summary\",\n                        \"product\": 1,\n                        \"permission_group\": \"Banking\",\n                        \"scopes\": [\n                            \"read_summary_nb\"\n                        ]\n                    },\n                    {\n                        \"id\": 58,\n                        \"uuid\": \"11eb-3959-64f2d7b0-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_market_place_details\",\n                        \"title\": \"Market Place View\",\n                        \"description\": \"Market Place View Details\",\n                        \"product\": 1,\n                        \"permission_group\": \"Marketplace\",\n                        \"scopes\": [\n                            \"read_account_nmp\",\n                            \"read_sales_list_nmp\",\n                            \"read_sales_summary_nmp\",\n                            \"read_sales_detail_nmp\",\n                            \"read_settlement_list_nmp\",\n                            \"read_settlement_sumary_nmp\",\n                            \"read_settlement_details_nmp\",\n                            \"read_dispute_list_nmp\",\n                            \"read_dispute_summary_nmp\",\n                            \"read_dispute_details_nmp\"\n                        ]\n                    },\n                    {\n                        \"id\": 59,\n                        \"uuid\": \"11eb-3959-6500bee8-a373-38f9d35159b9\",\n                        \"name\": \"neo_banking_market_place_admin\",\n                        \"title\": \"Marketplace Admin\",\n                        \"description\": \"Market Place Admin\",\n                        \"product\": 1,\n                        \"permission_group\": \"Marketplace\",\n                        \"scopes\": [\n                            \"update_dispute_status_nmp\",\n                            \"register_account_nmp\"\n                        ]\n                    },\n                    {\n                        \"id\": 66,\n                        \"uuid\": \"11ec-57f6-4460f0ce-95d0-38f9d3c7f51b\",\n                        \"name\": \"download_invoice_payouts\",\n                        \"title\": \"Payouts - Download Invoice\",\n                        \"description\": \"Download invoice for payouts\",\n                        \"product\": 1,\n                        \"permission_group\": \"Payouts\",\n                        \"scopes\": [\n                            \"download_invoice_payout\"\n                        ]\n                    },\n                    {\n                        \"id\": 67,\n                        \"uuid\": \"11eb-d66c-7c804434-96dc-f45c89c8e6d1\",\n                        \"name\": \"refer_child_merchant\",\n                        \"title\": \"Refer Child Merchant\",\n                        \"description\": \"Ability to add child aggregators\",\n                        \"product\": 1,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"refer_child_merchant\"\n                        ]\n                    },\n                    {\n                        \"id\": 68,\n                        \"uuid\": \"11ec-299d-9d192e02-b8db-38f9d35159b9\",\n                        \"name\": \"fetch_child_merchant_details\",\n                        \"title\": \"Fetch Child Merchants Detail\",\n                        \"description\": \"Ability to fetch details of child aggregators\",\n                        \"product\": 1,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"fetch_child_merchants\"\n                        ]\n                    },\n                    {\n                        \"id\": 69,\n                        \"uuid\": \"11ec-6ee3-d82a5e5e-a435-38f9d3c7f51b\",\n                        \"name\": \"split_transactions\",\n                        \"title\": \"Split Transactions\",\n                        \"description\": \"Ability to split transactions\",\n                        \"product\": 15,\n                        \"permission_group\": \"Aggregator Flow\",\n                        \"scopes\": [\n                            \"split_transactions\"\n                        ]\n                    },\n                    {\n                        \"id\": 70,\n                        \"uuid\": \"11ec-6ee2-633acefe-a435-38f9d3c7f51b\",\n                        \"name\": \"manage_offers\",\n                        \"title\": \"Manage Offers\",\n                        \"description\": \"Ability to manage offers\",\n                        \"product\": 15,\n                        \"permission_group\": \"Offer Engine\",\n                        \"scopes\": [\n                            \"manage_offers\"\n                        ]\n                    },\n                    {\n                        \"name\": \"basic_permissions\",\n                        \"scopes\": [\n                            \"basic_permissions\"\n                        ],\n                        \"description\": \"Basic Scopes\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"application\": {},\n    \"user\": {\n        \"uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n        \"email\": \"rajat.mishra@payu.in\"\n    },\n    \"token\": {\n        \"type\": \"user\",\n        \"created_at\": 1653546983,\n        \"expires_in\": 85997\n    }\n}"},{"id":"fe6da6dc-4cdb-4240-9136-498dbd847696","name":"when_client_token_is_passed Copy","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer 10efb666b7b25c74f3e3128588d0c46269976ef86440382a8f69ee80e87699b2","type":"text"}],"url":{"raw":"{{host}}/api/v3/oauth/token/info","host":["{{host}}"],"path":["api","v3","oauth","token","info"],"query":[{"key":"uuid","value":"{{product_account_uuid}}","disabled":true},{"key":"uuid","value":"{{product_account_identifier}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"8c99e061efe902c2559816ab1786e738\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f26a1339-e981-4281-b510-31c5f139a3df"},{"key":"X-Runtime","value":"3.180994"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_accounts\": [],\n    \"application\": {\n        \"scopes\": [\n            \"create_bank_product_account\"\n        ]\n    }\n}"}],"_postman_id":"1f901953-4654-4ccf-82c7-0c8062b48169"}],"id":"42e84ae6-1105-454c-8943-d20239a3a270","_postman_id":"42e84ae6-1105-454c-8943-d20239a3a270","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"merchant_accounts","item":[{"name":"show","id":"d3d24eac-c84b-4317-b997-c1b9c0e798b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer b31fea2c946b43466f664f60cb6d80e56202211a21e4204983007cfbdbf20c9b","type":"text"}],"url":"{{host}}/api/v3/merchant_accounts/20000001","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","merchant_accounts","20000001"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"82d2ea86-ca4e-4bdc-9159-2f0ddff05a7e","name":"when_invalid_token_is_passed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"invalid_token","type":"text"}],"url":"{{host}}/api/v3/merchant_accounts/20000001"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"90dafba2-77fa-4496-b6da-413e433960ea"},{"key":"X-Runtime","value":"0.702541"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"b7e360e4-49e8-4e83-a917-056fff8e2cd6","name":"when_invalid_merchant_account_uuid_is_passed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer b31fea2c946b43466f664f60cb6d80e56202211a21e4204983007cfbdbf20c9b","type":"text"}],"url":"{{host}}/api/v3/merchant_accounts/random_id"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"1314c5d2-377e-44ef-9c29-cd0359a4cefb"},{"key":"X-Runtime","value":"7.041350"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"ad140d0b-f287-4bee-901f-d64cdb63c9d0","name":"when_valid_merchant_account_uuid_is_passed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer b31fea2c946b43466f664f60cb6d80e56202211a21e4204983007cfbdbf20c9b","type":"text"}],"url":"{{host}}/api/v3/merchant_accounts/{{merchant_account_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"fafdb733784bc245b836822c2f0c39ed\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e110514a-9251-4ba1-8ea8-ebb03488893f"},{"key":"X-Runtime","value":"2.870709"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant_account\": {\n        \"id\": 3,\n        \"uuid\": \"11ec-ebad-4540684e-8017-38f9d3c6b9ac\",\n        \"identifier\": 20000001,\n        \"email\": \"rajat.mishra12345@payu.in\",\n        \"business_type\": \"LongTail\",\n        \"business_origin\": null,\n        \"brand_name\": \"Rajat Mishra\",\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"admin_user_uuid\": \"11ec-ebaa-b55b9ec6-8de1-02f413145cce\",\n        \"product_accounts\": [\n            {\n                \"mid\": 20000001,\n                \"id\": 4,\n                \"uuid\": \"11ec-ebaf-34c14ab8-8085-38f9d3c6b9ac\",\n                \"identifier\": 20000001,\n                \"product_id\": 11,\n                \"type\": \"VistaAccount\",\n                \"merchant_account_id\": 3,\n                \"active\": true,\n                \"status\": null,\n                \"business_entity_id\": null,\n                \"business_category_id\": null,\n                \"business_sub_category_id\": null,\n                \"business_name\": \"Rajat Mishra Corp\",\n                \"pancard_name\": null,\n                \"pancard_number\": null,\n                \"gst_number\": \"07CPBPP3374Q1Z1\",\n                \"notification_email\": \"rajat.mishra12345@payu.in\",\n                \"flag\": 0,\n                \"settlement_status\": null,\n                \"merchant_type\": null,\n                \"onboarding_status\": \"Profile Completion in progress\",\n                \"account_id\": null,\n                \"pan_verification_status\": \"Pending\",\n                \"admin_user_id\": 3,\n                \"terms_and_condition_accepted_at\": null,\n                \"created_at\": \"2022-06-14T06:57:08.000Z\",\n                \"updated_at\": \"2022-06-14T06:57:08.000Z\",\n                \"partner_uuid\": null,\n                \"business_origin\": null,\n                \"name\": \"Rajat Mishra\",\n                \"email\": \"rajat.mishra12345@payu.in\",\n                \"first_name\": \"Rajat\",\n                \"last_name\": \"Mishra\",\n                \"business_type\": \"LongTail\",\n                \"bank_update_attempt_count\": 3,\n                \"merchant_vertical\": null,\n                \"partner_source\": null,\n                \"android_url\": null,\n                \"ios_url\": null,\n                \"integration_type\": \"Not Selected\",\n                \"integration_status\": \"Not Integrated\",\n                \"monthly_expected_volume\": 100,\n                \"gmv_amount\": null,\n                \"website_approval_status\": null,\n                \"website_url\": null,\n                \"website_remarks\": null,\n                \"registered_mobile\": \"9582787444\",\n                \"product\": \"Vista\",\n                \"bank_update_attempt_left\": 8,\n                \"is_service_agreement_accepted\": false,\n                \"is_service_agreement_esigned\": false,\n                \"acl_role_name\": null,\n                \"is_authorisation_letter_required\": true,\n                \"saved_kyc_address\": null,\n                \"kyc_status\": {\n                    \"status\": \"LOCKED\",\n                    \"kyc_status\": \"LOCKED\"\n                },\n                \"document_status\": \"Docs Approved\",\n                \"service_intent\": \"default\",\n                \"nb_eligible\": true,\n                \"lending_eligible\": false,\n                \"offer_engine_enabled\": false,\n                \"revamp_merchant\": false,\n                \"is_cs_eligible\": false,\n                \"onboarding_completed\": false,\n                \"next_bank_update_time\": \"2022-06-14T12:27:18.000+05:30\",\n                \"business_pan_name_match\": false,\n                \"business_entity_uuid\": null,\n                \"business_category_uuid\": null,\n                \"business_sub_category_uuid\": null,\n                \"account_uuid\": null,\n                \"merchant_account_uuid\": \"11ec-ebad-4540684e-8017-38f9d3c6b9ac\",\n                \"product_uuid\": \"11ec-ebac-e2929d02-b61f-38f9d3c6b9ac\",\n                \"admin_user_uuid\": \"11ec-ebaa-b55b9ec6-8de1-02f413145cce\",\n                \"business_entity\": null,\n                \"website_detail\": null,\n                \"cs_plan\": null\n            }\n        ]\n    }\n}"},{"id":"c80291da-113b-44e7-9608-9d61a08b55fe","name":"when_valid_merchant_account_identifier_is_passed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer b31fea2c946b43466f664f60cb6d80e56202211a21e4204983007cfbdbf20c9b","type":"text"}],"url":"{{host}}/api/v3/merchant_accounts/{{merchant_account_identifier}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"fafdb733784bc245b836822c2f0c39ed\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e110514a-9251-4ba1-8ea8-ebb03488893f"},{"key":"X-Runtime","value":"2.870709"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant_account\": {\n        \"id\": 3,\n        \"uuid\": \"11ec-ebad-4540684e-8017-38f9d3c6b9ac\",\n        \"identifier\": 20000001,\n        \"email\": \"rajat.mishra12345@payu.in\",\n        \"business_type\": \"LongTail\",\n        \"business_origin\": null,\n        \"brand_name\": \"Rajat Mishra\",\n        \"business_name\": \"Rajat Mishra Corp\",\n        \"admin_user_uuid\": \"11ec-ebaa-b55b9ec6-8de1-02f413145cce\",\n        \"product_accounts\": [\n            {\n                \"mid\": 20000001,\n                \"id\": 4,\n                \"uuid\": \"11ec-ebaf-34c14ab8-8085-38f9d3c6b9ac\",\n                \"identifier\": 20000001,\n                \"product_id\": 11,\n                \"type\": \"VistaAccount\",\n                \"merchant_account_id\": 3,\n                \"active\": true,\n                \"status\": null,\n                \"business_entity_id\": null,\n                \"business_category_id\": null,\n                \"business_sub_category_id\": null,\n                \"business_name\": \"Rajat Mishra Corp\",\n                \"pancard_name\": null,\n                \"pancard_number\": null,\n                \"gst_number\": \"07CPBPP3374Q1Z1\",\n                \"notification_email\": \"rajat.mishra12345@payu.in\",\n                \"flag\": 0,\n                \"settlement_status\": null,\n                \"merchant_type\": null,\n                \"onboarding_status\": \"Profile Completion in progress\",\n                \"account_id\": null,\n                \"pan_verification_status\": \"Pending\",\n                \"admin_user_id\": 3,\n                \"terms_and_condition_accepted_at\": null,\n                \"created_at\": \"2022-06-14T06:57:08.000Z\",\n                \"updated_at\": \"2022-06-14T06:57:08.000Z\",\n                \"partner_uuid\": null,\n                \"business_origin\": null,\n                \"name\": \"Rajat Mishra\",\n                \"email\": \"rajat.mishra12345@payu.in\",\n                \"first_name\": \"Rajat\",\n                \"last_name\": \"Mishra\",\n                \"business_type\": \"LongTail\",\n                \"bank_update_attempt_count\": 3,\n                \"merchant_vertical\": null,\n                \"partner_source\": null,\n                \"android_url\": null,\n                \"ios_url\": null,\n                \"integration_type\": \"Not Selected\",\n                \"integration_status\": \"Not Integrated\",\n                \"monthly_expected_volume\": 100,\n                \"gmv_amount\": null,\n                \"website_approval_status\": null,\n                \"website_url\": null,\n                \"website_remarks\": null,\n                \"registered_mobile\": \"9582787444\",\n                \"product\": \"Vista\",\n                \"bank_update_attempt_left\": 8,\n                \"is_service_agreement_accepted\": false,\n                \"is_service_agreement_esigned\": false,\n                \"acl_role_name\": null,\n                \"is_authorisation_letter_required\": true,\n                \"saved_kyc_address\": null,\n                \"kyc_status\": {\n                    \"status\": \"LOCKED\",\n                    \"kyc_status\": \"LOCKED\"\n                },\n                \"document_status\": \"Docs Approved\",\n                \"service_intent\": \"default\",\n                \"nb_eligible\": true,\n                \"lending_eligible\": false,\n                \"offer_engine_enabled\": false,\n                \"revamp_merchant\": false,\n                \"is_cs_eligible\": false,\n                \"onboarding_completed\": false,\n                \"next_bank_update_time\": \"2022-06-14T12:27:18.000+05:30\",\n                \"business_pan_name_match\": false,\n                \"business_entity_uuid\": null,\n                \"business_category_uuid\": null,\n                \"business_sub_category_uuid\": null,\n                \"account_uuid\": null,\n                \"merchant_account_uuid\": \"11ec-ebad-4540684e-8017-38f9d3c6b9ac\",\n                \"product_uuid\": \"11ec-ebac-e2929d02-b61f-38f9d3c6b9ac\",\n                \"admin_user_uuid\": \"11ec-ebaa-b55b9ec6-8de1-02f413145cce\",\n                \"business_entity\": null,\n                \"website_detail\": null,\n                \"cs_plan\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"d3d24eac-c84b-4317-b997-c1b9c0e798b1"}],"id":"b4192e59-404c-4bcb-a1fc-361c9237912a","_postman_id":"b4192e59-404c-4bcb-a1fc-361c9237912a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Neo Banking","item":[{"name":"product_accounts","item":[{"name":"update","id":"e84b5b0d-116d-4f06-8ab6-27b3722b18a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_account\": {\n        \"business_name\": \"Rajat Mishra\",\n        \"dob\": \"01-01-2022\",\n        \"city_of_incorporation\": \"Noida\",\n        \"country_of_incorporation\": \"India\",\n        \"pancard_number\": \"AKHPY1995R\",\n        \"gst_number\": \"18AABCT3518Q1ZV\",\n        \"business_entity_id\": 14,\n        \"business_category_id\": 47,\n        \"business_sub_category_id\": 360,\n        \"industry_type\": \"marketing\",\n        \"annual_turnover\": \"1000000-5000000\",\n        \"cin_number\": \"U72400MH2006PTC293037\",\n        \"purpose_of_payouts\": \"something\",\n        \"lead_id\": \"random_id\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"94a3aaab-8076-4a11-b832-9db2f25ae62a","name":"success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_account\": {\n        \"business_name\": \"Rajat Mishra\",\n        \"dob\": \"01-01-2022\",\n        \"city_of_incorporation\": \"Noida\",\n        \"country_of_incorporation\": \"India\",\n        \"pancard_number\": \"AKHPY1995R\",\n        \"gst_number\": \"18AABCT3518Q1ZV\",\n        \"business_entity_id\": 14,\n        \"business_category_id\": 47,\n        \"business_sub_category_id\": 360,\n        \"industry_type\": \"marketing\",\n        \"annual_turnover\": \"1000000-5000000\",\n        \"cin_number\": \"U72400MH2006PTC293037\",\n        \"lead_id\": \"random_id\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"4851012154041e4816d9b3220f18ba8d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ce90b431-c9c2-4c8e-9fc2-528b3c22fa2d"},{"key":"X-Runtime","value":"13.839815"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"mid\": 20000008,\n        \"id\": 8,\n        \"uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\",\n        \"identifier\": 20000008,\n        \"product_id\": 6,\n        \"type\": \"LendingAccount\",\n        \"merchant_account_id\": 8,\n        \"active\": true,\n        \"status\": null,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 47,\n        \"business_sub_category_id\": 360,\n        \"business_name\": \"Rajat Mishra\",\n        \"pancard_name\": null,\n        \"pancard_number\": \"AKHPY1995R\",\n        \"gst_number\": null,\n        \"notification_email\": \"rajat.mishra54321@payu.in\",\n        \"flag\": 16,\n        \"settlement_status\": null,\n        \"merchant_type\": null,\n        \"onboarding_status\": \"Profile Completion in progress\",\n        \"account_id\": null,\n        \"pan_verification_status\": \"Pending\",\n        \"admin_user_id\": 10,\n        \"terms_and_condition_accepted_at\": null,\n        \"created_at\": \"2022-09-07T12:45:09.000Z\",\n        \"updated_at\": \"2022-09-07T13:19:09.000Z\",\n        \"partner_uuid\": null,\n        \"business_origin\": \"Lending\",\n        \"shop_number\": null,\n        \"area_code\": null,\n        \"pan_verification_response\": null,\n        \"gst_verification_status\": \"Pending\",\n        \"gst_verification_response\": null,\n        \"cin_number\": \"U72400MH2006PTC293037\",\n        \"cin_verification_response\": null,\n        \"industry_type_id\": null,\n        \"annual_turnover\": \"1000000-5000000\",\n        \"lead_id\": \"random_id\",\n        \"name\": \"Rajat Mishra\",\n        \"email\": \"rajat.mishra54321@payu.in\",\n        \"first_name\": \"Rajat\",\n        \"last_name\": \"Mishra\",\n        \"business_type\": \"LongTail\",\n        \"bank_update_attempt_count\": 0,\n        \"merchant_vertical\": null,\n        \"partner_source\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"integration_type\": \"Not Selected\",\n        \"integration_status\": \"Not Integrated\",\n        \"monthly_expected_volume\": null,\n        \"gmv_amount\": null,\n        \"website_approval_status\": \"Pending\",\n        \"website_url\": null,\n        \"website_remarks\": null,\n        \"registered_mobile\": \"9582787445\",\n        \"product\": \"Lending\",\n        \"bank_update_attempt_left\": 11,\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"acl_role_name\": null,\n        \"is_authorisation_letter_required\": false,\n        \"saved_kyc_address\": null,\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"document_status\": \"Pending\",\n        \"service_intent\": \"default\",\n        \"nb_eligible\": true,\n        \"lending_eligible\": false,\n        \"offer_engine_enabled\": false,\n        \"revamp_merchant\": true,\n        \"is_cs_eligible\": false,\n        \"onboarding_completed\": false,\n        \"next_bank_update_time\": \"2022-09-07T18:49:09.470+05:30\",\n        \"business_pan_name_match\": false,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": null,\n        \"business_sub_category_uuid\": null,\n        \"account_uuid\": null,\n        \"merchant_account_uuid\": \"11ed-2eaa-dc17010c-86a9-2a6cdbb6d829\",\n        \"product_uuid\": \"11ed-2911-ba02112c-906f-2a6cdbb6d829\",\n        \"admin_user_uuid\": \"11ec-ebb4-d97104cc-88a5-02f413145cce\",\n        \"bank_detail\": null,\n        \"operating_address\": null,\n        \"registration_address\": null,\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"product_account_statuses\": [\n            {\n                \"id\": 23,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ed-2eaa-f4628bc8-86a9-2a6cdbb6d829\",\n                \"created_at\": \"2022-09-07T12:45:29.000Z\",\n                \"updated_at\": \"2022-09-07T13:19:09.000Z\",\n                \"product_record_id\": 8,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 24,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ed-2eab-004b34c6-86a9-2a6cdbb6d829\",\n                \"created_at\": \"2022-09-07T12:45:49.000Z\",\n                \"updated_at\": \"2022-09-07T12:45:49.000Z\",\n                \"product_record_id\": 8,\n                \"product_record_type\": \"ProductAccount\"\n            },\n            {\n                \"id\": 25,\n                \"record_type\": null,\n                \"record_id\": null,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ed-2eab-0c310cde-86a9-2a6cdbb6d829\",\n                \"created_at\": \"2022-09-07T12:46:09.000Z\",\n                \"updated_at\": \"2022-09-07T12:46:09.000Z\",\n                \"product_record_id\": 8,\n                \"product_record_type\": \"ProductAccount\"\n            }\n        ],\n        \"website_detail\": {\n            \"website_url\": null,\n            \"ios_url\": null,\n            \"android_url\": null,\n            \"uuid\": \"11ed-2eaf-a81d5fb8-80a8-2a6cdbb6d829\",\n            \"website_pages\": [],\n            \"website_document_categories\": [],\n            \"website_approval_status\": \"Pending\",\n            \"additional_info_status\": null,\n            \"website_url_invalid\": false,\n            \"ios_url_invalid\": false,\n            \"android_url_invalid\": false,\n            \"addendum_status\": null,\n            \"domain_status_by_merchant\": null,\n            \"active\": true,\n            \"latest_comment\": null,\n            \"latest_sf_comment\": null,\n            \"req_doc_category\": null,\n            \"website_error_comments\": null\n        },\n        \"attached_configs\": [],\n        \"kyc_documents\": [],\n        \"cs_plan\": null,\n        \"contact_details\": [],\n        \"product_account_detail\": {\n            \"id\": 8,\n            \"merchant_id\": null,\n            \"dob\": \"2022-01-01\",\n            \"pep\": null,\n            \"aml_flag\": false,\n            \"uuid\": \"11ed-2eab-151ed5e2-86a9-2a6cdbb6d829\",\n            \"created_at\": \"2022-09-07T12:46:24.000Z\",\n            \"updated_at\": \"2022-09-07T13:19:08.000Z\",\n            \"gst_addendum_status\": null,\n            \"sign_up_ip\": null,\n            \"max_same_day_settlement_amt\": null,\n            \"product_account_id\": 8,\n            \"integration_type\": \"Not Selected\",\n            \"integration_status\": \"Not Integrated\",\n            \"monthly_expected_volume\": null,\n            \"gmv_amount\": null,\n            \"average_delivery_time\": null,\n            \"emi_approval_status\": null,\n            \"mcp_approval_status\": null,\n            \"city_of_incorporation\": \"Noida\",\n            \"country_of_incorporation\": \"India\"\n        }\n    }\n}"}],"_postman_id":"e84b5b0d-116d-4f06-8ab6-27b3722b18a4"},{"name":"update_kyc_status","id":"baf088fc-806a-4505-9786-f97f2d65b835","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{test10}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/update_kyc_status?status=awe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc","update_kyc_status"],"host":["{{test10}}"],"query":[{"key":"status","value":"awe"}],"variable":[]}},"response":[{"id":"a557f2a5-aac8-4ed6-9d12-3ac166eb394e","name":"invalid_token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"random","type":"text"}],"url":{"raw":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/update_kyc_status?status=Pending","host":["{{host}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc","update_kyc_status"],"query":[{"key":"status","value":"Pending"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"8d14b65b-8456-4cb4-bd88-3deb0e6835b9"},{"key":"X-Runtime","value":"0.055918"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"c03042bd-54fa-4e4b-8663-cecdee8ab870","name":"invalid_product_account_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/product_accounts/random/kyc/update_kyc_status?status=Pending","host":["{{host}}"],"path":["api","v3","product_accounts","random","kyc","update_kyc_status"],"query":[{"key":"status","value":"Pending"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"736c013d-d7da-4a92-a3b7-cc77ff8d4380"},{"key":"X-Runtime","value":"0.444227"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Product account with given uuid not found\"\n}"},{"id":"b78ec3f6-c324-4df1-b6a8-41c3b728bdd7","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/update_kyc_status?status=Docs Approved","host":["{{host}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc","update_kyc_status"],"query":[{"key":"status","value":"Docs Approved"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"a19ea3876eda59eec1be8cbec20ac784\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"a8333619-8539-4d4c-bd8f-a0e0ddd72425"},{"key":"X-Runtime","value":"20.263091"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant_account_status\": {\n        \"status_type\": \"KYC_DOCUMENTS\",\n        \"status_value\": \"Docs Approved\",\n        \"updated_at\": \"2022-11-03T07:35:34.000Z\"\n    }\n}"}],"_postman_id":"baf088fc-806a-4505-9786-f97f2d65b835"}],"id":"8bf51cb1-fe65-4d73-ac22-98514da90910","_postman_id":"8bf51cb1-fe65-4d73-ac22-98514da90910","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"addresses","item":[{"name":"list_addresses","id":"f536508e-dcde-46c0-99b3-4ba2ec7c8ee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/addresses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","addresses"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b87e2bab-4dcb-4e3e-a3f5-efd567942783","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"f94f33e4879a589308015e57276b47f2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"31f43555-5222-420a-bc82-ad6608b60e59"},{"key":"X-Runtime","value":"12.158960"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"addresses\": [\n        {\n            \"id\": 15,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110043,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Wall Street\",\n            \"uuid\": \"11ed-2eb1-dfa8f1b6-ad61-2a6cdbb6d829\",\n            \"created_at\": \"2022-09-07T13:35:01.000Z\",\n            \"updated_at\": \"2022-09-07T13:35:01.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 8,\n            \"record_type\": \"ProductAccount\"\n        },\n        {\n            \"id\": 16,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 120043,\n            \"city\": null,\n            \"state\": null,\n            \"address_line\": \"Sohna Road\",\n            \"uuid\": \"11ed-2eb1-e0371f04-ad61-2a6cdbb6d829\",\n            \"created_at\": \"2022-09-07T13:35:02.000Z\",\n            \"updated_at\": \"2022-09-07T13:35:02.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 8,\n            \"record_type\": \"ProductAccount\"\n        }\n    ]\n}"}],"_postman_id":"f536508e-dcde-46c0-99b3-4ba2ec7c8ee1"},{"name":"create_address","id":"ac09b932-5277-4afb-9dc7-6e1ce4dcf65e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Registered\": {\n        \"address_line\": \"Wall Street\",\n        \"pincode\": \"110043\"\n    },\n    \"Operating\": {\n        \"address_line\": \"Sohna Road\",\n        \"pincode\": \"120043\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/addresses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","addresses"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fe007daf-3a02-4e91-b1c1-749706dbfec0","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Registered\": {\n        \"address_line\": \"Wall Street\",\n        \"pincode\": \"110_043\"\n    },\n    \"Operating\": {\n        \"address_line\": \"Sohna Road\",\n        \"pincode\": \"120_043\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"f94f33e4879a589308015e57276b47f2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"57a2bd2f-bc4d-46d9-a80a-75a160d00546"},{"key":"X-Runtime","value":"9.418610"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"addresses\": [\n        {\n            \"id\": 15,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110043,\n            \"city\": \"South West Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Wall Street\",\n            \"uuid\": \"11ed-2eb1-dfa8f1b6-ad61-2a6cdbb6d829\",\n            \"created_at\": \"2022-09-07T13:35:01.000Z\",\n            \"updated_at\": \"2022-09-07T13:35:01.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 8,\n            \"record_type\": \"ProductAccount\"\n        },\n        {\n            \"id\": 16,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 120043,\n            \"city\": null,\n            \"state\": null,\n            \"address_line\": \"Sohna Road\",\n            \"uuid\": \"11ed-2eb1-e0371f04-ad61-2a6cdbb6d829\",\n            \"created_at\": \"2022-09-07T13:35:02.000Z\",\n            \"updated_at\": \"2022-09-07T13:35:02.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 8,\n            \"record_type\": \"ProductAccount\"\n        }\n    ]\n}"}],"_postman_id":"ac09b932-5277-4afb-9dc7-6e1ce4dcf65e"},{"name":"update_address","id":"83f5b89c-61a0-47f5-9e9c-04de20a27c27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Registered\": {\n        \"address_line\": \"Wall Street\",\n        \"pincode\": \"110096\"\n    },\n    \"Operating\": {\n        \"address_line\": \"Sohna Road\",\n        \"pincode\": \"110095\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/addresses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","addresses"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"3ce8dbb5-3cfa-44fb-a52d-f51bf97119d7","name":"success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Registered\": {\n        \"address_line\": \"Wall Street\",\n        \"pincode\": \"110096\"\n    },\n    \"Operating\": {\n        \"address_line\": \"Sohna Road\",\n        \"pincode\": \"110095\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"0a1f78066acbd44f7cf39aefb23deae7\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"cb6ec9dd-99bf-4f1c-8637-806f0e821e4c"},{"key":"X-Runtime","value":"3.089295"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"addresses\": [\n        {\n            \"id\": 15,\n            \"addressable_id\": null,\n            \"address_type\": \"Registered\",\n            \"pincode\": 110096,\n            \"city\": \"East Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Wall Street\",\n            \"uuid\": \"11ed-2eb1-dfa8f1b6-ad61-2a6cdbb6d829\",\n            \"created_at\": \"2022-09-07T13:35:01.000Z\",\n            \"updated_at\": \"2022-09-07T13:42:55.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 8,\n            \"record_type\": \"ProductAccount\"\n        },\n        {\n            \"id\": 16,\n            \"addressable_id\": null,\n            \"address_type\": \"Operating\",\n            \"pincode\": 110095,\n            \"city\": \"East Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Sohna Road\",\n            \"uuid\": \"11ed-2eb1-e0371f04-ad61-2a6cdbb6d829\",\n            \"created_at\": \"2022-09-07T13:35:02.000Z\",\n            \"updated_at\": \"2022-09-07T13:42:56.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 8,\n            \"record_type\": \"ProductAccount\"\n        }\n    ]\n}"}],"_postman_id":"83f5b89c-61a0-47f5-9e9c-04de20a27c27"}],"id":"cdf14a5d-1b40-4dd1-aeb1-974a9057a479","_postman_id":"cdf14a5d-1b40-4dd1-aeb1-974a9057a479","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"consents","item":[{"name":"list_consents","id":"9aeab2ae-d1d9-4a3f-9685-786910b0ef4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/consents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","consents"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b5996d03-d558-46ab-a8f0-c88e66cef413","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/consents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"2d3abba679deb2d2fc7dac3ef256059f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"d856a4cb-2b08-4cec-84ee-6a0d77cd22d2"},{"key":"X-Runtime","value":"0.193258"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"consents\": [\n        {\n            \"name\": \"Consent 1\",\n            \"provided_by\": \"Rajat Mishra\",\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\",\n            \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\"\n        },\n        {\n            \"name\": \"Consent 2\",\n            \"provided_by\": \"Rajat Mishra\",\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\",\n            \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\"\n        },\n        {\n            \"name\": \"Consent 3\",\n            \"provided_by\": \"Rajat Mishra\",\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\",\n            \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\"\n        }\n    ]\n}"}],"_postman_id":"9aeab2ae-d1d9-4a3f-9685-786910b0ef4e"},{"name":"create_or_update_consents","id":"38a05a34-0b72-44c9-9034-7166002ede06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consents\": [\n        { \"name\": \"Consent 1\", \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\" },\n        { \"name\": \"Consent 2\", \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\" },\n        { \"name\": \"Consent 3\", \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/consents/create_or_update","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","consents","create_or_update"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8c99f078-ffc5-4b9f-a502-edf29f6cd7bd","name":"update_consents_success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consents\": [\n        { \"name\": \"Consent 2\", \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\", \"active\": false }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/consents/create_or_update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"2854c4bdccc200b93de7b6f464bc9f6d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"30f7a2ba-2656-43eb-ad66-e9569575991b"},{"key":"X-Runtime","value":"12.381242"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"consents\": [\n        {\n            \"name\": \"Consent 1\",\n            \"provided_by\": \"Rajat Mishra\",\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\",\n            \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\"\n        },\n        {\n            \"name\": \"Consent 3\",\n            \"provided_by\": \"Rajat Mishra\",\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\",\n            \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\"\n        }\n    ]\n}"},{"id":"146a710d-283c-496e-9126-3a9a05c9e68b","name":"create_consents_success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consents\": [\n        { \"name\": \"Consent 1\", \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\" },\n        { \"name\": \"Consent 2\", \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\" },\n        { \"name\": \"Consent 3\", \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/consents/create_or_update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"8ade95fe7d60801955d109b8603442f9\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"38e2a35e-1344-4d51-ab67-c901ef6e5d12"},{"key":"X-Runtime","value":"2.351283"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"consents\": [\n        {\n            \"name\": \"Consent 1\",\n            \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n            \"provided_by\": \"Rajat Mishra\",\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\"\n        },\n        {\n            \"name\": \"Consent 2\",\n            \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n            \"provided_by\": \"Rajat Mishra\",\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\"\n        },\n        {\n            \"name\": \"Consent 3\",\n            \"provided_by_uuid\": \"11eb-7bef-25b9799a-b893-02f413145cce\",\n            \"provided_by\": \"Rajat Mishra\",\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\"\n        }\n    ]\n}"}],"_postman_id":"38a05a34-0b72-44c9-9034-7166002ede06"}],"id":"7afe9348-d551-4e5f-bd3f-ea5b9ebb24dc","_postman_id":"7afe9348-d551-4e5f-bd3f-ea5b9ebb24dc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"contact_details","item":[{"name":"list_contact_details","id":"2aa21622-e976-47e3-bdc6-8ef53c506f09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details?authorised_signatory=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","contact_details"],"host":["{{host}}"],"query":[{"key":"authorised_signatory","value":"false"}],"variable":[]}},"response":[{"id":"0b5114f9-e1df-4f0a-b5af-880fb0a91dd7","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details?authorised_signatory=false","host":["{{host}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","contact_details"],"query":[{"key":"authorised_signatory","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"4c05b85d9fc3f5d9dcfb0f31eb1d8135\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bbb1b11a-16ad-4fc7-ac0b-526ba1c6208b"},{"key":"X-Runtime","value":"0.316164"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"contact_details\": [\n        {\n            \"id\": 5,\n            \"name\": \"Jugnu Siwach\",\n            \"email\": \"jugnu.siwach1@payu.in\",\n            \"mobile\": \"9582787491\",\n            \"designation\": \"Others\",\n            \"contact_detail_type\": \"Sales\",\n            \"authorised_signatory\": false,\n            \"account_uuid\": null,\n            \"uuid\": \"11ed-456b-9d490f38-ad64-2a6cdbb6d829\",\n            \"active\": true,\n            \"created_at\": \"2022-10-06T11:40:02.000Z\",\n            \"updated_at\": \"2022-10-06T11:45:37.000Z\",\n            \"email_verified\": false,\n            \"record_id\": null,\n            \"record_type\": null,\n            \"temp_account_id\": null,\n            \"product_record_id\": 8,\n            \"product_record_type\": \"ProductAccount\",\n            \"pancard_number\": null,\n            \"cin_number\": null,\n            \"aml_flag\": null,\n            \"signing_authority_detail\": null\n        }\n    ]\n}"}],"_postman_id":"2aa21622-e976-47e3-bdc6-8ef53c506f09"},{"name":"create_contact_details","id":"7fe0fd64-8217-4ab6-8e5d-cf9a25e57838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [{\n        \"name\": \"Jugnu Siwach\",\n        \"email\": \"jugnu.siwach@payu.in\",\n        \"mobile\": \"9582787490\",\n        \"authorised_signatory\": false,\n        \"contact_detail_type\": \"Director\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","contact_details"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"146b457b-d43a-49d3-ae36-1e28cb329e39","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [{\n        \"name\": \"Jugnu Siwach\",\n        \"email\": \"jugnu.siwach@payu.in\",\n        \"mobile\": \"9582787490\",\n        \"authorised_signatory\": false,\n        \"contact_detail_type\": \"Director\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1896bd0e1a9e6361e53da7d07f19a6bf\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2e85a5e0-16db-4acf-8371-72ff839c16c6"},{"key":"X-Runtime","value":"0.377936"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"contact_details\": [\n        {\n            \"id\": 5,\n            \"name\": \"Jugnu Siwach\",\n            \"email\": \"jugnu.siwach@payu.in\",\n            \"mobile\": \"9582787490\",\n            \"designation\": \"Others\",\n            \"contact_detail_type\": \"Director\",\n            \"authorised_signatory\": false,\n            \"account_uuid\": null,\n            \"uuid\": \"11ed-456b-9d490f38-ad64-2a6cdbb6d829\",\n            \"active\": true,\n            \"created_at\": \"2022-10-06T11:40:02.000Z\",\n            \"updated_at\": \"2022-10-06T11:40:02.000Z\",\n            \"email_verified\": false,\n            \"record_id\": null,\n            \"record_type\": null,\n            \"temp_account_id\": null,\n            \"product_record_id\": 8,\n            \"product_record_type\": \"ProductAccount\",\n            \"pancard_number\": null,\n            \"cin_number\": null,\n            \"aml_flag\": null,\n            \"signing_authority_detail\": null\n        }\n    ]\n}"}],"_postman_id":"7fe0fd64-8217-4ab6-8e5d-cf9a25e57838"},{"name":"update_contact_details","id":"45f3a013-23e2-4d7a-863a-ffc44ed56ebc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": {\n        \"email\": \"jugnu.siwach1@payu.in\",\n        \"mobile\": \"9582787491\",\n        \"contact_detail_type\": \"Sales\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details/11ed-456b-9d490f38-ad64-2a6cdbb6d829","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","contact_details","11ed-456b-9d490f38-ad64-2a6cdbb6d829"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"767620d2-b129-499d-8ef1-fb504447f641","name":"success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": {\n        \"email\": \"jugnu.siwach1@payu.in\",\n        \"mobile\": \"9582787491\",\n        \"contact_detail_type\": \"Sales\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details/11ed-456b-9d490f38-ad64-2a6cdbb6d829"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"48e8a6973c891521a63ef1460a19b6f0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"44755a68-8c65-4464-80df-30b28a2fde34"},{"key":"X-Runtime","value":"3.447232"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"contact_detail\": {\n        \"id\": 5,\n        \"name\": \"Jugnu Siwach\",\n        \"email\": \"jugnu.siwach1@payu.in\",\n        \"mobile\": \"9582787491\",\n        \"designation\": \"Others\",\n        \"contact_detail_type\": \"Sales\",\n        \"authorised_signatory\": false,\n        \"account_uuid\": null,\n        \"uuid\": \"11ed-456b-9d490f38-ad64-2a6cdbb6d829\",\n        \"active\": true,\n        \"created_at\": \"2022-10-06T11:40:02.000Z\",\n        \"updated_at\": \"2022-10-06T11:45:37.000Z\",\n        \"email_verified\": false,\n        \"record_id\": null,\n        \"record_type\": null,\n        \"temp_account_id\": null,\n        \"product_record_id\": 8,\n        \"product_record_type\": \"ProductAccount\",\n        \"pancard_number\": null,\n        \"cin_number\": null,\n        \"aml_flag\": null,\n        \"signing_authority_detail\": null\n    }\n}"}],"_postman_id":"45f3a013-23e2-4d7a-863a-ffc44ed56ebc"}],"id":"92037045-3b8c-4c6c-a068-a58839647bf3","_postman_id":"92037045-3b8c-4c6c-a068-a58839647bf3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"nominee_details","item":[{"name":"list_nominees","id":"4415d37a-0b04-440f-a4aa-1ea0abd8ea6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/nominees","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","nominees"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"90ccf8c2-3bc2-4f27-bc82-18b1f31fa022","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/nominees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"372c28c86a03a5957cf4a571dc0788ea\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"53fd6e18-4e47-4dbb-a3c3-55c6ccacc367"},{"key":"X-Runtime","value":"0.179514"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"nominees\": [\n        {\n            \"uuid\": \"11ed-3333-e768e600-9465-2a6cdbb6d829\",\n            \"name\": \"Nominee 1\",\n            \"dob\": \"2000-01-01\",\n            \"relation_with_nominee\": \"Father\",\n            \"minor\": false,\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\",\n            \"address\": {\n                \"id\": 33,\n                \"addressable_id\": null,\n                \"address_type\": null,\n                \"pincode\": 110043,\n                \"city\": \"South West Delhi\",\n                \"state\": \"DELHI\",\n                \"address_line\": \"Nominee 1 address\",\n                \"uuid\": \"11ed-3333-e76fc902-9465-2a6cdbb6d829\",\n                \"created_at\": \"2022-09-13T07:15:53.000Z\",\n                \"updated_at\": \"2022-09-13T07:15:53.000Z\",\n                \"addressable_type\": null,\n                \"active\": true,\n                \"record_id\": 1,\n                \"record_type\": \"Nominee\"\n            },\n            \"guardian\": null\n        },\n        {\n            \"uuid\": \"11ed-3333-e77007fa-9465-2a6cdbb6d829\",\n            \"name\": \"Nominee 2\",\n            \"dob\": \"2010-01-01\",\n            \"relation_with_nominee\": \"Son\",\n            \"minor\": true,\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\",\n            \"address\": {\n                \"id\": 35,\n                \"addressable_id\": null,\n                \"address_type\": null,\n                \"pincode\": 110043,\n                \"city\": \"South West Delhi\",\n                \"state\": \"DELHI\",\n                \"address_line\": \"Nominee 2 address\",\n                \"uuid\": \"11ed-3333-e7702cee-9465-2a6cdbb6d829\",\n                \"created_at\": \"2022-09-13T07:15:53.000Z\",\n                \"updated_at\": \"2022-09-13T07:15:53.000Z\",\n                \"addressable_type\": null,\n                \"active\": true,\n                \"record_id\": 3,\n                \"record_type\": \"Nominee\"\n            },\n            \"guardian\": {\n                \"uuid\": \"11ed-3333-e77053e0-9465-2a6cdbb6d829\",\n                \"name\": \"Guardian\",\n                \"dob\": null,\n                \"relation_with_nominee\": \"Mother\",\n                \"minor\": false,\n                \"product_account_uuid\": null,\n                \"address\": {\n                    \"id\": 34,\n                    \"addressable_id\": null,\n                    \"address_type\": null,\n                    \"pincode\": 110043,\n                    \"city\": \"South West Delhi\",\n                    \"state\": \"DELHI\",\n                    \"address_line\": \"Guardian address\",\n                    \"uuid\": \"11ed-3333-e7706e0c-9465-2a6cdbb6d829\",\n                    \"created_at\": \"2022-09-13T07:15:53.000Z\",\n                    \"updated_at\": \"2022-09-13T07:15:53.000Z\",\n                    \"addressable_type\": null,\n                    \"active\": true,\n                    \"record_id\": 2,\n                    \"record_type\": \"Nominee\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"4415d37a-0b04-440f-a4aa-1ea0abd8ea6b"},{"name":"create_nominees","id":"204dad5b-e1e8-4570-984d-54470900b737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"nominees\": [\n        {\n            \"name\": \"Nominee 1\",\n            \"dob\": \"01-01-2000\",\n            \"relation_with_nominee\": \"Father\",\n            \"address_attributes\": { \"address_line\": \"Nominee 1 address\", \"pincode\": \"110_043\" }\n        },\n        {\n            \"name\": \"Nominee 2\",\n            \"dob\": \"01-01-2010\",\n            \"relation_with_nominee\": \"Son\",\n            \"minor\": true,\n            \"address_attributes\": { \"address_line\": \"Nominee 2 address\", \"pincode\": \"110_043\" },\n            \"guardian_attributes\": {\n                \"name\": \"Guardian\",\n                \"relation_with_nominee\": \"Mother\",\n                \"address_attributes\": { \"address_line\": \"Guardian address\", \"pincode\": \"110_043\" }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/nominees","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","nominees"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e038be29-e46f-41ea-98dc-52b3456d812e","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"nominees\": [\n        {\n            \"name\": \"Nominee 1\",\n            \"dob\": \"01-01-2000\",\n            \"relation_with_nominee\": \"Father\",\n            \"address_attributes\": { \"address_line\": \"Nominee 1 address\", \"pincode\": \"110_043\" }\n        },\n        {\n            \"name\": \"Nominee 2\",\n            \"dob\": \"01-01-2010\",\n            \"relation_with_nominee\": \"Son\",\n            \"minor\": true,\n            \"address_attributes\": { \"address_line\": \"Nominee 2 address\", \"pincode\": \"110_043\" },\n            \"guardian_attributes\": {\n                \"name\": \"Guardian\",\n                \"relation_with_nominee\": \"Mother\",\n                \"address_attributes\": { \"address_line\": \"Guardian address\", \"pincode\": \"110_043\" }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/nominees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"372c28c86a03a5957cf4a571dc0788ea\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"cefe85f8-c777-4f07-9034-d21ea1395b9d"},{"key":"X-Runtime","value":"1.453616"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"nominees\": [\n        {\n            \"uuid\": \"11ed-3333-e768e600-9465-2a6cdbb6d829\",\n            \"name\": \"Nominee 1\",\n            \"dob\": \"2000-01-01\",\n            \"relation_with_nominee\": \"Father\",\n            \"minor\": false,\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\",\n            \"address\": {\n                \"id\": 33,\n                \"addressable_id\": null,\n                \"address_type\": null,\n                \"pincode\": 110043,\n                \"city\": \"South West Delhi\",\n                \"state\": \"DELHI\",\n                \"address_line\": \"Nominee 1 address\",\n                \"uuid\": \"11ed-3333-e76fc902-9465-2a6cdbb6d829\",\n                \"created_at\": \"2022-09-13T07:15:53.000Z\",\n                \"updated_at\": \"2022-09-13T07:15:53.000Z\",\n                \"addressable_type\": null,\n                \"active\": true,\n                \"record_id\": 1,\n                \"record_type\": \"Nominee\"\n            },\n            \"guardian\": null\n        },\n        {\n            \"uuid\": \"11ed-3333-e77007fa-9465-2a6cdbb6d829\",\n            \"name\": \"Nominee 2\",\n            \"dob\": \"2010-01-01\",\n            \"relation_with_nominee\": \"Son\",\n            \"minor\": true,\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\",\n            \"address\": {\n                \"id\": 35,\n                \"addressable_id\": null,\n                \"address_type\": null,\n                \"pincode\": 110043,\n                \"city\": \"South West Delhi\",\n                \"state\": \"DELHI\",\n                \"address_line\": \"Nominee 2 address\",\n                \"uuid\": \"11ed-3333-e7702cee-9465-2a6cdbb6d829\",\n                \"created_at\": \"2022-09-13T07:15:53.000Z\",\n                \"updated_at\": \"2022-09-13T07:15:53.000Z\",\n                \"addressable_type\": null,\n                \"active\": true,\n                \"record_id\": 3,\n                \"record_type\": \"Nominee\"\n            },\n            \"guardian\": {\n                \"uuid\": \"11ed-3333-e77053e0-9465-2a6cdbb6d829\",\n                \"name\": \"Guardian\",\n                \"dob\": null,\n                \"relation_with_nominee\": \"Mother\",\n                \"minor\": false,\n                \"product_account_uuid\": null,\n                \"address\": {\n                    \"id\": 34,\n                    \"addressable_id\": null,\n                    \"address_type\": null,\n                    \"pincode\": 110043,\n                    \"city\": \"South West Delhi\",\n                    \"state\": \"DELHI\",\n                    \"address_line\": \"Guardian address\",\n                    \"uuid\": \"11ed-3333-e7706e0c-9465-2a6cdbb6d829\",\n                    \"created_at\": \"2022-09-13T07:15:53.000Z\",\n                    \"updated_at\": \"2022-09-13T07:15:53.000Z\",\n                    \"addressable_type\": null,\n                    \"active\": true,\n                    \"record_id\": 2,\n                    \"record_type\": \"Nominee\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"204dad5b-e1e8-4570-984d-54470900b737"},{"name":"update_nominee","id":"926d80f7-fe43-4a89-acbb-08e9a34ab30d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"nominee\": {\n        \"address_attributes\": { \"address_line\": \"Nominee 2 address\", \"pincode\": \"110_044\" },\n        \"guardian_attributes\": {\n            \"name\": \"Guardian\",\n            \"relation_with_nominee\": \"Mother\",\n            \"address_attributes\": { \"address_line\": \"Guardian address\", \"pincode\": \"110_044\" }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/nominees/11ed-3333-e768e600-9465-2a6cdbb6d829","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","nominees","11ed-3333-e768e600-9465-2a6cdbb6d829"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b4b3c830-4a65-474b-8246-8be93157de32","name":"success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"nominee\": {\n        \"address_attributes\": { \"address_line\": \"Nominee 2 address\", \"pincode\": \"110_044\" },\n        \"guardian_attributes\": {\n            \"name\": \"Guardian\",\n            \"relation_with_nominee\": \"Mother\",\n            \"address_attributes\": { \"address_line\": \"Guardian address\", \"pincode\": \"110_044\" }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/nominees/11ed-3333-e768e600-9465-2a6cdbb6d829"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"6addf332bc7fd11542572258785e1a71\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c1df7572-ffcb-419c-a9b8-108d608cc167"},{"key":"X-Runtime","value":"0.455436"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"nominee\": {\n        \"uuid\": \"11ed-3333-e768e600-9465-2a6cdbb6d829\",\n        \"name\": \"Nominee 1\",\n        \"dob\": \"2000-01-01\",\n        \"relation_with_nominee\": \"Father\",\n        \"minor\": false,\n        \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\",\n        \"address\": {\n            \"id\": 33,\n            \"addressable_id\": null,\n            \"address_type\": null,\n            \"pincode\": 110044,\n            \"city\": \"South Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Nominee 2 address\",\n            \"uuid\": \"11ed-3333-e76fc902-9465-2a6cdbb6d829\",\n            \"created_at\": \"2022-09-13T07:15:53.000Z\",\n            \"updated_at\": \"2022-09-13T07:19:20.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 1,\n            \"record_type\": \"Nominee\"\n        },\n        \"guardian\": {\n            \"uuid\": \"11ed-3334-62ef68f8-9465-2a6cdbb6d829\",\n            \"name\": \"Guardian\",\n            \"dob\": null,\n            \"relation_with_nominee\": \"Mother\",\n            \"minor\": false,\n            \"product_account_uuid\": null,\n            \"address\": {\n                \"id\": 36,\n                \"addressable_id\": null,\n                \"address_type\": null,\n                \"pincode\": 110044,\n                \"city\": \"South Delhi\",\n                \"state\": \"DELHI\",\n                \"address_line\": \"Guardian address\",\n                \"uuid\": \"11ed-3334-62efaa7a-9465-2a6cdbb6d829\",\n                \"created_at\": \"2022-09-13T07:19:20.000Z\",\n                \"updated_at\": \"2022-09-13T07:19:20.000Z\",\n                \"addressable_type\": null,\n                \"active\": true,\n                \"record_id\": 4,\n                \"record_type\": \"Nominee\"\n            }\n        }\n    }\n}"},{"id":"62a9e2f8-e858-40cb-9d54-096207b3cb24","name":"mark_nominee_inactive","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"nominee\": {\n        \"active\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/nominees/11ed-3333-e768e600-9465-2a6cdbb6d829"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"6addf332bc7fd11542572258785e1a71\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"19841585-753b-4cf5-b5e3-576afd2ab8c3"},{"key":"X-Runtime","value":"0.578443"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"nominee\": {\n        \"uuid\": \"11ed-3333-e768e600-9465-2a6cdbb6d829\",\n        \"name\": \"Nominee 1\",\n        \"dob\": \"2000-01-01\",\n        \"relation_with_nominee\": \"Father\",\n        \"minor\": false,\n        \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\",\n        \"address\": {\n            \"id\": 33,\n            \"addressable_id\": null,\n            \"address_type\": null,\n            \"pincode\": 110044,\n            \"city\": \"South Delhi\",\n            \"state\": \"DELHI\",\n            \"address_line\": \"Nominee 2 address\",\n            \"uuid\": \"11ed-3333-e76fc902-9465-2a6cdbb6d829\",\n            \"created_at\": \"2022-09-13T07:15:53.000Z\",\n            \"updated_at\": \"2022-09-13T07:19:20.000Z\",\n            \"addressable_type\": null,\n            \"active\": true,\n            \"record_id\": 1,\n            \"record_type\": \"Nominee\"\n        },\n        \"guardian\": {\n            \"uuid\": \"11ed-3334-62ef68f8-9465-2a6cdbb6d829\",\n            \"name\": \"Guardian\",\n            \"dob\": null,\n            \"relation_with_nominee\": \"Mother\",\n            \"minor\": false,\n            \"product_account_uuid\": null,\n            \"address\": {\n                \"id\": 36,\n                \"addressable_id\": null,\n                \"address_type\": null,\n                \"pincode\": 110044,\n                \"city\": \"South Delhi\",\n                \"state\": \"DELHI\",\n                \"address_line\": \"Guardian address\",\n                \"uuid\": \"11ed-3334-62efaa7a-9465-2a6cdbb6d829\",\n                \"created_at\": \"2022-09-13T07:19:20.000Z\",\n                \"updated_at\": \"2022-09-13T07:19:20.000Z\",\n                \"addressable_type\": null,\n                \"active\": true,\n                \"record_id\": 4,\n                \"record_type\": \"Nominee\"\n            }\n        }\n    }\n}"}],"_postman_id":"926d80f7-fe43-4a89-acbb-08e9a34ab30d"}],"id":"53686786-b7cf-44b4-9214-7fb7ff749a74","_postman_id":"53686786-b7cf-44b4-9214-7fb7ff749a74","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"customer_details","item":[{"name":"list_customer_details","id":"84bd95ee-f733-46fd-86aa-6661a3200d30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{test10}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details?authorised_signatory=true","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","contact_details"],"host":["{{test10}}"],"query":[{"key":"authorised_signatory","value":"true"}],"variable":[]}},"response":[{"id":"f7c18dbe-c9f4-4b17-b989-1f6e66aceb87","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details?authorised_signatory=true","host":["{{host}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","contact_details"],"query":[{"key":"authorised_signatory","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"03707d8c7550c7e2c51f363b68d275ab\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f09d0dbd-b947-42a8-9827-6f39dcf3c33b"},{"key":"X-Runtime","value":"0.297833"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"contact_details\": [\n        {\n            \"id\": 6,\n            \"name\": \"Doctor Siwach\",\n            \"email\": \"doctor.siwach12@payu.in\",\n            \"mobile\": \"9582787491\",\n            \"designation\": \"Others\",\n            \"contact_detail_type\": \"Signing Authority\",\n            \"authorised_signatory\": true,\n            \"account_uuid\": null,\n            \"uuid\": \"11ed-456c-b9ef1c4e-ad64-2a6cdbb6d829\",\n            \"active\": true,\n            \"created_at\": \"2022-10-06T11:47:59.000Z\",\n            \"updated_at\": \"2022-10-06T11:51:09.000Z\",\n            \"email_verified\": false,\n            \"record_id\": null,\n            \"record_type\": null,\n            \"temp_account_id\": null,\n            \"product_record_id\": 8,\n            \"product_record_type\": \"ProductAccount\",\n            \"pancard_number\": \"BYSPM3771K\",\n            \"cin_number\": \"U72400MH2006PTC293037\",\n            \"aml_flag\": false,\n            \"signing_authority_detail\": {\n                \"id\": 3,\n                \"name\": \"Doctor Siwach\",\n                \"email\": \"doctor.siwach12@payu.in\",\n                \"pancard_number\": \"BYSPM3771K\",\n                \"cin_number\": \"U72400MH2006PTC293037\",\n                \"uuid\": \"11ed-456c-b9eff88a-ad64-2a6cdbb6d829\",\n                \"contact_detail_id\": 6,\n                \"created_at\": \"2022-10-06T11:47:59.000Z\",\n                \"updated_at\": \"2022-10-06T11:51:09.000Z\",\n                \"dob\": \"2000-01-01\",\n                \"aml_flag\": false,\n                \"title\": \"Mr\",\n                \"gender\": \"male\",\n                \"religion\": \"Hindu\",\n                \"category\": \"General\",\n                \"nationality\": \"Indian\",\n                \"marital_status\": \"Married\",\n                \"qualification\": \"Graduate\",\n                \"employment_type\": \"Salaried\",\n                \"occupation\": \"Doctor\",\n                \"source_of_income\": \"Business Income\",\n                \"annual_income\": \"2-3 Lakh\",\n                \"father_name\": \"father name\",\n                \"mother_name\": \"mother name\",\n                \"spouse_name\": \"spouse name\",\n                \"registered_address\": {\n                    \"id\": 37,\n                    \"addressable_id\": null,\n                    \"address_type\": \"Registered\",\n                    \"pincode\": 110044,\n                    \"city\": \"South Delhi\",\n                    \"state\": \"DELHI\",\n                    \"address_line\": \"Wall Street\",\n                    \"uuid\": \"11ed-456c-b9f024c2-ad64-2a6cdbb6d829\",\n                    \"created_at\": \"2022-10-06T11:47:59.000Z\",\n                    \"updated_at\": \"2022-10-06T11:51:48.000Z\",\n                    \"addressable_type\": null,\n                    \"active\": true,\n                    \"record_id\": 3,\n                    \"record_type\": \"SigningAuthorityDetail\"\n                },\n                \"operating_address\": {\n                    \"id\": 38,\n                    \"addressable_id\": null,\n                    \"address_type\": \"Operating\",\n                    \"pincode\": 120043,\n                    \"city\": null,\n                    \"state\": null,\n                    \"address_line\": \"Sohna Road\",\n                    \"uuid\": \"11ed-456c-b9f0d21e-ad64-2a6cdbb6d829\",\n                    \"created_at\": \"2022-10-06T11:47:59.000Z\",\n                    \"updated_at\": \"2022-10-06T11:47:59.000Z\",\n                    \"addressable_type\": null,\n                    \"active\": true,\n                    \"record_id\": 3,\n                    \"record_type\": \"SigningAuthorityDetail\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"84bd95ee-f733-46fd-86aa-6661a3200d30"},{"name":"create_customer_details","id":"26634354-8144-4c9f-8754-809cafb121fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [{\n        \"name\": \"Doctor Siwach\",\n        \"email\": \"doctor.siwach@payu.in\",\n        \"mobile\": \"9582787191\",\n        \"authorised_signatory\": true,\n        \"contact_detail_type\": \"Signing Authority\",\n        \"cin_number\": \"U72400MH2006PTC293037\",\n        \"pancard_number\": \"BYSPM3771K\",\n        \"dob\": \"01-01-2000\",\n        \"title\": \"Mr.\",\n        \"gender\": \"male\",\n        \"religion\": \"Hindu\",\n        \"category\": \"General\",\n        \"nationality\": \"Indian\",\n        \"marital_status\": \"Married\",\n        \"qualification\": \"Graduate\",\n        \"employment_type\": \"Salaried\",\n        \"occupation\": \"Doctor\",\n        \"source_of_income\": \"Business Income\",\n        \"annual_income\": \"2-3 Lakh\",\n        \"father_name\": \"father name\",\n        \"mother_name\": \"mother name\",\n        \"spouse_name\": \"spouse name\",\n        \"registered_address_attributes\": {\n            \"address_line\": \"Wall Street\",\n            \"pincode\": \"110043\"\n        },\n        \"operating_address_attributes\": {\n            \"address_line\": \"Sohna Road\",\n            \"pincode\": \"120043\"\n        }\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"{{test10}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","contact_details"],"host":["{{test10}}"],"query":[],"variable":[]}},"response":[{"id":"b1ffe148-de4b-4dea-aa22-67242f715b1e","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": [{\n        \"name\": \"Doctor Siwach\",\n        \"email\": \"doctor.siwach@payu.in\",\n        \"mobile\": \"9582787191\",\n        \"authorised_signatory\": true,\n        \"contact_detail_type\": \"Signing Authority\",\n        \"cin_number\": \"U72400MH2006PTC293037\",\n        \"pancard_number\": \"BYSPM3771K\",\n        \"dob\": \"01-01-2000\",\n        \"title\": \"Mr\",\n        \"gender\": \"male\",\n        \"religion\": \"Hindu\",\n        \"category\": \"General\",\n        \"nationality\": \"Indian\",\n        \"marital_status\": \"Married\",\n        \"qualification\": \"Graduate\",\n        \"employment_type\": \"Salaried\",\n        \"occupation\": \"Doctor\",\n        \"source_of_income\": \"Business Income\",\n        \"annual_income\": \"2-3 Lakh\",\n        \"father_name\": \"father name\",\n        \"mother_name\": \"mother name\",\n        \"spouse_name\": \"spouse name\",\n        \"registered_address_attributes\": {\n            \"address_line\": \"Wall Street\",\n            \"pincode\": \"110043\"\n        },\n        \"operating_address_attributes\": {\n            \"address_line\": \"Sohna Road\",\n            \"pincode\": \"120043\"\n        }\n    }]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"0976286a6a5da3f41632457e083c118e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"a2ae495b-690c-432e-8775-0b55802e3996"},{"key":"X-Runtime","value":"1.731766"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"contact_details\": [\n        {\n            \"id\": 6,\n            \"name\": \"Doctor Siwach\",\n            \"email\": \"doctor.siwach@payu.in\",\n            \"mobile\": \"9582787191\",\n            \"designation\": \"Others\",\n            \"contact_detail_type\": \"Signing Authority\",\n            \"authorised_signatory\": true,\n            \"account_uuid\": null,\n            \"uuid\": \"11ed-456c-b9ef1c4e-ad64-2a6cdbb6d829\",\n            \"active\": true,\n            \"created_at\": \"2022-10-06T11:47:59.000Z\",\n            \"updated_at\": \"2022-10-06T11:47:59.000Z\",\n            \"email_verified\": false,\n            \"record_id\": null,\n            \"record_type\": null,\n            \"temp_account_id\": null,\n            \"product_record_id\": 8,\n            \"product_record_type\": \"ProductAccount\",\n            \"pancard_number\": \"BYSPM3771K\",\n            \"cin_number\": \"U72400MH2006PTC293037\",\n            \"aml_flag\": false,\n            \"signing_authority_detail\": {\n                \"id\": 3,\n                \"name\": \"Doctor Siwach\",\n                \"email\": \"doctor.siwach@payu.in\",\n                \"pancard_number\": \"BYSPM3771K\",\n                \"cin_number\": \"U72400MH2006PTC293037\",\n                \"uuid\": \"11ed-456c-b9eff88a-ad64-2a6cdbb6d829\",\n                \"contact_detail_id\": 6,\n                \"created_at\": \"2022-10-06T11:47:59.000Z\",\n                \"updated_at\": \"2022-10-06T11:47:59.000Z\",\n                \"dob\": \"2000-01-01\",\n                \"aml_flag\": false,\n                \"title\": \"Mr\",\n                \"gender\": \"male\",\n                \"religion\": \"Hindu\",\n                \"category\": \"General\",\n                \"nationality\": \"Indian\",\n                \"marital_status\": \"Married\",\n                \"qualification\": \"Graduate\",\n                \"employment_type\": \"Salaried\",\n                \"occupation\": \"Doctor\",\n                \"source_of_income\": \"Business Income\",\n                \"annual_income\": \"2-3 Lakh\",\n                \"father_name\": \"father name\",\n                \"mother_name\": \"mother name\",\n                \"spouse_name\": \"spouse name\",\n                \"registered_address\": {\n                    \"id\": 37,\n                    \"addressable_id\": null,\n                    \"address_type\": \"Registered\",\n                    \"pincode\": 110043,\n                    \"city\": \"South West Delhi\",\n                    \"state\": \"DELHI\",\n                    \"address_line\": \"Wall Street\",\n                    \"uuid\": \"11ed-456c-b9f024c2-ad64-2a6cdbb6d829\",\n                    \"created_at\": \"2022-10-06T11:47:59.000Z\",\n                    \"updated_at\": \"2022-10-06T11:47:59.000Z\",\n                    \"addressable_type\": null,\n                    \"active\": true,\n                    \"record_id\": 3,\n                    \"record_type\": \"SigningAuthorityDetail\"\n                },\n                \"operating_address\": {\n                    \"id\": 38,\n                    \"addressable_id\": null,\n                    \"address_type\": \"Operating\",\n                    \"pincode\": 120043,\n                    \"city\": null,\n                    \"state\": null,\n                    \"address_line\": \"Sohna Road\",\n                    \"uuid\": \"11ed-456c-b9f0d21e-ad64-2a6cdbb6d829\",\n                    \"created_at\": \"2022-10-06T11:47:59.000Z\",\n                    \"updated_at\": \"2022-10-06T11:47:59.000Z\",\n                    \"addressable_type\": null,\n                    \"active\": true,\n                    \"record_id\": 3,\n                    \"record_type\": \"SigningAuthorityDetail\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"26634354-8144-4c9f-8754-809cafb121fa"},{"name":"update_customer_details","id":"e2eab1bb-f67c-439e-9b58-1599112fed90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": {\n        \"name\": \"Doctor Siwach\",\n        \"email\": \"doctor.siwach12@payu.in\",\n        \"mobile\": \"9582787491\",\n        \"authorised_signatory\": true,\n        \"contact_detail_type\": \"Signing Authority\",\n        \"cin_number\": \"U72400MH2006PTC293037\",\n        \"pancard_number\": \"BYSPM3771K\",\n        \"dob\": \"01-01-2000\",\n        \"title\": \"Mr\",\n        \"gender\": \"male\",\n        \"religion\": \"Hindu\",\n        \"category\": \"General\",\n        \"nationality\": \"Indian\",\n        \"marital_status\": \"Married\",\n        \"qualification\": \"Graduate\",\n        \"employment_type\": \"Salaried\",\n        \"occupation\": \"Doctor\",\n        \"source_of_income\": \"Business Income\",\n        \"annual_income\": \"2-3 Lakh\",\n        \"father_name\": \"father name\",\n        \"mother_name\": \"mother name\",\n        \"spouse_name\": \"spouse name\",\n        \"registered_address_attributes\": {\n            \"address_line\": \"Wall Street\",\n            \"pincode\": \"110044\"\n        },\n        \"operating_address_attributes\": {\n            \"address_line\": \"Sohna Road\",\n            \"pincode\": \"120043\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details/11ed-456c-b9ef1c4e-ad64-2a6cdbb6d829","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","contact_details","11ed-456c-b9ef1c4e-ad64-2a6cdbb6d829"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5ee1bf6d-9302-469f-b682-91ba4012a1c2","name":"success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"signatory_contact_details_attributes\": {\n        \"name\": \"Doctor Siwach\",\n        \"email\": \"doctor.siwach12@payu.in\",\n        \"mobile\": \"9582787491\",\n        \"authorised_signatory\": true,\n        \"contact_detail_type\": \"Signing Authority\",\n        \"cin_number\": \"U72400MH2006PTC293037\",\n        \"pancard_number\": \"BYSPM3771K\",\n        \"dob\": \"01-01-2000\",\n        \"title\": \"Mr\",\n        \"gender\": \"male\",\n        \"religion\": \"Hindu\",\n        \"category\": \"General\",\n        \"nationality\": \"Indian\",\n        \"marital_status\": \"Married\",\n        \"qualification\": \"Graduate\",\n        \"employment_type\": \"Salaried\",\n        \"occupation\": \"Doctor\",\n        \"source_of_income\": \"Business Income\",\n        \"annual_income\": \"2-3 Lakh\",\n        \"father_name\": \"father name\",\n        \"mother_name\": \"mother name\",\n        \"spouse_name\": \"spouse name\",\n        \"registered_address_attributes\": {\n            \"address_line\": \"Wall Street\",\n            \"pincode\": \"110044\"\n        },\n        \"operating_address_attributes\": {\n            \"address_line\": \"Sohna Road\",\n            \"pincode\": \"120043\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/contact_details/11ed-456c-b9ef1c4e-ad64-2a6cdbb6d829"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"e313e55f4d47e750be57c0c1ff9fde7a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c6d304b3-12d1-470f-9274-f7fdd48504ad"},{"key":"X-Runtime","value":"0.566875"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"contact_detail\": {\n        \"id\": 6,\n        \"name\": \"Doctor Siwach\",\n        \"email\": \"doctor.siwach12@payu.in\",\n        \"mobile\": \"9582787491\",\n        \"designation\": \"Others\",\n        \"contact_detail_type\": \"Signing Authority\",\n        \"authorised_signatory\": true,\n        \"account_uuid\": null,\n        \"uuid\": \"11ed-456c-b9ef1c4e-ad64-2a6cdbb6d829\",\n        \"active\": true,\n        \"created_at\": \"2022-10-06T11:47:59.000Z\",\n        \"updated_at\": \"2022-10-06T11:51:09.000Z\",\n        \"email_verified\": false,\n        \"record_id\": null,\n        \"record_type\": null,\n        \"temp_account_id\": null,\n        \"product_record_id\": 8,\n        \"product_record_type\": \"ProductAccount\",\n        \"pancard_number\": \"BYSPM3771K\",\n        \"cin_number\": \"U72400MH2006PTC293037\",\n        \"aml_flag\": false,\n        \"signing_authority_detail\": {\n            \"id\": 3,\n            \"name\": \"Doctor Siwach\",\n            \"email\": \"doctor.siwach12@payu.in\",\n            \"pancard_number\": \"BYSPM3771K\",\n            \"cin_number\": \"U72400MH2006PTC293037\",\n            \"uuid\": \"11ed-456c-b9eff88a-ad64-2a6cdbb6d829\",\n            \"contact_detail_id\": 6,\n            \"created_at\": \"2022-10-06T11:47:59.000Z\",\n            \"updated_at\": \"2022-10-06T11:51:09.000Z\",\n            \"dob\": \"2000-01-01\",\n            \"aml_flag\": false,\n            \"title\": \"Mr\",\n            \"gender\": \"male\",\n            \"religion\": \"Hindu\",\n            \"category\": \"General\",\n            \"nationality\": \"Indian\",\n            \"marital_status\": \"Married\",\n            \"qualification\": \"Graduate\",\n            \"employment_type\": \"Salaried\",\n            \"occupation\": \"Doctor\",\n            \"source_of_income\": \"Business Income\",\n            \"annual_income\": \"2-3 Lakh\",\n            \"father_name\": \"father name\",\n            \"mother_name\": \"mother name\",\n            \"spouse_name\": \"spouse name\",\n            \"registered_address\": {\n                \"id\": 37,\n                \"addressable_id\": null,\n                \"address_type\": \"Registered\",\n                \"pincode\": 110044,\n                \"city\": \"South Delhi\",\n                \"state\": \"DELHI\",\n                \"address_line\": \"Wall Street\",\n                \"uuid\": \"11ed-456c-b9f024c2-ad64-2a6cdbb6d829\",\n                \"created_at\": \"2022-10-06T11:47:59.000Z\",\n                \"updated_at\": \"2022-10-06T11:51:48.000Z\",\n                \"addressable_type\": null,\n                \"active\": true,\n                \"record_id\": 3,\n                \"record_type\": \"SigningAuthorityDetail\"\n            },\n            \"operating_address\": {\n                \"id\": 38,\n                \"addressable_id\": null,\n                \"address_type\": \"Operating\",\n                \"pincode\": 120043,\n                \"city\": null,\n                \"state\": null,\n                \"address_line\": \"Sohna Road\",\n                \"uuid\": \"11ed-456c-b9f0d21e-ad64-2a6cdbb6d829\",\n                \"created_at\": \"2022-10-06T11:47:59.000Z\",\n                \"updated_at\": \"2022-10-06T11:47:59.000Z\",\n                \"addressable_type\": null,\n                \"active\": true,\n                \"record_id\": 3,\n                \"record_type\": \"SigningAuthorityDetail\"\n            }\n        }\n    }\n}"}],"_postman_id":"e2eab1bb-f67c-439e-9b58-1599112fed90"}],"id":"9944764d-8784-4e10-bc23-68e2236d9465","_postman_id":"9944764d-8784-4e10-bc23-68e2236d9465","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"kycs","item":[{"name":"list_kycs","id":"68f9d185-5498-4a1d-aad9-155f487888d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/kyc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f73ae3a0-9af0-4ca4-9c52-b961535e1b31","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/kyc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"d553dc1d62727d1dab49ac77a135bee2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"1f5ebfd8-8d0c-4690-b027-7e880cb6cfe0"},{"key":"X-Runtime","value":"0.225337"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"kycs\": [\n        {\n            \"id\": 1,\n            \"uuid\": \"11ed-4571-a34812de-ad64-2a6cdbb6d829\",\n            \"status\": \"open\",\n            \"completed_at\": \"2022-01-01T05:00:00.000Z\",\n            \"kyc_type\": \"video_kyc\",\n            \"active\": true,\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\"\n        },\n        {\n            \"id\": 2,\n            \"uuid\": \"11ed-4571-a34856d6-ad64-2a6cdbb6d829\",\n            \"status\": \"approved\",\n            \"completed_at\": \"2022-01-01T23:00:00.000Z\",\n            \"kyc_type\": \"f2f_kyc\",\n            \"active\": true,\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\"\n        }\n    ]\n}"}],"_postman_id":"68f9d185-5498-4a1d-aad9-155f487888d4"},{"name":"create_kycs","id":"eb719578-ed41-4e7e-8ab8-2afe3f923582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"kycs\": [\n        { \"status\": \"open\", \"completed_at\": \"01-01-2022 05:00:00\", \"kyc_type\": \"video_kyc\" },\n        { \"status\": \"approved\", \"completed_at\": \"01-01-2022 023:00:00\", \"kyc_type\": \"f2f_kyc\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{test10}}/api/v3/product_accounts/{{product_account_uuid}}/kyc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc"],"host":["{{test10}}"],"query":[],"variable":[]}},"response":[{"id":"8ef6eedc-60de-48db-9e27-ba4ddad2667f","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"kycs\": [\n        { \"status\": \"open\", \"completed_at\": \"01-01-2022 05:00:00\", \"kyc_type\": \"video_kyc\" },\n        { \"status\": \"approved\", \"completed_at\": \"01-01-2022 023:00:00\", \"kyc_type\": \"f2f_kyc\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/kyc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"d553dc1d62727d1dab49ac77a135bee2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"23fae9d3-a41e-4739-8c76-f67f27615461"},{"key":"X-Runtime","value":"1.149879"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"kycs\": [\n        {\n            \"id\": 1,\n            \"uuid\": \"11ed-4571-a34812de-ad64-2a6cdbb6d829\",\n            \"status\": \"open\",\n            \"completed_at\": \"2022-01-01T05:00:00.000Z\",\n            \"kyc_type\": \"video_kyc\",\n            \"active\": true,\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\"\n        },\n        {\n            \"id\": 2,\n            \"uuid\": \"11ed-4571-a34856d6-ad64-2a6cdbb6d829\",\n            \"status\": \"approved\",\n            \"completed_at\": \"2022-01-01T23:00:00.000Z\",\n            \"kyc_type\": \"f2f_kyc\",\n            \"active\": true,\n            \"product_account_uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\"\n        }\n    ]\n}"}],"_postman_id":"eb719578-ed41-4e7e-8ab8-2afe3f923582"}],"id":"db6b6177-6c89-46d1-893c-686341a90654","_postman_id":"db6b6177-6c89-46d1-893c-686341a90654","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"kyc_documents","item":[{"name":"Create","id":"4e716275-93c1-43ac-950b-887ce908293e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"document_category_id","value":"10","type":"text"},{"key":"document_type_id","value":"10","type":"text"},{"key":"kyc_document_type","value":"KYC","type":"text","disabled":true},{"key":"processed_document","type":"file","src":"/Users/rajat.mishra/Downloads/English_CIF_Individual_01042022.pdf"},{"key":"uploaded_documents[]","type":"file","value":""}]},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents","description":"<p>Create KycDocument.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ce8b8cc6-db04-48ad-add7-5f2aa987aa3f","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"document_category_id","value":"10","type":"text"},{"key":"document_type_id","value":"10","type":"text"},{"key":"kyc_document_type","value":"KYC","type":"text","disabled":true},{"key":"processed_document","type":"file","src":["/Users/rajat.mishra/Downloads/English_CIF_Individual_01042022.pdf"]},{"key":"uploaded_documents[]","type":"file","src":[""]}]},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"af43f7b6f85615dd679acb5014e9bbba\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"dc85d582-e22a-4932-b4a1-f6205e2c7637"},{"key":"X-Runtime","value":"4.858763"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 4,\n        \"document_category_id\": 10,\n        \"document_type_id\": 10,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"DOCUMENT_SUBMITTED\",\n        \"uuid\": \"11ed-4627-6e4e64f0-84bd-2a6cdbb6d829\",\n        \"active\": true,\n        \"created_at\": \"2022-10-07T10:04:28.000Z\",\n        \"updated_at\": \"2022-10-07T10:04:30.000Z\",\n        \"kyc_document_type\": \"KYC\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": null,\n        \"record_id\": null,\n        \"product_record_id\": 8,\n        \"product_record_type\": \"ProductAccount\",\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"document_number\": null,\n        \"processed_document\": {\n            \"id\": 7,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"English_CIF_Individual_01042022.pdf\",\n            \"byte_size\": 647635,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBEQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0a8b6bf779980fe7a42b8f3ee525319abde3461c/English_CIF_Individual_01042022.pdf\",\n            \"kyc_document_uuid\": \"11ed-4627-6e4e64f0-84bd-2a6cdbb6d829\"\n        },\n        \"document_category_name\": \"Government Issued Certificate\",\n        \"document_type_name\": \"TIN Certificate\",\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 10,\n            \"name\": \"Government Issued Certificate\",\n            \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n        }\n    }\n}"}],"_postman_id":"4e716275-93c1-43ac-950b-887ce908293e"},{"name":"Index","id":"329fc942-caab-41fe-b6ac-13347b89d427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>user token with login scope</p>\n"}],"body":{"mode":"file","file":{}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents","description":"<p>List KycDocuments</p>\n<p>Also supports filtering based on following fields:</p>\n<p>active\ndocument_category_id\ndocument_type_id\nkyc_document_type\nstatus</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, only required when kyc_documents with a particular document_category_id is required</p>\n","type":"text/plain"},"key":"document_category_id[]","value":"12"},{"disabled":true,"description":{"content":"<p>optional, only required when kyc_documents with a particular document_type_id is required</p>\n","type":"text/plain"},"key":"document_type_id","value":"1"}],"variable":[]}},"response":[{"id":"eae7e5bd-e30a-41bb-8ca4-cadc187ab6bc","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"user token with login scope"}],"url":{"raw":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents","host":["{{host}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents"],"query":[{"key":"document_category_id[]","value":"12","description":"optional, only required when kyc_documents with a particular document_category_id is required","disabled":true},{"key":"document_type_id","value":"1","description":"optional, only required when kyc_documents with a particular document_type_id is required","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"07e33156481eaf6a5f68f6c1f458304f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f692a73b-bbc8-43dd-8ee9-9a6d8b1ff255"},{"key":"X-Runtime","value":"2.639275"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 4,\n            \"document_category_id\": 10,\n            \"document_type_id\": 10,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"DOCUMENT_SUBMITTED\",\n            \"uuid\": \"11ed-4627-6e4e64f0-84bd-2a6cdbb6d829\",\n            \"active\": true,\n            \"created_at\": \"2022-10-07T10:04:28.000Z\",\n            \"updated_at\": \"2022-10-07T10:04:30.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": null,\n            \"record_id\": null,\n            \"product_record_id\": 8,\n            \"product_record_type\": \"ProductAccount\",\n            \"issue_date\": null,\n            \"expiry_date\": null,\n            \"document_number\": null,\n            \"processed_document\": {\n                \"id\": 7,\n                \"metadata\": {\n                    \"identified\": true\n                },\n                \"filename\": \"English_CIF_Individual_01042022.pdf\",\n                \"byte_size\": 647635,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBEQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0a8b6bf779980fe7a42b8f3ee525319abde3461c/English_CIF_Individual_01042022.pdf\",\n                \"kyc_document_uuid\": \"11ed-4627-6e4e64f0-84bd-2a6cdbb6d829\"\n            },\n            \"document_category_name\": \"Government Issued Certificate\",\n            \"document_type_name\": \"TIN Certificate\",\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 10,\n                \"name\": \"Government Issued Certificate\",\n                \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n            }\n        }\n    ]\n}"},{"id":"213798a7-1083-41cd-a447-6da391c05761","name":"Unauthorized Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer dfghadfg","description":"user token with login scope"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents"],"query":[{"key":"status[]","value":"Approved","disabled":true}]}},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"3badeaf6-26e0-4b6b-bc50-0259664feecd","name":"Success Response (Fetch Kyc Documents with any status) or Fetch All documents of a merchant","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 1e1902f20f87890e66acf36245f44ffd20d0c57d6de3bfd0e3f10353eeab07b8"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 8672,\n            \"document_category_id\": 10,\n            \"document_type_id\": 35,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:40:05.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14260,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Government Issued Certificate.pdf\",\n                \"byte_size\": 1845736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdUUzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7093cd0289ef70f5e238c7596fc4268b70ec1f9b/Government%20Issued%20Certificate.pdf\",\n                \"kyc_document_uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 10,\n                \"name\": \"Government Issued Certificate\",\n                \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n            }\n        },\n        {\n            \"id\": 8671,\n            \"document_category_id\": 1,\n            \"document_type_id\": 1,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:56.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:23.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14257,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-19 at 3.31.46 PM.png\",\n                \"byte_size\": 1418736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDQzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ad8823a20817030210c267d16b40df70d19431de/Screenshot%202021-03-19%20at%203.31.46%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 1,\n                \"name\": \"Bank Account Proof\",\n                \"name_on_frontend\": \"BANK_PROOF\"\n            }\n        },\n        {\n            \"id\": 8670,\n            \"document_category_id\": 2,\n            \"document_type_id\": 3,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:45.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14256,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-30 at 6.16.16 PM.png\",\n                \"byte_size\": 1068614,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDAzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c6446cf7655b169283f11ac1d0154ed7297642da/Screenshot%202021-03-30%20at%206.16.16%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 2,\n                \"name\": \"PAN Card of Signing Authority\",\n                \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n            }\n        },\n        {\n            \"id\": 8669,\n            \"document_category_id\": 9,\n            \"document_type_id\": 7,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:41.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:28.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14255,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-04-13 at 7.09.47 PM.png\",\n                \"byte_size\": 1087032,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdHczIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--08599802e02075538f4138cc24b44f3be780b975/Screenshot%202021-04-13%20at%207.09.47%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 9,\n                \"name\": \"Address Proof of Signing Authority\",\n                \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\"\n            }\n        }\n    ]\n}"},{"id":"f9a11ec5-8e6a-4969-896c-c396a386f60e","name":"Fetch Kyc Documents with multiple statues","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 1e1902f20f87890e66acf36245f44ffd20d0c57d6de3bfd0e3f10353eeab07b8"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents?status[]=Approved&status[]=Declined","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents"],"query":[{"key":"status[]","value":"Approved"},{"key":"status[]","value":"Declined"}]}},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 8672,\n            \"document_category_id\": 10,\n            \"document_type_id\": 35,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:40:05.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14260,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Government Issued Certificate.pdf\",\n                \"byte_size\": 1845736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdUUzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7093cd0289ef70f5e238c7596fc4268b70ec1f9b/Government%20Issued%20Certificate.pdf\",\n                \"kyc_document_uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 10,\n                \"name\": \"Government Issued Certificate\",\n                \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n            }\n        },\n        {\n            \"id\": 8671,\n            \"document_category_id\": 1,\n            \"document_type_id\": 1,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:56.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:23.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14257,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-19 at 3.31.46 PM.png\",\n                \"byte_size\": 1418736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDQzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ad8823a20817030210c267d16b40df70d19431de/Screenshot%202021-03-19%20at%203.31.46%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 1,\n                \"name\": \"Bank Account Proof\",\n                \"name_on_frontend\": \"BANK_PROOF\"\n            }\n        },\n        {\n            \"id\": 8670,\n            \"document_category_id\": 2,\n            \"document_type_id\": 3,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:45.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14256,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-30 at 6.16.16 PM.png\",\n                \"byte_size\": 1068614,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDAzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c6446cf7655b169283f11ac1d0154ed7297642da/Screenshot%202021-03-30%20at%206.16.16%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 2,\n                \"name\": \"PAN Card of Signing Authority\",\n                \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n            }\n        },\n        {\n            \"id\": 8669,\n            \"document_category_id\": 9,\n            \"document_type_id\": 7,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:41.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:28.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14255,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-04-13 at 7.09.47 PM.png\",\n                \"byte_size\": 1087032,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdHczIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--08599802e02075538f4138cc24b44f3be780b975/Screenshot%202021-04-13%20at%207.09.47%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 9,\n                \"name\": \"Address Proof of Signing Authority\",\n                \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\"\n            }\n        }\n    ]\n}"},{"id":"b014507a-4927-4f1f-9d6f-f9b12155ba17","name":"Fetch Kyc Documents with only Approved Status","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 1e1902f20f87890e66acf36245f44ffd20d0c57d6de3bfd0e3f10353eeab07b8"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents?status[]=Approved","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents"],"query":[{"key":"status[]","value":"Approved"}]}},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 8672,\n            \"document_category_id\": 10,\n            \"document_type_id\": 35,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:40:05.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14260,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Government Issued Certificate.pdf\",\n                \"byte_size\": 1845736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdUUzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7093cd0289ef70f5e238c7596fc4268b70ec1f9b/Government%20Issued%20Certificate.pdf\",\n                \"kyc_document_uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 10,\n                \"name\": \"Government Issued Certificate\",\n                \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n            }\n        },\n        {\n            \"id\": 8671,\n            \"document_category_id\": 1,\n            \"document_type_id\": 1,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:56.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:23.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14257,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-19 at 3.31.46 PM.png\",\n                \"byte_size\": 1418736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDQzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ad8823a20817030210c267d16b40df70d19431de/Screenshot%202021-03-19%20at%203.31.46%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 1,\n                \"name\": \"Bank Account Proof\",\n                \"name_on_frontend\": \"BANK_PROOF\"\n            }\n        },\n        {\n            \"id\": 8670,\n            \"document_category_id\": 2,\n            \"document_type_id\": 3,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:45.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14256,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-30 at 6.16.16 PM.png\",\n                \"byte_size\": 1068614,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDAzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c6446cf7655b169283f11ac1d0154ed7297642da/Screenshot%202021-03-30%20at%206.16.16%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 2,\n                \"name\": \"PAN Card of Signing Authority\",\n                \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n            }\n        },\n        {\n            \"id\": 8669,\n            \"document_category_id\": 9,\n            \"document_type_id\": 7,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:41.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:28.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14255,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-04-13 at 7.09.47 PM.png\",\n                \"byte_size\": 1087032,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdHczIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--08599802e02075538f4138cc24b44f3be780b975/Screenshot%202021-04-13%20at%207.09.47%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 9,\n                \"name\": \"Address Proof of Signing Authority\",\n                \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\"\n            }\n        }\n    ]\n}"},{"id":"f32a998f-fc06-4829-80aa-9b094d42e015","name":"Fetch E-signed Agreement","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 0312ed61db41528667b7bb974ba7828b9d36d34399c574ee186f7b3f7ce26ef2","description":"user token with login scope"}],"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents?kyc_document_type[]=Agreement&status[]=Approved","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents"],"query":[{"key":"kyc_document_type[]","value":"Agreement"},{"key":"status[]","value":"Approved"}]}},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 2746,\n            \"document_category_id\": 13,\n            \"document_type_id\": null,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-e2ff-dbc0b2f4-87cc-0242a53cdb42\",\n            \"active\": true,\n            \"created_at\": \"2021-07-12T10:56:49.000Z\",\n            \"updated_at\": \"2021-07-12T12:28:15.000Z\",\n            \"kyc_document_type\": \"Agreement\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": \"Dummy-736\",\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Merchant\",\n            \"record_id\": 4262,\n            \"issue_date\": null,\n            \"expiry_date\": null,\n            \"processed_document\": {\n                \"id\": 5130,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Service Agreemente_stamp.pdf\",\n                \"byte_size\": 266588,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbUFUIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--d8c57030f12d9de00af3a583b508531e7cd67c1c/Service%20Agreemente_stamp.pdf\",\n                \"kyc_document_uuid\": \"11eb-e2ff-dbc0b2f4-87cc-0242a53cdb42\"\n            },\n            \"document_category_name\": \"Service Agreement\",\n            \"document_type_name\": null,\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 13,\n                \"name\": \"Service Agreement\",\n                \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n            }\n        }\n    ]\n}"}],"_postman_id":"329fc942-caab-41fe-b6ac-13347b89d427"},{"name":"Show","id":"5d050a94-f8cd-4a3d-bc7f-89adf3229bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/11ed-4627-6e4e64f0-84bd-2a6cdbb6d829","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","11ed-4627-6e4e64f0-84bd-2a6cdbb6d829"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"180eec79-c8b0-425c-a29c-7db95382e65c","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/11ed-4627-6e4e64f0-84bd-2a6cdbb6d829"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"af43f7b6f85615dd679acb5014e9bbba\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"21c4d8e2-1742-4789-b43b-d4ca1b9a6f2e"},{"key":"X-Runtime","value":"0.337735"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 4,\n        \"document_category_id\": 10,\n        \"document_type_id\": 10,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"DOCUMENT_SUBMITTED\",\n        \"uuid\": \"11ed-4627-6e4e64f0-84bd-2a6cdbb6d829\",\n        \"active\": true,\n        \"created_at\": \"2022-10-07T10:04:28.000Z\",\n        \"updated_at\": \"2022-10-07T10:04:30.000Z\",\n        \"kyc_document_type\": \"KYC\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": null,\n        \"record_id\": null,\n        \"product_record_id\": 8,\n        \"product_record_type\": \"ProductAccount\",\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"document_number\": null,\n        \"processed_document\": {\n            \"id\": 7,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"English_CIF_Individual_01042022.pdf\",\n            \"byte_size\": 647635,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBEQT09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0a8b6bf779980fe7a42b8f3ee525319abde3461c/English_CIF_Individual_01042022.pdf\",\n            \"kyc_document_uuid\": \"11ed-4627-6e4e64f0-84bd-2a6cdbb6d829\"\n        },\n        \"document_category_name\": \"Government Issued Certificate\",\n        \"document_type_name\": \"TIN Certificate\",\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 10,\n            \"name\": \"Government Issued Certificate\",\n            \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n        }\n    }\n}"}],"_postman_id":"5d050a94-f8cd-4a3d-bc7f-89adf3229bec"},{"name":"update","id":"cd12ebfe-38d9-4ce5-ae4e-2d046d6975c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"DOCUMENT_SUBMITTED\"\n}","options":{"raw":{"language":"json"}}},"url":"{{test10}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/11ec-4066-41f733ae-b681-02053299b2da","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","11ec-4066-41f733ae-b681-02053299b2da"],"host":["{{test10}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd12ebfe-38d9-4ce5-ae4e-2d046d6975c2"},{"name":"receive_all_docs","id":"5f4433f7-fc8b-4ebb-acbf-add2d7cfd03c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"Approved\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v3/product_accounts/{{product_account_uuid}}/kyc_documents/receive_all_docs","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc_documents","receive_all_docs"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f4433f7-fc8b-4ebb-acbf-add2d7cfd03c"}],"id":"d6a0c572-4287-4faa-aa44-d3c34e9dfe3c","_postman_id":"d6a0c572-4287-4faa-aa44-d3c34e9dfe3c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"dvs_wrapper_apis","item":[{"name":"fda_details","id":"c6dd61b8-4b81-487f-a049-83ffa2b639ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{test10}}/api/v3/dvs_wrapper/{{product_account_uuid}}/fda_details?licence_no=18651&state=HP","urlObject":{"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","fda_details"],"host":["{{test10}}"],"query":[{"key":"licence_no","value":"18651"},{"key":"state","value":"HP"}],"variable":[]}},"response":[{"id":"8bca57e4-8963-46e2-9a50-982457b51c83","name":"invalid_token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"random","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/fda_details?licence_no=13318005000848&state=UP","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","fda_details"],"query":[{"key":"licence_no","value":"13318005000848"},{"key":"state","value":"UP"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"ec714483-3c30-46fd-a5a5-a13167065d9d"},{"key":"X-Runtime","value":"0.006995"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"db035a4a-1bc1-42dd-b3f7-5532630e46d0","name":"licence_no_is_blank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/fda_details?state=UP","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","fda_details"],"query":[{"key":"licence_no","value":"13318005000848","disabled":true},{"key":"state","value":"UP"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b846581d-30e2-490b-bb1a-215bc732617d"},{"key":"X-Runtime","value":"0.418074"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"licence_no cannot be blank\"\n}"},{"id":"1f2c27dc-609d-4d8f-ac4d-fbdbc2828325","name":"state_is_blank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/fda_details?licence_no=13318005000848","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","fda_details"],"query":[{"key":"licence_no","value":"13318005000848"},{"key":"state","value":"UP","disabled":true}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7b44f6a1-0db3-4159-b375-180cf6b8de37"},{"key":"X-Runtime","value":"0.246821"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"state cannot be blank\"\n}"},{"id":"9ea3d0d2-03af-4bdd-8b12-824a97694ba3","name":"invalid_licence_no","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/fda_details?licence_no=random&state=HP","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","fda_details"],"query":[{"key":"licence_no","value":"random"},{"key":"state","value":"HP"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"938c9a7c-97bc-4ff5-9c52-71e634aac9ce"},{"key":"X-Runtime","value":"1.450538"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid ID number or combination of inputs\"\n}"},{"id":"373cf2a0-be44-40ad-b223-08f72178a2ad","name":"invalid_state_code","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/fda_details?licence_no=18651&state=GA","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","fda_details"],"query":[{"key":"licence_no","value":"18651"},{"key":"state","value":"GA"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"395f854f-6fda-4f28-9ecc-a1f95e85ea1c"},{"key":"X-Runtime","value":"2.555222"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid ID number or combination of inputs\"\n}"},{"id":"a79b95ea-d3d2-4afb-8024-db9ff3e06ecf","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/fda_details?licence_no=18651&state=HP","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","fda_details"],"query":[{"key":"licence_no","value":"18651"},{"key":"state","value":"HP"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"0be6223a7f305e15ec312aab92dce7f6\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"0d23fc4d-9077-4c1c-a7a3-43b22ec182ca"},{"key":"X-Runtime","value":"13.033888"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"fda_details\": {\n        \"name\": \"Rikhi Kaun\",\n        \"store_name\": \"KAUNDAL MEDICAL STORE (R)\",\n        \"license_detail\": \"20 - 18651 (01/01/2013 - 01/01/2018 - 31/12/2022)\",\n        \"address\": \"jarol sunder nagar, mandi,\"\n    }\n}"}],"_postman_id":"c6dd61b8-4b81-487f-a049-83ffa2b639ca"},{"name":"iec_details","id":"1b1faef6-a4f3-4df4-9709-921ba17dbe4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/iec_details?iec=0388006358","urlObject":{"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","iec_details"],"host":["{{host}}"],"query":[{"key":"iec","value":"0388006358"}],"variable":[]}},"response":[{"id":"cdfed49d-de5a-4473-ace4-dbb4f1440c6b","name":"when_token_is_invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"random_token","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/iec_details?iec=0388006358","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","iec_details"],"query":[{"key":"iec","value":"0388006358"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"a3a76ffc-830b-4709-b71e-49ddbdaf0cbe"},{"key":"X-Runtime","value":"0.015647"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"2fb7c2e3-6714-4ce1-a1c0-7eec41efb87f","name":"when_iec_is_not_passed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/iec_details","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","iec_details"],"query":[{"key":"iec","value":"0388006358","disabled":true}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b3acd487-5f9b-427b-8096-66a264a0da69"},{"key":"X-Runtime","value":"0.181187"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"iec cannot be blank\"\n}"},{"id":"7697c364-ab03-4d9a-b3c4-e890388a4549","name":"when_iec_is_invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/iec_details?iec=random","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","iec_details"],"query":[{"key":"iec","value":"random"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7ef4bd66-0727-4825-9781-4f9b594d94b8"},{"key":"X-Runtime","value":"1.236358"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid ID number or combination of inputs\"\n}"},{"id":"b9233406-08d9-482d-8a5a-400cbceeb1bb","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/iec_details?iec=0388006358","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","iec_details"],"query":[{"key":"iec","value":"0388006358"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"9b4ff72743dfdd45730e5e30cfef065f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2360cabd-be36-4a82-b5d1-8769f87c41a4"},{"key":"X-Runtime","value":"2.676197"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"iec_details\": {\n        \"name\": \"A V INDUSTRIES\",\n        \"address\": \"201,BHAGTANI KRISHANGA-WING,DATTATRAY RD,SANTACRUZ(W)MUMBAI         ,MAHARASHTRA\",\n        \"date_of_establishment\": \"10-07-1970\",\n        \"exporter_type\": \"None\",\n        \"iec_allotment_date\": \"01-04-1988\",\n        \"iec_status\": \"Deactivated\"\n    }\n}"}],"_postman_id":"1b1faef6-a4f3-4df4-9709-921ba17dbe4f"},{"name":"fssai_details","id":"918a2304-3ae4-4673-9a86-259be142604b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/fssai_details?reg_no=13318005000848","urlObject":{"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","fssai_details"],"host":["{{host}}"],"query":[{"key":"reg_no","value":"13318005000848"}],"variable":[]}},"response":[{"id":"e7c69c20-c861-4162-9b5d-aa24f49386ec","name":"invalid_token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"random","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/fssai_details?reg_no=13318005000848","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","fssai_details"],"query":[{"key":"reg_no","value":"13318005000848"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"87076dd5-581e-4b7d-bc31-8a03d1970668"},{"key":"X-Runtime","value":"0.022788"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"52c7281c-1593-4dba-8111-cbe3e84d1e54","name":"fssai_is_blank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/fssai_details","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","fssai_details"],"query":[{"key":"reg_no","value":"13318005000848","disabled":true}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"cbfed9ba-ab8c-4588-89bb-6fe169535275"},{"key":"X-Runtime","value":"0.465258"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"reg_no cannot be blank\"\n}"},{"id":"04871635-bfb5-4f4f-ad03-417ecc4888f8","name":"invalid_fssai","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/fssai_details?reg_no=133180050008481","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","fssai_details"],"query":[{"key":"reg_no","value":"133180050008481"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"d949d4d5-3b1c-45cd-914a-0a8c09ecc0f0"},{"key":"X-Runtime","value":"2.989067"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid ID number or combination of inputs\"\n}"},{"id":"da3d50cf-87b2-4c44-8c07-cb218e30097a","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/fssai_details?reg_no=13318005000848","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","fssai_details"],"query":[{"key":"reg_no","value":"13318005000848"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"40e0bb6bb57327a009f025b8218b6b8a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"66fa0689-1b5a-46d9-8e05-1a7cd5475b97"},{"key":"X-Runtime","value":"13.923445"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"fssai_details\": {\n        \"licence_no\": \"13318005000848\",\n        \"licence_type\": \"State License\",\n        \"firm_name\": \"BARBEQUE NATION HOSPITALITY LIMITED\",\n        \"address\": \"Unit No-601, Sixth floor, Unity One Rohini, MLCP Plot, Rohini(West), Metro Station Complex, New Delhi 110085,North West   ,Delhi,110085\",\n        \"status\": \"Active\"\n    }\n}"}],"_postman_id":"918a2304-3ae4-4673-9a86-259be142604b"},{"name":"tin_details","id":"1bf79c18-2faa-4590-8d75-5d9f11c32802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/tin_details?tin=08291002791","urlObject":{"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","tin_details"],"host":["{{host}}"],"query":[{"key":"tin","value":"08291002791"}],"variable":[]}},"response":[{"id":"31189482-f122-419e-8c54-51fe1395fd43","name":"invalid_token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"random","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/tin_details?tin=08291002791","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","tin_details"],"query":[{"key":"tin","value":"08291002791"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"44d661cd-26ce-4a08-99cf-72cfad63534d"},{"key":"X-Runtime","value":"0.025084"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"45310f31-b3a0-4989-a88f-a5c4403b7c61","name":"tin_is_blank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/tin_details","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","tin_details"],"query":[{"key":"tin","value":"08291002791","disabled":true}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"cd6ed62f-c0a1-4b03-a800-3f6ac449326e"},{"key":"X-Runtime","value":"0.387130"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"tin cannot be blank\"\n}"},{"id":"19673cce-3630-4d33-9d72-36853d7a79e9","name":"invalid_tin","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/tin_details?tin=082910027911","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","tin_details"],"query":[{"key":"tin","value":"082910027911"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"f096bbcd-b56c-4bb9-8020-c241f6909ae9"},{"key":"X-Runtime","value":"3.101176"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid ID number or combination of inputs\"\n}"},{"id":"8adce322-3fb9-420a-984b-76ca7cc02ecd","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/tin_details?tin=08291002791","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","tin_details"],"query":[{"key":"tin","value":"08291002791"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1bee4ee66168947097d0487ac665674a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"610115e2-dc61-4c78-b25d-7ae109c6a1fc"},{"key":"X-Runtime","value":"7.903905"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"tin_details\": {\n        \"date_of_registration\": \"17/02/90\",\n        \"dealer_name\": \"RELIANCE INDUSTRIES LIMITED\",\n        \"registration_status\": \"Active\",\n        \"dealer_address\": \"ANAND BHAWANSANSAR CHAND ROADJAIPUR 3936\",\n        \"state\": \"Rajasthan\",\n        \"valid_as_on\": \"07/04/22\"\n    }\n}"}],"_postman_id":"1bf79c18-2faa-4590-8d75-5d9f11c32802"},{"name":"gstin_details","id":"bb78a022-87ae-499d-bcb5-d72a62b4fabb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/gstin_details?gstin=27AAACR5055K1Z7","urlObject":{"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","gstin_details"],"host":["{{host}}"],"query":[{"key":"gstin","value":"27AAACR5055K1Z7"}],"variable":[]}},"response":[{"id":"a0794152-9b49-401f-8efb-549af715f23e","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/api/v3/dvs_wrapper/{{product_account_uuid}}/gstin_details?gstin=27AAACR5055K1Z7","host":["{{host}}"],"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","gstin_details"],"query":[{"key":"gstin","value":"27AAACR5055K1Z7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1bd4e82741238fdb3cf781118fce2768\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"0bd02d80-0cc8-44c2-b497-7401ff00e546"},{"key":"X-Runtime","value":"3.403632"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"gstin_details\": {\n        \"tradename\": \"RELIANCE INDUSTRIES LIMITED\",\n        \"constitution_of_business\": \"Public Limited Company\",\n        \"nature_of_business\": [\n            \"Factory / Manufacturing\",\n            \"Retail Business\",\n            \"Input Service Distributor (ISD)\",\n            \"Bonded Warehouse\",\n            \"SEZ\",\n            \"Works Contract\",\n            \"Warehouse / Depot\",\n            \"Service Provision\",\n            \"Leasing Business\",\n            \"Office / Sale Office\",\n            \"Recipient of Goods or Services\",\n            \"Wholesale Business\",\n            \"EOU / STP / EHTP\",\n            \"Supplier of Services\",\n            \"Others\",\n            \"Export\"\n        ],\n        \"date_of_registration\": \"01/07/2017\",\n        \"state_jurisdiction\": \"URAN_701\",\n        \"central_jurisdiction\": \"RANGE-IV\",\n        \"address\": \"Reliance Corporate Park, 5, 5, TTC Industrial Area, Thane Belapur Road, Ghansoli, Navi Mumbai, Maharashtra, pin: 400701\"\n    }\n}"}],"_postman_id":"bb78a022-87ae-499d-bcb5-d72a62b4fabb"}],"id":"bf6fdc85-0bb1-4ea6-9f09-d98dc88ef5d7","_postman_id":"bf6fdc85-0bb1-4ea6-9f09-d98dc88ef5d7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"merchant_accounts","item":[{"name":"product_account_kyc_statuses","id":"80e2d2fd-f979-43cc-b35a-da718c1b3d48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>if user token then user must be owner\nif client token the then it should contain read_merchant_details scope</p>\n","type":"text"}],"url":"{{test10}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/product_account_kyc_statuses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","merchant_accounts","{{merchant_account_uuid}}","product_account_kyc_statuses"],"host":["{{test10}}"],"query":[],"variable":[]}},"response":[{"id":"c6a06f7a-91f8-4bda-bd42-46eb07e38cf4","name":"invalid token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"random","description":"if user token then user must be owner\nif client token the then it should contain read_merchant_details scope","type":"text"}],"url":"{{host}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/product_account_kyc_statuses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"ee5a51d5-bfbf-4080-885f-0009d8d0eed8"},{"key":"X-Runtime","value":"0.008993"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"14471ee2-04b7-428e-ad78-59cb6626ccde","name":"invalid_merchant_account_uuid","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"if user token then user must be owner\nif client token the then it should contain read_merchant_details scope","type":"text"}],"url":"{{host}}/api/v3/merchant_accounts/random_uuid/product_account_kyc_statuses"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"4fe9e918-7c0b-4825-bf0e-0216e41fa0a7"},{"key":"X-Runtime","value":"0.442421"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"a870b136-f49e-40df-9efc-394d89f68aa3","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"if user token then user must be owner\nif client token the then it should contain read_merchant_details scope","type":"text"}],"url":"{{host}}/api/v3/merchant_accounts/{{merchant_account_uuid}}/product_account_kyc_statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"f9437731b0c2c810b7521c30dbadffa4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2c823e20-f3df-4d71-9818-21382567c938"},{"key":"X-Runtime","value":"4.782356"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"identifier\": 20000008,\n        \"uuid\": \"11ed-2eaa-e868855c-86a9-2a6cdbb6d829\",\n        \"business_name\": \"Rajat Mishra\",\n        \"product\": \"NeoBanking\",\n        \"product_account_statuses\": [\n            {\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"updated_at\": \"2022-09-07T13:19:09.000Z\"\n            },\n            {\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Docs Approved\",\n                \"updated_at\": \"2022-10-08T15:52:38.000Z\"\n            },\n            {\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"updated_at\": \"2022-09-07T12:46:09.000Z\"\n            }\n        ]\n    }\n]"}],"_postman_id":"80e2d2fd-f979-43cc-b35a-da718c1b3d48"}],"id":"ce0e8571-1284-4574-b03a-34d5b15b9607","_postman_id":"ce0e8571-1284-4574-b03a-34d5b15b9607","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}}],"id":"d9089fc2-f355-456d-adee-6baecce1cc01","_postman_id":"d9089fc2-f355-456d-adee-6baecce1cc01","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"product_enrollment","item":[{"name":"find_or_create","id":"8fe324ff-971e-483e-92d7-987ac29a8bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"can_create\": false,\n    \"email\": \"mp4.rajat.mishra@payu.in\",\n    \"monthly_expected_volume\": \"300000\",\n    \"website_detail\": {\n        \"website_url\": \"www.payu.in\"\n    },\n    \"whatsapp_consent\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost_url}}/api/v3/product_enrollments/find_or_create/11ec-e187-4ce4d402-88a5-02f413145cce","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_enrollments","find_or_create","11ec-e187-4ce4d402-88a5-02f413145cce"],"host":["{{localhost_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fe324ff-971e-483e-92d7-987ac29a8bd9"}],"id":"363c6ca3-2472-4a46-9ab0-0169edd747b4","_postman_id":"363c6ca3-2472-4a46-9ab0-0169edd747b4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"team accounts","item":[{"name":"Add team member","id":"83deee23-496c-42af-9951-8708f16a85cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>user_token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role_id\": \"3\",\n    \"email\": \"oppq1.jugnu.siwach@payu.in\",\n    \"mobile\": \"8800388791\",\n    \"name\": \"test1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/staff_invites","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","staff_invites"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"f831baf3-7d8c-498c-a8ab-14f2849ece9e","name":"Success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role_id\": \"3\",\n    \"email\": \"oppq1.jugnu.siwach@payu.in\",\n    \"mobile\": \"8800388791\",\n    \"name\": \"test1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"staff_invite\": {\n        \"id\": 2,\n        \"merchant_id\": null,\n        \"email\": \"oppq1.jugnu.siwach@payu.in\",\n        \"user_merchant_id\": null,\n        \"acl_role_id\": 3,\n        \"invited_by\": 21,\n        \"user_uuid\": null,\n        \"accepted_at\": null,\n        \"uuid\": \"11ed-ab7c-51ea27e4-bfba-6e4c8a1aae9a\",\n        \"active\": true,\n        \"created_at\": \"2023-02-13T08:56:35.000Z\",\n        \"updated_at\": \"2023-02-13T08:56:35.000Z\",\n        \"name\": \"test1\",\n        \"product_account_id\": 22,\n        \"user_product_account_id\": null,\n        \"mobile\": null,\n        \"user\": null,\n        \"acl_role\": {\n            \"id\": 3,\n            \"name\": \"testing\",\n            \"owner_id\": 22,\n            \"owner_type\": \"ProductAccount\",\n            \"description\": null,\n            \"uuid\": \"11ed-ab5a-2e912706-affa-6e4c8a1aae9a\",\n            \"created_at\": \"2023-02-13T04:52:13.000Z\",\n            \"updated_at\": \"2023-02-13T04:52:13.000Z\"\n        }\n    }\n}"},{"id":"337171a8-1903-4d51-aff0-2582e88dcc05","name":"Add team member","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer randoom","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role_id\": \"3\",\n    \"email\": \"oppq1.jugnu.siwach@payu.in\",\n    \"mobile\": \"8800388791\",\n    \"name\": \"test1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"10aab4e1-de5a-4168-9820-8fa351debc03","name":"When product_account is not found with given product_account_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role_id\": \"3\",\n    \"email\": \"oppq1.jugnu.siwach@payu.in\",\n    \"mobile\": \"8800388791\",\n    \"name\": \"test1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"aa8558a6-cc3a-4f33-83d9-fb1e0bd643e1","name":"When User has been invited already","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role_id\": \"3\",\n    \"email\": \"oppq1.jugnu.siwach@payu.in\",\n    \"mobile\": \"8800388791\",\n    \"name\": \"test1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"email\": [\n            \"has already been taken\"\n        ]\n    }\n}"}],"_postman_id":"83deee23-496c-42af-9951-8708f16a85cc"},{"name":"Edit Role for an invited user","id":"cc91639b-3107-4500-b9ba-617f57eafc0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>user_token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role_id\": \"\",\n    \"name\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/staff_invites/{{staff_invite_id}}","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","staff_invites","{{staff_invite_id}}"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"4fa310ca-a0bf-4743-be92-a164ca298e85","name":"Edit Role for an invited user","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer token","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role_id\": \"\",\n    \"name\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"staff_invite\": {\n        \"id\": null,\n        \"merchant_id\": null,\n        \"email\": \"oppq.jugnu.siwach@payu.in\",\n        \"user_merchant_id\": null,\n        \"acl_role_id\": 4,\n        \"invited_by\": 21,\n        \"user_uuid\": null,\n        \"accepted_at\": null,\n        \"uuid\": \"11ed-ab7e-c75f1942-bfba-6e4c8a1aae9a\",\n        \"active\": true,\n        \"created_at\": null,\n        \"updated_at\": null,\n        \"name\": \"edited merchant\",\n        \"product_account_id\": 22,\n        \"user_product_account_id\": null,\n        \"mobile\": null,\n        \"user\": null,\n        \"acl_role\": {\n            \"id\": 4,\n            \"name\": \"Sales\",\n            \"owner_id\": 22,\n            \"owner_type\": \"ProductAccount\",\n            \"description\": null,\n            \"uuid\": \"11ed-ab7d-9541d40a-9ca2-6e4c8a1aae9a\",\n            \"created_at\": \"2023-02-13T09:05:38.000Z\",\n            \"updated_at\": \"2023-02-13T09:05:38.000Z\"\n        }\n    }\n}"},{"id":"9945e7bb-1fee-4674-8630-e24b76ea6054","name":"Unauthorized response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"acl_role_id\": \"\",\n    \"name\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites/1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"93cb9031-be84-45bc-a910-3a4c5d29882c","name":"when staff invite is not found with given staff_invite_id","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role_id\": \"\",\n    \"name\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites/10"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"c9c00005-5768-406c-8960-8901c70402e7","name":"when product_account is not found with given product_accout_uuid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role_id\": \"\",\n    \"name\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da1/staff_invites/1"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"a0baf779-d4cb-4104-a03a-8f483afaa58d","name":"when acl_role is not found with acl_role_id","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role_id\": \"\",\n    \"name\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites/1"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"cc91639b-3107-4500-b9ba-617f57eafc0d"},{"name":"Fetch all team members","id":"a6fdea9d-56fa-495e-9ff2-88143a1aaf08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"{{access_token}}","description":"<p>user_token</p>\n","type":"text"}],"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/staff_invites","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","staff_invites"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"db79d854-2632-402a-a893-294ec67adde4","name":"success response","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text"}],"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"staff_invites\": [\n        {\n            \"id\": 2,\n            \"merchant_id\": null,\n            \"email\": \"oppq1.jugnu.siwach@payu.in\",\n            \"user_merchant_id\": null,\n            \"acl_role_id\": 3,\n            \"invited_by\": 21,\n            \"user_uuid\": null,\n            \"accepted_at\": null,\n            \"uuid\": \"11ed-ab7c-51ea27e4-bfba-6e4c8a1aae9a\",\n            \"active\": true,\n            \"created_at\": \"2023-02-13T08:56:35.000Z\",\n            \"updated_at\": \"2023-02-13T08:56:35.000Z\",\n            \"name\": \"test1\",\n            \"product_account_id\": 22,\n            \"user_product_account_id\": null,\n            \"mobile\": null,\n            \"user\": null,\n            \"acl_role\": {\n                \"id\": 3,\n                \"name\": \"testing\",\n                \"owner_id\": 22,\n                \"owner_type\": \"ProductAccount\",\n                \"description\": null,\n                \"uuid\": \"11ed-ab5a-2e912706-affa-6e4c8a1aae9a\",\n                \"created_at\": \"2023-02-13T04:52:13.000Z\",\n                \"updated_at\": \"2023-02-13T04:52:13.000Z\"\n            }\n        },\n        {\n            \"id\": 3,\n            \"merchant_id\": null,\n            \"email\": \"oppq11.jugnu.siwach@payu.in\",\n            \"user_merchant_id\": null,\n            \"acl_role_id\": 3,\n            \"invited_by\": 21,\n            \"user_uuid\": null,\n            \"accepted_at\": null,\n            \"uuid\": \"11ed-ab7d-34fc7f46-bfba-6e4c8a1aae9a\",\n            \"active\": true,\n            \"created_at\": \"2023-02-13T09:02:56.000Z\",\n            \"updated_at\": \"2023-02-13T09:02:56.000Z\",\n            \"name\": \"test1\",\n            \"product_account_id\": 22,\n            \"user_product_account_id\": null,\n            \"mobile\": null,\n            \"user\": null,\n            \"acl_role\": {\n                \"id\": 3,\n                \"name\": \"testing\",\n                \"owner_id\": 22,\n                \"owner_type\": \"ProductAccount\",\n                \"description\": null,\n                \"uuid\": \"11ed-ab5a-2e912706-affa-6e4c8a1aae9a\",\n                \"created_at\": \"2023-02-13T04:52:13.000Z\",\n                \"updated_at\": \"2023-02-13T04:52:13.000Z\"\n            }\n        },\n        {\n            \"id\": 4,\n            \"merchant_id\": null,\n            \"email\": \"oppq.jugnu.siwach@payu.in\",\n            \"user_merchant_id\": null,\n            \"acl_role_id\": 4,\n            \"invited_by\": 21,\n            \"user_uuid\": null,\n            \"accepted_at\": null,\n            \"uuid\": \"11ed-ab7e-ba38332a-bfba-6e4c8a1aae9a\",\n            \"active\": true,\n            \"created_at\": \"2023-02-13T09:13:49.000Z\",\n            \"updated_at\": \"2023-02-13T09:13:49.000Z\",\n            \"name\": \"edited merchant\",\n            \"product_account_id\": 22,\n            \"user_product_account_id\": null,\n            \"mobile\": null,\n            \"user\": null,\n            \"acl_role\": {\n                \"id\": 4,\n                \"name\": \"Sales\",\n                \"owner_id\": 22,\n                \"owner_type\": \"ProductAccount\",\n                \"description\": null,\n                \"uuid\": \"11ed-ab7d-9541d40a-9ca2-6e4c8a1aae9a\",\n                \"created_at\": \"2023-02-13T09:05:38.000Z\",\n                \"updated_at\": \"2023-02-13T09:05:38.000Z\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"pageOffset\": 0,\n        \"pageSize\": 1000,\n        \"pages\": 1,\n        \"rows\": 3\n    }\n}"},{"id":"9be74fc9-3e0c-4dc7-baca-516dc84a5f2b","name":"Unauthorized request","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text"}],"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"3f7c82f2-679f-4889-8528-696d0ad60783","name":"When product_account is not found with given product_account_uuid","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text"}],"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da1/staff_invites"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"a6fdea9d-56fa-495e-9ff2-88143a1aaf08"},{"name":"fetch a specific team member details","id":"0948640f-def3-4afe-9563-3eafc739d4e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>user_token</p>\n","type":"text"}],"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/staff_invites/{{staff_invite_id}}","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","staff_invites","{{staff_invite_id}}"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"9b9279ea-3c11-45af-b474-66c98e54e5f1","name":"fetch a specific team member details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text"}],"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites/1"},"code":200,"_postman_previewlanguage":null,"header":[],"cookie":[],"responseTime":null,"body":"{\n    \"staff_invite\": {\n        \"id\": 1,\n        \"merchant_id\": null,\n        \"email\": \"oppq.jugnu.siwach@payu.in\",\n        \"user_merchant_id\": null,\n        \"acl_role_id\": 3,\n        \"invited_by\": 21,\n        \"user_uuid\": null,\n        \"accepted_at\": null,\n        \"uuid\": \"11ed-ab7c-1e477bd0-bfba-6e4c8a1aae9a\",\n        \"active\": false,\n        \"created_at\": \"2023-02-13T08:55:09.000Z\",\n        \"updated_at\": \"2023-02-13T09:13:49.000Z\",\n        \"name\": \"test1\",\n        \"product_account_id\": 22,\n        \"user_product_account_id\": null,\n        \"mobile\": null,\n        \"user\": null,\n        \"acl_role\": {\n            \"id\": 3,\n            \"name\": \"testing\",\n            \"owner_id\": 22,\n            \"owner_type\": \"ProductAccount\",\n            \"description\": null,\n            \"uuid\": \"11ed-ab5a-2e912706-affa-6e4c8a1aae9a\",\n            \"created_at\": \"2023-02-13T04:52:13.000Z\",\n            \"updated_at\": \"2023-02-13T04:52:13.000Z\"\n        }\n    }\n}"},{"id":"d57018b3-6bf4-4d65-b7eb-a1bcccb323a4","name":"Unauthorzied request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text"}],"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites/1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"7e85019f-c8cc-43e7-9516-a50ccf7d4dd3","name":"When staff_invite is not found with given staff_invite_id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text"}],"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites/10"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"0948640f-def3-4afe-9563-3eafc739d4e8"},{"name":"Delete staff invite from team","id":"74af33bb-359d-41ea-b6f3-9fee6d756605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>user_token</p>\n","type":"text"}],"url":"{{onboarding_ulr}}/api/v3/product_accounts/{{product_account_uuid}}/staff_invites/{{staff_invite_id}}","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","staff_invites","{{staff_invite_id}}"],"host":["{{onboarding_ulr}}"],"query":[],"variable":[]}},"response":[{"id":"1d174b26-24f9-4f24-b609-adb887889ee8","name":"Delete staff invite from team","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text"}],"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites/2"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"625cce9f-0ade-434c-b7d8-0be8f9395a96","name":"Delete staff invite from team","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text"}],"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites/2"},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"d9317f78-08ec-479e-966f-3cbdc530b933","name":"Delete staff invite from team","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{access_token}}","description":"user_token","type":"text"}],"url":"http://localhost:4000/api/v3/product_accounts/11ed-a914-1ce22070-9b40-02053299b2da/staff_invites/20"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"74af33bb-359d-41ea-b6f3-9fee6d756605"}],"id":"9c67b641-08cc-4f07-9ff5-3793c82886e7","_postman_id":"9c67b641-08cc-4f07-9ff5-3793c82886e7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Email Mobile Update","item":[{"name":"get_info","id":"733e56d2-326d-477d-8e8c-af4713be7883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user_token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v1/kam_care/get_info?email=rajat.mishra@payu.in&mobile=9582787489&mid=8042221","urlObject":{"path":["api","v1","kam_care","get_info"],"host":["{{onboarding_url}}"],"query":[{"key":"email","value":"rajat.mishra@payu.in"},{"key":"mobile","value":"9582787489"},{"key":"mid","value":"8042221"}],"variable":[]}},"response":[],"_postman_id":"733e56d2-326d-477d-8e8c-af4713be7883"},{"name":"update_email","id":"760c5a97-d778-4516-8547-883bafe4a2e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user_token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v1/kam_care/update_email?email=rajat.mishra@payu.in&mobile=9582787489&mid=8042221","urlObject":{"path":["api","v1","kam_care","update_email"],"host":["{{onboarding_url}}"],"query":[{"key":"email","value":"rajat.mishra@payu.in"},{"key":"mobile","value":"9582787489"},{"key":"mid","value":"8042221"}],"variable":[]}},"response":[],"_postman_id":"760c5a97-d778-4516-8547-883bafe4a2e2"},{"name":"update_mobile","id":"c870bb94-1367-40c1-ab29-e8370f470a32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user_token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v1/kam_care/update_email?email=rajat.mishra@payu.in&mobile=9582787489&mid=8042221","urlObject":{"path":["api","v1","kam_care","update_email"],"host":["{{onboarding_url}}"],"query":[{"key":"email","value":"rajat.mishra@payu.in"},{"key":"mobile","value":"9582787489"},{"key":"mid","value":"8042221"}],"variable":[]}},"response":[],"_postman_id":"c870bb94-1367-40c1-ab29-e8370f470a32"}],"id":"9510e357-f4e4-44b8-934a-e2959d891fcb","_postman_id":"9510e357-f4e4-44b8-934a-e2959d891fcb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Pan whitelist","item":[{"name":"get_client_token","event":[{"listen":"test","script":{"id":"14a62384-349b-4a1d-ab59-e90451523f58","exec":["var data = JSON.parse(responseBody);","postman.setGlobalVariable(\"access_token\", \"bearer \" + data.access_token);"],"type":"text/javascript","packages":{}}}],"id":"e367addb-e6c4-41de-ad13-4c235216e692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>This can be all standard formats</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>mandatory</p>\n","key":"client_id","type":"text","value":"{{client_id}}"},{"description":"<p>optional [Only needed for private client]</p>\n","key":"client_secret","type":"text","value":"{{client_secret}}"},{"description":"<p>mandatory</p>\n","key":"grant_type","type":"text","value":"client_credentials"},{"description":"<p>optional [Space separated list of scopes]</p>\n","key":"scope","type":"text","value":"increase_pan_limit"}]},"url":"{{hub_base_url}}/oauth/token","description":"<p>Using client_credentials grant_type.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["oauth","token"],"host":["{{hub_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e367addb-e6c4-41de-ad13-4c235216e692"},{"name":"Pan Whitelist API","id":"c3577314-6490-4229-86c5-7d3b82c682db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>access token from hub with scope 'increase_pan_limit'</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"pancard_number","value":"AAJCS9091D","type":"text"},{"key":"limit","value":"1","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/velocity_limit/pan_whitelist","urlObject":{"path":["api","v3","velocity_limit","pan_whitelist"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"28627ef7-3c94-4a32-a65b-452366f3071c","name":"when pancard number is not present","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pancard_number","value":"AAJCS9091D","type":"text","disabled":true}]},"url":"{{onboarding_base_url}}/api/v3/velocity_limit/pan_whitelist"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"72fbd61f-e2a7-4ac1-aab3-2b6411e948fa"},{"key":"X-Runtime","value":"1.871631"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"param is missing or the value is empty: pancard_number\"\n}"},{"id":"9a1cdf41-cbc2-4565-a7ca-88e7b408d8c4","name":"Unauthorised user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pancard_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/velocity_limit/pan_whitelist"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"5df6e6ba-9e8e-4c65-b9d0-793a92f5f0d9"},{"key":"X-Runtime","value":"2.222620"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"9fa492a7-c516-487c-87cb-52feb112da60","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pancard_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v3/velocity_limit/pan_whitelist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"c61c81d15a67bef9a83420ed653c7c81\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"fa91229c-1a3c-4c43-9be5-84fe7816604a"},{"key":"X-Runtime","value":"0.272662"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"entity_type\": \"Merchant\",\n    \"entity_attrs\": \"pancard_number\",\n    \"value\": \"AAJCS9091D\",\n    \"limit\": 250,\n    \"created_at\": \"2022-01-19T11:01:07.000Z\",\n    \"updated_at\": \"2022-01-19T11:01:07.000Z\",\n    \"uuid\": null\n}"}],"_postman_id":"c3577314-6490-4229-86c5-7d3b82c682db"}],"id":"40594b10-319f-4e93-aff6-cb2b82fa1f26","_postman_id":"40594b10-319f-4e93-aff6-cb2b82fa1f26","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Signature","item":[{"name":"Signature Upload","id":"49e1131d-7da2-4643-9f5e-c326cab79292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>user's token with manage_checkouts scope</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"description":"<p>merchant's signature image</p>\n","key":"signature","type":"file","src":"/Users/kapil.mittal/Downloads/5ddd0aba4b6c3.pdf"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/signature","description":"<p>merchant's signature upload api.</p>\n<p>Header:</p>\n<ol>\n<li>mid: merchant's mid</li>\n<li>access_token: token with manage_checkouts scope</li>\n</ol>\n<p>response: </p>\n<ol>\n<li>if success then http code is 200 and returns manage_checkouts url in response.</li>\n<li>if unauthorized then http code is 401.</li>\n<li>if some error in saving the manage_checkouts then http code is 422.</li>\n</ol>\n<p>Please check example request/response for each case.</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","signature"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"62921705-77cd-4c55-b6eb-4b1f81df883d","name":"when token is invalid/expired or user is unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd9811"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"signature","description":"merchant's signature image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/signature"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7e402cc3-d328-4f20-bd3a-104c77217edd"},{"key":"X-Runtime","value":"1.056784"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"628f367e-a0f7-4a0c-9620-b3f5425dca26","name":"when signature param is not present","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd981"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"signature","description":"merchant's signature image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg","disabled":true}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/signature"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"165bc00d-d461-4be8-911f-17533fcbca5e"},{"key":"X-Runtime","value":"5.921482"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Image is missing\"\n}"},{"id":"06fab44f-ab11-4a7b-a6f7-7b534cccaaf6","name":"when signature is greater than 2 MB","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c11"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"signature","description":"merchant's signature image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Downloads/IMG_6686.JPG"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/signature"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b7f291e8-b821-448e-b23e-5d22e10526b2"},{"key":"X-Runtime","value":"113.220126"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Must be less than 2 MB\"\n}"},{"id":"b26aeb19-d359-49a8-8978-76ccd5b2f92d","name":"When merchant with given uuid/mid does not belongs to the token's user","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd981"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"signature","description":"merchant's signature image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/signature"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"d90fdd7f-1d23-4a61-a14e-b4c17586bb0b"},{"key":"X-Runtime","value":"71.689987"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"57b6dde6-d53b-437a-b21a-9f8c2ded74b4","name":"when signature image type is not valid","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c11"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"signature","description":"merchant's signature image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/1167F Ice Breaker.pdf"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/signature"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e0213956-3de4-4c3e-9c6b-c06b350f7777"},{"key":"X-Runtime","value":"80.053028"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Must be a PNG/JPG/JPEG image\"\n}"},{"id":"e5b16fc3-469c-4e6b-b4f5-bdd21e9b1902","name":"successful responsee","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"description":"merchant's signature image","key":"signature","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Downloads/login.png"}]},"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/signature","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","signature"],"variable":[{"key":"uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"e80a56efee8c0b54b59df82cb0f55961\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4d7bfb93-ed22-484c-bf5b-610f31b33bd7"},{"key":"X-Runtime","value":"6.436809"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"signature\": \"https://test-dms.payu.in/accounts/documents/54e620408a3db10dbc9f42b48ce82c1d\"\n    }\n}"}],"_postman_id":"49e1131d-7da2-4643-9f5e-c326cab79292"},{"name":"Signature Delete","id":"e84df65b-6df6-44eb-bfbe-228725c95433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"description":"<p>user's token with manage_checkouts scope</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/signature","description":"<p>merchant's signature remove api.</p>\n<p>Header:</p>\n<ol>\n<li>mid: merchant's mid</li>\n<li>access_token: token with manage_checkouts scope</li>\n</ol>\n<p>response:</p>\n<ol>\n<li>if success then http code is 204.</li>\n<li>if unauthorized then http code is 401.</li>\n<li>if some error in saving the signature then http code is 422.</li>\n</ol>\n<p>Please check example request/response for each case.</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","signature"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"75fd6798-94a2-4972-9172-b508fe9832b1","name":"when token is invalid/expired","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c111"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/signature"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"59464117-c2f5-4d0b-bd62-3b8823a057c1"},{"key":"X-Runtime","value":"0.774024"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"450d9a97-91a0-4143-b098-5488c32873a2","name":"when signature is not present","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/signature"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"73167aa8-363c-43e2-a23e-db7dcf8771ae"},{"key":"X-Runtime","value":"10.910626"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"18279151-e4c6-46f4-8044-3817cf95c1fd","name":"When product account with given uuiddoes not belongs to token's user","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts{{product_account_uuid}}//signature"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"be86230a-c7e7-43f5-ae75-d23cf61b8266"},{"key":"X-Runtime","value":"0.949771"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"85687497-6c16-4b95-8518-bef7367e0e78","name":"successful response","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/signature"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"01ef5e76-d01e-4e36-b0d4-d9c77160d07a"},{"key":"X-Runtime","value":"28.098942"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e84df65b-6df6-44eb-bfbe-228725c95433"}],"id":"edf55c1a-a407-4764-aefa-68a46da9a3a0","_postman_id":"edf55c1a-a407-4764-aefa-68a46da9a3a0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Logo","item":[{"name":"Logo upload","id":"5999ec3d-b7a7-4170-a82f-42702aaace69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user's token with manage_checkouts scope</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>merchant's logo image</p>\n","key":"logo","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"}]},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/logo","description":"<p>merchant's logo upload api.</p>\n<p>Header:</p>\n<ol>\n<li>mid: merchant's mid</li>\n<li>access_token: token with manage_checkouts scope</li>\n</ol>\n<p>response: </p>\n<ol>\n<li>if success then http code is 200 and returns logo url in response.</li>\n<li>if unauthorized then http code is 401.</li>\n<li>if some error in saving the logo then http code is 422.</li>\n</ol>\n<p>Please check example request/response for each case.</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","logo"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c7ac2278-46fa-47e6-b97a-55e4165ba4cf","name":"When product account with given uuiddoes not belongs to the token's user","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd981"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logo","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"}]},"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/logo","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","logo"],"variable":[{"key":"uuid","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"d90fdd7f-1d23-4a61-a14e-b4c17586bb0b"},{"key":"X-Runtime","value":"71.689987"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"b8b95d36-4cdf-4c8f-b77e-ed8668e7e1b3","name":"when token is invalid/expired or user is unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd9811"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logo","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"}]},"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/logo","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","logo"],"variable":[{"key":"uuid","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7e402cc3-d328-4f20-bd3a-104c77217edd"},{"key":"X-Runtime","value":"1.056784"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"37e53706-43b9-4b8e-970b-f829c8e67772","name":"when logo param is not present","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd981"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logoq","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"}]},"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/logo","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","logo"],"variable":[{"key":"uuid","value":""}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"165bc00d-d461-4be8-911f-17533fcbca5e"},{"key":"X-Runtime","value":"5.921482"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Image is missing\"\n}"},{"id":"245395af-cdfd-4aaa-967b-4c7bea05f164","name":"when logo image type is not valid","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c11"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logo","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/1167F Ice Breaker.pdf"}]},"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/logo","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","logo"],"variable":[{"key":"uuid","value":""}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e0213956-3de4-4c3e-9c6b-c06b350f7777"},{"key":"X-Runtime","value":"80.053028"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Must be a [\\\"image/png\\\", \\\"image/jpeg\\\", \\\"image/jpg\\\"] image\"\n}"},{"id":"8ebea8d2-d9f9-4b89-a3cf-511fe0bfe219","name":"when logo is greater than 2 MB","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c11"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logo","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Downloads/IMG_6686.JPG"}]},"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/logo","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","logo"],"variable":[{"key":"uuid","value":""}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b7f291e8-b821-448e-b23e-5d22e10526b2"},{"key":"X-Runtime","value":"113.220126"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Must be less than 2 MB\"\n}"},{"id":"d7b0927a-32c4-4c09-aadf-7e040dec0a3b","name":"successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"description":"merchant's logo image","key":"logo","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Downloads/login.png"}]},"url":{"raw":"{{onboarding_base_url}}/api/v3/product_accounts/:uuid/logo","host":["{{onboarding_base_url}}"],"path":["api","v3","product_accounts",":uuid","logo"],"variable":[{"key":"uuid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"e80a56efee8c0b54b59df82cb0f55961\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4d7bfb93-ed22-484c-bf5b-610f31b33bd7"},{"key":"X-Runtime","value":"6.436809"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_account\": {\n        \"logo\": \"https://test-dms.payuin/merchants/11ec-cf4f-83157620-8e27-0a886459aba0/documents/43b00151b61c00fa10582bde6ad42efc\"\n    }\n}"}],"_postman_id":"5999ec3d-b7a7-4170-a82f-42702aaace69"},{"name":"Logo remove","id":"ef65a159-e41f-4419-a0d7-ce44238cc41f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"description":"<p>user's token with manage_checkouts scope</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/logo","description":"<p>merchant's logo remove api.</p>\n<p>Header:</p>\n<ol>\n<li>mid: merchant's mid</li>\n<li>access_token: token with manage_checkouts scope</li>\n</ol>\n<p>response:</p>\n<ol>\n<li>if success then http code is 204.</li>\n<li>if unauthorized then http code is 401.</li>\n<li>if some error in saving the logo then http code is 422.</li>\n</ol>\n<p>Please check example request/response for each case.</p>\n","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","logo"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a8468aaf-196b-4554-940b-c3564733515b","name":"when token is invalid/expired","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c111"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/logo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"59464117-c2f5-4d0b-bd62-3b8823a057c1"},{"key":"X-Runtime","value":"0.774024"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"2858a51a-3181-49f0-83fd-730d1c29fada","name":"When product account with given uuiddoes not belongs to token's user","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/logo"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"be86230a-c7e7-43f5-ae75-d23cf61b8266"},{"key":"X-Runtime","value":"0.949771"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"349b8f89-e28f-466f-a393-e598e39c1eb9","name":"successful response","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/logo"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"01ef5e76-d01e-4e36-b0d4-d9c77160d07a"},{"key":"X-Runtime","value":"28.098942"}],"cookie":[],"responseTime":null,"body":""},{"id":"5a6ed845-a51d-4494-9a93-e88e483e1e83","name":"when logo is not present","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"}],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/logo"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"73167aa8-363c-43e2-a23e-db7dcf8771ae"},{"key":"X-Runtime","value":"10.910626"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"ef65a159-e41f-4419-a0d7-ce44238cc41f"}],"id":"955f7c39-804b-4a37-8e4a-418aec30da88","_postman_id":"955f7c39-804b-4a37-8e4a-418aec30da88","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Digilocker","item":[{"name":"generate digilocker link CO wrapper","id":"17f511e4-f6f8-463c-8be5-bfd85694aa6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"consent\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/generate_digilocker_link","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc","generate_digilocker_link"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"17f511e4-f6f8-463c-8be5-bfd85694aa6e"},{"name":"webhook","id":"3f80c5de-3235-47dd-a795-6006def51c67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/digilocker_handler?name=Saurabh&dob=12111999&gender=M&eaadhaar=Y&state=123&requestId=d4487311-5d7b-4b65-af4b-f24f899132f2","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc","digilocker_handler"],"host":["{{onboarding_base_url}}"],"query":[{"key":"name","value":"Saurabh"},{"key":"dob","value":"12111999"},{"key":"gender","value":"M"},{"key":"eaadhaar","value":"Y"},{"key":"state","value":"123"},{"key":"requestId","value":"d4487311-5d7b-4b65-af4b-f24f899132f2"}],"variable":[]}},"response":[],"_postman_id":"3f80c5de-3235-47dd-a795-6006def51c67"}],"id":"ea73c963-8464-459e-aeca-740877b75f41","_postman_id":"ea73c963-8464-459e-aeca-740877b75f41","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"UCIC Generation","item":[{"name":"get_client_token","event":[{"listen":"test","script":{"id":"14a62384-349b-4a1d-ab59-e90451523f58","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"5b90698b-876a-4304-bde9-84df12c64c45","exec":[""],"type":"text/javascript","packages":{}}}],"id":"27aa4ac1-de65-4c67-b58f-2765dfae1a74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>This can be all standard formats</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>mandatory</p>\n","key":"client_id","type":"text","value":"{{client_id}}"},{"description":"<p>optional [Only needed for private client]</p>\n","key":"client_secret","type":"text","value":"{{client_secret}}"},{"description":"<p>mandatory</p>\n","key":"grant_type","type":"text","value":"client_credentials"},{"description":"<p>optional [Space separated list of scopes]</p>\n","key":"scope","type":"text","value":"assign_ucic"}]},"url":"{{hub_base_url}}/oauth/token","description":"<p>Using client_credentials grant_type.</p>\n","urlObject":{"path":["oauth","token"],"host":["{{hub_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"27aa4ac1-de65-4c67-b58f-2765dfae1a74"},{"name":"assign_ucic","id":"57979dec-edb2-4256-bcdb-308fc413ff32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"assign_ucic\",\n    \"merchants_list\": [\n        {\n            \"type\": \"PAN\",\n            \"value\": \"Pan_number1\",\n            \"service_indentifier_type\": \"SOR_ID\",\n            \"service_indentifier_value\": 123\n        },\n        {\n            \"type\": \"PAN\",\n            \"value\": \"Pan_number2\",\n            \"service_indentifier_type\": \"SOR_ID\",\n            \"service_indentifier_value\": 456\n        },\n        {\n            \"type\": \"PAN\",\n            \"value\": \"Pan_number3\",\n            \"service_indentifier_type\": \"SOR_ID\",\n            \"service_indentifier_value\": 789\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/ucic/assign_ucic","urlObject":{"path":["api","v3","ucic","assign_ucic"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"57979dec-edb2-4256-bcdb-308fc413ff32"},{"name":"assign_ucic Copy","id":"8f37e6a4-f303-46bb-bb35-21bf056a8aac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"request_id\": \"123asd\",\n    \"ucics\": [\n        {\n            \"service_indentifier_type\": \"SOR_ID\",\n            \"service_indentifier_value\": 123,\n            \"ucic_assigned\": true,\n            \"ucic\": \"A0123123\",\n            \"error\": \"error message if any\"\n        },\n        {\n            \"service_indentifier_type\": \"SOR_ID\",\n            \"service_indentifier_value\": 123,\n            \"ucic_assigned\": true,\n            \"ucic\": \"A0123123\",\n            \"error\": \"error message if any\"\n        },\n        {\n            \"service_indentifier_type\": \"SOR_ID\",\n            \"service_indentifier_value\": 123,\n            \"ucic_assigned\": true,\n            \"ucic\": \"A0123123\",\n            \"error\": \"error message if any\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{service_host}}/ucic/callback","urlObject":{"path":["ucic","callback"],"host":["{{service_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f37e6a4-f303-46bb-bb35-21bf056a8aac"}],"id":"9cae2a12-8c6b-4da4-a24c-d8e0cb02489c","_postman_id":"9cae2a12-8c6b-4da4-a24c-d8e0cb02489c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}}],"id":"fd39ab21-8da2-4c41-b399-0ab92907567b","_postman_id":"fd39ab21-8da2-4c41-b399-0ab92907567b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Master Datas","item":[{"name":"Business Entity","id":"40510bac-6b20-4cea-a468-213460b9b966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>User Access Token</p>\n"},{"key":"accept","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/business_entities","description":"<p>Get list of business entities.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","business_entities"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b976ce70-671e-49f5-a78d-5debb9f8e095","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"User Access Token"}],"url":"{{onboarding_base_url}}/api/v1/business_entities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:38:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"58053d882574a232772fecc50b9f922a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"85429e1b-b1ad-4418-97ae-df35187abbfa"},{"key":"X-Runtime","value":"0.223945"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"business_entities\": [\n        {\n            \"id\": 2,\n            \"name\": \"Sole Proprietorship\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Partnership\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Private Limited\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Public Limited\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"LLP\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Trust\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Society\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        }\n    ],\n    \"meta\": {\n        \"pan_business_entity_mapping\": {\n            \"A\": [\n                \"Society\"\n            ],\n            \"P\": [\n                \"Sole Proprietorship\",\n                \"Individual\"\n            ],\n            \"F\": [\n                \"Partnership\",\n                \"LLP\"\n            ],\n            \"C\": [\n                \"Private Limited\",\n                \"Public Limited\"\n            ],\n            \"T\": [\n                \"Trust\"\n            ]\n        }\n    }\n}"},{"id":"354056a3-c7a3-4a6d-b7dd-bce02327f007","name":"Business Entity : When token is invalid or expired","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"User Access Token","disabled":true},{"key":"accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer 53c7300db679121a0790edfdd52720af1143e30cf8420bbbbb513eaa034a43","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/business_entities"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:44:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3e44bfba-aa1b-4446-ae63-24f263819560"},{"key":"X-Runtime","value":"0.037911"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"40510bac-6b20-4cea-a468-213460b9b966"},{"name":"Business Category","id":"de8429a6-a81f-4e42-a384-a284c8b90fa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}} ","description":"<p>User Access Token</p>\n"}],"url":"{{onboarding_base_url}}/api/v1/business_category","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","business_category"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"937ccdad-d35a-42e6-9124-b513a7d44990","name":"Business Category : Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"User Access Token"}],"url":"{{onboarding_base_url}}/api/v1/business_category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:45:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"ae49b7d797f4ec36f21796a6a1865514\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"638905b3-0bff-4291-a3f8-d2e3f1e65281"},{"key":"X-Runtime","value":"0.141000"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"business_categories\": [\n        {\n            \"id\": 1,\n            \"name\": \"Bill payments and Utilities\",\n            \"uuid\": \"3e3e-57c0-1d680b94-ad18-794be91dcf38\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"DTH Recharge\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"8f9b-ea8a-8a5f100e-d073-d898858c0827\",\n                    \"business_category_id\": 1,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Datacard recharge\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"b527-9a03-637670aa-9ec9-669e04a78dd2\",\n                    \"business_category_id\": 1,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Broadand bill payment\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"23d9-fbaf-91d567d9-662b-0925924ec8b9\",\n                    \"business_category_id\": 1,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Mobile recharge\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"7e29-685f-03609d9b-e09e-a951834141c7\",\n                    \"business_category_id\": 1,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"Mobile bill payment\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"b7cd-32f8-5204748c-3b1c-104c2a50c351\",\n                    \"business_category_id\": 1,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 6,\n                    \"name\": \"Electricity bill payment\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"ca0d-3947-b5523e56-789d-bc88343c24f5\",\n                    \"business_category_id\": 1,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 7,\n                    \"name\": \"Society Maintenance\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"ef0b-b262-cea11957-1b2b-235733448068\",\n                    \"business_category_id\": 1,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 8,\n                    \"name\": \"Gas and LPG\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"e0c5-0e81-2f700bb3-b37a-4b0cb04913b3\",\n                    \"business_category_id\": 1,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 9,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"425f-3a7b-216ca398-82db-05f0df897736\",\n                    \"business_category_id\": 1,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Travel & Tourism\",\n            \"uuid\": \"d407-ff74-22c65119-336b-0e218dad1305\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"Hotel/ Lodging/ Resorts\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"753f-6ea4-7c58f956-a39e-c5aa38731465\",\n                    \"business_category_id\": 2,\n                    \"delivery_duration\": 90,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"Tour packages\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"40f1-61c3-b59de9e5-528a-681b229c8276\",\n                    \"business_category_id\": 2,\n                    \"delivery_duration\": 90,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 12,\n                    \"name\": \"Car Rentals\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"5b20-f0cf-fefb5f83-6f77-9ec6c24e92ca\",\n                    \"business_category_id\": 2,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 13,\n                    \"name\": \"Cruises\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"4a84-2523-b7565014-5600-0f835e0ba3cd\",\n                    \"business_category_id\": 2,\n                    \"delivery_duration\": 90,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 14,\n                    \"name\": \"Travel and Tour (all services)\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"d629-45c4-5df471c5-13a5-c6d82d8d72d2\",\n                    \"business_category_id\": 2,\n                    \"delivery_duration\": 90,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"Ticket booking- Flights, Bus, Train,\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"51bf-8dac-0b16d807-003b-62163115be63\",\n                    \"business_category_id\": 2,\n                    \"delivery_duration\": 90,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 16,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"0a3d-3a27-dc5a912f-1e93-56fd9545bd47\",\n                    \"business_category_id\": 2,\n                    \"delivery_duration\": 75,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Airlines\",\n            \"uuid\": \"c5f7-23fa-2ba21406-85b0-2b1005ab2062\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"Airlines\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2\",\n                    \"business_category_id\": 3,\n                    \"delivery_duration\": 180,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 18,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"e4c3-b7b7-25135ca8-8b58-a28d61ee3361\",\n                    \"business_category_id\": 3,\n                    \"delivery_duration\": 180,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"name\": \"NGO\",\n            \"uuid\": \"ae87-4561-d3f6c128-4f1e-298947cb1774\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 19,\n                    \"name\": \"Donations\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"3b45-bd4a-617a80cb-9970-4b6a6c63c5bb\",\n                    \"business_category_id\": 4,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 20,\n                    \"name\": \"Crowd Funding\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"eb1f-169e-e1e09dbd-fdd6-624df1481bd6\",\n                    \"business_category_id\": 4,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 21,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"4259-1d8d-230118ce-0f1f-98259e27a35f\",\n                    \"business_category_id\": 4,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Healthcare and Hospitals\",\n            \"uuid\": \"a2bf-4498-63862d1f-61b5-a06126a322ad\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 22,\n                    \"name\": \"Diagnostic services\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"fe3d-8653-ee0e588a-a506-ecf3b783eabe\",\n                    \"business_category_id\": 5,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 23,\n                    \"name\": \"Healthcare products\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"bf15-a51d-c864f214-8b59-8f55cd1823f0\",\n                    \"business_category_id\": 5,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 24,\n                    \"name\": \"Prescription based medicines\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"6cf8-9b75-936b540e-cf7d-5aead7c2ed06\",\n                    \"business_category_id\": 5,\n                    \"delivery_duration\": 3,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 25,\n                    \"name\": \"B2B Surgical products\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"c91b-68db-1a4c6764-a7c5-dea30f548b3d\",\n                    \"business_category_id\": 5,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 26,\n                    \"name\": \"Appointments\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"f5e0-c166-14147170-7495-3924ba2dfab8\",\n                    \"business_category_id\": 5,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 27,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:44.000Z\",\n                    \"uuid\": \"9c49-6247-8d4ac0bc-6ac3-a9010d4ba95e\",\n                    \"business_category_id\": 5,\n                    \"delivery_duration\": 3,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Events & Conferences\",\n            \"uuid\": \"c610-bfe1-cd9b2e7d-4711-67f693bc52e6\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 28,\n                    \"name\": \"Conferences\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"f483-b5d8-2b7c834d-c130-475e044eab5a\",\n                    \"business_category_id\": 6,\n                    \"delivery_duration\": 365,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 29,\n                    \"name\": \"Wedding planning, catering, etc\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"5cc1-31b1-53083e67-446f-3d257fba7b20\",\n                    \"business_category_id\": 6,\n                    \"delivery_duration\": 90,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 30,\n                    \"name\": \"Events\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"645f-269d-77ff3d2f-d361-78cf3b8b9eef\",\n                    \"business_category_id\": 6,\n                    \"delivery_duration\": 365,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 31,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"f455-0d48-9c448ec2-77e9-999f2d10914a\",\n                    \"business_category_id\": 6,\n                    \"delivery_duration\": 273,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 7,\n            \"name\": \"ISP & Cable\",\n            \"uuid\": \"5dbf-f143-5784b9ad-d3d1-20f2cc8a16b9\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 32,\n                    \"name\": \"Internet service provider\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"4556-5cee-55f9f985-e867-586743deb604\",\n                    \"business_category_id\": 7,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 33,\n                    \"name\": \"Cable TV operator\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"ce9b-6f05-efa923d7-4558-5b6b7d7bcc5c\",\n                    \"business_category_id\": 7,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 34,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"c128-ce9d-d6ec371e-0221-24db49de644d\",\n                    \"business_category_id\": 7,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Payment Facilitator\",\n            \"uuid\": \"6faa-b86a-7f19b278-3583-7d1aa4949404\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 35,\n                    \"name\": \"Facilitator\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"bb2e-0ec8-093ab531-464d-b7fe73be3cca\",\n                    \"business_category_id\": 8,\n                    \"delivery_duration\": 5,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 36,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"888b-3cef-439aca97-7def-4109e2186f55\",\n                    \"business_category_id\": 8,\n                    \"delivery_duration\": 5,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Government\",\n            \"uuid\": \"6b09-2bc5-abbf7bef-c465-d6915150512f\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 37,\n                    \"name\": \"Property Tax\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"882f-bd35-c796505e-0ecd-03e29f39f953\",\n                    \"business_category_id\": 9,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 38,\n                    \"name\": \"Water Tax\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"0783-d803-3d313f26-b680-06693d4dfc62\",\n                    \"business_category_id\": 9,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 39,\n                    \"name\": \"Recruitment\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"d177-38d8-a92c2a15-ee63-9f9ef30da6a2\",\n                    \"business_category_id\": 9,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 40,\n                    \"name\": \"Political Party\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"85b1-7969-ab35ee8f-acea-082c2c6b5d7e\",\n                    \"business_category_id\": 9,\n                    \"delivery_duration\": 99,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 41,\n                    \"name\": \"Other fees\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"0f3f-932b-44766d90-4158-225ae8d8a017\",\n                    \"business_category_id\": 9,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Real Estate\",\n            \"uuid\": \"d550-6fb6-b1569bcc-54c5-e7cabb862166\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 42,\n                    \"name\": \"Booking amount\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"cd74-0776-17bf8130-765a-ebd169275460\",\n                    \"business_category_id\": 10,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 43,\n                    \"name\": \"Repayment (Loans)\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"b88e-1ded-573ff34b-504f-c258bc4ad1c4\",\n                    \"business_category_id\": 10,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 44,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"423c-ef70-637d396a-895f-dd8a9096911d\",\n                    \"business_category_id\": 10,\n                    \"delivery_duration\": 15,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Financial Services\",\n            \"uuid\": \"bc6c-2d86-7d74b37c-ca7a-1707e0aa2177\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 45,\n                    \"name\": \"Wallet\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"06b8-8cf4-61785019-994f-0c5b2789cacc\",\n                    \"business_category_id\": 11,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 46,\n                    \"name\": \"Banks\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"eb4c-5e17-2870a7db-821b-c0e2c29c95b3\",\n                    \"business_category_id\": 11,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 47,\n                    \"name\": \"Loans (Repayment)\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"69cb-b243-9102a87d-dd47-efaef7c7ec5d\",\n                    \"business_category_id\": 11,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 48,\n                    \"name\": \"Forex\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"a35a-d306-d5a9b26f-b293-4eb6872d084f\",\n                    \"business_category_id\": 11,\n                    \"delivery_duration\": 3,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 49,\n                    \"name\": \"Money Transfer\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"2726-59c9-73fd36be-7cdb-598e7a7ceeb4\",\n                    \"business_category_id\": 11,\n                    \"delivery_duration\": 3,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 50,\n                    \"name\": \"Mutual Funds\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"5abc-b4c7-e2671891-40e9-af1b5233ee7b\",\n                    \"business_category_id\": 11,\n                    \"delivery_duration\": 3,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 51,\n                    \"name\": \"Stock broking and advisory\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"e4a6-77d0-7b2e147e-9554-fa17ae37d6a9\",\n                    \"business_category_id\": 11,\n                    \"delivery_duration\": 3,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 52,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"0651-a7c5-607dea84-64a8-1226f5f212d2\",\n                    \"business_category_id\": 11,\n                    \"delivery_duration\": 2,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Insurance\",\n            \"uuid\": \"1d8e-3752-7e86dcc2-a8f2-1e6dc96a1b3e\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 53,\n                    \"name\": \"General Insurance\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"c05f-07d0-921b601c-2dd4-2881148a9252\",\n                    \"business_category_id\": 12,\n                    \"delivery_duration\": 180,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 54,\n                    \"name\": \"Life Insurance\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"d1be-0f20-24c402af-53ae-b1b23fa3f8d8\",\n                    \"business_category_id\": 12,\n                    \"delivery_duration\": 180,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 55,\n                    \"name\": \"Motors Insurance\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"a153-c482-31ecf7d5-8edc-7c204a5548b9\",\n                    \"business_category_id\": 12,\n                    \"delivery_duration\": 180,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 56,\n                    \"name\": \"All\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"390f-72c8-edc7bbf7-a07d-6fab5fa8fd63\",\n                    \"business_category_id\": 12,\n                    \"delivery_duration\": 180,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 57,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"2ade-50ce-edde2e80-591e-a7e11ff181fc\",\n                    \"business_category_id\": 12,\n                    \"delivery_duration\": 180,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 13,\n            \"name\": \"IT & Software/Networking\",\n            \"uuid\": \"d3c1-9778-ce8412e3-1252-1bb191621b88\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 58,\n                    \"name\": \"Web Hosting\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"3af0-79fc-a29a7380-4e8b-74bdec2ee82f\",\n                    \"business_category_id\": 13,\n                    \"delivery_duration\": 180,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 59,\n                    \"name\": \"Hardware and Repair services\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"7021-e87b-53833dd4-9f7f-4ab7313302e2\",\n                    \"business_category_id\": 13,\n                    \"delivery_duration\": 5,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 60,\n                    \"name\": \"Digital Marketing\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"3d81-6b89-f129c3f2-cb2b-4f3360f65dfa\",\n                    \"business_category_id\": 13,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 61,\n                    \"name\": \"App development & Software solutions\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\",\n                    \"business_category_id\": 13,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 62,\n                    \"name\": \"Domain name registeration\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"042c-40d5-a3060884-428d-caa30c156326\",\n                    \"business_category_id\": 13,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 63,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"8455-b37e-3c3365f5-af68-c9a5c57d10b7\",\n                    \"business_category_id\": 13,\n                    \"delivery_duration\": 50,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Ecommerce\",\n            \"uuid\": \"68a3-87ee-fcc975a7-8e77-c7ff251ec391\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 64,\n                    \"name\": \"Nutrition and Supplements\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"f6e1-1c9f-c619175c-f827-4ea80fa2fa3f\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 65,\n                    \"name\": \"Rental (electronics, equipments, etc)\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"6ee2-ece8-5c97397e-1390-20bef1b5588f\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 66,\n                    \"name\": \"Transport, Local Delivery, etc\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"1ddd-ccbc-07bed571-f4bb-ae2c5d81b6a9\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 67,\n                    \"name\": \"Shoes\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"84ab-19cb-bae92711-6d86-b11e4e7d85ef\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 68,\n                    \"name\": \"Flowers and Gifts\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"03c2-e89e-1f8dede2-56e1-1c0d828a331b\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 3,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 69,\n                    \"name\": \"Publications/Magazine\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"80cc-c3eb-7d1a24ea-d1c5-a74eacd10882\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 70,\n                    \"name\": \"Movie, theater, concert, etc tickets\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"1d62-5055-0f757454-74aa-b5b8691d59db\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 3,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 71,\n                    \"name\": \"Office Supplies\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"eb65-dced-9f457953-6797-c9ac9fe733d5\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 72,\n                    \"name\": \"Mobiles, tabs, etc.\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"7a1e-9193-cb3cd50f-8986-8e86cb3371ad\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 73,\n                    \"name\": \"Cameras, camcorders and equipment\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"f169-2b8f-6b55d94e-2175-27db8ba55adb\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 74,\n                    \"name\": \"Business listing\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"cea0-9b37-f86c2e18-b601-04eeaa90828c\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 90,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 75,\n                    \"name\": \"Industrial and Manufacturing supplies\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"b079-8f16-fcc482f1-0f39-250de1fcab4b\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 76,\n                    \"name\": \"Food delivery\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"da96-d990-74476639-d701-01609b0e2a52\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 2,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 77,\n                    \"name\": \"Dating services\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"8788-0d8d-45657475-7195-22477c89681e\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 78,\n                    \"name\": \"Fertilizer, Pesticide, Seeds, etc.\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"4c2c-9bc9-e8e59dd1-57ca-fe1f5bc8b284\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 79,\n                    \"name\": \"Lottery\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"56bd-c7db-a29629a2-2ea0-58083785e56d\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 3,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 80,\n                    \"name\": \"Luggage\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"2635-256d-8b72d220-3f40-2aaa4bc1e6a9\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 81,\n                    \"name\": \"MLM\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"f8ec-b36a-1f79c848-6ae6-03a41c8e0646\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 82,\n                    \"name\": \"Movers and Packers\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"ec45-d936-11435884-5f97-09966046af7a\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 83,\n                    \"name\": \"Courier services\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:45.000Z\",\n                    \"uuid\": \"4315-a67b-9895ba53-60ad-808b7d4ea954\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 84,\n                    \"name\": \"Cabs\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"72d2-6633-f57b00e4-07ec-c2dd7b69420b\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 85,\n                    \"name\": \"Security and Surveillance\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"d3dc-f4a2-619fd2a7-19f9-7b13be87b54a\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 86,\n                    \"name\": \"Restaurants\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"5037-8cf7-5d045de9-bfd7-75cda8cb04af\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 5,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 87,\n                    \"name\": \"Jewellery\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"cab7-7626-ad510324-f3ee-6378a2e5be28\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 10,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 88,\n                    \"name\": \"Uniforms\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"7bd8-1ef2-5198623c-eaab-b611cbddaed4\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 5,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 89,\n                    \"name\": \"Video streaming, entertainment, etc\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"d056-a59a-e6105e8a-10fa-17814647e290\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 90,\n                    \"name\": \"Groceries\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"74b4-4c34-a34b407b-b99a-d0564f1304df\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 3,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 91,\n                    \"name\": \"Document (Pan card, Passport, etc.)\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"42b4-d183-2e81bfbf-1720-f3ea0c2021c0\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 92,\n                    \"name\": \"Apparels, Accersories, Home, Fashion\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"6806-b59d-0509891d-f218-5c14798cba8e\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 93,\n                    \"name\": \"Eyewear\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"8805-d1e0-02b44bc4-bd91-167303312f9c\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 94,\n                    \"name\": \"Women's clothing and accessories\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"7ec4-12da-cfbb3997-253a-d5bd4539652e\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 95,\n                    \"name\": \"Home and kitchenware\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"a0e9-a56d-433b4560-4830-10f412dd99a4\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 96,\n                    \"name\": \"Men's clothing and accessories\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"468c-2377-92c75175-188a-fa25aa163189\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 97,\n                    \"name\": \"Kids clothing and accessories\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"5ed2-f5b5-61d9dc27-5fad-c57e893c2206\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 98,\n                    \"name\": \"Toys, hobbies, etc\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"1740-80aa-4c33c9d4-6a81-70b16e5b91b3\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 99,\n                    \"name\": \"Accessories\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"353c-4674-48c517dc-7366-e105d0778fb7\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 100,\n                    \"name\": \"Sporting equipments\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"2b82-d7d7-884a528f-51af-653a76614cf8\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 101,\n                    \"name\": \"Electronics\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"84ef-6549-4f5e6569-5ada-58808a355747\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 102,\n                    \"name\": \"Furniture\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"0679-c82f-1eadd243-fd28-e29c7e5973eb\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 15,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 103,\n                    \"name\": \"Routers, projectors, etc.\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"f4b4-97b6-e4f27fe4-66ad-62559a331f89\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 104,\n                    \"name\": \"Laptops, Desktop, etc\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"804f-8985-fd39eb63-5125-a74f70db9bdf\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 105,\n                    \"name\": \"Online gaming\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"7282-fe8c-a3268404-dbb4-9aa5b1e1ce9b\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 106,\n                    \"name\": \"Religious\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"cb8a-4028-08606875-8d73-a353769b51ae\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 107,\n                    \"name\": \"Food, Gourmet Food. Etc\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"8a6f-bb37-3f10c453-43d9-b766ce2ae1ae\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 108,\n                    \"name\": \"Chemical, Organic products, etc\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"f379-2299-fcd44b47-24e7-e2d1a5e4f5dc\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 109,\n                    \"name\": \"Cosmetics\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"457a-7186-0aee9fce-5ccb-bdc886f81008\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 110,\n                    \"name\": \"Fragrances and perfumes\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"6f27-e721-da7a99f0-fecd-a2e8211f2efa\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 111,\n                    \"name\": \"Pet shop, food, accessories\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"885e-967a-f219ae34-f54c-9c89f37e265b\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 112,\n                    \"name\": \"Art, photos, etc\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"9224-703c-91e30dd5-088d-485d21d9e6ba\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 113,\n                    \"name\": \"Auto dealer (Booking amount)\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"80ce-babe-88bdc166-e0dc-90e483421967\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 3,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 114,\n                    \"name\": \"Auto parts & services\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"199e-f092-dcb5502b-7d16-9f6f080a537d\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 115,\n                    \"name\": \"Discounts and deals\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"d138-cb06-ae69e7f5-5693-aa6f64fc7980\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 116,\n                    \"name\": \"Construction products\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"f7e9-4c32-cb5df699-0bd4-f43522cd1975\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 117,\n                    \"name\": \"Gardening and Landscaping\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"70cb-431f-15817a2d-4183-96940cfea8c6\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 7,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 118,\n                    \"name\": \"Exercise, Fitness and Gym\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"13e8-84ff-ff4d0766-dca1-ba44da2b5cc3\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 119,\n                    \"name\": \"Membership\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"d91c-c58a-03b3fe3b-4171-71d2876bad3d\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 365,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 120,\n                    \"name\": \"Pest Control\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"b301-1757-f82953ef-b58b-73a0c5676b87\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 1,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 121,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"7acc-80de-b3053296-0427-6b4971a1971f\",\n                    \"business_category_id\": 14,\n                    \"delivery_duration\": 16,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Others\",\n            \"uuid\": \"ce2e-3c9a-990877a4-7d75-eaf5624408b0\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 122,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"461b-acf0-6c999920-576e-8916bfcd0012\",\n                    \"business_category_id\": 15,\n                    \"delivery_duration\": 0,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Professional Services\",\n            \"uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 123,\n                    \"name\": \"Legal\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"562d-bf76-6d352757-9bb2-1d5438171c81\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 124,\n                    \"name\": \"Jobs\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"81d0-5cb5-7ae1c8d2-180c-58966aabc3b1\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 125,\n                    \"name\": \"Business Consulting\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 126,\n                    \"name\": \"Astrology\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"7036-133c-e7d3938f-1213-0a1d157c904e\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 5,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 127,\n                    \"name\": \"Photography\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"8bc7-d7cd-556c1bda-aee4-07009d77684c\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 128,\n                    \"name\": \"Architects, Interior designers, etc.\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"5eca-f6f7-1049af88-d938-bea3f34459e7\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 129,\n                    \"name\": \"Matrimony\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"d3e9-7752-b11e1b68-0e2f-38fe08639ef7\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 90,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 130,\n                    \"name\": \"Visa Services\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"61e3-2d5f-497a01b4-7806-84a833e4c0d0\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 131,\n                    \"name\": \"Reports, Survey, etc\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"3b2d-8b65-b44d84c5-5f19-1e2c4543e703\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 10,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 132,\n                    \"name\": \"Career Counselling\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"d7ab-68b4-04eca30f-e2be-b9b421a45e1b\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 99,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 133,\n                    \"name\": \"Appointments (Salons, Spa, etc.)\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"e19f-f47f-d9b0ea92-f07d-95707bcc52de\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 5,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 134,\n                    \"name\": \"Advertising\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"7504-4d4a-900cd199-8915-7fca363a5527\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 135,\n                    \"name\": \"Accounting and Tax\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"6e04-90df-661105bf-bfc8-3b733e6bb303\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 136,\n                    \"name\": \"Therapists\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"fc10-e1e0-dc652511-6e3d-5de3456ea085\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 137,\n                    \"name\": \"Maintenance and Repair services\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"1171-08be-a00384bd-0f6b-a5c8d2882f9d\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 3,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 138,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"8aa4-ad4b-351ce039-6dfc-36aad399fad6\",\n                    \"business_category_id\": 16,\n                    \"delivery_duration\": 32,\n                    \"product\": 15\n                }\n            ]\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Educational Services\",\n            \"uuid\": \"d5a5-1e9d-7d913c15-685a-f13c9e6d6449\",\n            \"business_sub_categories\": [\n                {\n                    \"id\": 139,\n                    \"name\": \"Schools\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"ea05-3099-3f8bffc4-8130-1f626388f960\",\n                    \"business_category_id\": 17,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 140,\n                    \"name\": \"Colleges\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"30a1-6af0-613609b3-523d-116b6ff4c390\",\n                    \"business_category_id\": 17,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 141,\n                    \"name\": \"Universities\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:46.000Z\",\n                    \"uuid\": \"28a2-473e-d487b3c6-5664-b7da7a807b14\",\n                    \"business_category_id\": 17,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 142,\n                    \"name\": \"Courses, Training and Workshops\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:47.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:47.000Z\",\n                    \"uuid\": \"19eb-36af-7632f6a5-760c-0a2901527d8f\",\n                    \"business_category_id\": 17,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 143,\n                    \"name\": \"Tutorials\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:47.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:47.000Z\",\n                    \"uuid\": \"dabf-efab-abeb7b78-3ccb-a9145f113660\",\n                    \"business_category_id\": 17,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 144,\n                    \"name\": \"ERP for schools and colleges\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:47.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:47.000Z\",\n                    \"uuid\": \"7f3f-11f5-c3ba581a-20d8-d0523799912e\",\n                    \"business_category_id\": 17,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                },\n                {\n                    \"id\": 145,\n                    \"name\": \"Others\",\n                    \"active\": true,\n                    \"created_at\": \"2019-04-08T08:13:47.000Z\",\n                    \"updated_at\": \"2019-04-08T08:13:47.000Z\",\n                    \"uuid\": \"a365-8b11-9a41a67e-5850-c591e97f12f7\",\n                    \"business_category_id\": 17,\n                    \"delivery_duration\": 30,\n                    \"product\": 15\n                }\n            ]\n        }\n    ]\n}"},{"id":"6845b2df-ea09-466a-81c7-19e0414804c9","name":"Business Category : Token invalid or expired","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 53c7300db679121a0790edfdd52720af1143e30cf8420bbbbb513eaa034a439","description":"User Access Token"}],"url":"{{onboarding_base_url}}/api/v1/business_category"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:48:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"8350c591-20f2-4ad3-a5bd-00b784374e7d"},{"key":"X-Runtime","value":"0.032961"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"de8429a6-a81f-4e42-a384-a284c8b90fa7"},{"name":"Business Sub Category","id":"eb3225d0-d115-425f-8849-7c21ff786925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/business_sub_category","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","business_sub_category"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"605dcebf-0d99-4143-92fe-4083b35dba3f","name":"Invalid Token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/business_sub_category"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:50:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"4908f8be-ba4c-4d47-9680-49ab530d42fe"},{"key":"X-Runtime","value":"0.128690"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"c4d6846f-055f-4d55-b8fa-87158072cd1f","name":"Success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"User Access Token"}],"url":"{{onboarding_base_url}}/api/v1/business_sub_category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:49:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"4805d27e759bdac3b741941ec3536523\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2b1bf457-42d0-4ceb-995f-aa0aa08b2491"},{"key":"X-Runtime","value":"0.083390"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"business_sub_categories\": [\n        {\n            \"id\": 1,\n            \"name\": \"DTH Recharge\",\n            \"uuid\": \"8f9b-ea8a-8a5f100e-d073-d898858c0827\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Datacard recharge\",\n            \"uuid\": \"b527-9a03-637670aa-9ec9-669e04a78dd2\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Broadand bill payment\",\n            \"uuid\": \"23d9-fbaf-91d567d9-662b-0925924ec8b9\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Mobile recharge\",\n            \"uuid\": \"7e29-685f-03609d9b-e09e-a951834141c7\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Mobile bill payment\",\n            \"uuid\": \"b7cd-32f8-5204748c-3b1c-104c2a50c351\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Electricity bill payment\",\n            \"uuid\": \"ca0d-3947-b5523e56-789d-bc88343c24f5\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Society Maintenance\",\n            \"uuid\": \"ef0b-b262-cea11957-1b2b-235733448068\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Gas and LPG\",\n            \"uuid\": \"e0c5-0e81-2f700bb3-b37a-4b0cb04913b3\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Others\",\n            \"uuid\": \"425f-3a7b-216ca398-82db-05f0df897736\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Hotel/ Lodging/ Resorts\",\n            \"uuid\": \"753f-6ea4-7c58f956-a39e-c5aa38731465\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Tour packages\",\n            \"uuid\": \"40f1-61c3-b59de9e5-528a-681b229c8276\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Car Rentals\",\n            \"uuid\": \"5b20-f0cf-fefb5f83-6f77-9ec6c24e92ca\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Cruises\",\n            \"uuid\": \"4a84-2523-b7565014-5600-0f835e0ba3cd\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Travel and Tour (all services)\",\n            \"uuid\": \"d629-45c4-5df471c5-13a5-c6d82d8d72d2\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Ticket booking- Flights, Bus, Train,\",\n            \"uuid\": \"51bf-8dac-0b16d807-003b-62163115be63\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Others\",\n            \"uuid\": \"0a3d-3a27-dc5a912f-1e93-56fd9545bd47\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Airlines\",\n            \"uuid\": \"f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Others\",\n            \"uuid\": \"e4c3-b7b7-25135ca8-8b58-a28d61ee3361\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Donations\",\n            \"uuid\": \"3b45-bd4a-617a80cb-9970-4b6a6c63c5bb\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Crowd Funding\",\n            \"uuid\": \"eb1f-169e-e1e09dbd-fdd6-624df1481bd6\"\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Others\",\n            \"uuid\": \"4259-1d8d-230118ce-0f1f-98259e27a35f\"\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Diagnostic services\",\n            \"uuid\": \"fe3d-8653-ee0e588a-a506-ecf3b783eabe\"\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Healthcare products\",\n            \"uuid\": \"bf15-a51d-c864f214-8b59-8f55cd1823f0\"\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Prescription based medicines\",\n            \"uuid\": \"6cf8-9b75-936b540e-cf7d-5aead7c2ed06\"\n        },\n        {\n            \"id\": 25,\n            \"name\": \"B2B Surgical products\",\n            \"uuid\": \"c91b-68db-1a4c6764-a7c5-dea30f548b3d\"\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Appointments\",\n            \"uuid\": \"f5e0-c166-14147170-7495-3924ba2dfab8\"\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Others\",\n            \"uuid\": \"9c49-6247-8d4ac0bc-6ac3-a9010d4ba95e\"\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Conferences\",\n            \"uuid\": \"f483-b5d8-2b7c834d-c130-475e044eab5a\"\n        },\n        {\n            \"id\": 29,\n            \"name\": \"Wedding planning, catering, etc\",\n            \"uuid\": \"5cc1-31b1-53083e67-446f-3d257fba7b20\"\n        },\n        {\n            \"id\": 30,\n            \"name\": \"Events\",\n            \"uuid\": \"645f-269d-77ff3d2f-d361-78cf3b8b9eef\"\n        },\n        {\n            \"id\": 31,\n            \"name\": \"Others\",\n            \"uuid\": \"f455-0d48-9c448ec2-77e9-999f2d10914a\"\n        },\n        {\n            \"id\": 32,\n            \"name\": \"Internet service provider\",\n            \"uuid\": \"4556-5cee-55f9f985-e867-586743deb604\"\n        },\n        {\n            \"id\": 33,\n            \"name\": \"Cable TV operator\",\n            \"uuid\": \"ce9b-6f05-efa923d7-4558-5b6b7d7bcc5c\"\n        },\n        {\n            \"id\": 34,\n            \"name\": \"Others\",\n            \"uuid\": \"c128-ce9d-d6ec371e-0221-24db49de644d\"\n        },\n        {\n            \"id\": 35,\n            \"name\": \"Facilitator\",\n            \"uuid\": \"bb2e-0ec8-093ab531-464d-b7fe73be3cca\"\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Others\",\n            \"uuid\": \"888b-3cef-439aca97-7def-4109e2186f55\"\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Property Tax\",\n            \"uuid\": \"882f-bd35-c796505e-0ecd-03e29f39f953\"\n        },\n        {\n            \"id\": 38,\n            \"name\": \"Water Tax\",\n            \"uuid\": \"0783-d803-3d313f26-b680-06693d4dfc62\"\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Recruitment\",\n            \"uuid\": \"d177-38d8-a92c2a15-ee63-9f9ef30da6a2\"\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Political Party\",\n            \"uuid\": \"85b1-7969-ab35ee8f-acea-082c2c6b5d7e\"\n        },\n        {\n            \"id\": 41,\n            \"name\": \"Other fees\",\n            \"uuid\": \"0f3f-932b-44766d90-4158-225ae8d8a017\"\n        },\n        {\n            \"id\": 42,\n            \"name\": \"Booking amount\",\n            \"uuid\": \"cd74-0776-17bf8130-765a-ebd169275460\"\n        },\n        {\n            \"id\": 43,\n            \"name\": \"Repayment (Loans)\",\n            \"uuid\": \"b88e-1ded-573ff34b-504f-c258bc4ad1c4\"\n        },\n        {\n            \"id\": 44,\n            \"name\": \"Others\",\n            \"uuid\": \"423c-ef70-637d396a-895f-dd8a9096911d\"\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Wallet\",\n            \"uuid\": \"06b8-8cf4-61785019-994f-0c5b2789cacc\"\n        },\n        {\n            \"id\": 46,\n            \"name\": \"Banks\",\n            \"uuid\": \"eb4c-5e17-2870a7db-821b-c0e2c29c95b3\"\n        },\n        {\n            \"id\": 47,\n            \"name\": \"Loans (Repayment)\",\n            \"uuid\": \"69cb-b243-9102a87d-dd47-efaef7c7ec5d\"\n        },\n        {\n            \"id\": 48,\n            \"name\": \"Forex\",\n            \"uuid\": \"a35a-d306-d5a9b26f-b293-4eb6872d084f\"\n        },\n        {\n            \"id\": 49,\n            \"name\": \"Money Transfer\",\n            \"uuid\": \"2726-59c9-73fd36be-7cdb-598e7a7ceeb4\"\n        },\n        {\n            \"id\": 50,\n            \"name\": \"Mutual Funds\",\n            \"uuid\": \"5abc-b4c7-e2671891-40e9-af1b5233ee7b\"\n        },\n        {\n            \"id\": 51,\n            \"name\": \"Stock broking and advisory\",\n            \"uuid\": \"e4a6-77d0-7b2e147e-9554-fa17ae37d6a9\"\n        },\n        {\n            \"id\": 52,\n            \"name\": \"Others\",\n            \"uuid\": \"0651-a7c5-607dea84-64a8-1226f5f212d2\"\n        },\n        {\n            \"id\": 53,\n            \"name\": \"General Insurance\",\n            \"uuid\": \"c05f-07d0-921b601c-2dd4-2881148a9252\"\n        },\n        {\n            \"id\": 54,\n            \"name\": \"Life Insurance\",\n            \"uuid\": \"d1be-0f20-24c402af-53ae-b1b23fa3f8d8\"\n        },\n        {\n            \"id\": 55,\n            \"name\": \"Motors Insurance\",\n            \"uuid\": \"a153-c482-31ecf7d5-8edc-7c204a5548b9\"\n        },\n        {\n            \"id\": 56,\n            \"name\": \"All\",\n            \"uuid\": \"390f-72c8-edc7bbf7-a07d-6fab5fa8fd63\"\n        },\n        {\n            \"id\": 57,\n            \"name\": \"Others\",\n            \"uuid\": \"2ade-50ce-edde2e80-591e-a7e11ff181fc\"\n        },\n        {\n            \"id\": 58,\n            \"name\": \"Web Hosting\",\n            \"uuid\": \"3af0-79fc-a29a7380-4e8b-74bdec2ee82f\"\n        },\n        {\n            \"id\": 59,\n            \"name\": \"Hardware and Repair services\",\n            \"uuid\": \"7021-e87b-53833dd4-9f7f-4ab7313302e2\"\n        },\n        {\n            \"id\": 60,\n            \"name\": \"Digital Marketing\",\n            \"uuid\": \"3d81-6b89-f129c3f2-cb2b-4f3360f65dfa\"\n        },\n        {\n            \"id\": 61,\n            \"name\": \"App development & Software solutions\",\n            \"uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\"\n        },\n        {\n            \"id\": 62,\n            \"name\": \"Domain name registeration\",\n            \"uuid\": \"042c-40d5-a3060884-428d-caa30c156326\"\n        },\n        {\n            \"id\": 63,\n            \"name\": \"Others\",\n            \"uuid\": \"8455-b37e-3c3365f5-af68-c9a5c57d10b7\"\n        },\n        {\n            \"id\": 64,\n            \"name\": \"Nutrition and Supplements\",\n            \"uuid\": \"f6e1-1c9f-c619175c-f827-4ea80fa2fa3f\"\n        },\n        {\n            \"id\": 65,\n            \"name\": \"Rental (electronics, equipments, etc)\",\n            \"uuid\": \"6ee2-ece8-5c97397e-1390-20bef1b5588f\"\n        },\n        {\n            \"id\": 66,\n            \"name\": \"Transport, Local Delivery, etc\",\n            \"uuid\": \"1ddd-ccbc-07bed571-f4bb-ae2c5d81b6a9\"\n        },\n        {\n            \"id\": 67,\n            \"name\": \"Shoes\",\n            \"uuid\": \"84ab-19cb-bae92711-6d86-b11e4e7d85ef\"\n        },\n        {\n            \"id\": 68,\n            \"name\": \"Flowers and Gifts\",\n            \"uuid\": \"03c2-e89e-1f8dede2-56e1-1c0d828a331b\"\n        },\n        {\n            \"id\": 69,\n            \"name\": \"Publications/Magazine\",\n            \"uuid\": \"80cc-c3eb-7d1a24ea-d1c5-a74eacd10882\"\n        },\n        {\n            \"id\": 70,\n            \"name\": \"Movie, theater, concert, etc tickets\",\n            \"uuid\": \"1d62-5055-0f757454-74aa-b5b8691d59db\"\n        },\n        {\n            \"id\": 71,\n            \"name\": \"Office Supplies\",\n            \"uuid\": \"eb65-dced-9f457953-6797-c9ac9fe733d5\"\n        },\n        {\n            \"id\": 72,\n            \"name\": \"Mobiles, tabs, etc.\",\n            \"uuid\": \"7a1e-9193-cb3cd50f-8986-8e86cb3371ad\"\n        },\n        {\n            \"id\": 73,\n            \"name\": \"Cameras, camcorders and equipment\",\n            \"uuid\": \"f169-2b8f-6b55d94e-2175-27db8ba55adb\"\n        },\n        {\n            \"id\": 74,\n            \"name\": \"Business listing\",\n            \"uuid\": \"cea0-9b37-f86c2e18-b601-04eeaa90828c\"\n        },\n        {\n            \"id\": 75,\n            \"name\": \"Industrial and Manufacturing supplies\",\n            \"uuid\": \"b079-8f16-fcc482f1-0f39-250de1fcab4b\"\n        },\n        {\n            \"id\": 76,\n            \"name\": \"Food delivery\",\n            \"uuid\": \"da96-d990-74476639-d701-01609b0e2a52\"\n        },\n        {\n            \"id\": 77,\n            \"name\": \"Dating services\",\n            \"uuid\": \"8788-0d8d-45657475-7195-22477c89681e\"\n        },\n        {\n            \"id\": 78,\n            \"name\": \"Fertilizer, Pesticide, Seeds, etc.\",\n            \"uuid\": \"4c2c-9bc9-e8e59dd1-57ca-fe1f5bc8b284\"\n        },\n        {\n            \"id\": 79,\n            \"name\": \"Lottery\",\n            \"uuid\": \"56bd-c7db-a29629a2-2ea0-58083785e56d\"\n        },\n        {\n            \"id\": 80,\n            \"name\": \"Luggage\",\n            \"uuid\": \"2635-256d-8b72d220-3f40-2aaa4bc1e6a9\"\n        },\n        {\n            \"id\": 81,\n            \"name\": \"MLM\",\n            \"uuid\": \"f8ec-b36a-1f79c848-6ae6-03a41c8e0646\"\n        },\n        {\n            \"id\": 82,\n            \"name\": \"Movers and Packers\",\n            \"uuid\": \"ec45-d936-11435884-5f97-09966046af7a\"\n        },\n        {\n            \"id\": 83,\n            \"name\": \"Courier services\",\n            \"uuid\": \"4315-a67b-9895ba53-60ad-808b7d4ea954\"\n        },\n        {\n            \"id\": 84,\n            \"name\": \"Cabs\",\n            \"uuid\": \"72d2-6633-f57b00e4-07ec-c2dd7b69420b\"\n        },\n        {\n            \"id\": 85,\n            \"name\": \"Security and Surveillance\",\n            \"uuid\": \"d3dc-f4a2-619fd2a7-19f9-7b13be87b54a\"\n        },\n        {\n            \"id\": 86,\n            \"name\": \"Restaurants\",\n            \"uuid\": \"5037-8cf7-5d045de9-bfd7-75cda8cb04af\"\n        },\n        {\n            \"id\": 87,\n            \"name\": \"Jewellery\",\n            \"uuid\": \"cab7-7626-ad510324-f3ee-6378a2e5be28\"\n        },\n        {\n            \"id\": 88,\n            \"name\": \"Uniforms\",\n            \"uuid\": \"7bd8-1ef2-5198623c-eaab-b611cbddaed4\"\n        },\n        {\n            \"id\": 89,\n            \"name\": \"Video streaming, entertainment, etc\",\n            \"uuid\": \"d056-a59a-e6105e8a-10fa-17814647e290\"\n        },\n        {\n            \"id\": 90,\n            \"name\": \"Groceries\",\n            \"uuid\": \"74b4-4c34-a34b407b-b99a-d0564f1304df\"\n        },\n        {\n            \"id\": 91,\n            \"name\": \"Document (Pan card, Passport, etc.)\",\n            \"uuid\": \"42b4-d183-2e81bfbf-1720-f3ea0c2021c0\"\n        },\n        {\n            \"id\": 92,\n            \"name\": \"Apparels, Accersories, Home, Fashion\",\n            \"uuid\": \"6806-b59d-0509891d-f218-5c14798cba8e\"\n        },\n        {\n            \"id\": 93,\n            \"name\": \"Eyewear\",\n            \"uuid\": \"8805-d1e0-02b44bc4-bd91-167303312f9c\"\n        },\n        {\n            \"id\": 94,\n            \"name\": \"Women's clothing and accessories\",\n            \"uuid\": \"7ec4-12da-cfbb3997-253a-d5bd4539652e\"\n        },\n        {\n            \"id\": 95,\n            \"name\": \"Home and kitchenware\",\n            \"uuid\": \"a0e9-a56d-433b4560-4830-10f412dd99a4\"\n        },\n        {\n            \"id\": 96,\n            \"name\": \"Men's clothing and accessories\",\n            \"uuid\": \"468c-2377-92c75175-188a-fa25aa163189\"\n        },\n        {\n            \"id\": 97,\n            \"name\": \"Kids clothing and accessories\",\n            \"uuid\": \"5ed2-f5b5-61d9dc27-5fad-c57e893c2206\"\n        },\n        {\n            \"id\": 98,\n            \"name\": \"Toys, hobbies, etc\",\n            \"uuid\": \"1740-80aa-4c33c9d4-6a81-70b16e5b91b3\"\n        },\n        {\n            \"id\": 99,\n            \"name\": \"Accessories\",\n            \"uuid\": \"353c-4674-48c517dc-7366-e105d0778fb7\"\n        },\n        {\n            \"id\": 100,\n            \"name\": \"Sporting equipments\",\n            \"uuid\": \"2b82-d7d7-884a528f-51af-653a76614cf8\"\n        },\n        {\n            \"id\": 101,\n            \"name\": \"Electronics\",\n            \"uuid\": \"84ef-6549-4f5e6569-5ada-58808a355747\"\n        },\n        {\n            \"id\": 102,\n            \"name\": \"Furniture\",\n            \"uuid\": \"0679-c82f-1eadd243-fd28-e29c7e5973eb\"\n        },\n        {\n            \"id\": 103,\n            \"name\": \"Routers, projectors, etc.\",\n            \"uuid\": \"f4b4-97b6-e4f27fe4-66ad-62559a331f89\"\n        },\n        {\n            \"id\": 104,\n            \"name\": \"Laptops, Desktop, etc\",\n            \"uuid\": \"804f-8985-fd39eb63-5125-a74f70db9bdf\"\n        },\n        {\n            \"id\": 105,\n            \"name\": \"Online gaming\",\n            \"uuid\": \"7282-fe8c-a3268404-dbb4-9aa5b1e1ce9b\"\n        },\n        {\n            \"id\": 106,\n            \"name\": \"Religious\",\n            \"uuid\": \"cb8a-4028-08606875-8d73-a353769b51ae\"\n        },\n        {\n            \"id\": 107,\n            \"name\": \"Food, Gourmet Food. Etc\",\n            \"uuid\": \"8a6f-bb37-3f10c453-43d9-b766ce2ae1ae\"\n        },\n        {\n            \"id\": 108,\n            \"name\": \"Chemical, Organic products, etc\",\n            \"uuid\": \"f379-2299-fcd44b47-24e7-e2d1a5e4f5dc\"\n        },\n        {\n            \"id\": 109,\n            \"name\": \"Cosmetics\",\n            \"uuid\": \"457a-7186-0aee9fce-5ccb-bdc886f81008\"\n        },\n        {\n            \"id\": 110,\n            \"name\": \"Fragrances and perfumes\",\n            \"uuid\": \"6f27-e721-da7a99f0-fecd-a2e8211f2efa\"\n        },\n        {\n            \"id\": 111,\n            \"name\": \"Pet shop, food, accessories\",\n            \"uuid\": \"885e-967a-f219ae34-f54c-9c89f37e265b\"\n        },\n        {\n            \"id\": 112,\n            \"name\": \"Art, photos, etc\",\n            \"uuid\": \"9224-703c-91e30dd5-088d-485d21d9e6ba\"\n        },\n        {\n            \"id\": 113,\n            \"name\": \"Auto dealer (Booking amount)\",\n            \"uuid\": \"80ce-babe-88bdc166-e0dc-90e483421967\"\n        },\n        {\n            \"id\": 114,\n            \"name\": \"Auto parts & services\",\n            \"uuid\": \"199e-f092-dcb5502b-7d16-9f6f080a537d\"\n        },\n        {\n            \"id\": 115,\n            \"name\": \"Discounts and deals\",\n            \"uuid\": \"d138-cb06-ae69e7f5-5693-aa6f64fc7980\"\n        },\n        {\n            \"id\": 116,\n            \"name\": \"Construction products\",\n            \"uuid\": \"f7e9-4c32-cb5df699-0bd4-f43522cd1975\"\n        },\n        {\n            \"id\": 117,\n            \"name\": \"Gardening and Landscaping\",\n            \"uuid\": \"70cb-431f-15817a2d-4183-96940cfea8c6\"\n        },\n        {\n            \"id\": 118,\n            \"name\": \"Exercise, Fitness and Gym\",\n            \"uuid\": \"13e8-84ff-ff4d0766-dca1-ba44da2b5cc3\"\n        },\n        {\n            \"id\": 119,\n            \"name\": \"Membership\",\n            \"uuid\": \"d91c-c58a-03b3fe3b-4171-71d2876bad3d\"\n        },\n        {\n            \"id\": 120,\n            \"name\": \"Pest Control\",\n            \"uuid\": \"b301-1757-f82953ef-b58b-73a0c5676b87\"\n        },\n        {\n            \"id\": 121,\n            \"name\": \"Others\",\n            \"uuid\": \"7acc-80de-b3053296-0427-6b4971a1971f\"\n        },\n        {\n            \"id\": 122,\n            \"name\": \"Others\",\n            \"uuid\": \"461b-acf0-6c999920-576e-8916bfcd0012\"\n        },\n        {\n            \"id\": 123,\n            \"name\": \"Legal\",\n            \"uuid\": \"562d-bf76-6d352757-9bb2-1d5438171c81\"\n        },\n        {\n            \"id\": 124,\n            \"name\": \"Jobs\",\n            \"uuid\": \"81d0-5cb5-7ae1c8d2-180c-58966aabc3b1\"\n        },\n        {\n            \"id\": 125,\n            \"name\": \"Business Consulting\",\n            \"uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\"\n        },\n        {\n            \"id\": 126,\n            \"name\": \"Astrology\",\n            \"uuid\": \"7036-133c-e7d3938f-1213-0a1d157c904e\"\n        },\n        {\n            \"id\": 127,\n            \"name\": \"Photography\",\n            \"uuid\": \"8bc7-d7cd-556c1bda-aee4-07009d77684c\"\n        },\n        {\n            \"id\": 128,\n            \"name\": \"Architects, Interior designers, etc.\",\n            \"uuid\": \"5eca-f6f7-1049af88-d938-bea3f34459e7\"\n        },\n        {\n            \"id\": 129,\n            \"name\": \"Matrimony\",\n            \"uuid\": \"d3e9-7752-b11e1b68-0e2f-38fe08639ef7\"\n        },\n        {\n            \"id\": 130,\n            \"name\": \"Visa Services\",\n            \"uuid\": \"61e3-2d5f-497a01b4-7806-84a833e4c0d0\"\n        },\n        {\n            \"id\": 131,\n            \"name\": \"Reports, Survey, etc\",\n            \"uuid\": \"3b2d-8b65-b44d84c5-5f19-1e2c4543e703\"\n        },\n        {\n            \"id\": 132,\n            \"name\": \"Career Counselling\",\n            \"uuid\": \"d7ab-68b4-04eca30f-e2be-b9b421a45e1b\"\n        },\n        {\n            \"id\": 133,\n            \"name\": \"Appointments (Salons, Spa, etc.)\",\n            \"uuid\": \"e19f-f47f-d9b0ea92-f07d-95707bcc52de\"\n        },\n        {\n            \"id\": 134,\n            \"name\": \"Advertising\",\n            \"uuid\": \"7504-4d4a-900cd199-8915-7fca363a5527\"\n        },\n        {\n            \"id\": 135,\n            \"name\": \"Accounting and Tax\",\n            \"uuid\": \"6e04-90df-661105bf-bfc8-3b733e6bb303\"\n        },\n        {\n            \"id\": 136,\n            \"name\": \"Therapists\",\n            \"uuid\": \"fc10-e1e0-dc652511-6e3d-5de3456ea085\"\n        },\n        {\n            \"id\": 137,\n            \"name\": \"Maintenance and Repair services\",\n            \"uuid\": \"1171-08be-a00384bd-0f6b-a5c8d2882f9d\"\n        },\n        {\n            \"id\": 138,\n            \"name\": \"Others\",\n            \"uuid\": \"8aa4-ad4b-351ce039-6dfc-36aad399fad6\"\n        },\n        {\n            \"id\": 139,\n            \"name\": \"Schools\",\n            \"uuid\": \"ea05-3099-3f8bffc4-8130-1f626388f960\"\n        },\n        {\n            \"id\": 140,\n            \"name\": \"Colleges\",\n            \"uuid\": \"30a1-6af0-613609b3-523d-116b6ff4c390\"\n        },\n        {\n            \"id\": 141,\n            \"name\": \"Universities\",\n            \"uuid\": \"28a2-473e-d487b3c6-5664-b7da7a807b14\"\n        },\n        {\n            \"id\": 142,\n            \"name\": \"Courses, Training and Workshops\",\n            \"uuid\": \"19eb-36af-7632f6a5-760c-0a2901527d8f\"\n        },\n        {\n            \"id\": 143,\n            \"name\": \"Tutorials\",\n            \"uuid\": \"dabf-efab-abeb7b78-3ccb-a9145f113660\"\n        },\n        {\n            \"id\": 144,\n            \"name\": \"ERP for schools and colleges\",\n            \"uuid\": \"7f3f-11f5-c3ba581a-20d8-d0523799912e\"\n        },\n        {\n            \"id\": 145,\n            \"name\": \"Others\",\n            \"uuid\": \"a365-8b11-9a41a67e-5850-c591e97f12f7\"\n        }\n    ]\n}"}],"_postman_id":"eb3225d0-d115-425f-8849-7c21ff786925"},{"name":"Document Category","id":"40926603-93cd-42fb-90ca-d7b4870c358d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/document_category","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","document_category"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9e5ad818-bf9e-4a7d-a33b-f150d3bc66a3","name":"Succcess Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/document_category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:52:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"e131d7eb161de38836ed4ae386a4f387\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"fb21dd8d-ee11-4a6c-b6c5-b06a3cc42e19"},{"key":"X-Runtime","value":"0.238375"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"document_categories\": [\n        {\n            \"id\": 1,\n            \"name\": \"Bank Account Proof\",\n            \"name_on_frontend\": \"BANK_PROOF\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"PAN Card of Signing Authority\",\n            \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"PAN Card of Company\",\n            \"name_on_frontend\": \"COMPANY_PAN_COPY\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"PAN Card of Society\",\n            \"name_on_frontend\": \"SOCIETY_PAN\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"PAN Card of Trust\",\n            \"name_on_frontend\": \"TRUST_PAN\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"PAN Card of Partnership\",\n            \"name_on_frontend\": \"PATNERSHIP_PAN_CARD\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"PAN Card of LLP\",\n            \"name_on_frontend\": \"LLP_PAN_CARD\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"PAN Card of HUF\",\n            \"name_on_frontend\": \"HUF_PAN\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Address Proof of Signing Authority\",\n            \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Government Issued Certificate\",\n            \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Authorisation Letter\",\n            \"name_on_frontend\": \"SIGNED_AUTHORISATION_LETTER\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Board Resolution Letter\",\n            \"name_on_frontend\": \"BOARD_RESOLUTION_LETTER\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Service Agreement\",\n            \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Merged Documents\",\n            \"name_on_frontend\": \"MERGED_DOCUMENT\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"80G or 12A Certificate\",\n            \"name_on_frontend\": \"CERTIFICATE_80G_12A\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Undertaking on Letterhead for no tax exemption claim\",\n            \"name_on_frontend\": \"NO_TAX_EXEMPTION\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Affiliation certificate\",\n            \"name_on_frontend\": \"AFFILIATION_CERTIFICATE\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"BIS Certificate\",\n            \"name_on_frontend\": \"BIS_CERTIFICATE\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Certificate from Ministry of Chemicals and Fertilizers\",\n            \"name_on_frontend\": \"CHEMICALS_FERTILIZERS_CERTIFICATE\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"DAS license\",\n            \"name_on_frontend\": \"DAS_LICENSE\"\n        },\n        {\n            \"id\": 21,\n            \"name\": \"DGCA license\",\n            \"name_on_frontend\": \"DGCA_LICENSE\"\n        },\n        {\n            \"id\": 22,\n            \"name\": \"FSSAI certificate\",\n            \"name_on_frontend\": \"FSSAI_CERTIFICATE\"\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Gemological institute certificate\",\n            \"name_on_frontend\": \"GEMOLOGICAL_CERTIFICATE\"\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Franchisee Agreement with Bank\",\n            \"name_on_frontend\": \"FRANCHISEE_AGREEMENT\"\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Approval from Indian Ministry of Tourism\",\n            \"name_on_frontend\": \"TOURISM_MINISTRY_APPROVAL\"\n        },\n        {\n            \"id\": 26,\n            \"name\": \"IATA Certificate\",\n            \"name_on_frontend\": \"IATA_CERTIFICATE\"\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Web Hosting Invoice\",\n            \"name_on_frontend\": \"WEB_HOSTING_INVOICE\"\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Procurement Invoice\",\n            \"name_on_frontend\": \"PROCUREMENT_INVOICE\"\n        },\n        {\n            \"id\": 29,\n            \"name\": \"IRDA certificate\",\n            \"name_on_frontend\": \"IRDA_CERTIFICATE\"\n        },\n        {\n            \"id\": 30,\n            \"name\": \"Last 2 years Audited Financials\",\n            \"name_on_frontend\": \"AUDITED_FINANCIALS_2_YEARS\"\n        },\n        {\n            \"id\": 31,\n            \"name\": \"Last 6 Months Bank Statement\",\n            \"name_on_frontend\": \"BANK_STATEMENT_6_MONTHS\"\n        },\n        {\n            \"id\": 32,\n            \"name\": \"License from Directorate General of shipping\",\n            \"name_on_frontend\": \"SHIPPING_LICENSE\"\n        },\n        {\n            \"id\": 33,\n            \"name\": \"Logistic Transport License\",\n            \"name_on_frontend\": \"LOGISTIC_TRANSPORT_LICENSE\"\n        },\n        {\n            \"id\": 34,\n            \"name\": \"NBFC Certificate\",\n            \"name_on_frontend\": \"NBFC_CERTIFICATE\"\n        },\n        {\n            \"id\": 35,\n            \"name\": \"NISM MFD\",\n            \"name_on_frontend\": \"NISM_MFD\"\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Venue Booking Receipt\",\n            \"name_on_frontend\": \"VENURE_BOOKING_RECEIPT\"\n        },\n        {\n            \"id\": 37,\n            \"name\": \"PCI DSS certificate\",\n            \"name_on_frontend\": \"PCI_DSS_CERTIFICATE\"\n        },\n        {\n            \"id\": 38,\n            \"name\": \"Pest control business license\",\n            \"name_on_frontend\": \"PEST_CONTROL_LICENSE\"\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Police Verification Certificate\",\n            \"name_on_frontend\": \"POLICE_VERIFICATION_CERTIFICATE\"\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Radio License\",\n            \"name_on_frontend\": \"RADIO_LICENSE\"\n        },\n        {\n            \"id\": 41,\n            \"name\": \"Money Changer License\",\n            \"name_on_frontend\": \"MONEY_CHANGER_LICENSE\"\n        },\n        {\n            \"id\": 42,\n            \"name\": \"RBI License\",\n            \"name_on_frontend\": \"RBI_LICENSE\"\n        },\n        {\n            \"id\": 43,\n            \"name\": \"RBI PPI license\",\n            \"name_on_frontend\": \"RBI_PPI_LICENSE\"\n        },\n        {\n            \"id\": 44,\n            \"name\": \"RERA Certificate\",\n            \"name_on_frontend\": \"RERA_CERTIFICATE\"\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Sample Proof of Delivery\",\n            \"name_on_frontend\": \"SAMPLE_PROOF_DELIVERY\"\n        },\n        {\n            \"id\": 46,\n            \"name\": \"SEBI Certificate\",\n            \"name_on_frontend\": \"SEBI_CERTIFICATE\"\n        },\n        {\n            \"id\": 47,\n            \"name\": \"SEBI certificate as Investment Advisor\",\n            \"name_on_frontend\": \"SEBI_INVESTMENT_ADVISOR_CERTIFICATE\"\n        },\n        {\n            \"id\": 48,\n            \"name\": \"Tie-up Agreement with your Partners\",\n            \"name_on_frontend\": \"TIE_UP_AGREEMENT\"\n        },\n        {\n            \"id\": 49,\n            \"name\": \"ISP License\",\n            \"name_on_frontend\": \"ISP_LICENSE\"\n        },\n        {\n            \"id\": 50,\n            \"name\": \"NSDL Certificate\",\n            \"name_on_frontend\": \"NSDL_CERTIFICATE\"\n        },\n        {\n            \"id\": 51,\n            \"name\": \"Accredition Certificate\",\n            \"name_on_frontend\": \"ACCREDITION_CERTIFICATE\"\n        },\n        {\n            \"id\": 52,\n            \"name\": \"Document validating Ownership of Property\",\n            \"name_on_frontend\": \"PROPERTY_OWNERSHIP_DOCUMENT\"\n        },\n        {\n            \"id\": 53,\n            \"name\": \"Tie-up Agreement with Cruise Owners\",\n            \"name_on_frontend\": \"CRUISE_OWNERS_AGREEMENT\"\n        },\n        {\n            \"id\": 54,\n            \"name\": \"Tie-up Agreement with Car Owners\",\n            \"name_on_frontend\": \"CAR_OWNERS_AGREEMENT\"\n        },\n        {\n            \"id\": 55,\n            \"name\": \"Tie-up Agreement with Diagnostic Centers\",\n            \"name_on_frontend\": \"DIAGNOSTIC_CENTRES_AGREEMENT\"\n        },\n        {\n            \"id\": 56,\n            \"name\": \"Tie-up Agreement with Logistic Partners\",\n            \"name_on_frontend\": \"LOGISTIC_PARTNERS_AGREEMENT\"\n        },\n        {\n            \"id\": 57,\n            \"name\": \"Tie-up Agreement with NBFC\",\n            \"name_on_frontend\": \"NBFC_AGREEMENT\"\n        },\n        {\n            \"id\": 58,\n            \"name\": \"Tie-up Agreement with Uniform Organisations\",\n            \"name_on_frontend\": \"UNIFORM_ORGANISATIONS_AGREEMENT\"\n        },\n        {\n            \"id\": 59,\n            \"name\": \"Tie-up Agreement with Restaurants\",\n            \"name_on_frontend\": \"RESTAURANTS_AGREEMENT\"\n        },\n        {\n            \"id\": 60,\n            \"name\": \"Tie-up Agreement with Schools/Colleges\",\n            \"name_on_frontend\": \"SCHOOLS_COLLEGES_AGREEMENT\"\n        },\n        {\n            \"id\": 61,\n            \"name\": \"Tie-up Agreement with Service Providers\",\n            \"name_on_frontend\": \"SERVICE_PROVIDERS_AGREEMENT\"\n        },\n        {\n            \"id\": 62,\n            \"name\": \"Tie-up Agreement with Shops/Dealers\",\n            \"name_on_frontend\": \"SHOPS_DEALERS_AGREEMENT\"\n        },\n        {\n            \"id\": 63,\n            \"name\": \"Tie-up Agreement with Societies\",\n            \"name_on_frontend\": \"SOCIETIES_AGREEMENT\"\n        },\n        {\n            \"id\": 64,\n            \"name\": \"Tie-up Agreement with Tutors\",\n            \"name_on_frontend\": \"TUTORS_AGREEMENT\"\n        },\n        {\n            \"id\": 65,\n            \"name\": \"Tie-up Agreement with vendors/service providers\",\n            \"name_on_frontend\": \"VENDORS_SERVICE_PROVIDERS_AGREEMENT\"\n        },\n        {\n            \"id\": 66,\n            \"name\": \"Authorisation Document for carrying out this business\",\n            \"name_on_frontend\": \"AUTHORISATION_DOCUMENT\"\n        },\n        {\n            \"id\": 67,\n            \"name\": \"Confirmation email/letter from the judges\",\n            \"name_on_frontend\": \"JUDGES_CONFIRMATION_LETTER\"\n        },\n        {\n            \"id\": 68,\n            \"name\": \"IE license\",\n            \"name_on_frontend\": \"IE_LICENSE\"\n        },\n        {\n            \"id\": 69,\n            \"name\": \"Approved Films Exhibition Certificate\",\n            \"name_on_frontend\": \"FILMS_EXHIBITION_CERTIFICATE\"\n        },\n        {\n            \"id\": 70,\n            \"name\": \"Manufacturing License\",\n            \"name_on_frontend\": \"MANUFACTURING_LICENSE\"\n        },\n        {\n            \"id\": 71,\n            \"name\": \"Grahak Seva Kendra or CSP Document\",\n            \"name_on_frontend\": \"CSP_DOCUMENT\"\n        },\n        {\n            \"id\": 72,\n            \"name\": \"Course Completion Sample Certificate\",\n            \"name_on_frontend\": \"COURSE_COMPLETION_CERTIFICATE\"\n        },\n        {\n            \"id\": 73,\n            \"name\": \"Direct Selling License\",\n            \"name_on_frontend\": \"DIRECT_SELLING_LICENSE\"\n        },\n        {\n            \"id\": 74,\n            \"name\": \"AYUSH Certificate\",\n            \"name_on_frontend\": \"AYUSH_CERTIFICATE\"\n        },\n        {\n            \"id\": 75,\n            \"name\": \"GMP Certificate\",\n            \"name_on_frontend\": \"GMP_CERTIFICATE\"\n        },\n        {\n            \"id\": 76,\n            \"name\": \"Homeopathic Selling Drugs License\",\n            \"name_on_frontend\": \"HOMEOPATHIC_SELLING_LICENSE\"\n        }\n    ]\n}"},{"id":"62e16102-b1e5-44a1-b90d-b4e67fd78f0b","name":"Invalid Token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/business_sub_category"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:50:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"4908f8be-ba4c-4d47-9680-49ab530d42fe"},{"key":"X-Runtime","value":"0.128690"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"68b64867-86c2-4a04-8622-c0d9750292d2","name":"Token is invallid","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/document_category"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:53:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"cc44a102-e5d3-4b09-b282-b6e0aafb9663"},{"key":"X-Runtime","value":"0.203751"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"433ff9b3-598f-4602-9184-962a56d9ed69","name":"Success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"User Access Token"}],"url":"{{onboarding_base_url}}/api/v1/business_sub_category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:49:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"4805d27e759bdac3b741941ec3536523\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2b1bf457-42d0-4ceb-995f-aa0aa08b2491"},{"key":"X-Runtime","value":"0.083390"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"business_sub_categories\": [\n        {\n            \"id\": 1,\n            \"name\": \"DTH Recharge\",\n            \"uuid\": \"8f9b-ea8a-8a5f100e-d073-d898858c0827\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Datacard recharge\",\n            \"uuid\": \"b527-9a03-637670aa-9ec9-669e04a78dd2\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Broadand bill payment\",\n            \"uuid\": \"23d9-fbaf-91d567d9-662b-0925924ec8b9\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Mobile recharge\",\n            \"uuid\": \"7e29-685f-03609d9b-e09e-a951834141c7\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Mobile bill payment\",\n            \"uuid\": \"b7cd-32f8-5204748c-3b1c-104c2a50c351\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Electricity bill payment\",\n            \"uuid\": \"ca0d-3947-b5523e56-789d-bc88343c24f5\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Society Maintenance\",\n            \"uuid\": \"ef0b-b262-cea11957-1b2b-235733448068\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Gas and LPG\",\n            \"uuid\": \"e0c5-0e81-2f700bb3-b37a-4b0cb04913b3\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Others\",\n            \"uuid\": \"425f-3a7b-216ca398-82db-05f0df897736\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Hotel/ Lodging/ Resorts\",\n            \"uuid\": \"753f-6ea4-7c58f956-a39e-c5aa38731465\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Tour packages\",\n            \"uuid\": \"40f1-61c3-b59de9e5-528a-681b229c8276\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Car Rentals\",\n            \"uuid\": \"5b20-f0cf-fefb5f83-6f77-9ec6c24e92ca\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Cruises\",\n            \"uuid\": \"4a84-2523-b7565014-5600-0f835e0ba3cd\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Travel and Tour (all services)\",\n            \"uuid\": \"d629-45c4-5df471c5-13a5-c6d82d8d72d2\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Ticket booking- Flights, Bus, Train,\",\n            \"uuid\": \"51bf-8dac-0b16d807-003b-62163115be63\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Others\",\n            \"uuid\": \"0a3d-3a27-dc5a912f-1e93-56fd9545bd47\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Airlines\",\n            \"uuid\": \"f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Others\",\n            \"uuid\": \"e4c3-b7b7-25135ca8-8b58-a28d61ee3361\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Donations\",\n            \"uuid\": \"3b45-bd4a-617a80cb-9970-4b6a6c63c5bb\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Crowd Funding\",\n            \"uuid\": \"eb1f-169e-e1e09dbd-fdd6-624df1481bd6\"\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Others\",\n            \"uuid\": \"4259-1d8d-230118ce-0f1f-98259e27a35f\"\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Diagnostic services\",\n            \"uuid\": \"fe3d-8653-ee0e588a-a506-ecf3b783eabe\"\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Healthcare products\",\n            \"uuid\": \"bf15-a51d-c864f214-8b59-8f55cd1823f0\"\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Prescription based medicines\",\n            \"uuid\": \"6cf8-9b75-936b540e-cf7d-5aead7c2ed06\"\n        },\n        {\n            \"id\": 25,\n            \"name\": \"B2B Surgical products\",\n            \"uuid\": \"c91b-68db-1a4c6764-a7c5-dea30f548b3d\"\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Appointments\",\n            \"uuid\": \"f5e0-c166-14147170-7495-3924ba2dfab8\"\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Others\",\n            \"uuid\": \"9c49-6247-8d4ac0bc-6ac3-a9010d4ba95e\"\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Conferences\",\n            \"uuid\": \"f483-b5d8-2b7c834d-c130-475e044eab5a\"\n        },\n        {\n            \"id\": 29,\n            \"name\": \"Wedding planning, catering, etc\",\n            \"uuid\": \"5cc1-31b1-53083e67-446f-3d257fba7b20\"\n        },\n        {\n            \"id\": 30,\n            \"name\": \"Events\",\n            \"uuid\": \"645f-269d-77ff3d2f-d361-78cf3b8b9eef\"\n        },\n        {\n            \"id\": 31,\n            \"name\": \"Others\",\n            \"uuid\": \"f455-0d48-9c448ec2-77e9-999f2d10914a\"\n        },\n        {\n            \"id\": 32,\n            \"name\": \"Internet service provider\",\n            \"uuid\": \"4556-5cee-55f9f985-e867-586743deb604\"\n        },\n        {\n            \"id\": 33,\n            \"name\": \"Cable TV operator\",\n            \"uuid\": \"ce9b-6f05-efa923d7-4558-5b6b7d7bcc5c\"\n        },\n        {\n            \"id\": 34,\n            \"name\": \"Others\",\n            \"uuid\": \"c128-ce9d-d6ec371e-0221-24db49de644d\"\n        },\n        {\n            \"id\": 35,\n            \"name\": \"Facilitator\",\n            \"uuid\": \"bb2e-0ec8-093ab531-464d-b7fe73be3cca\"\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Others\",\n            \"uuid\": \"888b-3cef-439aca97-7def-4109e2186f55\"\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Property Tax\",\n            \"uuid\": \"882f-bd35-c796505e-0ecd-03e29f39f953\"\n        },\n        {\n            \"id\": 38,\n            \"name\": \"Water Tax\",\n            \"uuid\": \"0783-d803-3d313f26-b680-06693d4dfc62\"\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Recruitment\",\n            \"uuid\": \"d177-38d8-a92c2a15-ee63-9f9ef30da6a2\"\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Political Party\",\n            \"uuid\": \"85b1-7969-ab35ee8f-acea-082c2c6b5d7e\"\n        },\n        {\n            \"id\": 41,\n            \"name\": \"Other fees\",\n            \"uuid\": \"0f3f-932b-44766d90-4158-225ae8d8a017\"\n        },\n        {\n            \"id\": 42,\n            \"name\": \"Booking amount\",\n            \"uuid\": \"cd74-0776-17bf8130-765a-ebd169275460\"\n        },\n        {\n            \"id\": 43,\n            \"name\": \"Repayment (Loans)\",\n            \"uuid\": \"b88e-1ded-573ff34b-504f-c258bc4ad1c4\"\n        },\n        {\n            \"id\": 44,\n            \"name\": \"Others\",\n            \"uuid\": \"423c-ef70-637d396a-895f-dd8a9096911d\"\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Wallet\",\n            \"uuid\": \"06b8-8cf4-61785019-994f-0c5b2789cacc\"\n        },\n        {\n            \"id\": 46,\n            \"name\": \"Banks\",\n            \"uuid\": \"eb4c-5e17-2870a7db-821b-c0e2c29c95b3\"\n        },\n        {\n            \"id\": 47,\n            \"name\": \"Loans (Repayment)\",\n            \"uuid\": \"69cb-b243-9102a87d-dd47-efaef7c7ec5d\"\n        },\n        {\n            \"id\": 48,\n            \"name\": \"Forex\",\n            \"uuid\": \"a35a-d306-d5a9b26f-b293-4eb6872d084f\"\n        },\n        {\n            \"id\": 49,\n            \"name\": \"Money Transfer\",\n            \"uuid\": \"2726-59c9-73fd36be-7cdb-598e7a7ceeb4\"\n        },\n        {\n            \"id\": 50,\n            \"name\": \"Mutual Funds\",\n            \"uuid\": \"5abc-b4c7-e2671891-40e9-af1b5233ee7b\"\n        },\n        {\n            \"id\": 51,\n            \"name\": \"Stock broking and advisory\",\n            \"uuid\": \"e4a6-77d0-7b2e147e-9554-fa17ae37d6a9\"\n        },\n        {\n            \"id\": 52,\n            \"name\": \"Others\",\n            \"uuid\": \"0651-a7c5-607dea84-64a8-1226f5f212d2\"\n        },\n        {\n            \"id\": 53,\n            \"name\": \"General Insurance\",\n            \"uuid\": \"c05f-07d0-921b601c-2dd4-2881148a9252\"\n        },\n        {\n            \"id\": 54,\n            \"name\": \"Life Insurance\",\n            \"uuid\": \"d1be-0f20-24c402af-53ae-b1b23fa3f8d8\"\n        },\n        {\n            \"id\": 55,\n            \"name\": \"Motors Insurance\",\n            \"uuid\": \"a153-c482-31ecf7d5-8edc-7c204a5548b9\"\n        },\n        {\n            \"id\": 56,\n            \"name\": \"All\",\n            \"uuid\": \"390f-72c8-edc7bbf7-a07d-6fab5fa8fd63\"\n        },\n        {\n            \"id\": 57,\n            \"name\": \"Others\",\n            \"uuid\": \"2ade-50ce-edde2e80-591e-a7e11ff181fc\"\n        },\n        {\n            \"id\": 58,\n            \"name\": \"Web Hosting\",\n            \"uuid\": \"3af0-79fc-a29a7380-4e8b-74bdec2ee82f\"\n        },\n        {\n            \"id\": 59,\n            \"name\": \"Hardware and Repair services\",\n            \"uuid\": \"7021-e87b-53833dd4-9f7f-4ab7313302e2\"\n        },\n        {\n            \"id\": 60,\n            \"name\": \"Digital Marketing\",\n            \"uuid\": \"3d81-6b89-f129c3f2-cb2b-4f3360f65dfa\"\n        },\n        {\n            \"id\": 61,\n            \"name\": \"App development & Software solutions\",\n            \"uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\"\n        },\n        {\n            \"id\": 62,\n            \"name\": \"Domain name registeration\",\n            \"uuid\": \"042c-40d5-a3060884-428d-caa30c156326\"\n        },\n        {\n            \"id\": 63,\n            \"name\": \"Others\",\n            \"uuid\": \"8455-b37e-3c3365f5-af68-c9a5c57d10b7\"\n        },\n        {\n            \"id\": 64,\n            \"name\": \"Nutrition and Supplements\",\n            \"uuid\": \"f6e1-1c9f-c619175c-f827-4ea80fa2fa3f\"\n        },\n        {\n            \"id\": 65,\n            \"name\": \"Rental (electronics, equipments, etc)\",\n            \"uuid\": \"6ee2-ece8-5c97397e-1390-20bef1b5588f\"\n        },\n        {\n            \"id\": 66,\n            \"name\": \"Transport, Local Delivery, etc\",\n            \"uuid\": \"1ddd-ccbc-07bed571-f4bb-ae2c5d81b6a9\"\n        },\n        {\n            \"id\": 67,\n            \"name\": \"Shoes\",\n            \"uuid\": \"84ab-19cb-bae92711-6d86-b11e4e7d85ef\"\n        },\n        {\n            \"id\": 68,\n            \"name\": \"Flowers and Gifts\",\n            \"uuid\": \"03c2-e89e-1f8dede2-56e1-1c0d828a331b\"\n        },\n        {\n            \"id\": 69,\n            \"name\": \"Publications/Magazine\",\n            \"uuid\": \"80cc-c3eb-7d1a24ea-d1c5-a74eacd10882\"\n        },\n        {\n            \"id\": 70,\n            \"name\": \"Movie, theater, concert, etc tickets\",\n            \"uuid\": \"1d62-5055-0f757454-74aa-b5b8691d59db\"\n        },\n        {\n            \"id\": 71,\n            \"name\": \"Office Supplies\",\n            \"uuid\": \"eb65-dced-9f457953-6797-c9ac9fe733d5\"\n        },\n        {\n            \"id\": 72,\n            \"name\": \"Mobiles, tabs, etc.\",\n            \"uuid\": \"7a1e-9193-cb3cd50f-8986-8e86cb3371ad\"\n        },\n        {\n            \"id\": 73,\n            \"name\": \"Cameras, camcorders and equipment\",\n            \"uuid\": \"f169-2b8f-6b55d94e-2175-27db8ba55adb\"\n        },\n        {\n            \"id\": 74,\n            \"name\": \"Business listing\",\n            \"uuid\": \"cea0-9b37-f86c2e18-b601-04eeaa90828c\"\n        },\n        {\n            \"id\": 75,\n            \"name\": \"Industrial and Manufacturing supplies\",\n            \"uuid\": \"b079-8f16-fcc482f1-0f39-250de1fcab4b\"\n        },\n        {\n            \"id\": 76,\n            \"name\": \"Food delivery\",\n            \"uuid\": \"da96-d990-74476639-d701-01609b0e2a52\"\n        },\n        {\n            \"id\": 77,\n            \"name\": \"Dating services\",\n            \"uuid\": \"8788-0d8d-45657475-7195-22477c89681e\"\n        },\n        {\n            \"id\": 78,\n            \"name\": \"Fertilizer, Pesticide, Seeds, etc.\",\n            \"uuid\": \"4c2c-9bc9-e8e59dd1-57ca-fe1f5bc8b284\"\n        },\n        {\n            \"id\": 79,\n            \"name\": \"Lottery\",\n            \"uuid\": \"56bd-c7db-a29629a2-2ea0-58083785e56d\"\n        },\n        {\n            \"id\": 80,\n            \"name\": \"Luggage\",\n            \"uuid\": \"2635-256d-8b72d220-3f40-2aaa4bc1e6a9\"\n        },\n        {\n            \"id\": 81,\n            \"name\": \"MLM\",\n            \"uuid\": \"f8ec-b36a-1f79c848-6ae6-03a41c8e0646\"\n        },\n        {\n            \"id\": 82,\n            \"name\": \"Movers and Packers\",\n            \"uuid\": \"ec45-d936-11435884-5f97-09966046af7a\"\n        },\n        {\n            \"id\": 83,\n            \"name\": \"Courier services\",\n            \"uuid\": \"4315-a67b-9895ba53-60ad-808b7d4ea954\"\n        },\n        {\n            \"id\": 84,\n            \"name\": \"Cabs\",\n            \"uuid\": \"72d2-6633-f57b00e4-07ec-c2dd7b69420b\"\n        },\n        {\n            \"id\": 85,\n            \"name\": \"Security and Surveillance\",\n            \"uuid\": \"d3dc-f4a2-619fd2a7-19f9-7b13be87b54a\"\n        },\n        {\n            \"id\": 86,\n            \"name\": \"Restaurants\",\n            \"uuid\": \"5037-8cf7-5d045de9-bfd7-75cda8cb04af\"\n        },\n        {\n            \"id\": 87,\n            \"name\": \"Jewellery\",\n            \"uuid\": \"cab7-7626-ad510324-f3ee-6378a2e5be28\"\n        },\n        {\n            \"id\": 88,\n            \"name\": \"Uniforms\",\n            \"uuid\": \"7bd8-1ef2-5198623c-eaab-b611cbddaed4\"\n        },\n        {\n            \"id\": 89,\n            \"name\": \"Video streaming, entertainment, etc\",\n            \"uuid\": \"d056-a59a-e6105e8a-10fa-17814647e290\"\n        },\n        {\n            \"id\": 90,\n            \"name\": \"Groceries\",\n            \"uuid\": \"74b4-4c34-a34b407b-b99a-d0564f1304df\"\n        },\n        {\n            \"id\": 91,\n            \"name\": \"Document (Pan card, Passport, etc.)\",\n            \"uuid\": \"42b4-d183-2e81bfbf-1720-f3ea0c2021c0\"\n        },\n        {\n            \"id\": 92,\n            \"name\": \"Apparels, Accersories, Home, Fashion\",\n            \"uuid\": \"6806-b59d-0509891d-f218-5c14798cba8e\"\n        },\n        {\n            \"id\": 93,\n            \"name\": \"Eyewear\",\n            \"uuid\": \"8805-d1e0-02b44bc4-bd91-167303312f9c\"\n        },\n        {\n            \"id\": 94,\n            \"name\": \"Women's clothing and accessories\",\n            \"uuid\": \"7ec4-12da-cfbb3997-253a-d5bd4539652e\"\n        },\n        {\n            \"id\": 95,\n            \"name\": \"Home and kitchenware\",\n            \"uuid\": \"a0e9-a56d-433b4560-4830-10f412dd99a4\"\n        },\n        {\n            \"id\": 96,\n            \"name\": \"Men's clothing and accessories\",\n            \"uuid\": \"468c-2377-92c75175-188a-fa25aa163189\"\n        },\n        {\n            \"id\": 97,\n            \"name\": \"Kids clothing and accessories\",\n            \"uuid\": \"5ed2-f5b5-61d9dc27-5fad-c57e893c2206\"\n        },\n        {\n            \"id\": 98,\n            \"name\": \"Toys, hobbies, etc\",\n            \"uuid\": \"1740-80aa-4c33c9d4-6a81-70b16e5b91b3\"\n        },\n        {\n            \"id\": 99,\n            \"name\": \"Accessories\",\n            \"uuid\": \"353c-4674-48c517dc-7366-e105d0778fb7\"\n        },\n        {\n            \"id\": 100,\n            \"name\": \"Sporting equipments\",\n            \"uuid\": \"2b82-d7d7-884a528f-51af-653a76614cf8\"\n        },\n        {\n            \"id\": 101,\n            \"name\": \"Electronics\",\n            \"uuid\": \"84ef-6549-4f5e6569-5ada-58808a355747\"\n        },\n        {\n            \"id\": 102,\n            \"name\": \"Furniture\",\n            \"uuid\": \"0679-c82f-1eadd243-fd28-e29c7e5973eb\"\n        },\n        {\n            \"id\": 103,\n            \"name\": \"Routers, projectors, etc.\",\n            \"uuid\": \"f4b4-97b6-e4f27fe4-66ad-62559a331f89\"\n        },\n        {\n            \"id\": 104,\n            \"name\": \"Laptops, Desktop, etc\",\n            \"uuid\": \"804f-8985-fd39eb63-5125-a74f70db9bdf\"\n        },\n        {\n            \"id\": 105,\n            \"name\": \"Online gaming\",\n            \"uuid\": \"7282-fe8c-a3268404-dbb4-9aa5b1e1ce9b\"\n        },\n        {\n            \"id\": 106,\n            \"name\": \"Religious\",\n            \"uuid\": \"cb8a-4028-08606875-8d73-a353769b51ae\"\n        },\n        {\n            \"id\": 107,\n            \"name\": \"Food, Gourmet Food. Etc\",\n            \"uuid\": \"8a6f-bb37-3f10c453-43d9-b766ce2ae1ae\"\n        },\n        {\n            \"id\": 108,\n            \"name\": \"Chemical, Organic products, etc\",\n            \"uuid\": \"f379-2299-fcd44b47-24e7-e2d1a5e4f5dc\"\n        },\n        {\n            \"id\": 109,\n            \"name\": \"Cosmetics\",\n            \"uuid\": \"457a-7186-0aee9fce-5ccb-bdc886f81008\"\n        },\n        {\n            \"id\": 110,\n            \"name\": \"Fragrances and perfumes\",\n            \"uuid\": \"6f27-e721-da7a99f0-fecd-a2e8211f2efa\"\n        },\n        {\n            \"id\": 111,\n            \"name\": \"Pet shop, food, accessories\",\n            \"uuid\": \"885e-967a-f219ae34-f54c-9c89f37e265b\"\n        },\n        {\n            \"id\": 112,\n            \"name\": \"Art, photos, etc\",\n            \"uuid\": \"9224-703c-91e30dd5-088d-485d21d9e6ba\"\n        },\n        {\n            \"id\": 113,\n            \"name\": \"Auto dealer (Booking amount)\",\n            \"uuid\": \"80ce-babe-88bdc166-e0dc-90e483421967\"\n        },\n        {\n            \"id\": 114,\n            \"name\": \"Auto parts & services\",\n            \"uuid\": \"199e-f092-dcb5502b-7d16-9f6f080a537d\"\n        },\n        {\n            \"id\": 115,\n            \"name\": \"Discounts and deals\",\n            \"uuid\": \"d138-cb06-ae69e7f5-5693-aa6f64fc7980\"\n        },\n        {\n            \"id\": 116,\n            \"name\": \"Construction products\",\n            \"uuid\": \"f7e9-4c32-cb5df699-0bd4-f43522cd1975\"\n        },\n        {\n            \"id\": 117,\n            \"name\": \"Gardening and Landscaping\",\n            \"uuid\": \"70cb-431f-15817a2d-4183-96940cfea8c6\"\n        },\n        {\n            \"id\": 118,\n            \"name\": \"Exercise, Fitness and Gym\",\n            \"uuid\": \"13e8-84ff-ff4d0766-dca1-ba44da2b5cc3\"\n        },\n        {\n            \"id\": 119,\n            \"name\": \"Membership\",\n            \"uuid\": \"d91c-c58a-03b3fe3b-4171-71d2876bad3d\"\n        },\n        {\n            \"id\": 120,\n            \"name\": \"Pest Control\",\n            \"uuid\": \"b301-1757-f82953ef-b58b-73a0c5676b87\"\n        },\n        {\n            \"id\": 121,\n            \"name\": \"Others\",\n            \"uuid\": \"7acc-80de-b3053296-0427-6b4971a1971f\"\n        },\n        {\n            \"id\": 122,\n            \"name\": \"Others\",\n            \"uuid\": \"461b-acf0-6c999920-576e-8916bfcd0012\"\n        },\n        {\n            \"id\": 123,\n            \"name\": \"Legal\",\n            \"uuid\": \"562d-bf76-6d352757-9bb2-1d5438171c81\"\n        },\n        {\n            \"id\": 124,\n            \"name\": \"Jobs\",\n            \"uuid\": \"81d0-5cb5-7ae1c8d2-180c-58966aabc3b1\"\n        },\n        {\n            \"id\": 125,\n            \"name\": \"Business Consulting\",\n            \"uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\"\n        },\n        {\n            \"id\": 126,\n            \"name\": \"Astrology\",\n            \"uuid\": \"7036-133c-e7d3938f-1213-0a1d157c904e\"\n        },\n        {\n            \"id\": 127,\n            \"name\": \"Photography\",\n            \"uuid\": \"8bc7-d7cd-556c1bda-aee4-07009d77684c\"\n        },\n        {\n            \"id\": 128,\n            \"name\": \"Architects, Interior designers, etc.\",\n            \"uuid\": \"5eca-f6f7-1049af88-d938-bea3f34459e7\"\n        },\n        {\n            \"id\": 129,\n            \"name\": \"Matrimony\",\n            \"uuid\": \"d3e9-7752-b11e1b68-0e2f-38fe08639ef7\"\n        },\n        {\n            \"id\": 130,\n            \"name\": \"Visa Services\",\n            \"uuid\": \"61e3-2d5f-497a01b4-7806-84a833e4c0d0\"\n        },\n        {\n            \"id\": 131,\n            \"name\": \"Reports, Survey, etc\",\n            \"uuid\": \"3b2d-8b65-b44d84c5-5f19-1e2c4543e703\"\n        },\n        {\n            \"id\": 132,\n            \"name\": \"Career Counselling\",\n            \"uuid\": \"d7ab-68b4-04eca30f-e2be-b9b421a45e1b\"\n        },\n        {\n            \"id\": 133,\n            \"name\": \"Appointments (Salons, Spa, etc.)\",\n            \"uuid\": \"e19f-f47f-d9b0ea92-f07d-95707bcc52de\"\n        },\n        {\n            \"id\": 134,\n            \"name\": \"Advertising\",\n            \"uuid\": \"7504-4d4a-900cd199-8915-7fca363a5527\"\n        },\n        {\n            \"id\": 135,\n            \"name\": \"Accounting and Tax\",\n            \"uuid\": \"6e04-90df-661105bf-bfc8-3b733e6bb303\"\n        },\n        {\n            \"id\": 136,\n            \"name\": \"Therapists\",\n            \"uuid\": \"fc10-e1e0-dc652511-6e3d-5de3456ea085\"\n        },\n        {\n            \"id\": 137,\n            \"name\": \"Maintenance and Repair services\",\n            \"uuid\": \"1171-08be-a00384bd-0f6b-a5c8d2882f9d\"\n        },\n        {\n            \"id\": 138,\n            \"name\": \"Others\",\n            \"uuid\": \"8aa4-ad4b-351ce039-6dfc-36aad399fad6\"\n        },\n        {\n            \"id\": 139,\n            \"name\": \"Schools\",\n            \"uuid\": \"ea05-3099-3f8bffc4-8130-1f626388f960\"\n        },\n        {\n            \"id\": 140,\n            \"name\": \"Colleges\",\n            \"uuid\": \"30a1-6af0-613609b3-523d-116b6ff4c390\"\n        },\n        {\n            \"id\": 141,\n            \"name\": \"Universities\",\n            \"uuid\": \"28a2-473e-d487b3c6-5664-b7da7a807b14\"\n        },\n        {\n            \"id\": 142,\n            \"name\": \"Courses, Training and Workshops\",\n            \"uuid\": \"19eb-36af-7632f6a5-760c-0a2901527d8f\"\n        },\n        {\n            \"id\": 143,\n            \"name\": \"Tutorials\",\n            \"uuid\": \"dabf-efab-abeb7b78-3ccb-a9145f113660\"\n        },\n        {\n            \"id\": 144,\n            \"name\": \"ERP for schools and colleges\",\n            \"uuid\": \"7f3f-11f5-c3ba581a-20d8-d0523799912e\"\n        },\n        {\n            \"id\": 145,\n            \"name\": \"Others\",\n            \"uuid\": \"a365-8b11-9a41a67e-5850-c591e97f12f7\"\n        }\n    ]\n}"}],"_postman_id":"40926603-93cd-42fb-90ca-d7b4870c358d"},{"name":"Acl Permissions","id":"e3066784-26c9-44a5-baea-99769d1d48bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>User Access Token</p>\n"}],"url":"{{onboarding_base_url}}/api/v1/acl_permission","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","acl_permission"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"abf96d2f-917e-41f7-9f86-36ccf900d902","name":"Succcess Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/document_category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:52:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"e131d7eb161de38836ed4ae386a4f387\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"fb21dd8d-ee11-4a6c-b6c5-b06a3cc42e19"},{"key":"X-Runtime","value":"0.238375"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"document_categories\": [\n        {\n            \"id\": 1,\n            \"name\": \"Bank Account Proof\",\n            \"name_on_frontend\": \"BANK_PROOF\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"PAN Card of Signing Authority\",\n            \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"PAN Card of Company\",\n            \"name_on_frontend\": \"COMPANY_PAN_COPY\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"PAN Card of Society\",\n            \"name_on_frontend\": \"SOCIETY_PAN\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"PAN Card of Trust\",\n            \"name_on_frontend\": \"TRUST_PAN\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"PAN Card of Partnership\",\n            \"name_on_frontend\": \"PATNERSHIP_PAN_CARD\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"PAN Card of LLP\",\n            \"name_on_frontend\": \"LLP_PAN_CARD\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"PAN Card of HUF\",\n            \"name_on_frontend\": \"HUF_PAN\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Address Proof of Signing Authority\",\n            \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Government Issued Certificate\",\n            \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Authorisation Letter\",\n            \"name_on_frontend\": \"SIGNED_AUTHORISATION_LETTER\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Board Resolution Letter\",\n            \"name_on_frontend\": \"BOARD_RESOLUTION_LETTER\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Service Agreement\",\n            \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Merged Documents\",\n            \"name_on_frontend\": \"MERGED_DOCUMENT\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"80G or 12A Certificate\",\n            \"name_on_frontend\": \"CERTIFICATE_80G_12A\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Undertaking on Letterhead for no tax exemption claim\",\n            \"name_on_frontend\": \"NO_TAX_EXEMPTION\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Affiliation certificate\",\n            \"name_on_frontend\": \"AFFILIATION_CERTIFICATE\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"BIS Certificate\",\n            \"name_on_frontend\": \"BIS_CERTIFICATE\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Certificate from Ministry of Chemicals and Fertilizers\",\n            \"name_on_frontend\": \"CHEMICALS_FERTILIZERS_CERTIFICATE\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"DAS license\",\n            \"name_on_frontend\": \"DAS_LICENSE\"\n        },\n        {\n            \"id\": 21,\n            \"name\": \"DGCA license\",\n            \"name_on_frontend\": \"DGCA_LICENSE\"\n        },\n        {\n            \"id\": 22,\n            \"name\": \"FSSAI certificate\",\n            \"name_on_frontend\": \"FSSAI_CERTIFICATE\"\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Gemological institute certificate\",\n            \"name_on_frontend\": \"GEMOLOGICAL_CERTIFICATE\"\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Franchisee Agreement with Bank\",\n            \"name_on_frontend\": \"FRANCHISEE_AGREEMENT\"\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Approval from Indian Ministry of Tourism\",\n            \"name_on_frontend\": \"TOURISM_MINISTRY_APPROVAL\"\n        },\n        {\n            \"id\": 26,\n            \"name\": \"IATA Certificate\",\n            \"name_on_frontend\": \"IATA_CERTIFICATE\"\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Web Hosting Invoice\",\n            \"name_on_frontend\": \"WEB_HOSTING_INVOICE\"\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Procurement Invoice\",\n            \"name_on_frontend\": \"PROCUREMENT_INVOICE\"\n        },\n        {\n            \"id\": 29,\n            \"name\": \"IRDA certificate\",\n            \"name_on_frontend\": \"IRDA_CERTIFICATE\"\n        },\n        {\n            \"id\": 30,\n            \"name\": \"Last 2 years Audited Financials\",\n            \"name_on_frontend\": \"AUDITED_FINANCIALS_2_YEARS\"\n        },\n        {\n            \"id\": 31,\n            \"name\": \"Last 6 Months Bank Statement\",\n            \"name_on_frontend\": \"BANK_STATEMENT_6_MONTHS\"\n        },\n        {\n            \"id\": 32,\n            \"name\": \"License from Directorate General of shipping\",\n            \"name_on_frontend\": \"SHIPPING_LICENSE\"\n        },\n        {\n            \"id\": 33,\n            \"name\": \"Logistic Transport License\",\n            \"name_on_frontend\": \"LOGISTIC_TRANSPORT_LICENSE\"\n        },\n        {\n            \"id\": 34,\n            \"name\": \"NBFC Certificate\",\n            \"name_on_frontend\": \"NBFC_CERTIFICATE\"\n        },\n        {\n            \"id\": 35,\n            \"name\": \"NISM MFD\",\n            \"name_on_frontend\": \"NISM_MFD\"\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Venue Booking Receipt\",\n            \"name_on_frontend\": \"VENURE_BOOKING_RECEIPT\"\n        },\n        {\n            \"id\": 37,\n            \"name\": \"PCI DSS certificate\",\n            \"name_on_frontend\": \"PCI_DSS_CERTIFICATE\"\n        },\n        {\n            \"id\": 38,\n            \"name\": \"Pest control business license\",\n            \"name_on_frontend\": \"PEST_CONTROL_LICENSE\"\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Police Verification Certificate\",\n            \"name_on_frontend\": \"POLICE_VERIFICATION_CERTIFICATE\"\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Radio License\",\n            \"name_on_frontend\": \"RADIO_LICENSE\"\n        },\n        {\n            \"id\": 41,\n            \"name\": \"Money Changer License\",\n            \"name_on_frontend\": \"MONEY_CHANGER_LICENSE\"\n        },\n        {\n            \"id\": 42,\n            \"name\": \"RBI License\",\n            \"name_on_frontend\": \"RBI_LICENSE\"\n        },\n        {\n            \"id\": 43,\n            \"name\": \"RBI PPI license\",\n            \"name_on_frontend\": \"RBI_PPI_LICENSE\"\n        },\n        {\n            \"id\": 44,\n            \"name\": \"RERA Certificate\",\n            \"name_on_frontend\": \"RERA_CERTIFICATE\"\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Sample Proof of Delivery\",\n            \"name_on_frontend\": \"SAMPLE_PROOF_DELIVERY\"\n        },\n        {\n            \"id\": 46,\n            \"name\": \"SEBI Certificate\",\n            \"name_on_frontend\": \"SEBI_CERTIFICATE\"\n        },\n        {\n            \"id\": 47,\n            \"name\": \"SEBI certificate as Investment Advisor\",\n            \"name_on_frontend\": \"SEBI_INVESTMENT_ADVISOR_CERTIFICATE\"\n        },\n        {\n            \"id\": 48,\n            \"name\": \"Tie-up Agreement with your Partners\",\n            \"name_on_frontend\": \"TIE_UP_AGREEMENT\"\n        },\n        {\n            \"id\": 49,\n            \"name\": \"ISP License\",\n            \"name_on_frontend\": \"ISP_LICENSE\"\n        },\n        {\n            \"id\": 50,\n            \"name\": \"NSDL Certificate\",\n            \"name_on_frontend\": \"NSDL_CERTIFICATE\"\n        },\n        {\n            \"id\": 51,\n            \"name\": \"Accredition Certificate\",\n            \"name_on_frontend\": \"ACCREDITION_CERTIFICATE\"\n        },\n        {\n            \"id\": 52,\n            \"name\": \"Document validating Ownership of Property\",\n            \"name_on_frontend\": \"PROPERTY_OWNERSHIP_DOCUMENT\"\n        },\n        {\n            \"id\": 53,\n            \"name\": \"Tie-up Agreement with Cruise Owners\",\n            \"name_on_frontend\": \"CRUISE_OWNERS_AGREEMENT\"\n        },\n        {\n            \"id\": 54,\n            \"name\": \"Tie-up Agreement with Car Owners\",\n            \"name_on_frontend\": \"CAR_OWNERS_AGREEMENT\"\n        },\n        {\n            \"id\": 55,\n            \"name\": \"Tie-up Agreement with Diagnostic Centers\",\n            \"name_on_frontend\": \"DIAGNOSTIC_CENTRES_AGREEMENT\"\n        },\n        {\n            \"id\": 56,\n            \"name\": \"Tie-up Agreement with Logistic Partners\",\n            \"name_on_frontend\": \"LOGISTIC_PARTNERS_AGREEMENT\"\n        },\n        {\n            \"id\": 57,\n            \"name\": \"Tie-up Agreement with NBFC\",\n            \"name_on_frontend\": \"NBFC_AGREEMENT\"\n        },\n        {\n            \"id\": 58,\n            \"name\": \"Tie-up Agreement with Uniform Organisations\",\n            \"name_on_frontend\": \"UNIFORM_ORGANISATIONS_AGREEMENT\"\n        },\n        {\n            \"id\": 59,\n            \"name\": \"Tie-up Agreement with Restaurants\",\n            \"name_on_frontend\": \"RESTAURANTS_AGREEMENT\"\n        },\n        {\n            \"id\": 60,\n            \"name\": \"Tie-up Agreement with Schools/Colleges\",\n            \"name_on_frontend\": \"SCHOOLS_COLLEGES_AGREEMENT\"\n        },\n        {\n            \"id\": 61,\n            \"name\": \"Tie-up Agreement with Service Providers\",\n            \"name_on_frontend\": \"SERVICE_PROVIDERS_AGREEMENT\"\n        },\n        {\n            \"id\": 62,\n            \"name\": \"Tie-up Agreement with Shops/Dealers\",\n            \"name_on_frontend\": \"SHOPS_DEALERS_AGREEMENT\"\n        },\n        {\n            \"id\": 63,\n            \"name\": \"Tie-up Agreement with Societies\",\n            \"name_on_frontend\": \"SOCIETIES_AGREEMENT\"\n        },\n        {\n            \"id\": 64,\n            \"name\": \"Tie-up Agreement with Tutors\",\n            \"name_on_frontend\": \"TUTORS_AGREEMENT\"\n        },\n        {\n            \"id\": 65,\n            \"name\": \"Tie-up Agreement with vendors/service providers\",\n            \"name_on_frontend\": \"VENDORS_SERVICE_PROVIDERS_AGREEMENT\"\n        },\n        {\n            \"id\": 66,\n            \"name\": \"Authorisation Document for carrying out this business\",\n            \"name_on_frontend\": \"AUTHORISATION_DOCUMENT\"\n        },\n        {\n            \"id\": 67,\n            \"name\": \"Confirmation email/letter from the judges\",\n            \"name_on_frontend\": \"JUDGES_CONFIRMATION_LETTER\"\n        },\n        {\n            \"id\": 68,\n            \"name\": \"IE license\",\n            \"name_on_frontend\": \"IE_LICENSE\"\n        },\n        {\n            \"id\": 69,\n            \"name\": \"Approved Films Exhibition Certificate\",\n            \"name_on_frontend\": \"FILMS_EXHIBITION_CERTIFICATE\"\n        },\n        {\n            \"id\": 70,\n            \"name\": \"Manufacturing License\",\n            \"name_on_frontend\": \"MANUFACTURING_LICENSE\"\n        },\n        {\n            \"id\": 71,\n            \"name\": \"Grahak Seva Kendra or CSP Document\",\n            \"name_on_frontend\": \"CSP_DOCUMENT\"\n        },\n        {\n            \"id\": 72,\n            \"name\": \"Course Completion Sample Certificate\",\n            \"name_on_frontend\": \"COURSE_COMPLETION_CERTIFICATE\"\n        },\n        {\n            \"id\": 73,\n            \"name\": \"Direct Selling License\",\n            \"name_on_frontend\": \"DIRECT_SELLING_LICENSE\"\n        },\n        {\n            \"id\": 74,\n            \"name\": \"AYUSH Certificate\",\n            \"name_on_frontend\": \"AYUSH_CERTIFICATE\"\n        },\n        {\n            \"id\": 75,\n            \"name\": \"GMP Certificate\",\n            \"name_on_frontend\": \"GMP_CERTIFICATE\"\n        },\n        {\n            \"id\": 76,\n            \"name\": \"Homeopathic Selling Drugs License\",\n            \"name_on_frontend\": \"HOMEOPATHIC_SELLING_LICENSE\"\n        }\n    ]\n}"},{"id":"9d6d290e-c9f2-449a-98bd-7cdf08bc8c92","name":"Invalid Token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/business_sub_category"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:50:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"4908f8be-ba4c-4d47-9680-49ab530d42fe"},{"key":"X-Runtime","value":"0.128690"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"36ef159a-0cf8-4e8b-9cb9-b18dc6e5cea6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"User Access Token"}],"url":"{{onboarding_base_url}}/api/v1/acl_permission"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:56:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3376bd78-b070-4f32-b122-2665ac4ef02f"},{"key":"X-Runtime","value":"0.192008"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"d3281b56-5558-47e2-844f-7d12f9136522","name":"Token is invallid","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/document_category"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:53:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"cc44a102-e5d3-4b09-b282-b6e0aafb9663"},{"key":"X-Runtime","value":"0.203751"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"13bd50c2-73b1-4ba1-a548-41c9ebda2062","name":"Success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"User Access Token"}],"url":"{{onboarding_base_url}}/api/v1/business_sub_category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:49:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"4805d27e759bdac3b741941ec3536523\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2b1bf457-42d0-4ceb-995f-aa0aa08b2491"},{"key":"X-Runtime","value":"0.083390"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"business_sub_categories\": [\n        {\n            \"id\": 1,\n            \"name\": \"DTH Recharge\",\n            \"uuid\": \"8f9b-ea8a-8a5f100e-d073-d898858c0827\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Datacard recharge\",\n            \"uuid\": \"b527-9a03-637670aa-9ec9-669e04a78dd2\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Broadand bill payment\",\n            \"uuid\": \"23d9-fbaf-91d567d9-662b-0925924ec8b9\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Mobile recharge\",\n            \"uuid\": \"7e29-685f-03609d9b-e09e-a951834141c7\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Mobile bill payment\",\n            \"uuid\": \"b7cd-32f8-5204748c-3b1c-104c2a50c351\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Electricity bill payment\",\n            \"uuid\": \"ca0d-3947-b5523e56-789d-bc88343c24f5\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Society Maintenance\",\n            \"uuid\": \"ef0b-b262-cea11957-1b2b-235733448068\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Gas and LPG\",\n            \"uuid\": \"e0c5-0e81-2f700bb3-b37a-4b0cb04913b3\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Others\",\n            \"uuid\": \"425f-3a7b-216ca398-82db-05f0df897736\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Hotel/ Lodging/ Resorts\",\n            \"uuid\": \"753f-6ea4-7c58f956-a39e-c5aa38731465\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Tour packages\",\n            \"uuid\": \"40f1-61c3-b59de9e5-528a-681b229c8276\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Car Rentals\",\n            \"uuid\": \"5b20-f0cf-fefb5f83-6f77-9ec6c24e92ca\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Cruises\",\n            \"uuid\": \"4a84-2523-b7565014-5600-0f835e0ba3cd\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Travel and Tour (all services)\",\n            \"uuid\": \"d629-45c4-5df471c5-13a5-c6d82d8d72d2\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Ticket booking- Flights, Bus, Train,\",\n            \"uuid\": \"51bf-8dac-0b16d807-003b-62163115be63\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Others\",\n            \"uuid\": \"0a3d-3a27-dc5a912f-1e93-56fd9545bd47\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Airlines\",\n            \"uuid\": \"f0e2-f7a3-3fae0aaa-1ab6-342b38cae2c2\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Others\",\n            \"uuid\": \"e4c3-b7b7-25135ca8-8b58-a28d61ee3361\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Donations\",\n            \"uuid\": \"3b45-bd4a-617a80cb-9970-4b6a6c63c5bb\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Crowd Funding\",\n            \"uuid\": \"eb1f-169e-e1e09dbd-fdd6-624df1481bd6\"\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Others\",\n            \"uuid\": \"4259-1d8d-230118ce-0f1f-98259e27a35f\"\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Diagnostic services\",\n            \"uuid\": \"fe3d-8653-ee0e588a-a506-ecf3b783eabe\"\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Healthcare products\",\n            \"uuid\": \"bf15-a51d-c864f214-8b59-8f55cd1823f0\"\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Prescription based medicines\",\n            \"uuid\": \"6cf8-9b75-936b540e-cf7d-5aead7c2ed06\"\n        },\n        {\n            \"id\": 25,\n            \"name\": \"B2B Surgical products\",\n            \"uuid\": \"c91b-68db-1a4c6764-a7c5-dea30f548b3d\"\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Appointments\",\n            \"uuid\": \"f5e0-c166-14147170-7495-3924ba2dfab8\"\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Others\",\n            \"uuid\": \"9c49-6247-8d4ac0bc-6ac3-a9010d4ba95e\"\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Conferences\",\n            \"uuid\": \"f483-b5d8-2b7c834d-c130-475e044eab5a\"\n        },\n        {\n            \"id\": 29,\n            \"name\": \"Wedding planning, catering, etc\",\n            \"uuid\": \"5cc1-31b1-53083e67-446f-3d257fba7b20\"\n        },\n        {\n            \"id\": 30,\n            \"name\": \"Events\",\n            \"uuid\": \"645f-269d-77ff3d2f-d361-78cf3b8b9eef\"\n        },\n        {\n            \"id\": 31,\n            \"name\": \"Others\",\n            \"uuid\": \"f455-0d48-9c448ec2-77e9-999f2d10914a\"\n        },\n        {\n            \"id\": 32,\n            \"name\": \"Internet service provider\",\n            \"uuid\": \"4556-5cee-55f9f985-e867-586743deb604\"\n        },\n        {\n            \"id\": 33,\n            \"name\": \"Cable TV operator\",\n            \"uuid\": \"ce9b-6f05-efa923d7-4558-5b6b7d7bcc5c\"\n        },\n        {\n            \"id\": 34,\n            \"name\": \"Others\",\n            \"uuid\": \"c128-ce9d-d6ec371e-0221-24db49de644d\"\n        },\n        {\n            \"id\": 35,\n            \"name\": \"Facilitator\",\n            \"uuid\": \"bb2e-0ec8-093ab531-464d-b7fe73be3cca\"\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Others\",\n            \"uuid\": \"888b-3cef-439aca97-7def-4109e2186f55\"\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Property Tax\",\n            \"uuid\": \"882f-bd35-c796505e-0ecd-03e29f39f953\"\n        },\n        {\n            \"id\": 38,\n            \"name\": \"Water Tax\",\n            \"uuid\": \"0783-d803-3d313f26-b680-06693d4dfc62\"\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Recruitment\",\n            \"uuid\": \"d177-38d8-a92c2a15-ee63-9f9ef30da6a2\"\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Political Party\",\n            \"uuid\": \"85b1-7969-ab35ee8f-acea-082c2c6b5d7e\"\n        },\n        {\n            \"id\": 41,\n            \"name\": \"Other fees\",\n            \"uuid\": \"0f3f-932b-44766d90-4158-225ae8d8a017\"\n        },\n        {\n            \"id\": 42,\n            \"name\": \"Booking amount\",\n            \"uuid\": \"cd74-0776-17bf8130-765a-ebd169275460\"\n        },\n        {\n            \"id\": 43,\n            \"name\": \"Repayment (Loans)\",\n            \"uuid\": \"b88e-1ded-573ff34b-504f-c258bc4ad1c4\"\n        },\n        {\n            \"id\": 44,\n            \"name\": \"Others\",\n            \"uuid\": \"423c-ef70-637d396a-895f-dd8a9096911d\"\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Wallet\",\n            \"uuid\": \"06b8-8cf4-61785019-994f-0c5b2789cacc\"\n        },\n        {\n            \"id\": 46,\n            \"name\": \"Banks\",\n            \"uuid\": \"eb4c-5e17-2870a7db-821b-c0e2c29c95b3\"\n        },\n        {\n            \"id\": 47,\n            \"name\": \"Loans (Repayment)\",\n            \"uuid\": \"69cb-b243-9102a87d-dd47-efaef7c7ec5d\"\n        },\n        {\n            \"id\": 48,\n            \"name\": \"Forex\",\n            \"uuid\": \"a35a-d306-d5a9b26f-b293-4eb6872d084f\"\n        },\n        {\n            \"id\": 49,\n            \"name\": \"Money Transfer\",\n            \"uuid\": \"2726-59c9-73fd36be-7cdb-598e7a7ceeb4\"\n        },\n        {\n            \"id\": 50,\n            \"name\": \"Mutual Funds\",\n            \"uuid\": \"5abc-b4c7-e2671891-40e9-af1b5233ee7b\"\n        },\n        {\n            \"id\": 51,\n            \"name\": \"Stock broking and advisory\",\n            \"uuid\": \"e4a6-77d0-7b2e147e-9554-fa17ae37d6a9\"\n        },\n        {\n            \"id\": 52,\n            \"name\": \"Others\",\n            \"uuid\": \"0651-a7c5-607dea84-64a8-1226f5f212d2\"\n        },\n        {\n            \"id\": 53,\n            \"name\": \"General Insurance\",\n            \"uuid\": \"c05f-07d0-921b601c-2dd4-2881148a9252\"\n        },\n        {\n            \"id\": 54,\n            \"name\": \"Life Insurance\",\n            \"uuid\": \"d1be-0f20-24c402af-53ae-b1b23fa3f8d8\"\n        },\n        {\n            \"id\": 55,\n            \"name\": \"Motors Insurance\",\n            \"uuid\": \"a153-c482-31ecf7d5-8edc-7c204a5548b9\"\n        },\n        {\n            \"id\": 56,\n            \"name\": \"All\",\n            \"uuid\": \"390f-72c8-edc7bbf7-a07d-6fab5fa8fd63\"\n        },\n        {\n            \"id\": 57,\n            \"name\": \"Others\",\n            \"uuid\": \"2ade-50ce-edde2e80-591e-a7e11ff181fc\"\n        },\n        {\n            \"id\": 58,\n            \"name\": \"Web Hosting\",\n            \"uuid\": \"3af0-79fc-a29a7380-4e8b-74bdec2ee82f\"\n        },\n        {\n            \"id\": 59,\n            \"name\": \"Hardware and Repair services\",\n            \"uuid\": \"7021-e87b-53833dd4-9f7f-4ab7313302e2\"\n        },\n        {\n            \"id\": 60,\n            \"name\": \"Digital Marketing\",\n            \"uuid\": \"3d81-6b89-f129c3f2-cb2b-4f3360f65dfa\"\n        },\n        {\n            \"id\": 61,\n            \"name\": \"App development & Software solutions\",\n            \"uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\"\n        },\n        {\n            \"id\": 62,\n            \"name\": \"Domain name registeration\",\n            \"uuid\": \"042c-40d5-a3060884-428d-caa30c156326\"\n        },\n        {\n            \"id\": 63,\n            \"name\": \"Others\",\n            \"uuid\": \"8455-b37e-3c3365f5-af68-c9a5c57d10b7\"\n        },\n        {\n            \"id\": 64,\n            \"name\": \"Nutrition and Supplements\",\n            \"uuid\": \"f6e1-1c9f-c619175c-f827-4ea80fa2fa3f\"\n        },\n        {\n            \"id\": 65,\n            \"name\": \"Rental (electronics, equipments, etc)\",\n            \"uuid\": \"6ee2-ece8-5c97397e-1390-20bef1b5588f\"\n        },\n        {\n            \"id\": 66,\n            \"name\": \"Transport, Local Delivery, etc\",\n            \"uuid\": \"1ddd-ccbc-07bed571-f4bb-ae2c5d81b6a9\"\n        },\n        {\n            \"id\": 67,\n            \"name\": \"Shoes\",\n            \"uuid\": \"84ab-19cb-bae92711-6d86-b11e4e7d85ef\"\n        },\n        {\n            \"id\": 68,\n            \"name\": \"Flowers and Gifts\",\n            \"uuid\": \"03c2-e89e-1f8dede2-56e1-1c0d828a331b\"\n        },\n        {\n            \"id\": 69,\n            \"name\": \"Publications/Magazine\",\n            \"uuid\": \"80cc-c3eb-7d1a24ea-d1c5-a74eacd10882\"\n        },\n        {\n            \"id\": 70,\n            \"name\": \"Movie, theater, concert, etc tickets\",\n            \"uuid\": \"1d62-5055-0f757454-74aa-b5b8691d59db\"\n        },\n        {\n            \"id\": 71,\n            \"name\": \"Office Supplies\",\n            \"uuid\": \"eb65-dced-9f457953-6797-c9ac9fe733d5\"\n        },\n        {\n            \"id\": 72,\n            \"name\": \"Mobiles, tabs, etc.\",\n            \"uuid\": \"7a1e-9193-cb3cd50f-8986-8e86cb3371ad\"\n        },\n        {\n            \"id\": 73,\n            \"name\": \"Cameras, camcorders and equipment\",\n            \"uuid\": \"f169-2b8f-6b55d94e-2175-27db8ba55adb\"\n        },\n        {\n            \"id\": 74,\n            \"name\": \"Business listing\",\n            \"uuid\": \"cea0-9b37-f86c2e18-b601-04eeaa90828c\"\n        },\n        {\n            \"id\": 75,\n            \"name\": \"Industrial and Manufacturing supplies\",\n            \"uuid\": \"b079-8f16-fcc482f1-0f39-250de1fcab4b\"\n        },\n        {\n            \"id\": 76,\n            \"name\": \"Food delivery\",\n            \"uuid\": \"da96-d990-74476639-d701-01609b0e2a52\"\n        },\n        {\n            \"id\": 77,\n            \"name\": \"Dating services\",\n            \"uuid\": \"8788-0d8d-45657475-7195-22477c89681e\"\n        },\n        {\n            \"id\": 78,\n            \"name\": \"Fertilizer, Pesticide, Seeds, etc.\",\n            \"uuid\": \"4c2c-9bc9-e8e59dd1-57ca-fe1f5bc8b284\"\n        },\n        {\n            \"id\": 79,\n            \"name\": \"Lottery\",\n            \"uuid\": \"56bd-c7db-a29629a2-2ea0-58083785e56d\"\n        },\n        {\n            \"id\": 80,\n            \"name\": \"Luggage\",\n            \"uuid\": \"2635-256d-8b72d220-3f40-2aaa4bc1e6a9\"\n        },\n        {\n            \"id\": 81,\n            \"name\": \"MLM\",\n            \"uuid\": \"f8ec-b36a-1f79c848-6ae6-03a41c8e0646\"\n        },\n        {\n            \"id\": 82,\n            \"name\": \"Movers and Packers\",\n            \"uuid\": \"ec45-d936-11435884-5f97-09966046af7a\"\n        },\n        {\n            \"id\": 83,\n            \"name\": \"Courier services\",\n            \"uuid\": \"4315-a67b-9895ba53-60ad-808b7d4ea954\"\n        },\n        {\n            \"id\": 84,\n            \"name\": \"Cabs\",\n            \"uuid\": \"72d2-6633-f57b00e4-07ec-c2dd7b69420b\"\n        },\n        {\n            \"id\": 85,\n            \"name\": \"Security and Surveillance\",\n            \"uuid\": \"d3dc-f4a2-619fd2a7-19f9-7b13be87b54a\"\n        },\n        {\n            \"id\": 86,\n            \"name\": \"Restaurants\",\n            \"uuid\": \"5037-8cf7-5d045de9-bfd7-75cda8cb04af\"\n        },\n        {\n            \"id\": 87,\n            \"name\": \"Jewellery\",\n            \"uuid\": \"cab7-7626-ad510324-f3ee-6378a2e5be28\"\n        },\n        {\n            \"id\": 88,\n            \"name\": \"Uniforms\",\n            \"uuid\": \"7bd8-1ef2-5198623c-eaab-b611cbddaed4\"\n        },\n        {\n            \"id\": 89,\n            \"name\": \"Video streaming, entertainment, etc\",\n            \"uuid\": \"d056-a59a-e6105e8a-10fa-17814647e290\"\n        },\n        {\n            \"id\": 90,\n            \"name\": \"Groceries\",\n            \"uuid\": \"74b4-4c34-a34b407b-b99a-d0564f1304df\"\n        },\n        {\n            \"id\": 91,\n            \"name\": \"Document (Pan card, Passport, etc.)\",\n            \"uuid\": \"42b4-d183-2e81bfbf-1720-f3ea0c2021c0\"\n        },\n        {\n            \"id\": 92,\n            \"name\": \"Apparels, Accersories, Home, Fashion\",\n            \"uuid\": \"6806-b59d-0509891d-f218-5c14798cba8e\"\n        },\n        {\n            \"id\": 93,\n            \"name\": \"Eyewear\",\n            \"uuid\": \"8805-d1e0-02b44bc4-bd91-167303312f9c\"\n        },\n        {\n            \"id\": 94,\n            \"name\": \"Women's clothing and accessories\",\n            \"uuid\": \"7ec4-12da-cfbb3997-253a-d5bd4539652e\"\n        },\n        {\n            \"id\": 95,\n            \"name\": \"Home and kitchenware\",\n            \"uuid\": \"a0e9-a56d-433b4560-4830-10f412dd99a4\"\n        },\n        {\n            \"id\": 96,\n            \"name\": \"Men's clothing and accessories\",\n            \"uuid\": \"468c-2377-92c75175-188a-fa25aa163189\"\n        },\n        {\n            \"id\": 97,\n            \"name\": \"Kids clothing and accessories\",\n            \"uuid\": \"5ed2-f5b5-61d9dc27-5fad-c57e893c2206\"\n        },\n        {\n            \"id\": 98,\n            \"name\": \"Toys, hobbies, etc\",\n            \"uuid\": \"1740-80aa-4c33c9d4-6a81-70b16e5b91b3\"\n        },\n        {\n            \"id\": 99,\n            \"name\": \"Accessories\",\n            \"uuid\": \"353c-4674-48c517dc-7366-e105d0778fb7\"\n        },\n        {\n            \"id\": 100,\n            \"name\": \"Sporting equipments\",\n            \"uuid\": \"2b82-d7d7-884a528f-51af-653a76614cf8\"\n        },\n        {\n            \"id\": 101,\n            \"name\": \"Electronics\",\n            \"uuid\": \"84ef-6549-4f5e6569-5ada-58808a355747\"\n        },\n        {\n            \"id\": 102,\n            \"name\": \"Furniture\",\n            \"uuid\": \"0679-c82f-1eadd243-fd28-e29c7e5973eb\"\n        },\n        {\n            \"id\": 103,\n            \"name\": \"Routers, projectors, etc.\",\n            \"uuid\": \"f4b4-97b6-e4f27fe4-66ad-62559a331f89\"\n        },\n        {\n            \"id\": 104,\n            \"name\": \"Laptops, Desktop, etc\",\n            \"uuid\": \"804f-8985-fd39eb63-5125-a74f70db9bdf\"\n        },\n        {\n            \"id\": 105,\n            \"name\": \"Online gaming\",\n            \"uuid\": \"7282-fe8c-a3268404-dbb4-9aa5b1e1ce9b\"\n        },\n        {\n            \"id\": 106,\n            \"name\": \"Religious\",\n            \"uuid\": \"cb8a-4028-08606875-8d73-a353769b51ae\"\n        },\n        {\n            \"id\": 107,\n            \"name\": \"Food, Gourmet Food. Etc\",\n            \"uuid\": \"8a6f-bb37-3f10c453-43d9-b766ce2ae1ae\"\n        },\n        {\n            \"id\": 108,\n            \"name\": \"Chemical, Organic products, etc\",\n            \"uuid\": \"f379-2299-fcd44b47-24e7-e2d1a5e4f5dc\"\n        },\n        {\n            \"id\": 109,\n            \"name\": \"Cosmetics\",\n            \"uuid\": \"457a-7186-0aee9fce-5ccb-bdc886f81008\"\n        },\n        {\n            \"id\": 110,\n            \"name\": \"Fragrances and perfumes\",\n            \"uuid\": \"6f27-e721-da7a99f0-fecd-a2e8211f2efa\"\n        },\n        {\n            \"id\": 111,\n            \"name\": \"Pet shop, food, accessories\",\n            \"uuid\": \"885e-967a-f219ae34-f54c-9c89f37e265b\"\n        },\n        {\n            \"id\": 112,\n            \"name\": \"Art, photos, etc\",\n            \"uuid\": \"9224-703c-91e30dd5-088d-485d21d9e6ba\"\n        },\n        {\n            \"id\": 113,\n            \"name\": \"Auto dealer (Booking amount)\",\n            \"uuid\": \"80ce-babe-88bdc166-e0dc-90e483421967\"\n        },\n        {\n            \"id\": 114,\n            \"name\": \"Auto parts & services\",\n            \"uuid\": \"199e-f092-dcb5502b-7d16-9f6f080a537d\"\n        },\n        {\n            \"id\": 115,\n            \"name\": \"Discounts and deals\",\n            \"uuid\": \"d138-cb06-ae69e7f5-5693-aa6f64fc7980\"\n        },\n        {\n            \"id\": 116,\n            \"name\": \"Construction products\",\n            \"uuid\": \"f7e9-4c32-cb5df699-0bd4-f43522cd1975\"\n        },\n        {\n            \"id\": 117,\n            \"name\": \"Gardening and Landscaping\",\n            \"uuid\": \"70cb-431f-15817a2d-4183-96940cfea8c6\"\n        },\n        {\n            \"id\": 118,\n            \"name\": \"Exercise, Fitness and Gym\",\n            \"uuid\": \"13e8-84ff-ff4d0766-dca1-ba44da2b5cc3\"\n        },\n        {\n            \"id\": 119,\n            \"name\": \"Membership\",\n            \"uuid\": \"d91c-c58a-03b3fe3b-4171-71d2876bad3d\"\n        },\n        {\n            \"id\": 120,\n            \"name\": \"Pest Control\",\n            \"uuid\": \"b301-1757-f82953ef-b58b-73a0c5676b87\"\n        },\n        {\n            \"id\": 121,\n            \"name\": \"Others\",\n            \"uuid\": \"7acc-80de-b3053296-0427-6b4971a1971f\"\n        },\n        {\n            \"id\": 122,\n            \"name\": \"Others\",\n            \"uuid\": \"461b-acf0-6c999920-576e-8916bfcd0012\"\n        },\n        {\n            \"id\": 123,\n            \"name\": \"Legal\",\n            \"uuid\": \"562d-bf76-6d352757-9bb2-1d5438171c81\"\n        },\n        {\n            \"id\": 124,\n            \"name\": \"Jobs\",\n            \"uuid\": \"81d0-5cb5-7ae1c8d2-180c-58966aabc3b1\"\n        },\n        {\n            \"id\": 125,\n            \"name\": \"Business Consulting\",\n            \"uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\"\n        },\n        {\n            \"id\": 126,\n            \"name\": \"Astrology\",\n            \"uuid\": \"7036-133c-e7d3938f-1213-0a1d157c904e\"\n        },\n        {\n            \"id\": 127,\n            \"name\": \"Photography\",\n            \"uuid\": \"8bc7-d7cd-556c1bda-aee4-07009d77684c\"\n        },\n        {\n            \"id\": 128,\n            \"name\": \"Architects, Interior designers, etc.\",\n            \"uuid\": \"5eca-f6f7-1049af88-d938-bea3f34459e7\"\n        },\n        {\n            \"id\": 129,\n            \"name\": \"Matrimony\",\n            \"uuid\": \"d3e9-7752-b11e1b68-0e2f-38fe08639ef7\"\n        },\n        {\n            \"id\": 130,\n            \"name\": \"Visa Services\",\n            \"uuid\": \"61e3-2d5f-497a01b4-7806-84a833e4c0d0\"\n        },\n        {\n            \"id\": 131,\n            \"name\": \"Reports, Survey, etc\",\n            \"uuid\": \"3b2d-8b65-b44d84c5-5f19-1e2c4543e703\"\n        },\n        {\n            \"id\": 132,\n            \"name\": \"Career Counselling\",\n            \"uuid\": \"d7ab-68b4-04eca30f-e2be-b9b421a45e1b\"\n        },\n        {\n            \"id\": 133,\n            \"name\": \"Appointments (Salons, Spa, etc.)\",\n            \"uuid\": \"e19f-f47f-d9b0ea92-f07d-95707bcc52de\"\n        },\n        {\n            \"id\": 134,\n            \"name\": \"Advertising\",\n            \"uuid\": \"7504-4d4a-900cd199-8915-7fca363a5527\"\n        },\n        {\n            \"id\": 135,\n            \"name\": \"Accounting and Tax\",\n            \"uuid\": \"6e04-90df-661105bf-bfc8-3b733e6bb303\"\n        },\n        {\n            \"id\": 136,\n            \"name\": \"Therapists\",\n            \"uuid\": \"fc10-e1e0-dc652511-6e3d-5de3456ea085\"\n        },\n        {\n            \"id\": 137,\n            \"name\": \"Maintenance and Repair services\",\n            \"uuid\": \"1171-08be-a00384bd-0f6b-a5c8d2882f9d\"\n        },\n        {\n            \"id\": 138,\n            \"name\": \"Others\",\n            \"uuid\": \"8aa4-ad4b-351ce039-6dfc-36aad399fad6\"\n        },\n        {\n            \"id\": 139,\n            \"name\": \"Schools\",\n            \"uuid\": \"ea05-3099-3f8bffc4-8130-1f626388f960\"\n        },\n        {\n            \"id\": 140,\n            \"name\": \"Colleges\",\n            \"uuid\": \"30a1-6af0-613609b3-523d-116b6ff4c390\"\n        },\n        {\n            \"id\": 141,\n            \"name\": \"Universities\",\n            \"uuid\": \"28a2-473e-d487b3c6-5664-b7da7a807b14\"\n        },\n        {\n            \"id\": 142,\n            \"name\": \"Courses, Training and Workshops\",\n            \"uuid\": \"19eb-36af-7632f6a5-760c-0a2901527d8f\"\n        },\n        {\n            \"id\": 143,\n            \"name\": \"Tutorials\",\n            \"uuid\": \"dabf-efab-abeb7b78-3ccb-a9145f113660\"\n        },\n        {\n            \"id\": 144,\n            \"name\": \"ERP for schools and colleges\",\n            \"uuid\": \"7f3f-11f5-c3ba581a-20d8-d0523799912e\"\n        },\n        {\n            \"id\": 145,\n            \"name\": \"Others\",\n            \"uuid\": \"a365-8b11-9a41a67e-5850-c591e97f12f7\"\n        }\n    ]\n}"},{"id":"1b694422-f571-4d15-ad27-3c4d2145f44b","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"User Access TOken"}],"url":"{{onboarding_base_url}}/api/v1/acl_permission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 09:55:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"07797f55ca68bce9393e92c903800ca8\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"9a4d4038-5f89-433a-a72a-c477b473926b"},{"key":"X-Runtime","value":"0.208100"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"acl_permissions\": [\n        {\n            \"id\": 51,\n            \"name\": \"manage_refunds\",\n            \"description\": \"User can Initiate the refunds on merchant Account\",\n            \"scope\": \"manage_refunds read_transactions\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"4aa5-38fa-35cb09ad-8602-4dc05a33ea39\",\n            \"created_at\": \"2019-07-30T13:36:41.000Z\",\n            \"updated_at\": \"2019-12-11T05:46:55.000Z\",\n            \"permission_group\": \"Transaction/Settlements\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_refunds read_transactions\",\n            \"title\": \"Manage Refunds\"\n        },\n        {\n            \"id\": 75,\n            \"name\": \"manage_notifications\",\n            \"description\": \"User can Manage notification settings of merchant under settings Tab\",\n            \"scope\": \"manage_notifications\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3b4-079bd1ca-9ca4-f45c89c92eb9\",\n            \"created_at\": \"2019-07-30T13:36:41.000Z\",\n            \"updated_at\": \"2019-12-11T05:46:55.000Z\",\n            \"permission_group\": \"Settings\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_notifications\",\n            \"title\": \"Manage Notification Settings\"\n        },\n        {\n            \"id\": 76,\n            \"name\": \"manage_checkouts\",\n            \"description\": \"User can Manage checkout settings of merchant under settings Tab\",\n            \"scope\": \"manage_checkouts\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\",\n            \"created_at\": \"2019-07-30T13:36:41.000Z\",\n            \"updated_at\": \"2019-12-11T05:46:56.000Z\",\n            \"permission_group\": \"Settings\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_checkouts\",\n            \"title\": \"Manage Checkout Settings\"\n        },\n        {\n            \"id\": 77,\n            \"name\": \"manage_webhooks\",\n            \"description\": \"User can manage webhooks of a merchant under settings tab\",\n            \"scope\": \"manage_webhooks\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3b3-fb9e9038-9ca4-f45c89c92eb9\",\n            \"created_at\": \"2019-07-30T13:36:41.000Z\",\n            \"updated_at\": \"2019-12-11T05:46:56.000Z\",\n            \"permission_group\": \"Settings\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_webhooks\",\n            \"title\": \"Manage Webhooks\"\n        },\n        {\n            \"id\": 78,\n            \"name\": \"manage_credentials\",\n            \"description\": \"User can manage Integration details page under settings Tab\",\n            \"scope\": \"manage_credentials\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3b3-f7448dd0-9ca4-f45c89c92eb9\",\n            \"created_at\": \"2019-07-30T13:36:41.000Z\",\n            \"updated_at\": \"2019-12-11T05:46:56.000Z\",\n            \"permission_group\": \"Integration\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_credentials\",\n            \"title\": \"Manage Integration\"\n        },\n        {\n            \"id\": 79,\n            \"name\": \"manage_payment_products\",\n            \"description\": \"User can manage payouts/payment links/buttons/subscriptions on merchants behalf\",\n            \"scope\": \"manage_payment_products create_invoice_payumoney update_invoice_payumoney read_invoice_payumoney create_vpas create_payout_transactions read_invoice_items create_invoice_items delete_invoice_items update_invoice_items create_subscription_plans read_invoice_details\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3b3-f24ca7f4-9ca4-f45c89c92eb9\",\n            \"created_at\": \"2019-07-30T13:36:41.000Z\",\n            \"updated_at\": \"2019-12-11T05:46:57.000Z\",\n            \"permission_group\": \"Request Payments\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_payment_products create_invoice_payumoney update_invoice_payumoney read_invoice_payumoney create_vpas create_payout_transactions read_invoice_items create_invoice_items delete_invoice_items update_invoice_items create_subscription_plans read_invoice_details\",\n            \"title\": \"Manage Payment Products\"\n        },\n        {\n            \"id\": 86,\n            \"name\": \"read_settlements\",\n            \"description\": \"User can view the details page of individual settlement\",\n            \"scope\": \"read_settlements\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n            \"created_at\": \"2019-07-30T13:36:41.000Z\",\n            \"updated_at\": \"2019-12-11T05:46:55.000Z\",\n            \"permission_group\": \"Transaction/Settlements\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"read_settlements\",\n            \"title\": \"View Settlement Data\"\n        },\n        {\n            \"id\": 88,\n            \"name\": \"read_transactions\",\n            \"description\": \"User can view the details page of individual transaction.\",\n            \"scope\": \"read_transactions\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n            \"created_at\": \"2019-07-30T13:36:42.000Z\",\n            \"updated_at\": \"2019-12-11T05:46:54.000Z\",\n            \"permission_group\": \"Transaction/Settlements\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"read_transactions\",\n            \"title\": \"View Transaction Data\"\n        },\n        {\n            \"id\": 89,\n            \"name\": \"user_profile\",\n            \"description\": \"User can see profile details of merchant\",\n            \"scope\": \"user_profile\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-b2a3-55f4d698-afb7-0a54e87e793a\",\n            \"created_at\": \"2019-07-30T13:36:42.000Z\",\n            \"updated_at\": \"2019-12-11T05:46:55.000Z\",\n            \"permission_group\": \"Account Activation\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"user_profile\",\n            \"title\": \"View Profile Details\"\n        },\n        {\n            \"id\": 97,\n            \"name\": \"manage_team_accounts\",\n            \"description\": \"User can add/manage roles on merchants behalf\",\n            \"scope\": \"manage_roles manage_employees\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-e8ba-497594b4-bd2c-02f413145cce\",\n            \"created_at\": \"2019-11-25T12:46:39.000Z\",\n            \"updated_at\": \"2019-11-25T12:46:39.000Z\",\n            \"permission_group\": \"Manage Staff\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_roles manage_employees\",\n            \"title\": \"Manage Employees\"\n        },\n        {\n            \"id\": 104,\n            \"name\": \"maker\",\n            \"description\": \"Payout maker\",\n            \"scope\": \"maker\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11ea-684d-7a2df1b0-a1ad-0a54e87e793a\",\n            \"created_at\": \"2020-04-24T19:03:01.000Z\",\n            \"updated_at\": \"2020-05-07T12:20:59.000Z\",\n            \"permission_group\": \"Approval Flow\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"maker\",\n            \"title\": \"Payout maker\"\n        },\n        {\n            \"id\": 105,\n            \"name\": \"checker\",\n            \"description\": \"Payout checker\",\n            \"scope\": \"checker\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11ea-684d-edb798fc-a1ad-0a54e87e793a\",\n            \"created_at\": \"2020-04-24T19:03:02.000Z\",\n            \"updated_at\": \"2020-05-07T12:20:52.000Z\",\n            \"permission_group\": \"Approval Flow\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"checker\",\n            \"title\": \"Payout Checker\"\n        },\n        {\n            \"id\": 106,\n            \"name\": \"manage_approval_flow\",\n            \"description\": \"Pay out Manage Approval Flow\",\n            \"scope\": \"manage_approval_flow\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11ea-684e-17f544de-a1ad-0a54e87e793a\",\n            \"created_at\": \"2020-04-24T19:03:02.000Z\",\n            \"updated_at\": \"2020-05-07T12:20:44.000Z\",\n            \"permission_group\": \"Approval Flow\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_approval_flow\",\n            \"title\": \"Payout Manage Approval Flow\"\n        }\n    ]\n}"}],"_postman_id":"e3066784-26c9-44a5-baea-99769d1d48bf"},{"name":"Assessment Questions Copy","id":"e2e1e4fd-a619-4dbe-ab7a-8e9661ab7be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/assessment_questions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","assessment_questions"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"28e3972c-5de5-496d-8a2c-c3e5c00b7e95","name":"Invalid token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 31c516ccada2f688badaa53d3fc0dfd9931c7e557c9f25b5e989186d94a3a03","type":"text"}],"url":"https://test10-onboarding.payu.in/api/v1/assessment_questions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 10:10:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"ef588067-afae-481f-8040-4ee05dea09f6"},{"key":"X-Runtime","value":"0.121706"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"50c00d6a-cc3d-44f6-9188-712af140ddea","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 31c516ccada2f688badaa53d3fc0dfd9931c7e557c9f25b5e989186d94a3a03b","type":"text","description":"User Access Token"}],"url":"https://test10-onboarding.payu.in/api/v1/assessment_questions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 10:09:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"ETag","value":"W/\"18b0d5cf2be0b4dbc27f0912477941df\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"ae4c9371-37be-4e43-9bc0-9e3c7accfb7e"},{"key":"X-Runtime","value":"0.087745"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"assessment_questions\": [\n        {\n            \"id\": 1,\n            \"statement\": \"Please select what describes you best\",\n            \"question_type\": \"single_select\",\n            \"order_id\": 1,\n            \"uuid\": \"11eb-6057-1814043a-894c-a483e7015be5\",\n            \"assessment_options\": [\n                {\n                    \"id\": 1,\n                    \"statement\": \"A Business Owner\",\n                    \"label\": \"I am looking for online payment solutions for my Business\",\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-606b-fff941de-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"statement\": \"A Developer\",\n                    \"label\": \"I am here to integrate payment solutions for my clients\",\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-606c-62870386-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 1\n                },\n                {\n                    \"id\": 11,\n                    \"statement\": \"A Customer\",\n                    \"label\": \"I made a payment to a merchant using PayU's payment gateway\",\n                    \"category\": \"Customer\",\n                    \"uuid\": \"11eb-a722-f94a85f2-9f8b-a483e719ef12\",\n                    \"assessment_question_id\": 1\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"statement\": \"What are you looking from PayU?\",\n            \"question_type\": \"multi_select\",\n            \"order_id\": 2,\n            \"uuid\": \"11eb-6057-383cfd16-894c-a483e7015be5\",\n            \"assessment_options\": [\n                {\n                    \"id\": 3,\n                    \"statement\": \"I want to collect payments on my website/app\",\n                    \"label\": \"Integrate PayU Payment Gateway or add payment buttons directly to your website or app\",\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-6076-e1575576-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 4,\n                    \"statement\": \"I want to collect payments via QR,Whatsapp,FB,instagram etc\",\n                    \"label\": \"Just create and share a payment link with your customers\",\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-6076-eafa5ee8-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 5,\n                    \"statement\": \"I want to make easy & fast payments to my vendors or employees\",\n                    \"label\": null,\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-6076-f3174de8-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 6,\n                    \"statement\": \"I want to open a Current Account with PayU\",\n                    \"label\": null,\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-6076-f9d2897c-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 7,\n                    \"statement\": \"I want to integrate PayU Payment Gateway for my client\",\n                    \"label\": \"Get access to developer API's and documentation\",\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-6078-044c8ea6-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 8,\n                    \"statement\": \"I want to refer merchants and earn incentives\",\n                    \"label\": \"Earn incentives as your referrals collect money from their customers using PayU products\",\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-6078-0cfa1334-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 9,\n                    \"statement\": \"I want to learn more about PayU payment products\",\n                    \"label\": null,\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-6078-16563d86-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 10,\n                    \"statement\": \"I want to collect payments using PayU products for my own business\",\n                    \"label\": null,\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-6078-1e4126d2-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 12,\n                    \"statement\": \"I did a recent transaction with a merchant using PayU\",\n                    \"label\": null,\n                    \"category\": \"Customer\",\n                    \"uuid\": \"11eb-a724-d5cddc80-9f8b-a483e719ef12\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 13,\n                    \"statement\": \"I am interested in opening a Wallet account with PayU\",\n                    \"label\": null,\n                    \"category\": \"Customer\",\n                    \"uuid\": \"11eb-a724-f646f4c4-9f8b-a483e719ef12\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 14,\n                    \"statement\": \"I want to report a suspicious merchant\",\n                    \"label\": null,\n                    \"category\": \"Customer\",\n                    \"uuid\": \"11eb-a725-18810840-9f8b-a483e719ef12\",\n                    \"assessment_question_id\": 2\n                }\n            ]\n        }\n    ]\n}"},{"id":"b0b79c7a-1abe-4b6c-9cb6-ac34bc496210","name":"Assessment Questions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"url":"localhost:4000/api/v1/assessment_questions"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"assessment_questions\": [\n        {\n            \"id\": 1,\n            \"statement\": \"Please select what describes you best\",\n            \"question_type\": \"single_select\",\n            \"order_id\": 1,\n            \"uuid\": \"11eb-6057-1814043a-894c-a483e7015be5\",\n            \"assessment_options\": [\n                {\n                    \"id\": 1,\n                    \"statement\": \"A Business Owner\",\n                    \"label\": \"I am looking for online payment solutions for my Business\",\n                    \"category\": null,\n                    \"uuid\": \"11eb-606b-fff941de-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"statement\": \"A Developer\",\n                    \"label\": \"I am here to integrate payment solutions for my clients\",\n                    \"category\": null,\n                    \"uuid\": \"11eb-606c-62870386-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 1\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"statement\": \"What are you looking from PayU?\",\n            \"question_type\": \"multi_select\",\n            \"order_id\": 2,\n            \"uuid\": \"11eb-6057-383cfd16-894c-a483e7015be5\",\n            \"assessment_options\": [\n                {\n                    \"id\": 3,\n                    \"statement\": \"I want to collect payments on my website/app\",\n                    \"label\": \"Integrate PayU Payment Gateway or add payment buttons directly to your website or app\",\n                    \"category\": \"A Business Owner\",\n                    \"uuid\": \"11eb-6076-e1575576-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 4,\n                    \"statement\": \"I want to collect payments via QR,Whatsapp,FB,instagram etc\",\n                    \"label\": \"Just create and share a payment link with your customers\",\n                    \"category\": \"A Business Owner\",\n                    \"uuid\": \"11eb-6076-eafa5ee8-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 5,\n                    \"statement\": \"I want to make easy & fast payments to my vendors or employess\",\n                    \"label\": null,\n                    \"category\": \"A Business Owner\",\n                    \"uuid\": \"11eb-6076-f3174de8-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 6,\n                    \"statement\": \"I want to open a Current Account with PayU\",\n                    \"label\": null,\n                    \"category\": \"A Business Owner\",\n                    \"uuid\": \"11eb-6076-f9d2897c-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 7,\n                    \"statement\": \"I want to integrate PayU Payment Gateway for my client\",\n                    \"label\": \"Get access to developer API's and documentation\",\n                    \"category\": \"A Developer\",\n                    \"uuid\": \"11eb-6078-044c8ea6-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 8,\n                    \"statement\": \"I want to refer merchants and earn incentives\",\n                    \"label\": \"Earn incentives as your referrals collect money from their customers using PayU products\",\n                    \"category\": \"A Developer\",\n                    \"uuid\": \"11eb-6078-0cfa1334-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 9,\n                    \"statement\": \"I want to learn more about PayU payment products\",\n                    \"label\": null,\n                    \"category\": \"A Developer\",\n                    \"uuid\": \"11eb-6078-16563d86-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 10,\n                    \"statement\": \"I want to collect payments using PayU products for my own business\",\n                    \"label\": null,\n                    \"category\": \"A Developer\",\n                    \"uuid\": \"11eb-6078-1e4126d2-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e2e1e4fd-a619-4dbe-ab7a-8e9661ab7be6"},{"name":"document_categories_and_types","id":"0ae2336c-01c8-430e-8612-55d2526acf9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/document_categories_and_types","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","document_categories_and_types"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"644d9af7-1f7e-4c41-a652-1837cc37581d","name":"Invalid Token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/document_categories_and_types"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 10:14:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"2b395137-5048-4110-b9e4-5cebd86715ac"},{"key":"X-Runtime","value":"0.126201"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"48bd1a5b-30b4-429e-9bde-1b1d6c19cd0b","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/document_categories_and_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 10:13:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"e1c98c96c9a3564b9fd4c69d39979536\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"cd665041-648a-46bf-badf-d243cc5202bb"},{"key":"X-Runtime","value":"0.074342"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"document_types\": {\n        \"CC\": {\n            \"id\": 1,\n            \"label\": \"\"\n        },\n        \"BC\": {\n            \"id\": 2,\n            \"label\": \"\"\n        },\n        \"PANCARD\": {\n            \"id\": 3,\n            \"label\": \"\"\n        },\n        \"PASSPORT\": {\n            \"id\": 4,\n            \"label\": \"\"\n        },\n        \"AADHAR\": {\n            \"id\": 5,\n            \"label\": \"\"\n        },\n        \"VOTER\": {\n            \"id\": 6,\n            \"label\": \"\"\n        },\n        \"DL\": {\n            \"id\": 7,\n            \"label\": \"\"\n        },\n        \"BMTB\": {\n            \"id\": 8,\n            \"label\": \"\"\n        },\n        \"CR\": {\n            \"id\": 9,\n            \"label\": \"\"\n        },\n        \"TTC\": {\n            \"id\": 10,\n            \"label\": \"\"\n        },\n        \"LOR\": {\n            \"id\": 11,\n            \"label\": \"\"\n        },\n        \"IEP\": {\n            \"id\": 12,\n            \"label\": \"\"\n        },\n        \"LL\": {\n            \"id\": 13,\n            \"label\": \"\"\n        },\n        \"CEC\": {\n            \"id\": 14,\n            \"label\": \"\"\n        },\n        \"GST_CERTIFICATE\": {\n            \"id\": 15,\n            \"label\": \"\"\n        },\n        \"SERVICE_TAX\": {\n            \"id\": 16,\n            \"label\": \"\"\n        },\n        \"AVFB\": {\n            \"id\": 17,\n            \"label\": \"\"\n        },\n        \"LIRA\": {\n            \"id\": 18,\n            \"label\": \"\"\n        },\n        \"NOC\": {\n            \"id\": 19,\n            \"label\": \"\"\n        },\n        \"MCC\": {\n            \"id\": 20,\n            \"label\": \"\"\n        },\n        \"UACC\": {\n            \"id\": 21,\n            \"label\": \"\"\n        },\n        \"ICAIC\": {\n            \"id\": 22,\n            \"label\": \"\"\n        },\n        \"ICWAIC\": {\n            \"id\": 23,\n            \"label\": \"\"\n        },\n        \"PDVR\": {\n            \"id\": 24,\n            \"label\": \"\"\n        },\n        \"SDVR\": {\n            \"id\": 25,\n            \"label\": \"\"\n        },\n        \"TDVR\": {\n            \"id\": 26,\n            \"label\": \"\"\n        },\n        \"COR\": {\n            \"id\": 27,\n            \"label\": \"\"\n        },\n        \"C80G\": {\n            \"id\": 28,\n            \"label\": \"\"\n        },\n        \"OTHERS\": {\n            \"id\": 29,\n            \"label\": \"\"\n        },\n        \"12A\": {\n            \"id\": 30,\n            \"label\": \"\"\n        },\n        \"CERTIFICATE_OF_INCORPORATION\": {\n            \"id\": 31,\n            \"label\": \"\"\n        },\n        \"TANC\": {\n            \"id\": 32,\n            \"label\": \"\"\n        },\n        \"IRDAC\": {\n            \"id\": 33,\n            \"label\": \"\"\n        },\n        \"ICSIC\": {\n            \"id\": 34,\n            \"label\": \"\"\n        },\n        \"AUTHL\": {\n            \"id\": 35,\n            \"label\": \"\"\n        },\n        \"BRL\": {\n            \"id\": 36,\n            \"label\": \"\"\n        },\n        \"AGR\": {\n            \"id\": 37,\n            \"label\": \"\"\n        },\n        \"ADD\": {\n            \"id\": 38,\n            \"label\": \"\"\n        },\n        \"FORM18\": {\n            \"id\": 39,\n            \"label\": \"\"\n        },\n        \"FORM22\": {\n            \"id\": 40,\n            \"label\": \"\"\n        },\n        \"SAL\": {\n            \"id\": 41,\n            \"label\": \"\"\n        },\n        \"ESD\": {\n            \"id\": 42,\n            \"label\": \"\"\n        },\n        \"UD\": {\n            \"id\": 43,\n            \"label\": \"\"\n        },\n        \"WD\": {\n            \"id\": 44,\n            \"label\": \"\"\n        }\n    },\n    \"document_categories\": {\n        \"BANK_PROOF\": {\n            \"id\": 1\n        },\n        \"PANCARD_SIGNED_AUTHORITY\": {\n            \"id\": 2\n        },\n        \"COMPANY_PAN_COPY\": {\n            \"id\": 3\n        },\n        \"SOCIETY_PAN\": {\n            \"id\": 4\n        },\n        \"TRUST_PAN\": {\n            \"id\": 5\n        },\n        \"PATNERSHIP_PAN_CARD\": {\n            \"id\": 6\n        },\n        \"LLP_PAN_CARD\": {\n            \"id\": 7\n        },\n        \"HUF_PAN\": {\n            \"id\": 8\n        },\n        \"ADDRESS_PROOF_SIGNED_AUTHORITY\": {\n            \"id\": 9\n        },\n        \"GOVT_ISSUED_CERTIFICATE\": {\n            \"id\": 10\n        },\n        \"SIGNED_AUTHORISATION_LETTER\": {\n            \"id\": 11\n        },\n        \"BOARD_RESOLUTION_LETTER\": {\n            \"id\": 12\n        },\n        \"SERVICE_AGREEMENT\": {\n            \"id\": 13\n        },\n        \"MERGED_DOCUMENT\": {\n            \"id\": 14\n        },\n        \"CERTIFICATE_80G_12A\": {\n            \"id\": 15\n        },\n        \"NO_TAX_EXEMPTION\": {\n            \"id\": 16\n        },\n        \"AFFILIATION_CERTIFICATE\": {\n            \"id\": 17\n        },\n        \"BIS_CERTIFICATE\": {\n            \"id\": 18\n        },\n        \"CHEMICALS_FERTILIZERS_CERTIFICATE\": {\n            \"id\": 19\n        },\n        \"DAS_LICENSE\": {\n            \"id\": 20\n        },\n        \"DGCA_LICENSE\": {\n            \"id\": 21\n        },\n        \"FSSAI_CERTIFICATE\": {\n            \"id\": 22\n        },\n        \"GEMOLOGICAL_CERTIFICATE\": {\n            \"id\": 23\n        },\n        \"FRANCHISEE_AGREEMENT\": {\n            \"id\": 24\n        },\n        \"TOURISM_MINISTRY_APPROVAL\": {\n            \"id\": 25\n        },\n        \"IATA_CERTIFICATE\": {\n            \"id\": 26\n        },\n        \"WEB_HOSTING_INVOICE\": {\n            \"id\": 27\n        },\n        \"PROCUREMENT_INVOICE\": {\n            \"id\": 28\n        },\n        \"IRDA_CERTIFICATE\": {\n            \"id\": 29\n        },\n        \"AUDITED_FINANCIALS_2_YEARS\": {\n            \"id\": 30\n        },\n        \"BANK_STATEMENT_6_MONTHS\": {\n            \"id\": 31\n        },\n        \"SHIPPING_LICENSE\": {\n            \"id\": 32\n        },\n        \"LOGISTIC_TRANSPORT_LICENSE\": {\n            \"id\": 33\n        },\n        \"NBFC_CERTIFICATE\": {\n            \"id\": 34\n        },\n        \"NISM_MFD\": {\n            \"id\": 35\n        },\n        \"VENURE_BOOKING_RECEIPT\": {\n            \"id\": 36\n        },\n        \"PCI_DSS_CERTIFICATE\": {\n            \"id\": 37\n        },\n        \"PEST_CONTROL_LICENSE\": {\n            \"id\": 38\n        },\n        \"POLICE_VERIFICATION_CERTIFICATE\": {\n            \"id\": 39\n        },\n        \"RADIO_LICENSE\": {\n            \"id\": 40\n        },\n        \"MONEY_CHANGER_LICENSE\": {\n            \"id\": 41\n        },\n        \"RBI_LICENSE\": {\n            \"id\": 42\n        },\n        \"RBI_PPI_LICENSE\": {\n            \"id\": 43\n        },\n        \"RERA_CERTIFICATE\": {\n            \"id\": 44\n        },\n        \"SAMPLE_PROOF_DELIVERY\": {\n            \"id\": 45\n        },\n        \"SEBI_CERTIFICATE\": {\n            \"id\": 46\n        },\n        \"SEBI_INVESTMENT_ADVISOR_CERTIFICATE\": {\n            \"id\": 47\n        },\n        \"TIE_UP_AGREEMENT\": {\n            \"id\": 48\n        },\n        \"ISP_LICENSE\": {\n            \"id\": 49\n        },\n        \"NSDL_CERTIFICATE\": {\n            \"id\": 50\n        },\n        \"ACCREDITION_CERTIFICATE\": {\n            \"id\": 51\n        },\n        \"PROPERTY_OWNERSHIP_DOCUMENT\": {\n            \"id\": 52\n        },\n        \"CRUISE_OWNERS_AGREEMENT\": {\n            \"id\": 53\n        },\n        \"CAR_OWNERS_AGREEMENT\": {\n            \"id\": 54\n        },\n        \"DIAGNOSTIC_CENTRES_AGREEMENT\": {\n            \"id\": 55\n        },\n        \"LOGISTIC_PARTNERS_AGREEMENT\": {\n            \"id\": 56\n        },\n        \"NBFC_AGREEMENT\": {\n            \"id\": 57\n        },\n        \"UNIFORM_ORGANISATIONS_AGREEMENT\": {\n            \"id\": 58\n        },\n        \"RESTAURANTS_AGREEMENT\": {\n            \"id\": 59\n        },\n        \"SCHOOLS_COLLEGES_AGREEMENT\": {\n            \"id\": 60\n        },\n        \"SERVICE_PROVIDERS_AGREEMENT\": {\n            \"id\": 61\n        },\n        \"SHOPS_DEALERS_AGREEMENT\": {\n            \"id\": 62\n        },\n        \"SOCIETIES_AGREEMENT\": {\n            \"id\": 63\n        },\n        \"TUTORS_AGREEMENT\": {\n            \"id\": 64\n        },\n        \"VENDORS_SERVICE_PROVIDERS_AGREEMENT\": {\n            \"id\": 65\n        },\n        \"AUTHORISATION_DOCUMENT\": {\n            \"id\": 66\n        },\n        \"JUDGES_CONFIRMATION_LETTER\": {\n            \"id\": 67\n        },\n        \"IE_LICENSE\": {\n            \"id\": 68\n        },\n        \"FILMS_EXHIBITION_CERTIFICATE\": {\n            \"id\": 69\n        },\n        \"MANUFACTURING_LICENSE\": {\n            \"id\": 70\n        },\n        \"CSP_DOCUMENT\": {\n            \"id\": 71\n        },\n        \"COURSE_COMPLETION_CERTIFICATE\": {\n            \"id\": 72\n        },\n        \"DIRECT_SELLING_LICENSE\": {\n            \"id\": 73\n        },\n        \"AYUSH_CERTIFICATE\": {\n            \"id\": 74\n        },\n        \"GMP_CERTIFICATE\": {\n            \"id\": 75\n        },\n        \"HOMEOPATHIC_SELLING_LICENSE\": {\n            \"id\": 76\n        }\n    }\n}"},{"id":"60572392-eda5-4642-aab8-78b5847ae1be","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 31c516ccada2f688badaa53d3fc0dfd9931c7e557c9f25b5e989186d94a3a03b","type":"text","description":"User Access Token"}],"url":"https://test10-onboarding.payu.in/api/v1/assessment_questions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 10:09:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"ETag","value":"W/\"18b0d5cf2be0b4dbc27f0912477941df\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"ae4c9371-37be-4e43-9bc0-9e3c7accfb7e"},{"key":"X-Runtime","value":"0.087745"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"assessment_questions\": [\n        {\n            \"id\": 1,\n            \"statement\": \"Please select what describes you best\",\n            \"question_type\": \"single_select\",\n            \"order_id\": 1,\n            \"uuid\": \"11eb-6057-1814043a-894c-a483e7015be5\",\n            \"assessment_options\": [\n                {\n                    \"id\": 1,\n                    \"statement\": \"A Business Owner\",\n                    \"label\": \"I am looking for online payment solutions for my Business\",\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-606b-fff941de-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"statement\": \"A Developer\",\n                    \"label\": \"I am here to integrate payment solutions for my clients\",\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-606c-62870386-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 1\n                },\n                {\n                    \"id\": 11,\n                    \"statement\": \"A Customer\",\n                    \"label\": \"I made a payment to a merchant using PayU's payment gateway\",\n                    \"category\": \"Customer\",\n                    \"uuid\": \"11eb-a722-f94a85f2-9f8b-a483e719ef12\",\n                    \"assessment_question_id\": 1\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"statement\": \"What are you looking from PayU?\",\n            \"question_type\": \"multi_select\",\n            \"order_id\": 2,\n            \"uuid\": \"11eb-6057-383cfd16-894c-a483e7015be5\",\n            \"assessment_options\": [\n                {\n                    \"id\": 3,\n                    \"statement\": \"I want to collect payments on my website/app\",\n                    \"label\": \"Integrate PayU Payment Gateway or add payment buttons directly to your website or app\",\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-6076-e1575576-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 4,\n                    \"statement\": \"I want to collect payments via QR,Whatsapp,FB,instagram etc\",\n                    \"label\": \"Just create and share a payment link with your customers\",\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-6076-eafa5ee8-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 5,\n                    \"statement\": \"I want to make easy & fast payments to my vendors or employees\",\n                    \"label\": null,\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-6076-f3174de8-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 6,\n                    \"statement\": \"I want to open a Current Account with PayU\",\n                    \"label\": null,\n                    \"category\": \"Business\",\n                    \"uuid\": \"11eb-6076-f9d2897c-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 7,\n                    \"statement\": \"I want to integrate PayU Payment Gateway for my client\",\n                    \"label\": \"Get access to developer API's and documentation\",\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-6078-044c8ea6-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 8,\n                    \"statement\": \"I want to refer merchants and earn incentives\",\n                    \"label\": \"Earn incentives as your referrals collect money from their customers using PayU products\",\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-6078-0cfa1334-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 9,\n                    \"statement\": \"I want to learn more about PayU payment products\",\n                    \"label\": null,\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-6078-16563d86-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 10,\n                    \"statement\": \"I want to collect payments using PayU products for my own business\",\n                    \"label\": null,\n                    \"category\": \"Developer\",\n                    \"uuid\": \"11eb-6078-1e4126d2-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 12,\n                    \"statement\": \"I did a recent transaction with a merchant using PayU\",\n                    \"label\": null,\n                    \"category\": \"Customer\",\n                    \"uuid\": \"11eb-a724-d5cddc80-9f8b-a483e719ef12\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 13,\n                    \"statement\": \"I am interested in opening a Wallet account with PayU\",\n                    \"label\": null,\n                    \"category\": \"Customer\",\n                    \"uuid\": \"11eb-a724-f646f4c4-9f8b-a483e719ef12\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 14,\n                    \"statement\": \"I want to report a suspicious merchant\",\n                    \"label\": null,\n                    \"category\": \"Customer\",\n                    \"uuid\": \"11eb-a725-18810840-9f8b-a483e719ef12\",\n                    \"assessment_question_id\": 2\n                }\n            ]\n        }\n    ]\n}"},{"id":"677ea02d-3674-4b46-86d8-0af64b42d350","name":"Invalid token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 31c516ccada2f688badaa53d3fc0dfd9931c7e557c9f25b5e989186d94a3a03","type":"text"}],"url":"https://test10-onboarding.payu.in/api/v1/assessment_questions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 10:10:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"ef588067-afae-481f-8040-4ee05dea09f6"},{"key":"X-Runtime","value":"0.121706"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"250dedd7-e61f-49f5-b68e-eb38be784e4b","name":"Assessment Questions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"url":"localhost:4000/api/v1/assessment_questions"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"assessment_questions\": [\n        {\n            \"id\": 1,\n            \"statement\": \"Please select what describes you best\",\n            \"question_type\": \"single_select\",\n            \"order_id\": 1,\n            \"uuid\": \"11eb-6057-1814043a-894c-a483e7015be5\",\n            \"assessment_options\": [\n                {\n                    \"id\": 1,\n                    \"statement\": \"A Business Owner\",\n                    \"label\": \"I am looking for online payment solutions for my Business\",\n                    \"category\": null,\n                    \"uuid\": \"11eb-606b-fff941de-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"statement\": \"A Developer\",\n                    \"label\": \"I am here to integrate payment solutions for my clients\",\n                    \"category\": null,\n                    \"uuid\": \"11eb-606c-62870386-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 1\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"statement\": \"What are you looking from PayU?\",\n            \"question_type\": \"multi_select\",\n            \"order_id\": 2,\n            \"uuid\": \"11eb-6057-383cfd16-894c-a483e7015be5\",\n            \"assessment_options\": [\n                {\n                    \"id\": 3,\n                    \"statement\": \"I want to collect payments on my website/app\",\n                    \"label\": \"Integrate PayU Payment Gateway or add payment buttons directly to your website or app\",\n                    \"category\": \"A Business Owner\",\n                    \"uuid\": \"11eb-6076-e1575576-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 4,\n                    \"statement\": \"I want to collect payments via QR,Whatsapp,FB,instagram etc\",\n                    \"label\": \"Just create and share a payment link with your customers\",\n                    \"category\": \"A Business Owner\",\n                    \"uuid\": \"11eb-6076-eafa5ee8-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 5,\n                    \"statement\": \"I want to make easy & fast payments to my vendors or employess\",\n                    \"label\": null,\n                    \"category\": \"A Business Owner\",\n                    \"uuid\": \"11eb-6076-f3174de8-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 6,\n                    \"statement\": \"I want to open a Current Account with PayU\",\n                    \"label\": null,\n                    \"category\": \"A Business Owner\",\n                    \"uuid\": \"11eb-6076-f9d2897c-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 7,\n                    \"statement\": \"I want to integrate PayU Payment Gateway for my client\",\n                    \"label\": \"Get access to developer API's and documentation\",\n                    \"category\": \"A Developer\",\n                    \"uuid\": \"11eb-6078-044c8ea6-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 8,\n                    \"statement\": \"I want to refer merchants and earn incentives\",\n                    \"label\": \"Earn incentives as your referrals collect money from their customers using PayU products\",\n                    \"category\": \"A Developer\",\n                    \"uuid\": \"11eb-6078-0cfa1334-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 9,\n                    \"statement\": \"I want to learn more about PayU payment products\",\n                    \"label\": null,\n                    \"category\": \"A Developer\",\n                    \"uuid\": \"11eb-6078-16563d86-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 10,\n                    \"statement\": \"I want to collect payments using PayU products for my own business\",\n                    \"label\": null,\n                    \"category\": \"A Developer\",\n                    \"uuid\": \"11eb-6078-1e4126d2-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"0ae2336c-01c8-430e-8612-55d2526acf9b"},{"name":"area_codes_index","id":"1451e2fd-4c86-4002-87d0-0aeb00f0a674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text","description":"<p>user's token</p>\n"}],"url":"{{test}}/api/v1/area_codes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","area_codes"],"host":["{{test}}"],"query":[],"variable":[]}},"response":[{"id":"8f602006-422f-4742-a2eb-f93294acf6f4","name":"area_codes_index","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"{{test}}/api/v1/area_codes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Aug 2021 06:49:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"cdb90b7d0a3d3166c26d07fd1f107e46\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"584982ce-f533-4bcf-8424-e32db5d0df72"},{"key":"X-Runtime","value":"0.110848"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"area_codes\": [\n        {\n            \"uuid\": \"11eb-fa70-3f5b7588-9af6-0242a53cdb42\",\n            \"area\": \"Delhi\",\n            \"code\": \"DL\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f753388-9af6-0242a53cdb42\",\n            \"area\": \"West Bengal\",\n            \"code\": \"WB\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f77b0ae-9af6-0242a53cdb42\",\n            \"area\": \"Madhya Pradesh\",\n            \"code\": \"MP\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f7a49b8-9af6-0242a53cdb42\",\n            \"area\": \"Jammu And Kashmir\",\n            \"code\": \"JK\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f7cf0e6-9af6-0242a53cdb42\",\n            \"area\": \"Uttar Pradesh\",\n            \"code\": \"UP\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f803878-9af6-0242a53cdb42\",\n            \"area\": \"Himachal Pradesh\",\n            \"code\": \"HP\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f82d7ae-9af6-0242a53cdb42\",\n            \"area\": \"Haryana\",\n            \"code\": \"HR\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f857388-9af6-0242a53cdb42\",\n            \"area\": \"Jharkhand\",\n            \"code\": \"JH\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f88081e-9af6-0242a53cdb42\",\n            \"area\": \"Ranchi\",\n            \"code\": \"RAN\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f8b9d4e-9af6-0242a53cdb42\",\n            \"area\": \"Gurugram\",\n            \"code\": \"GUR\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f8e5476-9af6-0242a53cdb42\",\n            \"area\": \"Kolkata\",\n            \"code\": \"CAL\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f90d2c8-9af6-0242a53cdb42\",\n            \"area\": \"Mumbai\",\n            \"code\": \"MUM\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f9347ce-9af6-0242a53cdb42\",\n            \"area\": \"Karnataka\",\n            \"code\": \"KA\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f95c076-9af6-0242a53cdb42\",\n            \"area\": \"Gujarat (Bhavnagar)\",\n            \"code\": \"GJ\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f981d1c-9af6-0242a53cdb42\",\n            \"area\": \"Telangana\",\n            \"code\": \"TS\"\n        },\n        {\n            \"uuid\": \"11eb-fa70-3f9a96dc-9af6-0242a53cdb42\",\n            \"area\": \"Others\",\n            \"code\": \"OTH\"\n        }\n    ]\n}"}],"_postman_id":"1451e2fd-4c86-4002-87d0-0aeb00f0a674"}],"id":"66672c88-41c4-4134-a520-ba65d82b3b39","_postman_id":"66672c88-41c4-4134-a520-ba65d82b3b39","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"DVS_Engine","item":[{"name":"Aadhar","item":[{"name":"Aadhar submit consent","id":"78bd7bf5-0c39-4bb7-8613-e8a8f57e3adc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{xml_access_token}}","description":"<p>client token with perform_aadhaar_kyc scope</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Vijaya Kumar R","type":"text"},{"key":"case_id","value":"11ec-3190-4302be9c-8fe2-a0999b174961","type":"text"},{"key":"ip_address","value":"127.0.0.1","type":"text"}]},"url":"{{dvs_base_url}}/dvs/kyc/aadhaar_xml_consent","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["dvs","kyc","aadhaar_xml_consent"],"host":["{{dvs_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7bd33c89-a9e4-4d8e-a185-012e270f1cd4","name":"422 pancard name blank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/aadhaar_xml_consent"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e667d987-737a-447b-9af3-28e4d2c7793c"},{"key":"X-Runtime","value":"125.895902"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"name\": [\n            \"cannot be blank\"\n        ]\n    }\n}"},{"id":"bc78c437-f7c8-4fdc-b44b-c2d6f10b07b8","name":"Success Consent Accepted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pancard_name","value":"Vijaya Kumar R","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/aadhaar_xml_consent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"4a8c563a47448534726e86d780928056\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"01e1389e-a6aa-4ed8-8391-96c4905e753e"},{"key":"X-Runtime","value":"4.991629"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Consent Accepted\"\n}"}],"_postman_id":"78bd7bf5-0c39-4bb7-8613-e8a8f57e3adc"},{"name":"Aadhar otp generation","id":"f9fe3bd7-755b-4b01-82f5-a851c58c33ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{xml_access_token}}","description":"<p>client token with perform_aadhaar_kyc scope</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"206428090524","type":"text"},{"key":"case_id","value":"11ec-3190-4302be9c-8fe2-a0999b174961","type":"text"}]},"url":"{{dvs_base_url}}/dvs/kyc/aadhaar_xml_otp_generation","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["dvs","kyc","aadhaar_xml_otp_generation"],"host":["{{dvs_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"784da206-7957-40f5-abec-758e9c3e7373","name":"Success OTP Generated","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"206428090524","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/aadhaar_xml_otp_generation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"3795333dce3cce0d898efbf4b04101d5\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"42b3f26e-437d-4475-a217-bc8fa03b2e61"},{"key":"X-Runtime","value":"42.811019"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OTP sent to registered mobile number. 2 attempt(s) remaining\",\n    \"attempts_remaining\": 2\n}"},{"id":"c967392a-9ce2-481c-9511-2231c1140c52","name":"Success Re-Generate OTP","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"206428090524","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/aadhaar_xml_otp_generation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"efcfb54ecca59cb58daaf9610f3549a2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"7f44d0cf-dbbe-4ec8-9827-cb80847edc2b"},{"key":"X-Runtime","value":"4.907646"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OTP sent to registered mobile number. 1 attempt(s) remaining\",\n    \"attempts_remaining\": 1\n}"},{"id":"bf980218-2cc7-4169-bb17-d105ba878334","name":"422 OTP Generation limit Exhausted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"206428090524","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/aadhaar_xml_otp_generation"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3d141ea9-8c4d-4965-89d3-bd6103608448"},{"key":"X-Runtime","value":"2.226951"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"OTP tries exceeded\",\n    \"error_code\": \"otp_limit_reached\",\n    \"time_remaining\": 886\n}"},{"id":"54b24511-21fe-44a9-8102-7fb03c013f01","name":"422 Connection Error to Karza","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"206428090524","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/aadhaar_xml_otp_generation"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e9c8876c-30b5-420c-a38e-c270f0b85903"},{"key":"X-Runtime","value":"30.778920"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Something went wrong, please try again later.\",\n    \"error_code\": \"karza_connecting_error\"\n}"}],"_postman_id":"f9fe3bd7-755b-4b01-82f5-a851c58c33ba"},{"name":"Aadhar otp submit and get data","id":"2dd2b905-eed7-45e2-a75d-e4544f380aea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{xml_access_token}}","description":"<p>client token with perform_aadhaar_kyc scope</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_otp","value":"242706","type":"text"},{"key":"case_id","value":"11ec-3190-4302be9c-8fe2-a0999b174961","type":"text"},{"key":"aadhaar_number","value":"206428090524","description":"<p>now it is also required due to changes at karza end</p>\n","type":"text"}]},"url":"{{dvs_base_url}}/dvs/kyc/aadhaar_xml_file_data","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["dvs","kyc","aadhaar_xml_file_data"],"host":["{{dvs_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"968ff795-5839-49d1-80ed-22726ee16a5e","name":"Success aadhaar data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"608420","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/aadhaar_xml_file_data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"430762c87d6107427c8eb963aa7f4d96\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bd915032-1062-4d59-9ded-3e1474e39d60"},{"key":"X-Runtime","value":"5.881640"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataFromAadhaar\": {\n        \"generatedDateTime\": \"2022-02-03 21:11:41.465\",\n        \"maskedAadhaarNumber\": \"XXXX XXXX 0524\",\n        \"name\": \"Vijaya Kumar R\",\n        \"dob\": \"1993-02-28\",\n        \"gender\": \"M\",\n        \"mobileHash\": \"17e5e7986b05fe00f22745337290fe9799ad8d6a34c830b89798447153c001b2\",\n        \"emailHash\": \"e665cde3360c5857da0c254b7efaaae343664824d9ed28653ccb17363f2445e9\",\n        \"relativeName\": \"C/O R Vinay\",\n        \"address\": {\n            \"splitAddress\": {\n                \"houseNumber\": \"#19 2nd Cross\",\n                \"street\": \"1st Main Road\",\n                \"landmark\": \"T C Palya Main Road\",\n                \"subdistrict\": null,\n                \"district\": \"Bengaluru\",\n                \"vtcName\": \"Krishnarajapuram\",\n                \"location\": \"P and T Layout\",\n                \"postOffice\": \"Krishnarajapuram\",\n                \"state\": \"Karnataka\",\n                \"country\": \"India\",\n                \"pincode\": \"560036\"\n            },\n            \"combinedAddress\": \"#19 2nd Cross, 1st Main Road, T C Palya Main Road, Bengaluru, Krishnarajapuram, P and T Layout, Krishnarajapuram, Karnataka, India, 560036\"\n        },\n        \"image\": \"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\",\n        \"maskedVID\": \"XXXX XXXX 0524\",\n        \"file\": \"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\"\n    },\n    \"message\": \"Aadhaar XML file downloaded successfully\",\n    \"consentValidation\": {\n        \"providedName\": \"Vijaya Kumar R\",\n        \"percentageOfMatch\": 100,\n        \"status\": true\n    },\n    \"sharecode\": \"6174\"\n}"},{"id":"7631a546-717f-466f-b146-7c5e258d1052","name":"422 OTP Expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"608421","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/aadhaar_xml_file_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"5a675463-0409-4717-87ef-bd2624bc51bf"},{"key":"X-Runtime","value":"1.812693"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"otp expired\",\n    \"error_code\": \"otp_expired\"\n}"},{"id":"3c2dfb41-190e-4561-b891-41feeb31dc06","name":"422 Invalid OTP","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"608421","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/aadhaar_xml_file_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"4b1695a7-9ac9-4874-929b-291ce6c51a26"},{"key":"X-Runtime","value":"4.168704"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Incorrect Aadhaar number or OTP\",\n    \"error_code\": \"error_from_karza\",\n    \"attempts_remaining\": 2\n}"},{"id":"9733ed6b-112f-4b76-a0f4-bdf67012cd9d","name":"422 OTP submission exhausted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"608421","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/aadhaar_xml_file_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3d31f0a6-9f74-493f-b2d4-1e3c581f66a4"},{"key":"X-Runtime","value":"3.406725"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"OTP tries exceeded\",\n    \"error_code\": \"error_from_karza\",\n    \"attempts_remaining\": 0\n}"},{"id":"a2f01d41-5ac6-4e78-8302-1b6ade9697c3","name":"422 OTP verification limit exhausted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"622348","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/aadhaar_xml_file_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"1a22551e-226f-4630-908c-93e813a78b53"},{"key":"X-Runtime","value":"1.018666"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"OTP verification tries exceeded\",\n    \"error_code\": \"verification_limit_reached\",\n    \"time_remaining\": 836\n}"}],"_postman_id":"2dd2b905-eed7-45e2-a75d-e4544f380aea"}],"id":"cf3504a1-0078-4459-8a4d-0a10d741df4c","_postman_id":"cf3504a1-0078-4459-8a4d-0a10d741df4c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Fetch PAN Name from PAN Number","id":"495342e1-67b2-4ffb-a258-956f39e98902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>client token with get_pan_details scope</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pan_number","value":"{{pan_number}}","description":"<p>required</p>\n","type":"text"}]},"url":"{{onboarding_base_url}}/dvs/kyc/pan_card_authentication","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["dvs","kyc","pan_card_authentication"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"443d34bd-8dbb-4217-a2f3-05ad75901ecf","name":"Token with different scope i.e not verify_document scope","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 5f99cc569f2c0af37e632102bcb40e256b20146fe8ec78f5d07f80d91a1b295b","description":"client token with verify_document scope","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pan_number","value":"{{pan_number}}","description":"required","type":"text"}]},"url":"https://test-onboarding.payu.in/dvs/kyc/pan_card_authentication"},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"47c6570d-2eed-4550-9196-1326de928eae","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 16bdd59d973dd6fe8b7b7b6e80b89c0b4b0d6960997430ac21fd5d6b7922fdcd","description":"client token with verify_document scope","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pan_number","value":"BADPJ99R","description":"required","type":"text"}]},"url":"https://test-onboarding.payu.in/dvs/kyc/pan_card_authentication"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 465,\n    \"api_name\": \"pan_card_authentication\",\n    \"identifier\": \"c2618f7d3d736e3cbe97f59b384936f0f42cb2e8959fbef8d058e3debcf3684f\",\n    \"response\": {\n        \"result\": {\n            \"name\": \"JUGNU\"\n        },\n        \"request_id\": \"7278f524-faff-440b-b8e0-09af193be498\",\n        \"status-code\": \"101\"\n    },\n    \"status\": \"success\",\n    \"http_status\": 200,\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\",\n    \"created_at\": \"2020-09-24T11:32:45.000Z\",\n    \"updated_at\": \"2020-09-24T11:32:45.000Z\"\n}"},{"id":"921f31ac-e2ae-4636-ac4f-9e0a40f0b381","name":"Invalid Pan_Number","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 16bdd59d973dd6fe8b7b7b6e80b89c0b4b0d6960997430ac21fd5d6b7922fdcd","description":"client token with verify_document scope","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"","value":"BADPJ11223R","type":"text"}]},"url":"https://test-onboarding.payu.in/dvs/kyc/pan_card_authentication"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"pan_number\": [\n            \"invalid format\"\n        ]\n    }\n}"},{"id":"b7569403-22e2-4b67-b288-34d4ad0c45de","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 16bdd59d973dd6fe8b7b7b6e80b89c0b4b0d6960997430ac21fd5d6b7922fdc1","description":"client token with verify_document scope","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pan_number","value":"{{pan_number}}","description":"required","type":"text"}]},"url":"https://test-onboarding.payu.in/dvs/kyc/pan_card_authentication"},"code":403,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"d0b7a4d9-e4c4-4a1f-8de7-abc6f286d318","name":"When TotalKYC API gives timeout","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 16bdd59d973dd6fe8b7b7b6e80b89c0b4b0d6960997430ac21fd5d6b7922fdcd","description":"client token with verify_document scope","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pan_number","value":"BADPJ3183R","description":"required","type":"text"}]},"url":"https://test-onboarding.payu.in/dvs/kyc/pan_card_authentication"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 467,\n    \"api_name\": \"pan_card_authentication\",\n    \"identifier\": \"23315ba7b54d21f46ca05eaf0f5d03b60aa3392f25f8299fda213fa0de654c0f\",\n    \"response\": {\n        \"status\": 504,\n        \"error\": \"Gateway Timed Out\",\n        \"request_id\": \"07f05892-2c05-41da-b1c5-f2abf425993a\"\n    },\n    \"status\": \"failed\",\n    \"http_status\": 504,\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\",\n    \"created_at\": \"2020-09-24T12:55:16.000Z\",\n    \"updated_at\": \"2020-09-24T12:55:16.000Z\"\n}"}],"_postman_id":"495342e1-67b2-4ffb-a258-956f39e98902"},{"name":"Fetch GST Number from PAN Number","id":"2231dd6d-9800-4d83-a805-e2aa48c0531e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer c099ef7bea66647a2183d8c1ce923caa0768ca29dfa93954deda7a27f0b8c437","description":"<p>Client token with get_pan_details scope</p>\n","type":"text"}],"url":"http://test-onboarding.payumoney.com/dvs/kyc/pan_card/AAKCP2016Q/gstin_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"protocol":"http","path":["dvs","kyc","pan_card","AAKCP2016Q","gstin_details"],"host":["test-onboarding","payumoney","com"],"query":[],"variable":[]}},"response":[{"id":"a2176990-077f-4509-862e-9f488b1a528a","name":"When GST is not found against PAN Number","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e1b640093a7a8f1251c28b70dc668b29150ae19a116843ac95ce49ec12d2a82e","description":"Client token with verify_document scope","type":"text"}],"url":"https://test-onboarding.payu.in/dvs/kyc/pan_card/BAXPJ3185R/gstin_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 518,\n    \"api_name\": \"search_gst_from_pan\",\n    \"identifier\": \"c2618f7d3d736e3cbe97f59b384936f0f42cb2e8959fbef8d058e3debcf3684f\",\n    \"response\": {\n        \"result\": [],\n        \"requestId\": \"7e33b660-8d9a-4e38-8e04-ac66f9cc17c3\",\n        \"statusCode\": 103\n    },\n    \"status\": \"error\",\n    \"http_status\": 200,\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\",\n    \"created_at\": \"2020-10-26T04:39:20.000Z\",\n    \"updated_at\": \"2020-10-26T04:39:20.000Z\"\n}"},{"id":"aca48064-fc52-4d7b-ab3d-1ac8c0431ce8","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e1b640093a7a8f1251c28b70dc668b29150ae19a116843ac95ce49ec12d2a82e","description":"Client token with verify_document scope","type":"text"}],"url":"https://test-onboarding.payu.in/dvs/kyc/pan_card/AAKCP2016Q/gstin_details"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 517,\n    \"api_name\": \"search_gst_from_pan\",\n    \"identifier\": \"86721486a3e2f38fdc1ee07700ac5bb4d9b0be906fa64c94bfddbbe0f29a6b84\",\n    \"response\": {\n        \"result\": [\n            {\n                \"pan\": \"AAKCP2016Q\",\n                \"mobNum\": \"\",\n                \"emailId\": \"\",\n                \"gstinId\": \"09AAKCP2016Q1ZY\",\n                \"regType\": \"\",\n                \"tinNumber\": \"\",\n                \"authStatus\": \"Inactive\",\n                \"gstinRefId\": \"\",\n                \"registrationName\": \"\",\n                \"applicationStatus\": \"\"\n            },\n            {\n                \"pan\": \"AAKCP2016Q\",\n                \"mobNum\": \"\",\n                \"emailId\": \"\",\n                \"gstinId\": \"09AAKCP2016Q2ZX\",\n                \"regType\": \"\",\n                \"tinNumber\": \"\",\n                \"authStatus\": \"Active\",\n                \"gstinRefId\": \"\",\n                \"registrationName\": \"\",\n                \"applicationStatus\": \"\"\n            }\n        ],\n        \"requestId\": \"de58f9a4-da39-4f1f-9336-e8ed3a3f4497\",\n        \"statusCode\": 101\n    },\n    \"status\": \"success\",\n    \"http_status\": 200,\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\",\n    \"created_at\": \"2020-10-26T04:39:00.000Z\",\n    \"updated_at\": \"2020-10-26T04:39:00.000Z\"\n}"}],"_postman_id":"2231dd6d-9800-4d83-a805-e2aa48c0531e"},{"name":"Fetch IFSC Code Details","id":"6e1f72b5-aa43-4e84-bb94-bd6a67b3066d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>Client token with verify_document scope</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/dvs/info/ifsc_details/{{ifsc_code}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["dvs","info","ifsc_details","{{ifsc_code}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4023af5a-aaaa-4266-88e3-45f2047a765e","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer e1b640093a7a8f1251c28b70dc668b29150ae19a116843ac95ce49ec12d2a82e","description":"Client token with verify_document scope","type":"text"}],"url":"https://test-onboarding.payumoney.com/dvs/info/ifsc_details/RMGB0000431"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 522,\n    \"api_name\": \"check_ifsc_code\",\n    \"identifier\": \"4eb3eca0c3c1523b9e4b9bcb9f5fd4721bca39cb1e8974b3035ee32aac264ee9\",\n    \"response\": {\n        \"result\": {\n            \"city\": \"JAIPUR\",\n            \"office\": \"\",\n            \"district\": \"\",\n            \"ifsc\": \"RMGB0000431\",\n            \"micr\": \"\",\n            \"state\": \"RAJASTHAN\",\n            \"contact\": \"0\",\n            \"branch\": \"JATWARA\",\n            \"address\": \"V-P-JATWARA, VIA DAUSA\",\n            \"bank\": \"RAJASTHAN MARUDHARA GRAMIN BANK\"\n        },\n        \"request_id\": \"090e7d06-e319-41da-aac8-9e14d60ed59f\",\n        \"status-code\": \"101\"\n    },\n    \"status\": \"success\",\n    \"http_status\": 200,\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\",\n    \"created_at\": \"2020-10-26T07:26:19.000Z\",\n    \"updated_at\": \"2020-10-26T07:26:19.000Z\"\n}"}],"_postman_id":"6e1f72b5-aa43-4e84-bb94-bd6a67b3066d"},{"name":"Fetch GST details from GST NUMBER","id":"064b2cb5-90c2-4d51-9d9e-a1f70f2a8c84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>client token with get_gst_details scope</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/dvs/kyc/gstin_details/{{gst_number}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["dvs","kyc","gstin_details","{{gst_number}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"70b5bc6d-02c0-456a-9349-bf056028bf14","name":"Success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer cb9f855afff91af7298b004a45a031fd655bc49cb1415643550b23ff09a6fa74","description":"client token with get_gst_details scope","type":"text"}],"url":"https://test-onboarding.payumoney.com/dvs/kyc/gstin_details/29AAJCS9091D1ZW"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 632,\n    \"api_name\": \"gsp_gstin_api_call\",\n    \"identifier\": \"cd0900c255ccdceed5b230c9a9151062f431d357e98a2ed86de9f7b70cc15244\",\n    \"response\": {\n        \"statusCode\": 101,\n        \"requestId\": \"6e1a5433-7b18-480f-90f6-a8a9b5532991\",\n        \"result\": {\n            \"mbr\": [],\n            \"canFlag\": \"NA\",\n            \"pradr\": {\n                \"em\": \"\",\n                \"adr\": \"1st Floor, KVD Towers, 7/3, Old Madras Road, Indira Nagar, Karnataka, pin: 560038\",\n                \"addr\": \"NA\",\n                \"mb\": \"\",\n                \"ntr\": \"Others, Recipient of Goods or Services, Service Provision\",\n                \"lastUpdatedDate\": \"NA\"\n            },\n            \"tradeNam\": \"PayU Payments Private Limited\",\n            \"lstupdt\": \"23/08/2018\",\n            \"contacted\": {\n                \"mobNum\": null,\n                \"email\": null,\n                \"name\": null\n            },\n            \"rgdt\": \"01/07/2017\",\n            \"stjCd\": \"\",\n            \"stj\": \"NA\",\n            \"ctjCd\": \"YT0303\",\n            \"ppr\": \"NA\",\n            \"dty\": \"Regular\",\n            \"cmpRt\": \"NA\",\n            \"cxdt\": \"\",\n            \"ctb\": \"Private Limited Company\",\n            \"sts\": \"Active\",\n            \"gstin\": \"29AAJCS9091D1ZW\",\n            \"lgnm\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n            \"nba\": [\n                \"Others\",\n                \"Recipient of Goods or Services\",\n                \"Service Provision\"\n            ],\n            \"ctj\": \"RANGE-CED3\",\n            \"adadr\": []\n        }\n    },\n    \"status\": \"success\",\n    \"http_status\": 200,\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\",\n    \"created_at\": \"2020-11-18T10:36:36.000Z\",\n    \"updated_at\": \"2020-11-18T10:36:36.000Z\"\n}"},{"id":"e8b2128c-01dd-4c9b-9b13-d402ca61bce1","name":"INVALID GST NUMBER","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer cb9f855afff91af7298b004a45a031fd655bc49cb1415643550b23ff09a6fa74","description":"client token with get_gst_details scope","type":"text"}],"url":"https://test-onboarding.payumoney.com/dvs/kyc/gstin_details/29AAJCS9091D1Z"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"gstin\": [\n            \"invalid format\"\n        ]\n    }\n}"}],"_postman_id":"064b2cb5-90c2-4d51-9d9e-a1f70f2a8c84"},{"name":"Name Match Similarity","id":"c1f3c046-e84e-47fe-b256-bc795f37f740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>Client token with verify_document scope</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name1","value":"Alpha","description":"<p>mandatory</p>\n","type":"text"},{"key":"name2","value":"Alpha  Singh","description":"<p>mandatory</p>\n","type":"text"},{"key":"type","value":"entity","description":"<p>mandatory [either individual or entity ]</p>\n","type":"text"}]},"url":"{{onboarding_url}}/dvs/info/name_match","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["dvs","info","name_match"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"80c89890-bc43-4165-874b-ca0517a2b8ba","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 67dcd6fa5361d8989dd057efb1ed44269d04da60e3b1cf63e85cc59a1133778f","description":"Client token with verify_document scope","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name1","value":"Jugnu Siwach","description":"mandatory","type":"text"},{"key":"name2","value":"Jugnu S","description":"mandatory","type":"text"},{"key":"type","value":"individual","description":"mandatory [either individual or entity ]","type":"text"}]},"url":"https://test-onboarding.payumoney.com/dvs/info/name_match"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Mar 2021 13:29:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"e46d01268c128d9ca1af12b0c68eebcc\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4b758a16-0c2c-46aa-b7f8-689328070879"},{"key":"X-Runtime","value":"0.329841"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"https://test-onboarding.payumoney.com"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1298,\n    \"api_name\": \"check_name_similarity\",\n    \"identifier\": \"78931b9a6c3bd233c90ee26b6e96044518f4b5d173a05cd70e01c18840011f97\",\n    \"response\": {\n        \"statusCode\": 101,\n        \"requestId\": \"6a519de3-619f-4440-b681-61c278ac68c4\",\n        \"result\": {\n            \"score\": 0.8055555555555557,\n            \"result\": true\n        }\n    },\n    \"status\": \"success\",\n    \"http_status\": 200,\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\",\n    \"created_at\": \"2021-03-01T13:33:32.000Z\",\n    \"updated_at\": \"2021-03-01T13:33:32.000Z\"\n}"}],"_postman_id":"c1f3c046-e84e-47fe-b256-bc795f37f740"},{"name":"Aadhaar XML Offline API","id":"79efac30-0522-4083-999a-d0b3042aa53b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token recieved from HUB</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"<p>mandatory, aadhar xml/zip file</p>\n","type":"file","value":null},{"key":"aadhaar_share_code","value":"","description":"<p>mandatory, aadhar share code to open xml/zip file</p>\n","type":"text"}]},"url":"{{onboarding_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_file_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc","aadhaar_file_details"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"468dec24-6f62-4d2d-8be2-2cd0da347d4b","name":"When name match score is low","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":[]},{"key":"aadhaar_share_code","value":"","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc/aadhaar_file_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"low name match score\",\n    \"error_code\": \"low_name_match\"\n}"},{"id":"5879c3ff-ee11-44a1-b119-8185b622277c","name":"When file format is wrong","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":["/Users/jugnu.siwach/Desktop/header.png"]},{"key":"aadhaar_share_code","value":"1996","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc/aadhaar_file_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Invalid file format. Only XML/Zip file formats are supported\"\n}"},{"id":"5cc4f6ee-aa50-4256-ae8a-7b7b64bf30ba","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":["/Users/jugnu.siwach/Downloads/offlineaadhaar20210804120750632.xml"]},{"key":"aadhaar_share_code","value":"1996","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc/aadhaar_file_details"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Jugnu\",\n    \"gender\": \"M\",\n    \"dob\": \"1996-02-14\",\n    \"address\": \" rz-276,ph-2, gopal nagar, NAJAFGARH, South West Delhi, Delhi, India, 110043\",\n    \"pincode\": 110043\n}"},{"id":"aaf3394e-7375-4d36-8930-2acfe0ddb7b5","name":"When file size is greater than 6MB","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":["/Users/jugnu.siwach/Downloads/offlineaadhaar20210804120750632.xml"]},{"key":"aadhaar_share_code","value":"1996","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc/aadhaar_file_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"File size should be less than 6MB\"\n}"},{"id":"acfe7bb1-d7a0-480f-9149-9c252f77c4f9","name":"When Signing Authority Details are not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":["/Users/jugnu.siwach/Downloads/offlineaadhaar20210804120750632.xml"]},{"key":"aadhaar_share_code","value":"1996","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc/aadhaar_file_details"},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Signatory details of merchant not found\"\n}"},{"id":"c1f8a5d1-9c5d-48c4-be34-755c5cd6bc35","name":"Invalid Aadhar XML FIle or Share Code","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":[]},{"key":"aadhaar_share_code","value":"","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc/aadhaar_file_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Invalid Aadhaar XMl File or Share Code\",\n    \"error_code\": \"error_from_karza\"\n}"}],"_postman_id":"79efac30-0522-4083-999a-d0b3042aa53b"},{"name":"bank_ac_verification","id":"1b0e7056-6aba-473f-848d-f12231ca8cf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"ifsc","value":"{{ifsc_value}}","type":"text"},{"key":"account_number","value":"{{account_number}}","type":"text"}]},"url":"{{dvs_base_url}}/dvs/info/bank_ac_verification","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["dvs","info","bank_ac_verification"],"host":["{{dvs_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0cdd23e8-0b46-4f1d-b204-082e2b77359a","name":"unauthorized response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"ifsc","value":"{{ifsc_value}}","type":"text"},{"key":"account_number","value":"{{account_number}}","type":"text"}]},"url":"{{dvs_base_url}}/dvs/info/bank_ac_verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Mar 2022 10:19:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7f71f48b-f784-444b-a130-efae25fe033b"},{"key":"X-Runtime","value":"0.144055"},{"key":"Access-Control-Allow-Origin","value":"https://test2-onboarding.payu.in"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"41b93e8e-d604-45a7-af0b-45360c21dd02","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"ifsc","value":"{{ifsc_value}}","type":"text"},{"key":"account_number","value":"{{account_number}}","type":"text"}]},"url":"{{dvs_base_url}}/dvs/info/bank_ac_verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Mar 2022 10:24:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"aaa3dd65758fd3b608ac468be5311555\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"6b798958-eff9-4819-b78c-9d6562c6cd23"},{"key":"X-Runtime","value":"0.033537"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Referrer-Policy","value":"origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ ; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.my.salesforce.com/ https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://payuin--onepayudev.my.salesforce.com/ https://static.lightning.force.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5691,\n    \"api_name\": \"bank_ac_verification\",\n    \"identifier\": \"40db6bcfeaa22f0f59184ed941dbd9ee7e3b2033cd7687b78b8c939535725e56\",\n    \"response\": {\n        \"result\": {\n            \"ifsc\": \"UTIB0008236\",\n            \"accountName\": \"AKSHRA  AGGARWAL    \",\n            \"bankResponse\": \"Transaction Successful\",\n            \"accountNumber\": \"999999999999\",\n            \"bankTxnStatus\": true\n        },\n        \"request_id\": \"0cff3ec1-9030-46b0-9311-5907fcd46327\",\n        \"status-code\": \"101\"\n    },\n    \"status\": \"success\",\n    \"http_status\": 200,\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\",\n    \"created_at\": \"2022-03-15T10:23:39.000Z\",\n    \"updated_at\": \"2022-03-15T10:23:39.000Z\"\n}"},{"id":"08cd7f07-1e9d-427b-b3b7-19c4f33e984c","name":"invalid account number","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"ifsc","value":"{{ifsc_value}}","type":"text"},{"key":"account_number","value":"{{account_number}}","type":"text"}]},"url":"{{dvs_base_url}}/dvs/info/bank_ac_verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Mar 2022 10:25:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"52990fe5a3ebefe7047d89f043c1bb5c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"00feceeb-dfad-4131-bc36-8ef8c177552e"},{"key":"X-Runtime","value":"1.481370"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Referrer-Policy","value":"origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ ; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.my.salesforce.com/ https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://payuin--onepayudev.my.salesforce.com/ https://static.lightning.force.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5692,\n    \"api_name\": \"bank_ac_verification\",\n    \"identifier\": \"50718008345edfa1d15476e90872904226f3f73899a7bd904f99d4c559ae5d96\",\n    \"response\": {\n        \"result\": {\n            \"accountNumber\": \"99999983284782\",\n            \"ifsc\": \"UTIB0001346\",\n            \"accountName\": \" \",\n            \"bankResponse\": \"Invalid Account Number\",\n            \"bankTxnStatus\": false\n        },\n        \"request_id\": \"35d85a47-7cc6-4821-a9ce-b66440230712\",\n        \"status-code\": \"101\"\n    },\n    \"status\": \"success\",\n    \"http_status\": 200,\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\",\n    \"created_at\": \"2022-03-15T10:25:51.000Z\",\n    \"updated_at\": \"2022-03-15T10:25:51.000Z\"\n}"}],"_postman_id":"1b0e7056-6aba-473f-848d-f12231ca8cf1"},{"name":"name_match","id":"7166ef87-80d8-4621-a5a9-4d85f03ad6f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token_dvs}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name1","value":"Payu Payments","type":"text"},{"key":"name2","value":"Payu Payments","type":"text"}]},"url":"{{dvs_base_url}}/dvs/info/name_match","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["dvs","info","name_match"],"host":["{{dvs_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5f1c0d59-0f24-4a07-a433-558a549c7aa5","name":"when names do no match","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token_dvs}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name1","value":"Payu Payments","type":"text"},{"key":"name2","value":"Payu","type":"text"}]},"url":"{{dvs_base_url}}/dvs/info/name_match"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 13:16:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"40aadc2877bd06138986fddcb6da295f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"03a049c8-2ea1-4dd4-85be-39ea03ca6875"},{"key":"X-Runtime","value":"0.577495"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Referrer-Policy","value":"origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ ; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.my.salesforce.com/ https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://payuin--onepayudev.my.salesforce.com/ https://static.lightning.force.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5761,\n    \"api_name\": \"check_name_similarity\",\n    \"identifier\": \"ea8c5af083d0adc8628d52cf75e32452b5b4d3200adabde333f63a14f2422959\",\n    \"response\": {\n        \"requestId\": \"f3029282-eb45-433e-a3bc-d278edbdd2b8\",\n        \"result\": {\n            \"score\": 0.5945121951219513,\n            \"result\": false\n        },\n        \"statusCode\": 101\n    },\n    \"status\": \"success\",\n    \"http_status\": 200,\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\",\n    \"created_at\": \"2022-03-17T13:16:28.000Z\",\n    \"updated_at\": \"2022-03-17T13:16:28.000Z\"\n}"},{"id":"a7da63c8-56b9-4e7e-8d75-f3ac5263dc59","name":"when names are perfect match","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token_dvs}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name1","value":"Payu Payments","type":"text"},{"key":"name2","value":"Payu Payments","type":"text"}]},"url":"{{dvs_base_url}}/dvs/info/name_match"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 13:17:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"c916a95e9a598f1fb3f396527994c6ed\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"220e04ad-1d01-450e-8236-6b762ba961a8"},{"key":"X-Runtime","value":"0.318479"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Referrer-Policy","value":"origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ ; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.my.salesforce.com/ https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://payuin--onepayudev.my.salesforce.com/ https://static.lightning.force.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5762,\n    \"api_name\": \"check_name_similarity\",\n    \"identifier\": \"11537d86bffb75fe11c1b9dd6e691738f73748f7d3cc1f21a9aa512736e64c00\",\n    \"response\": {\n        \"requestId\": \"d99152ae-3a49-4d6a-b122-69b8bcf76537\",\n        \"result\": {\n            \"score\": 1,\n            \"result\": true\n        },\n        \"statusCode\": 101\n    },\n    \"status\": \"success\",\n    \"http_status\": 200,\n    \"client_id\": \"195ab95fa4700eeaaf38b7f5b538d2979f0f281e0a4eaedca1aa675b79b331a2\",\n    \"created_at\": \"2022-03-17T13:17:15.000Z\",\n    \"updated_at\": \"2022-03-17T13:17:15.000Z\"\n}"},{"id":"cb323717-3aff-4cf1-b7dc-2e329ca5b19b","name":"unauthorized response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name1","value":"Payu Payments","type":"text"},{"key":"name2","value":"Payu Payments","type":"text"}]},"url":"{{dvs_base_url}}/dvs/info/name_match"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 13:18:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"887747e0-3c91-4060-9c8c-49e5da5a546b"},{"key":"X-Runtime","value":"0.022358"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"8b08d2c3-44cf-4f52-8120-0d3d364351bb","name":"when one or more name param is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token_dvs}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name1","value":"Payu Payments","type":"text"},{"key":"name2","value":"Payu Payments","type":"text","disabled":true}]},"url":"{{dvs_base_url}}/dvs/info/name_match"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 13:19:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"1fc83a8d-9ac7-45e1-a91d-8b1639b258fe"},{"key":"X-Runtime","value":"0.031693"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"param is missing or the value is empty: name2\"\n}"}],"_postman_id":"7166ef87-80d8-4621-a5a9-4d85f03ad6f8"},{"name":"fetch cheque ocr details","id":"4cdf8dce-92ed-4f53-a876-df220156b277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer 9a93d5b73f3cb86ba3534bc2944db0e6194c300c470a074eb2d3b2383c7cfade","type":"text"},{"key":"entity_type","value":"Merchant","description":"<p>optional</p>\n","type":"text"},{"key":"entity_id","value":"1","description":"<p>optional</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"url","value":"https://dms.payu.in/merchants/11ec-f081-d6eee7f6-b84d-0aa3242c5cc8/documents/67ad91ef800e0c688af5460a1c312345","type":"text","description":"<p>either url for file is mandatory</p>\n"},{"key":"file","value":"file_content","type":"text","description":"<p>either url for file is mandatory</p>\n"}]},"url":"https://onboarding.payumoney.com/dvs/kyc/cheque_ocr","urlObject":{"protocol":"https","path":["dvs","kyc","cheque_ocr"],"host":["onboarding","payumoney","com"],"query":[],"variable":[]}},"response":[{"id":"2ffdf6c8-2ff9-4f94-a2a4-4fb4ea7d7d68","name":"unauthorized response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name1","value":"Payu Payments","type":"text"},{"key":"name2","value":"Payu Payments","type":"text"}]},"url":"{{dvs_base_url}}/dvs/kyc/cheque_ocr"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 13:18:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"887747e0-3c91-4060-9c8c-49e5da5a546b"},{"key":"X-Runtime","value":"0.022358"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"b8295b5a-d9eb-4e7b-83c8-2c3a5576d7b8","name":"when doc is not valid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 9a93d5b73f3cb86ba3534bc2944db0e6194c300c470a0741234567383c7cfade","type":"text"},{"key":"entity_type","value":"Merchant","description":"optional","type":"text"},{"key":"entity_id","value":"1","description":"optional","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"url","value":"https://document-management-system-prod.s3.ap-south-1.amazonaws.com/merchants/11ec-f081-d6eee7f6-b84d-0aa3242c5cc8/documents/67ad91ef800e0c688af5460a1c3e19201","type":"text","description":"either url for file is mandatory"},{"key":"file","value":"file_content","type":"text","description":"either url for file is mandatory","disabled":true}]},"url":"https://onboarding.payumoney.com/dvs/kyc/cheque_ocr"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Jun 2022 10:45:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"fb8aa616-8d67-47c8-8e7a-65a25cc2260f"},{"key":"X-Runtime","value":"0.220805"},{"key":"Access-Control-Allow-Origin","value":"https://onboarding.payumoney.com"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2846660,\n    \"api_name\": \"cheque_ocr\",\n    \"identifier\": \"723ffa4db1b0c3949fda52489a168783c5a69d44df0d903a0ad7e4e2b0de84a3\",\n    \"response\": {\n        \"requestId\": \"46f7e239-a3a0-4534-b473-27a08df641dd\",\n        \"result\": {},\n        \"statusCode\": 102\n    },\n    \"status\": \"error\",\n    \"http_status\": 200,\n    \"client_id\": \"63065ae55f09c1014c350c05d453e7f412427b8eb2044b46c5583720e2dae83b\",\n    \"created_at\": \"2022-06-20T10:45:57.000Z\",\n    \"updated_at\": \"2022-06-20T10:45:57.000Z\"\n}"},{"id":"efd12d01-0629-4a87-9c37-3b2f29bd3fde","name":"When doc is valid cheque","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 9a93d5b73f3cb8a3534bc2944db0e6194c300c470a074eb2d3b2383c7c1234","type":"text"},{"key":"entity_type","value":"Merchant","description":"optional","type":"text"},{"key":"entity_id","value":"1","description":"optional","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"url","value":"https://dms.payu.in/merchants/11ec-f081-d6eee7f6-b84d-0aa3242c1234/documents/67ad91ef800e0c688af5460a11234567","type":"text","description":"either url for file is mandatory"},{"key":"file","value":"file_content","type":"text","description":"either url for file is mandatory","disabled":true}]},"url":"https://onboarding.payumoney.com/dvs/kyc/cheque_ocr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Jun 2022 10:48:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"07cd86d8fb125efbc987030045c88223\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"1a418c25-5918-4912-b6ec-b98642961db7"},{"key":"X-Runtime","value":"2.188258"},{"key":"Access-Control-Allow-Origin","value":"https://onboarding.payumoney.com"},{"key":"Referrer-Policy","value":"origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://payuin.secure.force.com/ https://accounts.payu.in/ wss://*.payu.in/ wss://*.payumoney.com/ https://partner.payu.in/ https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://hub-accounts.s3.ap-south-1.amazonaws.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://document-management-system-prod.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ https://www.google.co.in/ https://payupayments.australia-3.evergage.com/; frame-src 'self' https://payuin.my.salesforce.com/ https://payuin--qa.cs6.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin.my.salesforce.com/ https://payuin--qa.cs6.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://payuin.secure.force.com/ https://payuin.my.salesforce.com/ https://payuin--qa.cs6.my.salesforce.com/ https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://payuin.my.salesforce.com/ https://payuin.secure.force.com/ https://d.la1-core1.sfdc-y37hzm.salesforceliveagent.com https://payuin--qa.cs6.my.salesforce.com/ https://static.lightning.force.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://cdn.evgnet.com/ https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2846704,\n    \"api_name\": \"cheque_ocr\",\n    \"identifier\": \"c27e6a9eec9bc21b1265f56dd80c3cd55070d3e9901cc122a758ae3137236428\",\n    \"response\": {\n        \"requestId\": \"d6b3ae99-63c3-4d61-8686-fdf61930c123\",\n        \"result\": {\n            \"accNo\": \"123020001234567\",\n            \"bank\": \"AXIS BANK\",\n            \"chequeNo\": \"091123\",\n            \"ifsc\": \"UTIB0001822\",\n            \"micr\": \"494211234\",\n            \"bankDetails\": {\n                \"address\": \"GUPTA TOWERS, TIKRA PARA, NEAR GOVT. KOMALDEV HOSPITAL,KANKER, DIST. KANKER, CHATTISGARH, PIN 494334\",\n                \"branch\": \"KANKER\",\n                \"city\": \"KANKER\",\n                \"contact\": \"0\",\n                \"district\": \"KANKER\",\n                \"state\": \"CHHATTISGARH\"\n            },\n            \"name\": []\n        },\n        \"statusCode\": 101\n    },\n    \"status\": \"success\",\n    \"http_status\": 200,\n    \"client_id\": \"63065ae55f09c1014c350c05d453e7f412427b8eb2044b46c5583720e2da1234\",\n    \"created_at\": \"2022-06-20T10:48:48.000Z\",\n    \"updated_at\": \"2022-06-20T10:48:48.000Z\"\n}"}],"_postman_id":"4cdf8dce-92ed-4f53-a876-df220156b277"},{"name":"gstin_details","id":"ae8631f4-f72a-45d7-aa40-c1473e7753c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{dvs_base_url}}/dvs/kyc/gstin_details/09AAJCS9091D1ZY","urlObject":{"path":["dvs","kyc","gstin_details","09AAJCS9091D1ZY"],"host":["{{dvs_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae8631f4-f72a-45d7-aa40-c1473e7753c0"},{"name":"BankVerificationAPI","id":"5b2a5e39-4f3c-43ba-ae06-7f91132829c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"clientId","value":"{{client_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account_number\": \"account_number\",\n    \"ifsc\": \"ifsc_code\",\n    \"name\" : \"account_holder_name\",\n    \"name_match_required\": true\n}\n","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/dvs/bank_accounts/acc_verification","urlObject":{"path":["dvs","bank_accounts","acc_verification"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bf63742d-438d-495e-aa97-c6b1c9e1ee3d","name":"Bank Verification Success","originalRequest":{"method":"POST","header":[{"key":"clientId","value":"{{client_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account_number\": \"account_number\",\n    \"ifsc\": \"ifsc_code\",\n    \"name\" : \"account_holder_name\",\n    \"name_match_required\": true\n}\n","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/dvs/bank_accounts/acc_verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Apr 2025 10:45:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"c06c8f0afd84cc594152761ee0b6dfc1\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"832121c6-9447-47cf-a023-fecad699db92"},{"key":"X-Runtime","value":"1.140942"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onepayuonboarding.payu.in"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken,clientid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://payuin--onepayuuat.my.salesforce.com/ https://uat-accounts.payu.in/ https://onepayuuat-payuin.cs74.force.com/ https://uat-partner.payu.in/ https://analytics.google.com/ https://forms.hubspot.com/ https://www.google.co.in/ https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://payupayments.australia-3.evergage.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://document-management-system-staging.s3.ap-south-1.amazonaws.com/ https://hub-accounts-uat.s3.ap-south-1.amazonaws.com/; frame-src 'self' https://payuin--onepayuuat.my.salesforce.com/ https://payuin--qa.cs6.my.salesforce.com/ https://bid.g.doubleclick.net/ https://uat-accounts.google.com/ https://www.google.com/ https://tpc.googlesyndication.com/; frame-ancestors 'self' https://platform.uat.fyndx1.de/ https://platform.fynd.com/ https://payuin--onepayuuat.my.salesforce.com/ https://payuin--qa.cs6.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://payuin--onepayuuat.my.salesforce.com/ https://payuin--onepayudev.my.salesforce.com/ https://onepayuuat-payuin.cs74.force.com/ https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://in1.clevertap-prod.com https://cdn.evgnet.com/ https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ https://tpc.googlesyndication.com/ https://payuin--onepayuuat.my.salesforce.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://payuin--onepayudev.my.salesforce.com/ https://static.lightning.force.com/ https://onepayuuat-payuin.cs74.force.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://js.hs-scripts.com/ https://www.google.com/ https://www.gstatic.com; img-src 'self' data: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"payuRequestId\": \"07057af4-62eb-480d-b883-ec32cb42ab77\",\n    \"result\": {\n        \"accountName\": \"SAKSHI JAIN\",\n        \"bankResponse\": \"Transaction Successful\",\n        \"bankTxnStatus\": true,\n        \"accountStatus\": \"ACTIVE\"\n    },\n    \"requestAttributes\": {\n        \"name\": \"Sakshi\",\n        \"ifsc\": \"HDFC0001264\",\n        \"accountNumber\": \"account_number\"\n    },\n    \"name_match_score\": 0.5945121951219513\n}"},{"id":"19f89d9d-aa0c-4bed-a44d-1aff4c205d30","name":"BankVerificationAPI Error","originalRequest":{"method":"POST","header":[{"key":"clientId","value":"{{client_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account_number\": \"account_number\",\n    \"ifsc\": \"ifsc_code\",\n    \"name\" : \"account_holder_name\",\n    \"name_match_required\": true\n}\n","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/dvs/bank_accounts/acc_verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 10:11:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3f3ac8bc-97fb-4ebc-8593-3c2987e27bcb"},{"key":"X-Runtime","value":"3.426287"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onepayuonboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"payuRequestId\": \"91dc7aad-808a-419e-96d7-97bd8a7070e6\",\n    \"error\": {\n        \"reason\": \"Could not get data from upstream\"\n    },\n    \"requestAttributes\": {\n        \"name\": \"Sakshi\",\n        \"ifsc\": \"HDFC1000000\",\n        \"accountNumber\": \"account_number\"\n    }\n}"}],"_postman_id":"5b2a5e39-4f3c-43ba-ae06-7f91132829c2"},{"name":"Udhyam by Business name","id":"6bf797b4-44f4-435d-8b9d-360f5369eb8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"business_name\": \"business_name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/fetch_udyam_by_business_name","urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","fetch_udyam_by_business_name"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"709dd599-e6b9-4222-b2df-7e9be7cc8174","name":"Udhyam by Business name success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"business_name\": \"business_name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/fetch_udyam_by_business_name"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Apr 2025 06:01:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"c62f6bfbe6bb4cf36e090e98122083da\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=KIGOpaMjC4qRiv%2FZRPPXJbi4MVxBURTDaB9xVSnqp24gGzgzccPsmY9zyPB6BFLgQ01HiQ6JtwFh8%2BFUjH5bWx3xPJOOIb6Sa29DmALXYDlinvSlsSRcmiItgKYhiEvtYQb1GFq1bmqMbJ4gJA3%2BWx2UREBKUtwD3fNAqvWNIVCCuoMy5KMtHV%2BbKRDCDhPug3rrWnNCtDpbMwVMlgLrD8eggoueOKSO7CYtdl%2F7qtTinHZgRskA54EZxbN8UnGV8Ed4pCXzKkiXtsozoMfgJPb1arK59Fv78PSUT28nVaBBbF%2Bl5JSERwcLceKFvdOce1T%2FA%2BcUMjoZ%2Bn3X758rS8pN4PynzW1kjdMDEiwNP9z%2FkXcCYR%2B38qXyy%2BK0ygZI--1p64jT2MxXqstaTv--vzf5aqdvPTvT8QlK2PNeiQ%3D%3D; path=/; secure; HttpOnly"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"X-Request-Id","value":"bf4a00ba-bf91-4eea-a2c6-0091ae25b9aa"},{"key":"X-Runtime","value":"0.206457"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://testoneapi.payu.in https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://test-dms.payu.in https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://*.payu.in https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://d.la2s-core1.sfdc-y37hzm.salesforceliveagent.com https://d.la12s-core1.sfdc-y37hzm.salesforceliveagent.com/ https://in1.clevertap-prod.com/ https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"udyam\": []\n}"}],"_postman_id":"6bf797b4-44f4-435d-8b9d-360f5369eb8f"},{"name":"Verify Pan Details","id":"d68bda8e-2b29-473c-97e8-75333455399d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pan_number\": \"pan_number\",\n    \"dob\": \"1992-08-10\",\n    \"pan_name\": \"pan_name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/verify_pan_details","urlObject":{"path":["api","v3","dvs_wrapper","{{product_account_uuid}}","verify_pan_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cd772a46-ef09-4b07-9c27-c3529c22cae9","name":"Verify Pan Details success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pan_number\": \"pan_number\",\n    \"dob\": \"1992-08-10\",\n    \"pan_name\": \"pan_number\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/verify_pan_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Apr 2025 06:03:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"9a25075ed97a7eecb1fe0024ebd82e22\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=zhVcWCYyuB0PmCQgv4WviL%2FOLcUTclPN4qdYW19dL%2B%2Bve6cKr1CBZA4AqUl8fxCPt9G%2BJC4Q%2F80k%2BMDhw02R7ClwGkV1pAotxSQe3Yv8YtXwkh%2FvadOlm5dvQ4VmfQdpQ4TBW%2BYRU0Oq6XVhP0UDBVaq5uC2Wj7COD%2Fko%2Fo7zpBb3QUOcDN3FZmapMZfE5pMwilkQwSuuq6Dky9UVUt2TTdrrV5jY1xJnAXyS2Ywbq0CCvlA9iqex%2F%2BcvoRGhA2jmd%2BTolWD3tY8NIlOHcqLEf%2Fhx%2FVdZ6kn%2B2ACK5V7WPXK4oEevg82P6GR2hkGHX4TAq29gd79h6pe058%2FboU46bqggXgLjenX7%2B0NmL2CvF6cJiCF%2BNwQ%2BRwAFWxZ62nh--r4ziiVHNFHVzYqhk--snQEYT9uCVEcxVyOcWE7UQ%3D%3D; path=/; secure; HttpOnly"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"X-Request-Id","value":"0fc88e4d-74dd-4019-892d-e61a29238a52"},{"key":"X-Runtime","value":"0.249076"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://testoneapi.payu.in https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://test-dms.payu.in https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://*.payu.in https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://d.la2s-core1.sfdc-y37hzm.salesforceliveagent.com https://d.la12s-core1.sfdc-y37hzm.salesforceliveagent.com/ https://in1.clevertap-prod.com/ https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Active\",\n    \"nameMatch\": \"Y\",\n    \"dobMatch\": \"Y\"\n}"},{"id":"69f2a2ab-d155-40d4-96ce-01378400165f","name":"Verify Pan Details Inactive","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pan_number\": \"pan_number\",\n    \"dob\": \"1992-08-10\",\n    \"pan_name\": \"pan_name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/dvs_wrapper/{{product_account_uuid}}/verify_pan_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Apr 2025 06:03:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"ad0a89aac725993ee541baafb349000a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=TrhNGobHG3ar8pZurtqEIW5vVrXCros7n11OhBML08kuhFWMUCnsQaz2osOrCiFE1f7XJagLeGaeFIxLunTuVLluWvEtXsGTtyccP3%2FkyHsDA7DbWexJ1yL1MjvSEfdlV4eeUD110mEfnHGL%2FgBBSd0S44scjqwU0b12JCZGw4sG%2FqqXHV5aFnu8MIuNLABxP9UCZD6jYw5aU2qyntsnIOzERW75WsL6HLLldSi%2FR7D%2F3vS%2B3izGwiXaeeuqRppqiPZX%2Fp9T%2Fg8lPKaTK63Os6pJZMBnpSHGkv1Dd4EyEgOOkQGY0dPMcQUh6ep93jpLM0T9eN%2BQXHrt30bAI3oLbQGvsNLrclV8F%2FiyzWmxHeJIiZVQG%2BKohtNu%2BZtpt2fn--fE2TJd7M0%2BI8Cfc4--47%2F360mnw%2FsX2XgL%2F%2B%2FiOw%3D%3D; path=/; secure; HttpOnly"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"X-Request-Id","value":"d0dd6c04-096b-40c0-9cac-3e482de65b6a"},{"key":"X-Runtime","value":"1.350676"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://testoneapi.payu.in https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://test-dms.payu.in https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://*.payu.in https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.sandbox.my.salesforce.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://d.la2s-core1.sfdc-y37hzm.salesforceliveagent.com https://d.la12s-core1.sfdc-y37hzm.salesforceliveagent.com/ https://in1.clevertap-prod.com/ https://payuin--onepayudev.my.salesforce.com/ https://payuin--onepayudev.sandbox.my.salesforce-sites.com https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Inactive\",\n    \"nameMatch\": \"\",\n    \"dobMatch\": \"\"\n}"}],"_postman_id":"d68bda8e-2b29-473c-97e8-75333455399d"}],"id":"91078c27-5294-4ce8-885c-863c72100aaf","_postman_id":"91078c27-5294-4ce8-885c-863c72100aaf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"DVS_Wrapper","item":[{"name":"CIN ","id":"85c9b5b4-e961-47ac-af7b-6fedcdc02c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cin\":\"U65910MH1992PTC068664\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/company_details","description":"<p>CIN API is used to fetch company details</p>\n<p>Mandatory param: cin_number</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","company_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e4d847a5-648d-4295-bfe3-d6780397710d","name":"when cin is nil","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cin\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/company_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3207a282-63db-4bb6-a10f-10c35cb489dc"},{"key":"X-Runtime","value":"2.199284"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"cin number cannot be blank\"\n}"},{"id":"54f56bed-3cbc-4bcb-be27-bee3a02be31c","name":"when token has expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cin\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/company_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"cc2d6b92-7188-4dbd-846c-3866450338a4"},{"key":"X-Runtime","value":"1.476278"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"11c49aab-e0a9-4306-a3a4-3558fd477e9b","name":"when cin is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cin\":\"U65910MH1992PTC0664\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/company_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"bdae23e4-314e-4a5e-a7f1-eb030b79066b"},{"key":"X-Runtime","value":"0.874229"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"cin number is invalid\"\n}"},{"id":"50736afd-2f0d-4a1f-a50f-e40ad399f38a","name":"when user is not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cin\":\"U65910MH1992PTC068664\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/company_details"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"14bfee01-e561-4501-94e0-bdafb266cf4f"},{"key":"X-Runtime","value":"2.371043"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"0af63ada-47ba-4958-a3bf-d1f6ff1b6bb8","name":"Success response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cin\":\"U65910MH1992PTC068664\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/company_details"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"company_details\": {\n        \"company_name\": null,\n        \"address\": \"102, EMPRESA, 2ND ROAD, KHAR (WEST), NEAR AMORE MUMBAI Mumbai City MH 400052 IN \",\n        \"company_category\": null\n    }\n}"}],"_postman_id":"85c9b5b4-e961-47ac-af7b-6fedcdc02c09"},{"name":"gst_details","id":"831d9c86-fb47-4dca-9a9d-1ecefec40d1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gst_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","gst_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0c477497-9f21-4e51-88da-ad53280ca2c3","name":"invalid pan card number","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS909","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gst_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"af83c99f-7551-4fb3-9a67-0c7afa5ec0d9"},{"key":"X-Runtime","value":"0.299817"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"pancard_number\": \"Invalid Pan number\"\n    }\n}"},{"id":"41dad683-f36e-4e0a-baa9-72b601a233a5","name":"Invalid token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gst_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3b58dc61-b62b-4b95-b34e-e9fbf47ba47e"},{"key":"X-Runtime","value":"4.342805"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"bd44655f-46ae-4ad2-8d70-db7aba595452","name":"Success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gst_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"17f29567d41cc544fc4039a4d854303e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e1cf5751-e95a-4029-9ee3-fea8031a1e23"},{"key":"X-Runtime","value":"4.863158"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"gst_details\": [\n        {\n            \"gstinId\": \"06AAJCS9091D1Z4\",\n            \"registrationName\": \"\",\n            \"pan\": \"AAJCS9091D\",\n            \"authStatus\": \"Active\"\n        },\n        {\n            \"gstinId\": \"27AAJCS9091D1Z0\",\n            \"registrationName\": \"\",\n            \"pan\": \"AAJCS9091D\",\n            \"authStatus\": \"Active\"\n        },\n        {\n            \"gstinId\": \"29AAJCS9091D1ZW\",\n            \"registrationName\": \"\",\n            \"pan\": \"AAJCS9091D\",\n            \"authStatus\": \"Active\"\n        }\n    ]\n}"}],"_postman_id":"831d9c86-fb47-4dca-9a9d-1ecefec40d1c"},{"name":"pan_gst_details","id":"66fabc5f-7aef-4322-bca9-2a5330f76d1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/pan_gst_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","pan_gst_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"32b110cc-6c83-4e54-b2c2-53bd496e752c","name":"Invalid token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/pan_gst_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"62cb4bbb-db90-4dcf-9689-48e79d205e46"},{"key":"X-Runtime","value":"1.247193"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"32ea0e5a-2b16-4405-baee-91018e1ff2dc","name":"Invalid pan card number","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/pan_gst_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3176c39e-df3e-4d67-9b4b-987186ffd037"},{"key":"X-Runtime","value":"2.242133"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"pancard_number\": \"Invalid Pan number\"\n    }\n}"},{"id":"38a9c9d5-5784-4c6a-b808-2c329cb7a4dd","name":"Success reponse","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"pan_number","value":"AAJCS9091D","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/pan_gst_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1af9de50cbf2a26bf1d3669d8a1a421b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"779c256b-d358-4a78-bded-5c5c1ba7b69d"},{"key":"X-Runtime","value":"1.201865"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"pan_detail\": {\n        \"name\": \"PAYU PAYMENTS PRIVATE LIMITED\"\n    },\n    \"gst_details\": [\n        {\n            \"gstinId\": \"06AAJCS9091D1Z4\",\n            \"registrationName\": \"\",\n            \"pan\": \"AAJCS9091D\",\n            \"authStatus\": \"Active\"\n        },\n        {\n            \"gstinId\": \"27AAJCS9091D1Z0\",\n            \"registrationName\": \"\",\n            \"pan\": \"AAJCS9091D\",\n            \"authStatus\": \"Active\"\n        },\n        {\n            \"gstinId\": \"29AAJCS9091D1ZW\",\n            \"registrationName\": \"\",\n            \"pan\": \"AAJCS9091D\",\n            \"authStatus\": \"Active\"\n        }\n    ]\n}"}],"_postman_id":"66fabc5f-7aef-4322-bca9-2a5330f76d1d"},{"name":"shop and establishment","id":"d5295587-f866-4a69-8e00-f47faf804463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?area_code=HR&reg_no=304713","description":"<p>Shop and establishment API is used to fetch shop details\nMandatory params: area_code and reg_no</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"host":["{{onboarding_base_url}}"],"query":[{"description":{"content":"<p>area code</p>\n","type":"text/plain"},"key":"area_code","value":"HR"},{"description":{"content":"<p>shop number/registration number</p>\n","type":"text/plain"},"key":"reg_no","value":"304713"}],"variable":[]}},"response":[{"id":"266c3a4e-4c8f-452d-a7b6-cf8910087eca","name":"when area code or shop number is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?area_code=HRU&reg_no=342423","host":["{{onboarding_base_url}}"],"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"query":[{"key":"area_code","value":"HRU","description":"area code"},{"key":"reg_no","value":"342423","description":"shop number/registration number"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c7f3ad5b-4377-40ab-82fb-3bc617141c9a"},{"key":"X-Runtime","value":"3.718065"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid ID number or combination of inputs\"\n}"},{"id":"e7453d6e-3084-4f31-b9fd-9b85dda76f86","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?area_code=HR&reg_no=304713","host":["{{onboarding_base_url}}"],"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"query":[{"key":"area_code","value":"HR","description":"area code"},{"key":"reg_no","value":"304713","description":"shop number/registration number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"f08474ba0a11a749eec87fa29d0d2986\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"57716e03-5088-411c-8f2c-1eac0ee96191"},{"key":"X-Runtime","value":"7.133443"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"shop_details\": {\n        \"entity_name\": \"Pocket FM Private Limited\",\n        \"address\": \"B1/201 PWO HOUSING COMPLEX, SECTOR 43 GURGAON 122009 HARYANA, Village/Town: Gurgaon-i, Tehsil: Gurgaon, District: Gurugram\",\n        \"nature_of_business\": \"\"\n    }\n}"},{"id":"6288c6c2-89d4-443a-89af-3df9adec5288","name":"when shop number is blank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?area_code=HR","host":["{{onboarding_base_url}}"],"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"query":[{"key":"area_code","value":"HR","description":"area code"},{"key":"reg_no","value":"304713","description":"shop number/registration number","disabled":true}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"dd3e677d-a352-4826-ba0c-b6a24e2b720b"},{"key":"X-Runtime","value":"0.868410"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"reg_no cannot be blank\"\n}"},{"id":"260287d1-a694-44ad-a2ed-8ad035152485","name":"when area code is blank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?reg_no=304713","host":["{{onboarding_base_url}}"],"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"query":[{"key":"area_code","value":"HR","description":"area code","disabled":true},{"key":"reg_no","value":"304713","description":"shop number/registration number"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"493474f3-2f74-4b01-bfd0-d7d06bf0a9ba"},{"key":"X-Runtime","value":"0.365710"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"area_code cannot be blank\"\n}"},{"id":"d40c1f0c-af22-4004-91e6-e2dd9977de3d","name":"when token has expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?area_code=HR&reg_no=304713","host":["{{onboarding_base_url}}"],"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"query":[{"key":"area_code","value":"HR","description":"area code"},{"key":"reg_no","value":"304713","description":"shop number/registration number"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"2280e3df-18f1-4d38-8f1b-3ec0bffaa325"},{"key":"X-Runtime","value":"0.218888"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"337b9ac4-3eaf-4581-a335-3a1b39ded2f3","name":"when user is not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/shop_details?area_code=HR&reg_no=304713","host":["{{onboarding_base_url}}"],"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","shop_details"],"query":[{"key":"area_code","value":"HR","description":"area code"},{"key":"reg_no","value":"304713","description":"shop number/registration number"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"aaf63ee0-6c16-4d30-85a2-e4060ccbc8fb"},{"key":"X-Runtime","value":"0.261852"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"d5295587-f866-4a69-8e00-f47faf804463"},{"name":"Fetch ifsc details","id":"633a2a6e-3711-455f-9511-e6f122c887d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/ifsc_details/APBL0000001","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","ifsc_details","APBL0000001"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"633a2a6e-3711-455f-9511-e6f122c887d9"},{"name":"gstin_details","id":"0e418b0a-5668-40f8-9252-4db97cec814d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"gstin\": \"27AAACR5055K1Z7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gstin_details","description":"<p>Gstin API is used to fetch gstin details from the gst number\nMandatory param : gstin</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","dvs_wrapper","{{merchant_uuid}}","gstin_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"14880aad-8ef3-4081-970d-f7f858826eb5","name":"when user is not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"gstin\": \"27AAACR5055K1Z7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gstin_details"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"865dac36-9f5e-435a-8c3f-b8e35817ff17"},{"key":"X-Runtime","value":"0.259325"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"8842efca-38c3-4752-a739-a8d7ccb3ccd8","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"gstin\": \"27AAACR5055K1Z7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gstin_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"3f3c04abe8e01e23c72b40a7f4e9f146\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"1b982234-aa99-4582-9581-12738ad3f4d3"},{"key":"X-Runtime","value":"4.579012"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"gstin_details\": {\n        \"tradename\": \"RELIANCE INDUSTRIES LIMITED\",\n        \"address\": \"Reliance Corporate Park, 5, 5, TTC Industrial Area, Thane Belapur Road, Ghansoli, Navi Mumbai, Maharashtra, pin: 400701\"\n    }\n}"},{"id":"f1d2fd1e-8a7a-4328-952b-53d98b7249fe","name":"when gst number is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"gstin\": \"27AAACR5098055K1Z7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gstin_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c2bcdc65-54b0-42cd-ad58-cd15f0ecbc60"},{"key":"X-Runtime","value":"0.666566"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"gstin\": [\n            \"invalid format\"\n        ]\n    }\n}"},{"id":"d76f76a0-7aee-45a2-933d-eb0f311a919d","name":"when gst number is blank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"gstin\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gstin_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"2fc5741f-6a3c-4433-846c-5fbf2c6f8f95"},{"key":"X-Runtime","value":"0.241494"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"gstin cannot be blank\"\n}"},{"id":"fdff459b-7358-4dae-bb63-0760377305ed","name":"when token has expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"gstin\": \"27AAACR5055K1Z7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/dvs_wrapper/{{merchant_uuid}}/gstin_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7e433c11-4494-4db4-ac25-58cf088e0be5"},{"key":"X-Runtime","value":"1.261858"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"0e418b0a-5668-40f8-9252-4db97cec814d"}],"id":"38c545cc-d191-4491-95f1-6e9caa2f08a6","_postman_id":"38c545cc-d191-4491-95f1-6e9caa2f08a6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"App metadata","item":[{"name":"Get app metadata","id":"79192063-3bbf-4ccd-91c3-300b4867aa73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v1/get_app_metadata?platform=android","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","get_app_metadata"],"host":["{{onboarding_base_url}}"],"query":[{"key":"platform","value":"android"}],"variable":[]}},"response":[{"id":"8f134898-be5d-4981-a888-f8a50fe8af06","name":"success response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{onboarding_base_url}}/api/v1/get_app_metadata?platform=android","host":["{{onboarding_base_url}}"],"path":["api","v1","get_app_metadata"],"query":[{"key":"platform","value":"android"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"d7656f0a17c26332a91f0ee0a7d3444b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ed173b59-9480-4175-8486-337a771f7e97"},{"key":"X-Runtime","value":"0.334354"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"min_app_version\": \"66.0\",\n    \"latest_app_version\": \"67.0\"\n}"},{"id":"654e208a-fd53-49ec-ae3a-f1957dd4d042","name":"when platform is not provided","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{onboarding_base_url}}/api/v1/get_app_metadata","host":["{{onboarding_base_url}}"],"path":["api","v1","get_app_metadata"],"query":[{"key":"platform","value":"android","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3ade2d1e-576c-432e-b7a6-5d990ceb8c2a"},{"key":"X-Runtime","value":"0.015656"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid Request\"\n}"},{"id":"e2dd09d5-9f67-484a-acbf-fb065c290f61","name":"when token has expired","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{onboarding_base_url}}/api/v1/get_app_metadata?platform=android","host":["{{onboarding_base_url}}"],"path":["api","v1","get_app_metadata"],"query":[{"key":"platform","value":"android"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"d7656f0a17c26332a91f0ee0a7d3444b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"3d044b72-6ea9-4d10-ba02-5f99cf12ab2d"},{"key":"X-Runtime","value":"0.023973"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"min_app_version\": \"66.0\",\n    \"latest_app_version\": \"67.0\"\n}"}],"_postman_id":"79192063-3bbf-4ccd-91c3-300b4867aa73"}],"id":"2fcbbb93-42e7-4fd6-9a12-37e2179ecd04","_postman_id":"2fcbbb93-42e7-4fd6-9a12-37e2179ecd04","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"V1 - Depricated","item":[{"name":"Token Validation","item":[{"name":"Authorize Token specific to mid","id":"94efc700-974f-4884-a2ac-b84aba5e2753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/oauth/token/info?mid={{mid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","oauth","token","info"],"host":["{{onboarding_base_url}}"],"query":[{"key":"mid","value":"{{mid}}"}],"variable":[]}},"response":[{"id":"70db1d85-663f-4a0f-8ce5-e578c855743a","name":"when token is valid and mid belongs to the user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 3c323f45d4d8cf03f0e1767de11736c27d1a82cd042d0b26f8a0601a34267122"}],"url":{"raw":"{{onboarding_base_url}}/api/v1/oauth/token/info?mid=50342132","host":["{{onboarding_base_url}}"],"path":["api","v1","oauth","token","info"],"query":[{"key":"mid","value":"50342132"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"ee7a7eb0b585d86e20b628336b1585f0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"0438bb10-3c1b-43e1-b839-dc2a6f37c4fa"},{"key":"X-Runtime","value":"0.697917"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"acl_role\": {\n        \"name\": \"MerchantAdminUserRole\",\n        \"description\": null,\n        \"acl_permissions\": [\n            {\n                \"id\": 1,\n                \"name\": \"read_transactions\",\n                \"description\": \"User can view the details page of individual transaction.\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Transaction/Settlements\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"View Transaction Data\",\n                \"scopes\": [\n                    \"read_transactions\"\n                ]\n            },\n            {\n                \"id\": 2,\n                \"name\": \"read_settlements\",\n                \"description\": \"User can view the details page of individual settlement\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Transaction/Settlements\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"View Settlement Data\",\n                \"scopes\": [\n                    \"read_settlements\"\n                ]\n            },\n            {\n                \"id\": 3,\n                \"name\": \"manage_refunds\",\n                \"description\": \"User can Initiate the refunds on merchant Account\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"4aa5-38fa-35cb09ad-8602-4dc05a33ea39\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Transaction/Settlements\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"Manage Refunds\",\n                \"scopes\": [\n                    \"read_transactions\",\n                    \"manage_refunds\"\n                ]\n            },\n            {\n                \"id\": 5,\n                \"name\": \"user_profile\",\n                \"description\": \"User can see profile details of merchant\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-b2a3-55f4d698-afb7-0a54e87e793a\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Account Activation\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"View Profile Details\",\n                \"scopes\": [\n                    \"user_profile\"\n                ]\n            },\n            {\n                \"id\": 6,\n                \"name\": \"update_user_profile\",\n                \"description\": \"user can update profile details of merchant\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-b2a3-8b5d55bc-afb7-0a54e87e793a\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Account Activation\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"Manage Profile details\",\n                \"scopes\": [\n                    \"manage_addendum\",\n                    \"user_profile\",\n                    \"update_user_profile\",\n                    \"update_bank_details\"\n                ]\n            },\n            {\n                \"id\": 7,\n                \"name\": \"manage_notifications\",\n                \"description\": \"User can Manage notification settings of merchant under settings Tab\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-a3b4-079bd1ca-9ca4-f45c89c92eb9\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Settings\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"Manage Notification Settings\",\n                \"scopes\": [\n                    \"manage_notifications\"\n                ]\n            },\n            {\n                \"id\": 8,\n                \"name\": \"manage_checkouts\",\n                \"description\": \"User can Manage checkout settings of merchant under settings Tab\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Settings\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"Manage Checkout Settings\",\n                \"scopes\": [\n                    \"manage_checkouts\"\n                ]\n            },\n            {\n                \"id\": 9,\n                \"name\": \"manage_webhooks\",\n                \"description\": \"User can manage webhooks of a merchant under settings tab\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-a3b3-fb9e9038-9ca4-f45c89c92eb9\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Settings\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"Manage Webhooks\",\n                \"scopes\": [\n                    \"manage_webhooks\"\n                ]\n            },\n            {\n                \"id\": 10,\n                \"name\": \"manage_credentials\",\n                \"description\": \"User can manage Integration details page under settings Tab\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-a3b3-f7448dd0-9ca4-f45c89c92eb9\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Integration\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"Manage Integration\",\n                \"scopes\": [\n                    \"manage_credentials\"\n                ]\n            },\n            {\n                \"id\": 11,\n                \"name\": \"manage_payment_products\",\n                \"description\": \"User can manage payouts/payment links/buttons/subscriptions on merchants behalf\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-a3b3-f24ca7f4-9ca4-f45c89c92eb9\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Request Payments\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"Manage Payment Products\",\n                \"scopes\": [\n                    \"manage_payment_products\",\n                    \"create_invoice_payumoney\",\n                    \"update_invoice_payumoney\",\n                    \"read_invoice_payumoney\",\n                    \"create_vpas\",\n                    \"create_payout_transactions\",\n                    \"read_invoice_items\",\n                    \"create_invoice_items\",\n                    \"delete_invoice_items\",\n                    \"update_invoice_items\",\n                    \"create_subscription_plans\",\n                    \"read_invoice_details\"\n                ]\n            },\n            {\n                \"id\": 12,\n                \"name\": \"manage_employees\",\n                \"description\": \"User can add/manage employees on merchants behalf\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-a3b3-ed648bc6-9ca4-f45c89c92eb9\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Manage Staff\",\n                \"active\": false,\n                \"product\": 6,\n                \"title\": \"Manage Employees\",\n                \"scopes\": [\n                    \"manage_employees\"\n                ]\n            },\n            {\n                \"id\": 13,\n                \"name\": \"manage_roles\",\n                \"description\": \"user can add/manage roles on merchants behalf\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"4049-24a7-73f01ffb-9f58-0423e49f080a\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Manage Staff\",\n                \"active\": false,\n                \"product\": 6,\n                \"title\": \"Manage Roles\",\n                \"scopes\": [\n                    \"manage_roles\"\n                ]\n            },\n            {\n                \"id\": 15,\n                \"name\": \"manage_team_accounts\",\n                \"description\": \"User can add/manage roles on merchants behalf\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-e8ba-497594b4-bd2c-02f413145cce\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Manage Staff\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"Manage Employees\",\n                \"scopes\": [\n                    \"manage_roles\",\n                    \"manage_employees\"\n                ]\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Default Permissions\",\n                \"description\": \"Permissions available to all users\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-c8a7-d074143c-b81f-acbc327756df\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Default Permissions\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"Default Permissions\",\n                \"scopes\": [\n                    \"read_dashboard_payumoney\",\n                    \"send_verification_link\"\n                ]\n            },\n            {\n                \"id\": 17,\n                \"name\": \"manage_thirdparty_access\",\n                \"description\": \"Use can manage the access provided to third-parties on payU account\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-e903-a6d94b5c-8998-02f413145cce\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Settings\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"Manage Thirdparty Access\",\n                \"scopes\": [\n                    \"manage_thirdparty_access\"\n                ]\n            },\n            {\n                \"id\": 18,\n                \"name\": \"maker\",\n                \"description\": \"Payout maker\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11ea-684d-7a2df1b0-a1ad-0a54e87e793a\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Approval Flow\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"Payout maker\",\n                \"scopes\": [\n                    \"maker\"\n                ]\n            },\n            {\n                \"id\": 19,\n                \"name\": \"checker\",\n                \"description\": \"Payout checker\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11ea-684d-edb798fc-a1ad-0a54e87e793a\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Approval Flow\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"Payout Checker\",\n                \"scopes\": [\n                    \"checker\"\n                ]\n            },\n            {\n                \"id\": 20,\n                \"name\": \"manage_approval_flow\",\n                \"description\": \"Pay out Manage Approval Flow\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11ea-684e-17f544de-a1ad-0a54e87e793a\",\n                \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                \"permission_group\": \"Approval Flow\",\n                \"active\": true,\n                \"product\": 6,\n                \"title\": \"Payout Manage Approval Flow\",\n                \"scopes\": [\n                    \"manage_approval_flow\"\n                ]\n            },\n            {\n                \"name\": \"basic_permissions\",\n                \"scopes\": [\n                    \"basic_permissions\"\n                ],\n                \"description\": \"Basic Scopes\"\n            }\n        ]\n    },\n    \"user\": {\n        \"uuid\": \"11e8-28ff-6e84fd8e-a42a-028edbaa01be\",\n        \"email\": \"kapil.mittal@payu.in\"\n    },\n    \"token\": {\n        \"created_at\": 1590061363,\n        \"expires_in\": 3552\n    }\n}"}],"_postman_id":"94efc700-974f-4884-a2ac-b84aba5e2753"},{"name":"Authorize Token","id":"9575e623-0a4a-48fd-8dd1-1a6ad073c6a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>User token created from hub</p>\n"}],"url":"{{onboarding_base_url}}/api/v1/oauth/token/info","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","oauth","token","info"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"46e9cc32-08b8-4f1f-a966-fdaa16ee727b","name":"when token is valid","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 3c323f45d4d8cf03f0e1767de11736c27d1a82cd042d0b26f8a0601a34267122","description":"User token created from hub"}],"url":"{{onboarding_base_url}}/api/v1/oauth/token/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"efaf100b04a5e4cc6037c82d568740a2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"34f77fa1-2336-4f7d-ae54-4a6669efeb0b"},{"key":"X-Runtime","value":"3.887423"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"50342131\": {\n        \"acl_role\": {\n            \"name\": \"Custom\",\n            \"description\": null,\n            \"acl_permissions\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"read_transactions\",\n                    \"description\": \"User can view the details page of individual transaction.\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Transaction/Settlements\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"View Transaction Data\",\n                    \"scopes\": [\n                        \"read_transactions\"\n                    ]\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"manage_refunds\",\n                    \"description\": \"User can Initiate the refunds on merchant Account\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"4aa5-38fa-35cb09ad-8602-4dc05a33ea39\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Transaction/Settlements\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Manage Refunds\",\n                    \"scopes\": [\n                        \"read_transactions\",\n                        \"manage_refunds\"\n                    ]\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"read_settlements\",\n                    \"description\": \"User can view the details page of individual settlement\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Transaction/Settlements\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"View Settlement Data\",\n                    \"scopes\": [\n                        \"read_settlements\"\n                    ]\n                },\n                {\n                    \"name\": \"basic_permissions\",\n                    \"scopes\": [\n                        \"basic_permissions\"\n                    ],\n                    \"description\": \"Basic Scopes\"\n                }\n            ]\n        },\n        \"user\": {\n            \"uuid\": \"11e8-28ff-6e84fd8e-a42a-028edbaa01be\",\n            \"email\": \"kapil.mittal@payu.in\"\n        },\n        \"token\": {\n            \"created_at\": 1590061363,\n            \"expires_in\": 3479\n        }\n    },\n    \"50342132\": {\n        \"acl_role\": {\n            \"name\": \"MerchantAdminUserRole\",\n            \"description\": null,\n            \"acl_permissions\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"read_transactions\",\n                    \"description\": \"User can view the details page of individual transaction.\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Transaction/Settlements\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"View Transaction Data\",\n                    \"scopes\": [\n                        \"read_transactions\"\n                    ]\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"read_settlements\",\n                    \"description\": \"User can view the details page of individual settlement\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Transaction/Settlements\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"View Settlement Data\",\n                    \"scopes\": [\n                        \"read_settlements\"\n                    ]\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"manage_refunds\",\n                    \"description\": \"User can Initiate the refunds on merchant Account\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"4aa5-38fa-35cb09ad-8602-4dc05a33ea39\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Transaction/Settlements\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Manage Refunds\",\n                    \"scopes\": [\n                        \"read_transactions\",\n                        \"manage_refunds\"\n                    ]\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"user_profile\",\n                    \"description\": \"User can see profile details of merchant\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-b2a3-55f4d698-afb7-0a54e87e793a\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Account Activation\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"View Profile Details\",\n                    \"scopes\": [\n                        \"user_profile\"\n                    ]\n                },\n                {\n                    \"id\": 6,\n                    \"name\": \"update_user_profile\",\n                    \"description\": \"user can update profile details of merchant\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-b2a3-8b5d55bc-afb7-0a54e87e793a\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Account Activation\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Manage Profile details\",\n                    \"scopes\": [\n                        \"manage_addendum\",\n                        \"user_profile\",\n                        \"update_user_profile\",\n                        \"update_bank_details\"\n                    ]\n                },\n                {\n                    \"id\": 7,\n                    \"name\": \"manage_notifications\",\n                    \"description\": \"User can Manage notification settings of merchant under settings Tab\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b4-079bd1ca-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Manage Notification Settings\",\n                    \"scopes\": [\n                        \"manage_notifications\"\n                    ]\n                },\n                {\n                    \"id\": 8,\n                    \"name\": \"manage_checkouts\",\n                    \"description\": \"User can Manage checkout settings of merchant under settings Tab\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Manage Checkout Settings\",\n                    \"scopes\": [\n                        \"manage_checkouts\"\n                    ]\n                },\n                {\n                    \"id\": 9,\n                    \"name\": \"manage_webhooks\",\n                    \"description\": \"User can manage webhooks of a merchant under settings tab\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-fb9e9038-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Manage Webhooks\",\n                    \"scopes\": [\n                        \"manage_webhooks\"\n                    ]\n                },\n                {\n                    \"id\": 10,\n                    \"name\": \"manage_credentials\",\n                    \"description\": \"User can manage Integration details page under settings Tab\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-f7448dd0-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Integration\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Manage Integration\",\n                    \"scopes\": [\n                        \"manage_credentials\"\n                    ]\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"manage_payment_products\",\n                    \"description\": \"User can manage payouts/payment links/buttons/subscriptions on merchants behalf\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-f24ca7f4-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Request Payments\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Manage Payment Products\",\n                    \"scopes\": [\n                        \"manage_payment_products\",\n                        \"create_invoice_payumoney\",\n                        \"update_invoice_payumoney\",\n                        \"read_invoice_payumoney\",\n                        \"create_vpas\",\n                        \"create_payout_transactions\",\n                        \"read_invoice_items\",\n                        \"create_invoice_items\",\n                        \"delete_invoice_items\",\n                        \"update_invoice_items\",\n                        \"create_subscription_plans\",\n                        \"read_invoice_details\"\n                    ]\n                },\n                {\n                    \"id\": 12,\n                    \"name\": \"manage_employees\",\n                    \"description\": \"User can add/manage employees on merchants behalf\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-ed648bc6-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Manage Staff\",\n                    \"active\": false,\n                    \"product\": 6,\n                    \"title\": \"Manage Employees\",\n                    \"scopes\": [\n                        \"manage_employees\"\n                    ]\n                },\n                {\n                    \"id\": 13,\n                    \"name\": \"manage_roles\",\n                    \"description\": \"user can add/manage roles on merchants behalf\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"4049-24a7-73f01ffb-9f58-0423e49f080a\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Manage Staff\",\n                    \"active\": false,\n                    \"product\": 6,\n                    \"title\": \"Manage Roles\",\n                    \"scopes\": [\n                        \"manage_roles\"\n                    ]\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"manage_team_accounts\",\n                    \"description\": \"User can add/manage roles on merchants behalf\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-e8ba-497594b4-bd2c-02f413145cce\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Manage Staff\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Manage Employees\",\n                    \"scopes\": [\n                        \"manage_roles\",\n                        \"manage_employees\"\n                    ]\n                },\n                {\n                    \"id\": 16,\n                    \"name\": \"Default Permissions\",\n                    \"description\": \"Permissions available to all users\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-c8a7-d074143c-b81f-acbc327756df\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Default Permissions\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Default Permissions\",\n                    \"scopes\": [\n                        \"read_dashboard_payumoney\",\n                        \"send_verification_link\"\n                    ]\n                },\n                {\n                    \"id\": 17,\n                    \"name\": \"manage_thirdparty_access\",\n                    \"description\": \"Use can manage the access provided to third-parties on payU account\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-e903-a6d94b5c-8998-02f413145cce\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Manage Thirdparty Access\",\n                    \"scopes\": [\n                        \"manage_thirdparty_access\"\n                    ]\n                },\n                {\n                    \"id\": 18,\n                    \"name\": \"maker\",\n                    \"description\": \"Payout maker\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-684d-7a2df1b0-a1ad-0a54e87e793a\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Approval Flow\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Payout maker\",\n                    \"scopes\": [\n                        \"maker\"\n                    ]\n                },\n                {\n                    \"id\": 19,\n                    \"name\": \"checker\",\n                    \"description\": \"Payout checker\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-684d-edb798fc-a1ad-0a54e87e793a\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Approval Flow\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Payout Checker\",\n                    \"scopes\": [\n                        \"checker\"\n                    ]\n                },\n                {\n                    \"id\": 20,\n                    \"name\": \"manage_approval_flow\",\n                    \"description\": \"Pay out Manage Approval Flow\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-684e-17f544de-a1ad-0a54e87e793a\",\n                    \"created_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"updated_at\": \"2020-05-06T06:56:30.000Z\",\n                    \"permission_group\": \"Approval Flow\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"title\": \"Payout Manage Approval Flow\",\n                    \"scopes\": [\n                        \"manage_approval_flow\"\n                    ]\n                },\n                {\n                    \"name\": \"basic_permissions\",\n                    \"scopes\": [\n                        \"basic_permissions\"\n                    ],\n                    \"description\": \"Basic Scopes\"\n                }\n            ]\n        },\n        \"user\": {\n            \"uuid\": \"11e8-28ff-6e84fd8e-a42a-028edbaa01be\",\n            \"email\": \"kapil.mittal@payu.in\"\n        },\n        \"token\": {\n            \"created_at\": 1590061363,\n            \"expires_in\": 3479\n        }\n    }\n}"}],"_postman_id":"9575e623-0a4a-48fd-8dd1-1a6ad073c6a8"}],"id":"05ffbb64-73fb-4503-8ad9-ef791ae8e49d","_postman_id":"05ffbb64-73fb-4503-8ad9-ef791ae8e49d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Need Assessment","item":[{"name":"Capture Assessment Response","id":"e8f7e6c6-0609-4eb7-ace4-dd419868b61a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"assessment_responses\": [\n        {\n        \"assessment_question_id\": 1,\n        \"selected_options\": [1]\n        },\n        {\n        \"assessment_question_id\": 2,\n        \"selected_options\": [3]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/assessment_responses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","assessment_responses"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bf1d2f8e-6244-4f0e-af11-041f9437d526","name":"Unauthorized Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"assessment_responses\": [\n        {\n        \"assessment_question_id\": 1,\n        \"selected_options\": [1]\n        },\n        {\n        \"assessment_question_id\": 2,\n        \"selected_options\": [3]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/assessment_responses"},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"82a748fc-9ce6-4a35-8cdb-93858ec04bb1","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"assessment_responses\": [\n        {\n        \"assessment_question_id\": 1,\n        \"selected_options\": [1]\n        },\n        {\n        \"assessment_question_id\": 2,\n        \"selected_options\": [3]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/assessment_responses"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"Response captured successfully"},{"id":"be318490-11d6-472a-bdf9-57e13af9bf43","name":"When wrong options are selected","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"assessment_responses\": {\n        \"assessment_question_id\": 1,\n        \"selected_options\": [1,2,3]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/assessment_responses"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        \"Please select valid options for assessment_question 1\",\n        \"Please select valid options for assessment_question 2\"\n    ]\n}"}],"_postman_id":"e8f7e6c6-0609-4eb7-ace4-dd419868b61a"},{"name":"Assessment Questions  Data","id":"d3d6d8ff-9ba6-4a78-adce-e3a66adb6cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"url":"{{onboarding_url}}/api/v1/assessment_questions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","assessment_questions"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"511dbf3e-079f-4287-8637-d2b844017de6","name":"Unauthorised Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a","description":"User token received from HUB","type":"text"}],"url":"localhost:4000/api/v1/assessment_questions"},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"e1ee1a98-438c-465f-a6f1-142b2e544e24","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","type":"text"}],"url":{"raw":"localhost:4000/api/v1/assessment_questions?","host":["localhost"],"port":"4000","path":["api","v1","assessment_questions"],"query":[{"key":"","value":null}]}},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"assessment_questions\": [\n        {\n            \"id\": 1,\n            \"statement\": \"Please select what describes you best\",\n            \"question_type\": \"single_select\",\n            \"order_id\": 1,\n            \"uuid\": \"11eb-6057-1814043a-894c-a483e7015be5\",\n            \"assessment_options\": [\n                {\n                    \"id\": 1,\n                    \"statement\": \"A Business Owner\",\n                    \"label\": \"I am looking for online payment solutions for my Business\",\n                    \"category\": null,\n                    \"uuid\": \"11eb-606b-fff941de-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 1\n                },\n                {\n                    \"id\": 2,\n                    \"statement\": \"A Developer\",\n                    \"label\": \"I am here to integrate payment solutions for my clients\",\n                    \"category\": null,\n                    \"uuid\": \"11eb-606c-62870386-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 1\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"statement\": \"What are you looking from PayU?\",\n            \"question_type\": \"multi_select\",\n            \"order_id\": 2,\n            \"uuid\": \"11eb-6057-383cfd16-894c-a483e7015be5\",\n            \"assessment_options\": [\n                {\n                    \"id\": 3,\n                    \"statement\": \"I want to collect payments on my website/app\",\n                    \"label\": \"Integrate PayU Payment Gateway or add payment buttons directly to your website or app\",\n                    \"category\": \"A Business Owner\",\n                    \"uuid\": \"11eb-6076-e1575576-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 4,\n                    \"statement\": \"I want to collect payments via QR,Whatsapp,FB,instagram etc\",\n                    \"label\": \"Just create and share a payment link with your customers\",\n                    \"category\": \"A Business Owner\",\n                    \"uuid\": \"11eb-6076-eafa5ee8-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 5,\n                    \"statement\": \"I want to make easy & fast payments to my vendors or employees\",\n                    \"label\": null,\n                    \"category\": \"A Business Owner\",\n                    \"uuid\": \"11eb-6076-f3174de8-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 6,\n                    \"statement\": \"I want to open a Current Account with PayU\",\n                    \"label\": null,\n                    \"category\": \"A Business Owner\",\n                    \"uuid\": \"11eb-6076-f9d2897c-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 7,\n                    \"statement\": \"I want to integrate PayU Payment Gateway for my client\",\n                    \"label\": \"Get access to developer API's and documentation\",\n                    \"category\": \"A Developer\",\n                    \"uuid\": \"11eb-6078-044c8ea6-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 8,\n                    \"statement\": \"I want to refer merchants and earn incentives\",\n                    \"label\": \"Earn incentives as your referrals collect money from their customers using PayU products\",\n                    \"category\": \"A Developer\",\n                    \"uuid\": \"11eb-6078-0cfa1334-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 9,\n                    \"statement\": \"I want to learn more about PayU payment products\",\n                    \"label\": null,\n                    \"category\": \"A Developer\",\n                    \"uuid\": \"11eb-6078-16563d86-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                },\n                {\n                    \"id\": 10,\n                    \"statement\": \"I want to collect payments using PayU products for my own business\",\n                    \"label\": null,\n                    \"category\": \"A Developer\",\n                    \"uuid\": \"11eb-6078-1e4126d2-ad85-a483e7015be5\",\n                    \"assessment_question_id\": 2\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"d3d6d8ff-9ba6-4a78-adce-e3a66adb6cc4"}],"id":"8ef9ef4c-ffd3-46fa-8e6c-8ba0074d5386","_postman_id":"8ef9ef4c-ffd3-46fa-8e6c-8ba0074d5386","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Merchant","item":[{"name":"merchant's details for one dashboard","id":"855f7a01-c72b-443d-8488-ba1979c63b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"mid","value":"{{mid}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/dashboard_details","description":"<p>merchant's details api to be used by one dashboard.</p>\n<p>mid param in the header is: merchant's mid.</p>\n<p>Please check example request/response for different cases.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","dashboard_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1d87d146-9c76-480e-88ee-686daa2064f6","name":"When token is invalid/expired","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 157a323426e3183832d6f5144ebbb938b13c01bf16ffabe25131d09c5e79167ee","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/50342165/dashboard_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"1f6f6062-0e84-4bc3-8d51-e60980e82131"},{"key":"X-Runtime","value":"0.884882"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"2789152a-4fd9-4efb-91b8-999eda24c440","name":"when given mid/uuid does not belongs to the token's user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 157a323426e3183832d6f5144ebbb938b13c01bf16ffabe25131d09c5e79167e","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/50342165/dashboard_details"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"5e437d8e-80cf-4926-9ffd-880eb286fcfa"},{"key":"X-Runtime","value":"7.408192"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"e9391b9d-41c6-48d5-ba53-dd2010fc94d8","name":"successful response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 157a323426e3183832d6f5144ebbb938b13c01bf16ffabe25131d09c5e79167e","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/50342132/dashboard_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"69b43d06de395ac2019ac5970e62febd\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2c7ded06-30f9-42b2-a962-62ba03c9c310"},{"key":"X-Runtime","value":"2.610395"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"uuid\": \"11ea-968d-86b703a4-a11e-38f9d3c7f51b\",\n        \"name\": \"kapil mittal\",\n        \"email\": \"kapil.mittal@payu.in\",\n        \"mobile\": \"8802779484\",\n        \"logo\": \"https://test-dms.payu.in/merchants/11ea-968d-86b703a4-a11e-38f9d3c7f51b/documents/dd696bb8112ac7e1b921972709637398\",\n        \"payout_enabled\": true,\n        \"onboarding_completed\": false,\n        \"signature\": \"https://test-dms.payu.in/merchants/11ea-968d-86b703a4-a11e-38f9d3c7f51b/documents/54e620408a3db10dbc9f42b48ce82c1d\",\n        \"pending_addendums\": [\n            {\n                \"uuid\": \"0484-e570-9533b8f2-dafb-287a9d084371\",\n                \"doc_url\": \"https://test-dms.payu.in/accounts/11e9-a91b-b7992ca0-8c21-0a5bfc1f154c/documents/c4c515b4ca2b4944ad43b6e60a3f6049\"\n            }\n        ]\n    }\n}"}],"_postman_id":"855f7a01-c72b-443d-8488-ba1979c63b02"},{"name":"merchant's timeline - v2","id":"3d769fc3-e522-4baa-b2a1-f3e62890e51e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"mid","value":"{{mid}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v2/merchants/status_timeline","description":"<p>merchant's timeline api to be used by one dashboard.</p>\n<p>mid param in the header is: merchant's mid.</p>\n<p>Please check example request/response for different cases.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v2","merchants","status_timeline"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8bb7ae20-9868-4f72-bdb5-707c5ed1ee9e","name":"when mid is missing or mid does not belongs to the user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer b7252a85b822d1007fa9bf43b4c8b9e8cf1b9784c0bc8268679321ba536323f3","type":"text"},{"key":"mid","value":"5034213211","type":"text"}],"url":"{{onboarding_base_url}}/api/v2/merchants/status_timeline"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"9c652530-ec1a-4d40-94b2-f36c8fb4388d"},{"key":"X-Runtime","value":"2.982377"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"ad9bce32-4d16-4550-8b30-9695968599a7","name":"successful response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer b7252a85b822d1007fa9bf43b4c8b9e8cf1b9784c0bc8268679321ba536323f3","type":"text"},{"key":"mid","value":"50342132","type":"text"}],"url":"{{onboarding_base_url}}/api/v2/merchants/status_timeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"156a164762b790a9dfb9ad563a2dad16\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2bf44f2f-ed40-47d4-b555-a4b85808deaf"},{"key":"X-Runtime","value":"3.632859"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"conditional_status\": {\n        \"account_status\": null,\n        \"profile_status\": null,\n        \"bank_status\": null,\n        \"business_profile_status\": null,\n        \"website_status\": \"WEBSITE_SUBMISSION_PENDING\",\n        \"document_status\": \"ACCOUNT_CREATION_PENDING\",\n        \"settlement_status\": null\n    },\n    \"timeline_status\": {\n        \"account_status\": {\n            \"status\": \"COMPLETED\",\n            \"timestamp\": \"2020-05-15T09:21:59.000Z\"\n        },\n        \"profile_status\": {\n            \"status\": \"COMPLETED\",\n            \"conditional_status\": null,\n            \"timestamp\": \"2020-05-28T05:30:20.000Z\"\n        },\n        \"bank_status\": {\n            \"status\": \"COMPLETED\",\n            \"timestamp\": \"2020-05-28T06:03:03.000Z\"\n        },\n        \"business_profile_status\": {\n            \"status\": \"IN_PROGRESS\",\n            \"timestamp\": null\n        },\n        \"website_status\": {\n            \"status\": \"IN_PROGRESS\",\n            \"conditional_status\": \"WEBSITE_SUBMISSION_PENDING\",\n            \"timestamp\": \"2020-05-28T06:06:58.000Z\"\n        },\n        \"document_status\": {\n            \"status\": \"IN_PROGRESS\",\n            \"conditional_status\": \"ACCOUNT_CREATION_PENDING\"\n        },\n        \"settlement_status\": {\n            \"status\": \"LOCKED\"\n        }\n    }\n}"},{"id":"e4486a6e-6b61-4438-9adc-a6b918c7895e","name":"when token is invalid/expired","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer b7252a85b822d1007fa9bf43b4c8b9e8cf1b9784c0bc8268679321ba536323f33","type":"text"},{"key":"mid","value":"50342132","type":"text"}],"url":"{{onboarding_base_url}}/api/v2/merchants/status_timeline"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"393ca1fe-292f-436f-8021-b9028e051b5c"},{"key":"X-Runtime","value":"1.439732"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"3d769fc3-e522-4baa-b2a1-f3e62890e51e"},{"name":"Get merchant's details","id":"60f53a75-9cf2-47e8-af56-13c8f77451d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}","description":"<p>Url Params: uuid: merchant's uuid</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f0d541b1-1d3a-4f48-a0ba-740545546a03","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"19b379ed-262e-4314-85b8-bac0614509af"},{"key":"X-Runtime","value":"0.779858"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchants\": [\n        {\n            \"name\": \"Kapil\",\n            \"email\": \"test1011.kapil.mittal@payutest.in\",\n            \"registered_mobile\": \"8802710100\",\n            \"id\": 29,\n            \"mid\": 5064004,\n            \"test_mid\": null,\n            \"uuid\": \"11ea-b1f6-835bed44-9a1c-38f9d3c7f51b\",\n            \"product\": \"PayUmoney\",\n            \"device\": \"Desktop\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Kapil\",\n            \"account_id\": null,\n            \"business_entity_id\": 14,\n            \"business_category_id\": 16,\n            \"business_sub_category_id\": 128,\n            \"business_name\": \"kapil kumar\",\n            \"pancard_name\": \"kapil kumar\",\n            \"pancard_number\": \"DBZPK4951B\",\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"PayUmoney\",\n            \"gst_number\": null,\n            \"integration_type\": \"Tools\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": 30,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": 60000,\n            \"sap_id\": null,\n            \"source_type\": \"Organic\",\n            \"active\": true,\n            \"source_url\": \"http://dev-onboarding.payu.in:4000/app/account/team-accounts\",\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2020-06-19T06:31:39.000Z\",\n            \"updated_at\": \"2020-06-19T06:50:25.000Z\",\n            \"admin_user_id\": 15,\n            \"mobile\": \"8802710100\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": \"Not Applicable\",\n            \"sub_source\": \"WebsiteSignUp\",\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test1011.kapil.mittal@payutest.in\",\n            \"bank_update_attempt_count\": 1,\n            \"partner_source\": null,\n            \"flag\": 0,\n            \"merchant_type\": null,\n            \"integration_status\": \"Not Integrated\",\n            \"bank_update_attempt_left\": 10,\n            \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n            \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n            \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n            \"first_name\": \"\",\n            \"last_name\": \"Kapil\",\n            \"is_service_agreement_accepted\": false,\n            \"is_service_agreement_esigned\": false,\n            \"is_authorisation_letter_required\": false,\n            \"acl_role_name\": null,\n            \"bank_detail\": {\n                \"id\": 5,\n                \"branch_name\": \"DAHOD GUJARAT\",\n                \"bank_account_number\": \"91234567890\",\n                \"ifsc_code\": \"UTIB0000367\",\n                \"holder_name\": \"kapil kumar\",\n                \"nodal_code\": null,\n                \"nodal_status\": \"Not Activated\",\n                \"active\": true,\n                \"status\": 0,\n                \"penny_deposit_status\": \"Success\",\n                \"penny_attempt_count\": 0,\n                \"penny_deposit_method\": \"IMPS\",\n                \"bank_verification_status\": \"Pending\",\n                \"uuid\": \"11ea-b1fc-49bf9800-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T07:12:51.000Z\",\n                \"updated_at\": \"2020-06-19T07:28:35.000Z\",\n                \"bank_name\": \"AXIS BANK\",\n                \"bank_type\": \"saving\",\n                \"addendum_status\": null,\n                \"holder_name_by_bank\": null,\n                \"flag\": 0,\n                \"penny_attempt_left\": 10\n            },\n            \"operating_address\": {\n                \"id\": 10,\n                \"addressable_id\": 29,\n                \"address_type\": \"Operating\",\n                \"pincode\": 122018,\n                \"city\": \"Gurgaon\",\n                \"state\": \"HARYANA\",\n                \"address_line\": \"G004, Park view city 2\",\n                \"uuid\": \"11ea-b1f8-65accc6c-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:45:00.000Z\",\n                \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n                \"addressable_type\": \"Merchant\",\n                \"active\": true\n            },\n            \"registration_address\": {\n                \"id\": 9,\n                \"addressable_id\": 29,\n                \"address_type\": \"Registered\",\n                \"pincode\": 122018,\n                \"city\": \"Gurgaon\",\n                \"state\": \"HARYANA\",\n                \"address_line\": \"G004, Park view city 2\",\n                \"uuid\": \"11ea-b1f8-65ae127a-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:45:00.000Z\",\n                \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n                \"addressable_type\": \"Merchant\",\n                \"active\": true\n            },\n            \"business_entity\": {\n                \"id\": 14,\n                \"name\": \"Individual\"\n            },\n            \"merchant_statuses\": [\n                {\n                    \"id\": 41,\n                    \"record_type\": \"Merchant\",\n                    \"record_id\": 29,\n                    \"status_type\": \"WEBSITE\",\n                    \"status_value\": \"Not Applicable\",\n                    \"uuid\": \"11ea-b1f6-889e6494-9a1c-38f9d3c7f51b\",\n                    \"created_at\": \"2020-06-19T06:31:40.000Z\",\n                    \"updated_at\": \"2020-06-19T06:31:40.000Z\"\n                }\n            ],\n            \"account_statuses\": [],\n            \"website_detail\": null\n        }\n    ]\n}"}],"_postman_id":"60f53a75-9cf2-47e8-af56-13c8f77451d5"},{"name":"Merchant Update API","id":"b571c57c-c2cc-46a7-b0a3-e723aeffed25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": null,\n\t\t\"pancard_name\": \"kapil kumar\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t},\n\t\t\"bank_detail\": {\n\t\t\t\"reenter_bank_account_number\": \"91234567890\",\n\t\t\t\"bank_account_number\": \"91234567890\",\n\t\t\t\"ifsc_code\": \"UTIB0000367\",\n\t\t\t\"holder_name\": \"kapil kumar\"\n\t\t}\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}","description":"<p>Url Params:\nuuid: merchant's uuid</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"85a2e0f2-29d0-485f-b8f1-866b2adc3f29","name":"Bank details create","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"bank_detail\": {\n\t\t\t\"reenter_bank_account_number\": \"91234567890\",\n\t\t\t\"bank_account_number\": \"91234567890\",\n\t\t\t\"ifsc_code\": \"UTIB0000367\",\n\t\t\t\"holder_name\": \"kapil kumar\"\n\t\t}\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"5039285aebf0c05c7000c422e14b80fb\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"d1550eae-21d9-4c50-9788-5add9a8486a3"},{"key":"X-Runtime","value":"4.794850"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"Kapil\",\n        \"email\": \"test1011.kapil.mittal@payutest.in\",\n        \"registered_mobile\": \"8802710100\",\n        \"id\": 29,\n        \"mid\": 5064004,\n        \"test_mid\": null,\n        \"uuid\": \"11ea-b1f6-835bed44-9a1c-38f9d3c7f51b\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"Kapil\",\n        \"account_id\": null,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 16,\n        \"business_sub_category_id\": 128,\n        \"business_name\": \"kapil kumar\",\n        \"pancard_name\": \"kapil kumar\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"PayUmoney\",\n        \"gst_number\": null,\n        \"integration_type\": \"Tools\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 30,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 60000,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": \"http://dev-onboarding.payu.in:4000/app/account/team-accounts\",\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2020-06-19T06:31:39.000Z\",\n        \"updated_at\": \"2020-06-19T06:50:25.000Z\",\n        \"admin_user_id\": 15,\n        \"mobile\": \"8802710100\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Not Applicable\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Pending\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"test1011.kapil.mittal@payutest.in\",\n        \"bank_update_attempt_count\": 1,\n        \"partner_source\": null,\n        \"flag\": 0,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"bank_update_attempt_left\": 10,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n        \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n        \"first_name\": \"\",\n        \"last_name\": \"Kapil\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"bank_detail\": {\n            \"id\": 5,\n            \"branch_name\": \"DAHOD GUJARAT\",\n            \"bank_account_number\": \"91234567890\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumar\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ea-b1fc-49bf9800-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T07:12:51.000Z\",\n            \"updated_at\": \"2020-06-19T07:12:51.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 0,\n            \"penny_attempt_left\": 10\n        },\n        \"operating_address\": {\n            \"id\": 10,\n            \"addressable_id\": 29,\n            \"address_type\": \"Operating\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65accc6c-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"registration_address\": {\n            \"id\": 9,\n            \"addressable_id\": 29,\n            \"address_type\": \"Registered\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65ae127a-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 41,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 29,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Not Applicable\",\n                \"uuid\": \"11ea-b1f6-889e6494-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:31:40.000Z\",\n                \"updated_at\": \"2020-06-19T06:31:40.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": null\n    }\n}"},{"id":"9a4f6aae-8c01-43b0-85a7-0fd30b25f282","name":"Business Details Update","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": null,\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\",\n\t\t\t\"city\": \"Gurgaon\",\n\t\t\t\"state\": \"HARYANA\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\",\n\t\t\t \"city\": \"Gurgaon\",\n\t\t\t \"state\": \"HARYANA\"\n\t\t}\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"26dadff6453ff417da93b7d9c986bd6c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e4b1e3f1-314d-4fa2-8c7a-e892e19532e0"},{"key":"X-Runtime","value":"10.008586"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"Kapil\",\n        \"email\": \"test1011.kapil.mittal@payutest.in\",\n        \"registered_mobile\": \"8802710100\",\n        \"id\": 29,\n        \"mid\": 5064004,\n        \"test_mid\": null,\n        \"uuid\": \"11ea-b1f6-835bed44-9a1c-38f9d3c7f51b\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"Kapil\",\n        \"account_id\": null,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 16,\n        \"business_sub_category_id\": 128,\n        \"business_name\": \"kapil kumar\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"PayUmoney\",\n        \"gst_number\": null,\n        \"integration_type\": \"Tools\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 30,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 60000,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": \"http://dev-onboarding.payu.in:4000/app/account/team-accounts\",\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2020-06-19T06:31:39.000Z\",\n        \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n        \"admin_user_id\": 15,\n        \"mobile\": \"8802710100\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Not Applicable\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Pending\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"test1011.kapil.mittal@payutest.in\",\n        \"bank_update_attempt_count\": 0,\n        \"partner_source\": null,\n        \"flag\": 0,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"bank_update_attempt_left\": 11,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n        \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n        \"first_name\": \"\",\n        \"last_name\": \"Kapil\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"bank_detail\": null,\n        \"operating_address\": {\n            \"id\": 10,\n            \"addressable_id\": 29,\n            \"address_type\": \"Operating\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65accc6c-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"registration_address\": {\n            \"id\": 9,\n            \"addressable_id\": 29,\n            \"address_type\": \"Registered\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65ae127a-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 41,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 29,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Not Applicable\",\n                \"uuid\": \"11ea-b1f6-889e6494-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:31:40.000Z\",\n                \"updated_at\": \"2020-06-19T06:31:40.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": null\n    }\n}"},{"id":"a6c803c8-2e19-4357-85c1-e5c81d19ae5f","name":"Pan Details Update","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"pancard_name\": \"kapil kumar\",\n\t\t\"pancard_number\": \"DBZPK4951B\"\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"5039285aebf0c05c7000c422e14b80fb\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4b41653a-1365-4d77-b3eb-8c8ddae73057"},{"key":"X-Runtime","value":"12.617083"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"Kapil\",\n        \"email\": \"test1011.kapil.mittal@payutest.in\",\n        \"registered_mobile\": \"8802710100\",\n        \"id\": 29,\n        \"mid\": 5064004,\n        \"test_mid\": null,\n        \"uuid\": \"11ea-b1f6-835bed44-9a1c-38f9d3c7f51b\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"Kapil\",\n        \"account_id\": null,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 16,\n        \"business_sub_category_id\": 128,\n        \"business_name\": \"kapil kumar\",\n        \"pancard_name\": \"kapil kumar\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"PayUmoney\",\n        \"gst_number\": null,\n        \"integration_type\": \"Tools\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 30,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 60000,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": \"http://dev-onboarding.payu.in:4000/app/account/team-accounts\",\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2020-06-19T06:31:39.000Z\",\n        \"updated_at\": \"2020-06-19T06:50:25.000Z\",\n        \"admin_user_id\": 15,\n        \"mobile\": \"8802710100\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Not Applicable\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Pending\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"test1011.kapil.mittal@payutest.in\",\n        \"bank_update_attempt_count\": 0,\n        \"partner_source\": null,\n        \"flag\": 0,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"bank_update_attempt_left\": 11,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n        \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n        \"first_name\": \"\",\n        \"last_name\": \"Kapil\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"bank_detail\": null,\n        \"operating_address\": {\n            \"id\": 10,\n            \"addressable_id\": 29,\n            \"address_type\": \"Operating\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65accc6c-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"registration_address\": {\n            \"id\": 9,\n            \"addressable_id\": 29,\n            \"address_type\": \"Registered\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65ae127a-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 41,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 29,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Not Applicable\",\n                \"uuid\": \"11ea-b1f6-889e6494-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:31:40.000Z\",\n                \"updated_at\": \"2020-06-19T06:31:40.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": null\n    }\n}"}],"_postman_id":"b571c57c-c2cc-46a7-b0a3-e723aeffed25"},{"name":"penny verification","id":"6a536ec9-49d4-413d-8ecc-40a9bbfa738c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"penny_amount\": \"1.00\"\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/verify_penny","description":"<p>Url Params:\nuuid: merchant's uuid</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{uuid}}","verify_penny"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8588c2d7-765e-4670-bf4f-68fe4f871bb6","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"penny_amount\": \"1.00\"\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/verify_penny"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"e638537e5e101c8cf999ce173818a326\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4c526311-a653-4b7c-8f5d-b4ebb04acda2"},{"key":"X-Runtime","value":"5.740353"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"Kapil\",\n        \"email\": \"test1011.kapil.mittal@payutest.in\",\n        \"registered_mobile\": \"8802710100\",\n        \"id\": 29,\n        \"mid\": 5064004,\n        \"test_mid\": null,\n        \"uuid\": \"11ea-b1f6-835bed44-9a1c-38f9d3c7f51b\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"Kapil\",\n        \"account_id\": null,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 16,\n        \"business_sub_category_id\": 128,\n        \"business_name\": \"kapil kumar\",\n        \"pancard_name\": \"kapil kumar\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"PayUmoney\",\n        \"gst_number\": null,\n        \"integration_type\": \"Tools\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 30,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 60000,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": \"http://dev-onboarding.payu.in:4000/app/account/team-accounts\",\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2020-06-19T06:31:39.000Z\",\n        \"updated_at\": \"2020-06-19T06:50:25.000Z\",\n        \"admin_user_id\": 15,\n        \"mobile\": \"8802710100\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Not Applicable\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Pending\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"test1011.kapil.mittal@payutest.in\",\n        \"bank_update_attempt_count\": 1,\n        \"partner_source\": null,\n        \"flag\": 0,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"bank_update_attempt_left\": 10,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n        \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n        \"first_name\": \"\",\n        \"last_name\": \"Kapil\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"bank_detail\": {\n            \"id\": 5,\n            \"branch_name\": \"DAHOD GUJARAT\",\n            \"bank_account_number\": \"91234567890\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumar\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Success\",\n            \"penny_attempt_count\": 1,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Success\",\n            \"uuid\": \"11ea-b1fc-49bf9800-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T07:12:51.000Z\",\n            \"updated_at\": \"2020-06-19T07:51:04.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 0,\n            \"penny_attempt_left\": 9\n        },\n        \"operating_address\": {\n            \"id\": 10,\n            \"addressable_id\": 29,\n            \"address_type\": \"Operating\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65accc6c-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"registration_address\": {\n            \"id\": 9,\n            \"addressable_id\": 29,\n            \"address_type\": \"Registered\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65ae127a-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 41,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 29,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Not Applicable\",\n                \"uuid\": \"11ea-b1f6-889e6494-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:31:40.000Z\",\n                \"updated_at\": \"2020-06-19T06:31:40.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": null\n    }\n}"},{"id":"b9d1023a-b870-43fd-b097-6343643d669e","name":"When given penny account does not match","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"penny_amount\": \"1.01\"\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/verify_penny"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"eecc2a36-2075-4340-b417-5f4caa282285"},{"key":"X-Runtime","value":"1.114400"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid Penny Amount\",\n    \"attempts_left\": 8\n}"},{"id":"e0485df4-1477-4739-b649-600cde49939b","name":"when penny verificaiton attemp is exhausted","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"penny_amount\": \"1.01\"\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/verify_penny"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"d5805cdb-ebbd-4e8d-8482-5eb7327e71a6"},{"key":"X-Runtime","value":"1.307301"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Penny exhausted\",\n    \"attempts_left\": 0\n}"}],"_postman_id":"6a536ec9-49d4-413d-8ecc-40a9bbfa738c"},{"name":"Bank Detail create_or_update","id":"0b7302ab-2d18-4c2e-9c96-1d7326ac0006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}","description":"<p>merchant user's token with create_bank_details &amp; update_bank_details scopes</p>\n"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"9123456789412\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"kapil  kumar\"\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/bank_details/create_or_update","urlObject":{"path":["api","v1","merchants","{{uuid}}","bank_details","create_or_update"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f2678bdb-9881-4d62-8d09-2526c76b4d79","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"91234567896\",\n\t\t\"ifsc_code\": \"UTIB0000367\",\n\t\t\"holder_name\": \"kapil kumar\"\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/bank_details/create_or_update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"8144f7349979fc1d266ef36bdfb521d8\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"138c5ade-208b-422b-96da-71433ac8b3a3"},{"key":"X-Runtime","value":"6.896996"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"bank_detail\": {\n        \"id\": 10,\n        \"branch_name\": \"DAHOD GUJARAT\",\n        \"bank_account_number\": \"91234567896\",\n        \"ifsc_code\": \"UTIB0000367\",\n        \"holder_name\": \"kapil kumar\",\n        \"nodal_code\": null,\n        \"nodal_status\": \"Not Activated\",\n        \"active\": true,\n        \"status\": 0,\n        \"penny_deposit_status\": \"Not Initiated\",\n        \"penny_attempt_count\": 0,\n        \"penny_deposit_method\": \"IMPS\",\n        \"bank_verification_status\": \"Pending\",\n        \"uuid\": \"11ea-b455-b8d8cf3a-b32e-38f9d3c7f51b\",\n        \"created_at\": \"2020-06-22T06:58:05.000Z\",\n        \"updated_at\": \"2020-06-22T06:58:05.000Z\",\n        \"bank_name\": \"AXIS BANK\",\n        \"bank_type\": \"saving\",\n        \"addendum_status\": null,\n        \"holder_name_by_bank\": null,\n        \"flag\": 0,\n        \"penny_attempt_left\": 10\n    }\n}"},{"id":"e251add2-c160-45a1-a08d-1c7e9a08f59a","name":"when token is invalid/expired or does not has required scopes","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"91234567894-\",\n\t\t\"ifsc_code\": \"UTIB0000367\",\n\t\t\"holder_name\": \"kapil kumar\"\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/bank_details/create_or_update"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Sep 2021 11:36:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e238e27b-f16b-4015-9c12-da6dd9e8573c"},{"key":"X-Runtime","value":"0.265107"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"2778af25-5e7a-49a5-aa6d-b99a63ac4e33","name":"when holder name does not match with business name","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}","description":"merchant user's token with create_bank_details & update_bank_details scopes"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"91234567894\",\n\t\t\"ifsc_code\": \"UTIB0000367\",\n\t\t\"holder_name\": \"kapil kumar\"\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/bank_details/create_or_update"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Sep 2021 12:44:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"9b1fce5f-f2d0-4143-8bcf-5010ee9f1ffb"},{"key":"X-Runtime","value":"0.084053"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"bank_holder_name\": [\n            \"does not match with business name\"\n        ]\n    }\n}"},{"id":"0890d72c-2865-42a5-a8c4-a8b2ba53d389","name":"when ifsc code is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}","description":"merchant user's token with create_bank_details & update_bank_details scopes"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"91234567894\",\n\t\t\"ifsc_code\": \"UTIB-000367\",\n\t\t\"holder_name\": \"kapil  kumar\"\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/bank_details/create_or_update"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Sep 2021 13:10:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b100ec24-3aef-4ed5-a6aa-e335f05c86d7"},{"key":"X-Runtime","value":"0.330606"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"bank_account.ifsc_code\": [\n            \"is invalid\"\n        ]\n    }\n}"},{"id":"6765bbc5-32b9-4197-9807-33f5cc9d9701","name":"when same bank details are updated","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}","description":"merchant user's token with create_bank_details & update_bank_details scopes"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"91234567894\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"kapil  kumar\"\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/bank_details/create_or_update"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Sep 2021 13:21:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"79b1e52e-7b1a-440f-9458-181de7a9d494"},{"key":"X-Runtime","value":"0.119427"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"bank_details\": [\n            \"cannot be same as previous one.\"\n        ]\n    }\n}"},{"id":"b2613418-c404-45f3-a6ce-f2fa23f02b75","name":"when bank account number is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}","description":"merchant user's token with create_bank_details & update_bank_details scopes"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"912345678949123456789491234567894\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"kapil  kumar\"\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/bank_details/create_or_update"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Sep 2021 13:22:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"9dfbb0e8-ef2e-4d0e-8809-69439b0b992d"},{"key":"X-Runtime","value":"0.342574"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"bank_account_number\": [\n            \"is invalid\"\n        ]\n    }\n}"},{"id":"1e58dac7-895c-4539-8f10-7648c7e6ac59","name":"when account no is blocked as it is already used multiple times","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}","description":"merchant user's token with create_bank_details & update_bank_details scopes"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"912345678941\",\n\t\t\"ifsc_code\": \"UBIN0901288\",\n\t\t\"holder_name\": \"kapil  kumar\"\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/bank_details/create_or_update"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Sep 2021 13:25:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"cfaea438-98bd-4074-bf44-c60a80f230ca"},{"key":"X-Runtime","value":"0.574694"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"bank_account\": [\n            \"912345678941 is blocked for security reasons\"\n        ]\n    }\n}"}],"_postman_id":"0b7302ab-2d18-4c2e-9c96-1d7326ac0006"},{"name":"Add partner as staff user","id":"7e2e7925-5426-4fb5-9173-7a5dc03f4eff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{partner_client_access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_uuid\": \"11ea-b53c-f753da42-9c1c-02f413145cce\",\n\t\"user_email\": \"devbiz1.kapil.mittal@payutest.in\"\n}"},"url":"{{onboarding_base_url}}/api/v1/partner_merchants/{{uuid}}/add_partner_staff","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","partner_merchants","{{uuid}}","add_partner_staff"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e2e7925-5426-4fb5-9173-7a5dc03f4eff"},{"name":"Change merchant's partner staff user","id":"256afd9c-2926-48d9-8021-4e1ce2856a79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{partner_client_access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"old_user_uuid\": \"11ea-b53c-f753da42-9c1c-02f413145cce\",\n\t\"new_user_uuid\": \"11e9-d47a-87edb112-8a61-02f413145cce\"\n}"},"url":"{{onboarding_base_url}}/api/v1/partner_merchants/change_partner_staff_user","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","partner_merchants","change_partner_staff_user"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"603a374f-49f5-4a74-abea-7686614c257a","name":"when mandatory params missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{partner_client_access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"new_user_uuid\": \"11e9-d47a-87edb112-8a61-02f413145cce\"\n}"},"url":"{{onboarding_base_url}}/api/v1/partner_merchants/change_partner_staff_user"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"f9c3d32e-37a1-4f02-9cfe-a14a1318cb6c"},{"key":"X-Runtime","value":"4.525322"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"mandatory params missing\"\n}"},{"id":"b07b9ee8-5d75-4857-98dd-fda748329360","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{partner_client_access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"old_user_uuid\": \"11ea-b53c-f753da42-9c1c-02f413145cce\",\n\t\"new_user_uuid\": \"11e9-d47a-87edb112-8a61-02f413145cce\"\n}"},"url":"{{onboarding_base_url}}/api/v1/partner_merchants/change_partner_staff_user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"cb7aa0d2420a31a4323b849b211471cf\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b95e7899-bb08-4d46-a09c-17f8613bb1ab"},{"key":"X-Runtime","value":"1.305397"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"staff user changed for 1 user merchants successfully\"\n}"},{"id":"f879b809-8253-45bf-bcae-7a670bc102f1","name":"when old user does not exists with given uuid at CO side","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{partner_client_access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"old_user_uuid\": \"11ea-b53c-f753da42-9c2c-02f413145cce\",\n\t\"new_user_uuid\": \"11e9-d47a-87edb112-8a61-02f413145cce\"\n}"},"url":"{{onboarding_base_url}}/api/v1/partner_merchants/change_partner_staff_user"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"9376efbe-5bb5-4677-9373-872cd3bdc4c8"},{"key":"X-Runtime","value":"8.340883"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"old user does not exists\"\n}"}],"_postman_id":"256afd9c-2926-48d9-8021-4e1ce2856a79"},{"name":"Get merchant's details using email","id":"82562d82-35ff-49b6-8ff4-0c27863a94c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/merchants/find_by_email?email=kapil.mittal@payu.in","description":"<p>Url Params: uuid: merchant's uuid</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","find_by_email"],"host":["{{onboarding_base_url}}"],"query":[{"key":"email","value":"kapil.mittal@payu.in"}],"variable":[]}},"response":[{"id":"47c16852-5e84-4bdd-965d-3f852392aaa6","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v1/merchants/find_by_email?email=test1011.kapil.mittal@payutest.in","host":["{{onboarding_base_url}}"],"path":["api","v1","merchants","find_by_email"],"query":[{"key":"email","value":"test1011.kapil.mittal@payutest.in"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"19b379ed-262e-4314-85b8-bac0614509af"},{"key":"X-Runtime","value":"0.779858"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchants\": [\n        {\n            \"name\": \"Kapil\",\n            \"email\": \"test1011.kapil.mittal@payutest.in\",\n            \"registered_mobile\": \"8802710100\",\n            \"id\": 29,\n            \"mid\": 5064004,\n            \"test_mid\": null,\n            \"uuid\": \"11ea-b1f6-835bed44-9a1c-38f9d3c7f51b\",\n            \"product\": \"PayUmoney\",\n            \"device\": \"Desktop\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Kapil\",\n            \"account_id\": null,\n            \"business_entity_id\": 14,\n            \"business_category_id\": 16,\n            \"business_sub_category_id\": 128,\n            \"business_name\": \"kapil kumar\",\n            \"pancard_name\": \"kapil kumar\",\n            \"pancard_number\": \"DBZPK4951B\",\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"PayUmoney\",\n            \"gst_number\": null,\n            \"integration_type\": \"Tools\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": 30,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": 60000,\n            \"sap_id\": null,\n            \"source_type\": \"Organic\",\n            \"active\": true,\n            \"source_url\": \"http://dev-onboarding.payu.in:4000/app/account/team-accounts\",\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2020-06-19T06:31:39.000Z\",\n            \"updated_at\": \"2020-06-19T06:50:25.000Z\",\n            \"admin_user_id\": 15,\n            \"mobile\": \"8802710100\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": \"Not Applicable\",\n            \"sub_source\": \"WebsiteSignUp\",\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test1011.kapil.mittal@payutest.in\",\n            \"bank_update_attempt_count\": 1,\n            \"partner_source\": null,\n            \"flag\": 0,\n            \"merchant_type\": null,\n            \"integration_status\": \"Not Integrated\",\n            \"bank_update_attempt_left\": 10,\n            \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n            \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n            \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n            \"first_name\": \"\",\n            \"last_name\": \"Kapil\",\n            \"is_service_agreement_accepted\": false,\n            \"is_service_agreement_esigned\": false,\n            \"is_authorisation_letter_required\": false,\n            \"acl_role_name\": null,\n            \"bank_detail\": {\n                \"id\": 5,\n                \"branch_name\": \"DAHOD GUJARAT\",\n                \"bank_account_number\": \"91234567890\",\n                \"ifsc_code\": \"UTIB0000367\",\n                \"holder_name\": \"kapil kumar\",\n                \"nodal_code\": null,\n                \"nodal_status\": \"Not Activated\",\n                \"active\": true,\n                \"status\": 0,\n                \"penny_deposit_status\": \"Success\",\n                \"penny_attempt_count\": 0,\n                \"penny_deposit_method\": \"IMPS\",\n                \"bank_verification_status\": \"Pending\",\n                \"uuid\": \"11ea-b1fc-49bf9800-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T07:12:51.000Z\",\n                \"updated_at\": \"2020-06-19T07:28:35.000Z\",\n                \"bank_name\": \"AXIS BANK\",\n                \"bank_type\": \"saving\",\n                \"addendum_status\": null,\n                \"holder_name_by_bank\": null,\n                \"flag\": 0,\n                \"penny_attempt_left\": 10\n            },\n            \"operating_address\": {\n                \"id\": 10,\n                \"addressable_id\": 29,\n                \"address_type\": \"Operating\",\n                \"pincode\": 122018,\n                \"city\": \"Gurgaon\",\n                \"state\": \"HARYANA\",\n                \"address_line\": \"G004, Park view city 2\",\n                \"uuid\": \"11ea-b1f8-65accc6c-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:45:00.000Z\",\n                \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n                \"addressable_type\": \"Merchant\",\n                \"active\": true\n            },\n            \"registration_address\": {\n                \"id\": 9,\n                \"addressable_id\": 29,\n                \"address_type\": \"Registered\",\n                \"pincode\": 122018,\n                \"city\": \"Gurgaon\",\n                \"state\": \"HARYANA\",\n                \"address_line\": \"G004, Park view city 2\",\n                \"uuid\": \"11ea-b1f8-65ae127a-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:45:00.000Z\",\n                \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n                \"addressable_type\": \"Merchant\",\n                \"active\": true\n            },\n            \"business_entity\": {\n                \"id\": 14,\n                \"name\": \"Individual\"\n            },\n            \"merchant_statuses\": [\n                {\n                    \"id\": 41,\n                    \"record_type\": \"Merchant\",\n                    \"record_id\": 29,\n                    \"status_type\": \"WEBSITE\",\n                    \"status_value\": \"Not Applicable\",\n                    \"uuid\": \"11ea-b1f6-889e6494-9a1c-38f9d3c7f51b\",\n                    \"created_at\": \"2020-06-19T06:31:40.000Z\",\n                    \"updated_at\": \"2020-06-19T06:31:40.000Z\"\n                }\n            ],\n            \"account_statuses\": [],\n            \"website_detail\": null\n        }\n    ]\n}"}],"_postman_id":"82562d82-35ff-49b6-8ff4-0c27863a94c2"},{"name":"Merchant Create API","id":"7457947c-23ed-4f20-a4b2-3cf1f71bb495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{partner_access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"name\": \"kapil kumar\",\n\t\t\"email\": \"kapil.mittal.mp15@payu.in\",\n\t\t\"mobile\": \"8802770003\",\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n        \"product\": \"PayUbiz\",\n        \"bank_detail\": {\n            \"bank_account_number\": \"1234567890\",\n            \"ifsc_code\": \"APBL0000001\",\n            \"holder_name\": \"kapil kumar\"\n        }\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants","description":"<p>Url Params:\nuuid: merchant's uuid</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4fdeb30d-7c8b-4197-9a47-dcb595d058e7","name":"Pan Details Update","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"pancard_name\": \"kapil kumar\",\n\t\t\"pancard_number\": \"DBZPK4951B\"\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"5039285aebf0c05c7000c422e14b80fb\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4b41653a-1365-4d77-b3eb-8c8ddae73057"},{"key":"X-Runtime","value":"12.617083"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"Kapil\",\n        \"email\": \"test1011.kapil.mittal@payutest.in\",\n        \"registered_mobile\": \"8802710100\",\n        \"id\": 29,\n        \"mid\": 5064004,\n        \"test_mid\": null,\n        \"uuid\": \"11ea-b1f6-835bed44-9a1c-38f9d3c7f51b\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"Kapil\",\n        \"account_id\": null,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 16,\n        \"business_sub_category_id\": 128,\n        \"business_name\": \"kapil kumar\",\n        \"pancard_name\": \"kapil kumar\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"PayUmoney\",\n        \"gst_number\": null,\n        \"integration_type\": \"Tools\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 30,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 60000,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": \"http://dev-onboarding.payu.in:4000/app/account/team-accounts\",\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2020-06-19T06:31:39.000Z\",\n        \"updated_at\": \"2020-06-19T06:50:25.000Z\",\n        \"admin_user_id\": 15,\n        \"mobile\": \"8802710100\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Not Applicable\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Pending\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"test1011.kapil.mittal@payutest.in\",\n        \"bank_update_attempt_count\": 0,\n        \"partner_source\": null,\n        \"flag\": 0,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"bank_update_attempt_left\": 11,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n        \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n        \"first_name\": \"\",\n        \"last_name\": \"Kapil\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"bank_detail\": null,\n        \"operating_address\": {\n            \"id\": 10,\n            \"addressable_id\": 29,\n            \"address_type\": \"Operating\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65accc6c-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"registration_address\": {\n            \"id\": 9,\n            \"addressable_id\": 29,\n            \"address_type\": \"Registered\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65ae127a-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 41,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 29,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Not Applicable\",\n                \"uuid\": \"11ea-b1f6-889e6494-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:31:40.000Z\",\n                \"updated_at\": \"2020-06-19T06:31:40.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": null\n    }\n}"},{"id":"8229fee4-c4e6-4513-b2d1-2915db147606","name":"Bank details create","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"bank_detail\": {\n\t\t\t\"reenter_bank_account_number\": \"91234567890\",\n\t\t\t\"bank_account_number\": \"91234567890\",\n\t\t\t\"ifsc_code\": \"UTIB0000367\",\n\t\t\t\"holder_name\": \"kapil kumar\"\n\t\t}\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"5039285aebf0c05c7000c422e14b80fb\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"d1550eae-21d9-4c50-9788-5add9a8486a3"},{"key":"X-Runtime","value":"4.794850"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"Kapil\",\n        \"email\": \"test1011.kapil.mittal@payutest.in\",\n        \"registered_mobile\": \"8802710100\",\n        \"id\": 29,\n        \"mid\": 5064004,\n        \"test_mid\": null,\n        \"uuid\": \"11ea-b1f6-835bed44-9a1c-38f9d3c7f51b\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"Kapil\",\n        \"account_id\": null,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 16,\n        \"business_sub_category_id\": 128,\n        \"business_name\": \"kapil kumar\",\n        \"pancard_name\": \"kapil kumar\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"PayUmoney\",\n        \"gst_number\": null,\n        \"integration_type\": \"Tools\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 30,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 60000,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": \"http://dev-onboarding.payu.in:4000/app/account/team-accounts\",\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2020-06-19T06:31:39.000Z\",\n        \"updated_at\": \"2020-06-19T06:50:25.000Z\",\n        \"admin_user_id\": 15,\n        \"mobile\": \"8802710100\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Not Applicable\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Pending\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"test1011.kapil.mittal@payutest.in\",\n        \"bank_update_attempt_count\": 1,\n        \"partner_source\": null,\n        \"flag\": 0,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"bank_update_attempt_left\": 10,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n        \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n        \"first_name\": \"\",\n        \"last_name\": \"Kapil\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"bank_detail\": {\n            \"id\": 5,\n            \"branch_name\": \"DAHOD GUJARAT\",\n            \"bank_account_number\": \"91234567890\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumar\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ea-b1fc-49bf9800-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T07:12:51.000Z\",\n            \"updated_at\": \"2020-06-19T07:12:51.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 0,\n            \"penny_attempt_left\": 10\n        },\n        \"operating_address\": {\n            \"id\": 10,\n            \"addressable_id\": 29,\n            \"address_type\": \"Operating\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65accc6c-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"registration_address\": {\n            \"id\": 9,\n            \"addressable_id\": 29,\n            \"address_type\": \"Registered\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65ae127a-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 41,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 29,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Not Applicable\",\n                \"uuid\": \"11ea-b1f6-889e6494-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:31:40.000Z\",\n                \"updated_at\": \"2020-06-19T06:31:40.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": null\n    }\n}"},{"id":"9273513c-170b-4e08-a9d9-0ecf94011848","name":"Business Details Update","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": null,\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\",\n\t\t\t\"city\": \"Gurgaon\",\n\t\t\t\"state\": \"HARYANA\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\",\n\t\t\t \"city\": \"Gurgaon\",\n\t\t\t \"state\": \"HARYANA\"\n\t\t}\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"26dadff6453ff417da93b7d9c986bd6c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e4b1e3f1-314d-4fa2-8c7a-e892e19532e0"},{"key":"X-Runtime","value":"10.008586"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"Kapil\",\n        \"email\": \"test1011.kapil.mittal@payutest.in\",\n        \"registered_mobile\": \"8802710100\",\n        \"id\": 29,\n        \"mid\": 5064004,\n        \"test_mid\": null,\n        \"uuid\": \"11ea-b1f6-835bed44-9a1c-38f9d3c7f51b\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"Kapil\",\n        \"account_id\": null,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 16,\n        \"business_sub_category_id\": 128,\n        \"business_name\": \"kapil kumar\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"PayUmoney\",\n        \"gst_number\": null,\n        \"integration_type\": \"Tools\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 30,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 60000,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": \"http://dev-onboarding.payu.in:4000/app/account/team-accounts\",\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2020-06-19T06:31:39.000Z\",\n        \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n        \"admin_user_id\": 15,\n        \"mobile\": \"8802710100\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Not Applicable\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Pending\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"test1011.kapil.mittal@payutest.in\",\n        \"bank_update_attempt_count\": 0,\n        \"partner_source\": null,\n        \"flag\": 0,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"bank_update_attempt_left\": 11,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n        \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n        \"first_name\": \"\",\n        \"last_name\": \"Kapil\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"bank_detail\": null,\n        \"operating_address\": {\n            \"id\": 10,\n            \"addressable_id\": 29,\n            \"address_type\": \"Operating\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65accc6c-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"registration_address\": {\n            \"id\": 9,\n            \"addressable_id\": 29,\n            \"address_type\": \"Registered\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65ae127a-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 41,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 29,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Not Applicable\",\n                \"uuid\": \"11ea-b1f6-889e6494-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:31:40.000Z\",\n                \"updated_at\": \"2020-06-19T06:31:40.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": null\n    }\n}"}],"_postman_id":"7457947c-23ed-4f20-a4b2-3cf1f71bb495"},{"name":"Merchant Update API V2","id":"5d3fa6b8-9c0f-428b-9fdf-55e964deebc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": null,\n\t\t\"pancard_name\": \"kapil kumar\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v2/merchants/{{uuid}}","description":"<p>Url Params:\nuuid: merchant's uuid</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v2","merchants","{{uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"63c8df3b-6c4c-4463-8cd0-23385315a26f","name":"Bank details create","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"bank_detail\": {\n\t\t\t\"reenter_bank_account_number\": \"91234567890\",\n\t\t\t\"bank_account_number\": \"91234567890\",\n\t\t\t\"ifsc_code\": \"UTIB0000367\",\n\t\t\t\"holder_name\": \"kapil kumar\"\n\t\t}\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"5039285aebf0c05c7000c422e14b80fb\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"d1550eae-21d9-4c50-9788-5add9a8486a3"},{"key":"X-Runtime","value":"4.794850"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"Kapil\",\n        \"email\": \"test1011.kapil.mittal@payutest.in\",\n        \"registered_mobile\": \"8802710100\",\n        \"id\": 29,\n        \"mid\": 5064004,\n        \"test_mid\": null,\n        \"uuid\": \"11ea-b1f6-835bed44-9a1c-38f9d3c7f51b\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"Kapil\",\n        \"account_id\": null,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 16,\n        \"business_sub_category_id\": 128,\n        \"business_name\": \"kapil kumar\",\n        \"pancard_name\": \"kapil kumar\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"PayUmoney\",\n        \"gst_number\": null,\n        \"integration_type\": \"Tools\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 30,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 60000,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": \"http://dev-onboarding.payu.in:4000/app/account/team-accounts\",\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2020-06-19T06:31:39.000Z\",\n        \"updated_at\": \"2020-06-19T06:50:25.000Z\",\n        \"admin_user_id\": 15,\n        \"mobile\": \"8802710100\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Not Applicable\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Pending\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"test1011.kapil.mittal@payutest.in\",\n        \"bank_update_attempt_count\": 1,\n        \"partner_source\": null,\n        \"flag\": 0,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"bank_update_attempt_left\": 10,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n        \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n        \"first_name\": \"\",\n        \"last_name\": \"Kapil\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"bank_detail\": {\n            \"id\": 5,\n            \"branch_name\": \"DAHOD GUJARAT\",\n            \"bank_account_number\": \"91234567890\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumar\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ea-b1fc-49bf9800-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T07:12:51.000Z\",\n            \"updated_at\": \"2020-06-19T07:12:51.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 0,\n            \"penny_attempt_left\": 10\n        },\n        \"operating_address\": {\n            \"id\": 10,\n            \"addressable_id\": 29,\n            \"address_type\": \"Operating\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65accc6c-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"registration_address\": {\n            \"id\": 9,\n            \"addressable_id\": 29,\n            \"address_type\": \"Registered\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65ae127a-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 41,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 29,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Not Applicable\",\n                \"uuid\": \"11ea-b1f6-889e6494-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:31:40.000Z\",\n                \"updated_at\": \"2020-06-19T06:31:40.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": null\n    }\n}"},{"id":"ac4cf8f6-e2d0-4081-a972-10bd91d20364","name":"Pan Details Update","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"pancard_name\": \"kapil kumar\",\n\t\t\"pancard_number\": \"DBZPK4951B\"\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"5039285aebf0c05c7000c422e14b80fb\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4b41653a-1365-4d77-b3eb-8c8ddae73057"},{"key":"X-Runtime","value":"12.617083"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"Kapil\",\n        \"email\": \"test1011.kapil.mittal@payutest.in\",\n        \"registered_mobile\": \"8802710100\",\n        \"id\": 29,\n        \"mid\": 5064004,\n        \"test_mid\": null,\n        \"uuid\": \"11ea-b1f6-835bed44-9a1c-38f9d3c7f51b\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"Kapil\",\n        \"account_id\": null,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 16,\n        \"business_sub_category_id\": 128,\n        \"business_name\": \"kapil kumar\",\n        \"pancard_name\": \"kapil kumar\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"PayUmoney\",\n        \"gst_number\": null,\n        \"integration_type\": \"Tools\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 30,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 60000,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": \"http://dev-onboarding.payu.in:4000/app/account/team-accounts\",\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2020-06-19T06:31:39.000Z\",\n        \"updated_at\": \"2020-06-19T06:50:25.000Z\",\n        \"admin_user_id\": 15,\n        \"mobile\": \"8802710100\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Not Applicable\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Pending\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"test1011.kapil.mittal@payutest.in\",\n        \"bank_update_attempt_count\": 0,\n        \"partner_source\": null,\n        \"flag\": 0,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"bank_update_attempt_left\": 11,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n        \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n        \"first_name\": \"\",\n        \"last_name\": \"Kapil\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"bank_detail\": null,\n        \"operating_address\": {\n            \"id\": 10,\n            \"addressable_id\": 29,\n            \"address_type\": \"Operating\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65accc6c-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"registration_address\": {\n            \"id\": 9,\n            \"addressable_id\": 29,\n            \"address_type\": \"Registered\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65ae127a-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 41,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 29,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Not Applicable\",\n                \"uuid\": \"11ea-b1f6-889e6494-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:31:40.000Z\",\n                \"updated_at\": \"2020-06-19T06:31:40.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": null\n    }\n}"},{"id":"bd3d9556-7034-4a45-95f0-c1336260ed16","name":"Business Details Update","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": null,\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\",\n\t\t\t\"city\": \"Gurgaon\",\n\t\t\t\"state\": \"HARYANA\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\",\n\t\t\t \"city\": \"Gurgaon\",\n\t\t\t \"state\": \"HARYANA\"\n\t\t}\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"26dadff6453ff417da93b7d9c986bd6c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e4b1e3f1-314d-4fa2-8c7a-e892e19532e0"},{"key":"X-Runtime","value":"10.008586"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"Kapil\",\n        \"email\": \"test1011.kapil.mittal@payutest.in\",\n        \"registered_mobile\": \"8802710100\",\n        \"id\": 29,\n        \"mid\": 5064004,\n        \"test_mid\": null,\n        \"uuid\": \"11ea-b1f6-835bed44-9a1c-38f9d3c7f51b\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"Kapil\",\n        \"account_id\": null,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 16,\n        \"business_sub_category_id\": 128,\n        \"business_name\": \"kapil kumar\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"PayUmoney\",\n        \"gst_number\": null,\n        \"integration_type\": \"Tools\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 30,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 60000,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": \"http://dev-onboarding.payu.in:4000/app/account/team-accounts\",\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2020-06-19T06:31:39.000Z\",\n        \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n        \"admin_user_id\": 15,\n        \"mobile\": \"8802710100\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Not Applicable\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Pending\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"test1011.kapil.mittal@payutest.in\",\n        \"bank_update_attempt_count\": 0,\n        \"partner_source\": null,\n        \"flag\": 0,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"bank_update_attempt_left\": 11,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n        \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n        \"first_name\": \"\",\n        \"last_name\": \"Kapil\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"bank_detail\": null,\n        \"operating_address\": {\n            \"id\": 10,\n            \"addressable_id\": 29,\n            \"address_type\": \"Operating\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65accc6c-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"registration_address\": {\n            \"id\": 9,\n            \"addressable_id\": 29,\n            \"address_type\": \"Registered\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ea-b1f8-65ae127a-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T06:45:00.000Z\",\n            \"updated_at\": \"2020-06-19T06:45:00.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 41,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 29,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Not Applicable\",\n                \"uuid\": \"11ea-b1f6-889e6494-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:31:40.000Z\",\n                \"updated_at\": \"2020-06-19T06:31:40.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": null\n    }\n}"}],"_postman_id":"5d3fa6b8-9c0f-428b-9fdf-55e964deebc3"},{"name":"Accept Addendum","id":"44228dcb-8bbb-4510-b63e-c058b49a402e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum","description":"<p>Url Params:\nuuid: merchant's uuid</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{uuid}}","kyc_documents","{{kyc_doc_uuid}}","accept_addendum"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"32d2915a-87a5-4ba2-9f7b-0db7992a108d","name":"When status is not pending","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b1b86bd9-ee16-49d7-b927-cae8dda126e3"},{"key":"X-Runtime","value":"3.338846"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"status must be pending\"\n}"},{"id":"79a1f277-8205-4c57-9f78-b5a753c3d4f4","name":"Success Response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"134777ce-588e-48f0-9791-f14e98b5bdd1"},{"key":"X-Runtime","value":"32.727029"}],"cookie":[],"responseTime":null,"body":null},{"id":"f3b4f1a8-75d7-48e7-8241-a340e240eaa8","name":"When merchant or addendum does not exists","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"98c8fb4a-495c-4056-8152-8fc07a43ee84"},{"key":"X-Runtime","value":"10.501585"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"44228dcb-8bbb-4510-b63e-c058b49a402e"},{"name":"Reject Addendum","id":"5a2a52b1-0fd6-42b3-9f9f-07f54a591e1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/kyc_documents/{{kyc_doc_uuid}}/reject_addendum","description":"<p>Url Params:\nuuid: merchant's uuid</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{uuid}}","kyc_documents","{{kyc_doc_uuid}}","reject_addendum"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"83c498cc-4cb7-473f-bf34-1810a3c0cdc3","name":"When merchant or addendum does not exists","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"98c8fb4a-495c-4056-8152-8fc07a43ee84"},{"key":"X-Runtime","value":"10.501585"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"8b2390ed-6443-46d9-8cbd-20469357f6f2","name":"When status is not pending","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b1b86bd9-ee16-49d7-b927-cae8dda126e3"},{"key":"X-Runtime","value":"3.338846"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"status must be pending\"\n}"},{"id":"a6ffc302-5e7b-47dd-b705-aa29e2f757dc","name":"Success Response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/kyc_documents/{{kyc_doc_uuid}}/accept_addendum"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"134777ce-588e-48f0-9791-f14e98b5bdd1"},{"key":"X-Runtime","value":"32.727029"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5a2a52b1-0fd6-42b3-9f9f-07f54a591e1b"},{"name":"get status_timeline","id":"4f45e112-cb10-4149-8231-dbb341a06880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/status_timeline","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","status_timeline"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3dd47ce2-07e6-4511-b70d-daa22ce805bd","name":"success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/status_timeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"ca1edf3fd1819eadd62578ef45f3dbfb\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"a9053e6a-f82e-44e9-a577-b3c3a41bd065"},{"key":"X-Runtime","value":"1.041060"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"conditional_status\": {\n        \"account_status\": null,\n        \"profile_status\": \"ADDENDUM_PENDING\",\n        \"bank_status\": \"PENNY_PENDING\",\n        \"business_profile_status\": null,\n        \"website_status\": \"WEBSITE_SUBMISSION_PENDING\",\n        \"document_status\": null,\n        \"settlement_status\": null\n    },\n    \"timeline_status\": {\n        \"account_status\": {\n            \"status\": \"COMPLETED\",\n            \"timestamp\": \"2021-05-20T03:53:01.000Z\"\n        },\n        \"profile_status\": {\n            \"status\": \"IN_PROGRESS\",\n            \"conditional_status\": \"ADDENDUM_PENDING\",\n            \"timestamp\": \"2021-06-29T03:39:29.000Z\"\n        },\n        \"pan_status\": {\n            \"status\": \"COMPLETED\",\n            \"timestamp\": \"2021-08-02T09:09:11.000Z\"\n        },\n        \"business_details_status\": {\n            \"status\": \"COMPLETED\",\n            \"timestamp\": \"2021-08-02T09:09:11.000Z\"\n        },\n        \"bank_status\": {\n            \"status\": \"IN_PROGRESS\",\n            \"timestamp\": \"2021-07-29T13:18:48.000Z\",\n            \"conditional_status\": \"PENNY_PENDING\"\n        },\n        \"business_profile_status\": {\n            \"status\": \"LOCKED\",\n            \"timestamp\": \"2021-06-08T07:24:02.000Z\"\n        },\n        \"website_status\": {\n            \"status\": \"IN_PROGRESS\",\n            \"conditional_status\": \"WEBSITE_SUBMISSION_PENDING\",\n            \"error\": null,\n            \"timestamp\": \"2021-08-02T09:09:31.000Z\"\n        },\n        \"document_status\": {\n            \"status\": \"PENDING\",\n            \"error\": [\n                \"testing bank 1\",\n                \"testing KYC 1\",\n                \"testing Agreement 1\"\n            ]\n        },\n        \"settlement_status\": {\n            \"status\": \"LOCKED\"\n        }\n    }\n}"},{"id":"ac565d5d-a8b1-4172-b96f-a7c3d7c89905","name":"when token has expired","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/status_timeline"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"0434ad26-d5f1-4f19-9d75-de9c8fe1b126"},{"key":"X-Runtime","value":"2.309508"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"122ab912-0ff3-4961-b279-70d6cf415a1c","name":"when user is not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/status_timeline"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b9761a08-437e-4c94-a766-5c905a11ebf7"},{"key":"X-Runtime","value":"0.281026"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"4f45e112-cb10-4149-8231-dbb341a06880"},{"name":"Update merchant flags","id":"730bb855-5e69-406b-b523-7db24200ac4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"nb_eligible","value":"true","description":"<p>Neo Banking eligible or not</p>\n","type":"text"},{"key":"lending_eligible","value":"true","description":"<p>Lending eligible or not</p>\n","type":"text"},{"key":"offer_engine_enabled","value":"true","description":"<p>Enable/disable offer engine</p>\n","type":"text"},{"key":"is_aggregator","value":"true","description":"<p>To mark the merchant as aggregator.</p>\n","type":"text"},{"key":"product","value":"PayUbiz","description":"<p>Send product while sending mid in url.</p>\n","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/update_merchant_flags","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","update_merchant_flags"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6f2ca23e-12ce-4118-9a1f-c365c1882fc5","name":"422 Params missing","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"nb_eligible","value":"true","type":"text","disabled":true},{"key":"lending_eligible","value":"false","type":"text","disabled":true}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/update_flag"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"f075e7a2-f295-4e59-b073-a96fed0dcceb"},{"key":"X-Runtime","value":"14.703780"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"error\": \"params missing\"\n}"},{"id":"433c1014-6d8b-4e62-aaf3-a459d7fb9134","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"nb_eligible","value":"true","type":"text"},{"key":"lending_eligible","value":"false","type":"text"},{"key":"offer_engine_enabled","value":"true","type":"text","disabled":true},{"key":"is_aggregator","value":"true","type":"text","disabled":true},{"key":"product","value":"PayUbiz","type":"text","disabled":true}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/update_flag"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"ETag","value":"W/\"aee408847d35e44e99430f0979c3357b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ea85cfdd-410f-4743-8f20-9040af81c465"},{"key":"X-Runtime","value":"81.492117"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"success"}],"_postman_id":"730bb855-5e69-406b-b523-7db24200ac4b"},{"name":"Enable/Disbble MFA on account/team","id":"92d0ff49-bcd4-43c0-9391-d49602033d02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>user token with scope 'enable_disable_mfa'</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"team_mfa_enabled","value":"true/false","description":"<p>optional - whether mfa needs to be enabled/disable on team</p>\n","type":"text"},{"key":"mfa_enabled","value":"true/false","description":"<p>optional - whether mfa needs to be enabled/disable on owner account</p>\n","type":"text"}]},"url":"{{onboarding_url}}/api/v1/merchants/{{merchant_uuid}}/enable_disable_mfa","urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","enable_disable_mfa"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"eaec2ce2-0ab7-44ff-96bd-8dd3fa63e3dc","name":"When token is not present in params","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"user token with scope 'enable_disable_mfa'","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"team_mfa_enabled","value":"true/false","description":"optional - whether mfa needs to be enabled/disable on team","type":"text"},{"key":"mfa_enabled","value":"true/false","description":"optional - whether mfa needs to be enabled/disable on owner account","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11ed-1ea6-6240c28c-8604-6e4c8a1aae9a/enable_disable_mfa"},"code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"9dede1f2-87ab-4bd9-8417-d63449d1d47d","name":"When required scope is not present in token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer e4dc952b74608766145fa512cff0281c770adb20aff77d2447935e8a742393c9","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"team_mfa_enabled","value":"true/false","description":"optional - whether mfa needs to be enabled/disable on team","type":"text"},{"key":"mfa_enabled","value":"true/false","description":"optional - whether mfa needs to be enabled/disable on owner account","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11ed-1ea6-6240c28c-8604-6e4c8a1aae9a/enable_disable_mfa"},"code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"d484c9b6-6865-4add-be07-a3a0ca72f8bb","name":"When merchant is not found with given uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"user token with scope 'enable_disable_mfa'","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"team_mfa_enabled","value":"true/false","description":"optional - whether mfa needs to be enabled/disable on team","type":"text"},{"key":"mfa_enabled","value":"true/false","description":"optional - whether mfa needs to be enabled/disable on owner account","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11ed-1ea6-6240c28c-8604-6e4c8a1aae9a1/enable_disable_mfa"},"code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"99b52d35-3720-4246-ae8b-39f33a32f31d","name":"Success Response - When MFA is enable on owner account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"user token with scope 'enable_disable_mfa'","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"team_mfa_enabled","value":"true/false","description":"optional - whether mfa needs to be enabled/disable on team","type":"text","disabled":true},{"key":"mfa_enabled","value":"true","description":"optional - whether mfa needs to be enabled/disable on owner account","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11ed-1ea6-6240c28c-8604-6e4c8a1aae9a/enable_disable_mfa"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"MFA enabled successfully"},{"id":"006b7876-c942-4a85-9756-2e66d2947fe4","name":"Success Response - When MFA is disabled on owner account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"user token with scope 'enable_disable_mfa'","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"team_mfa_enabled","value":"true/false","description":"optional - whether mfa needs to be enabled/disable on team","type":"text","disabled":true},{"key":"mfa_enabled","value":"false","description":"optional - whether mfa needs to be enabled/disable on owner account","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11ed-1ea6-6240c28c-8604-6e4c8a1aae9a/enable_disable_mfa"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"MFA disabled successfully"},{"id":"2faf4d76-ea00-43da-9dda-4141a102238f","name":"Error Response - When MFA flag could not be updated on HUB","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"user token with scope 'enable_disable_mfa'","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"team_mfa_enabled","value":"true/false","description":"optional - whether mfa needs to be enabled/disable on team","type":"text","disabled":true},{"key":"mfa_enabled","value":"true/false","description":"optional - whether mfa needs to be enabled/disable on owner account","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11ed-1ea6-6240c28c-8604-6e4c8a1aae9a/enable_disable_mfa"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"MFA flag could not be updated\"\n}"},{"id":"e63a850f-bc18-4a66-be32-f71defbbef71","name":"Error Response - When Team MFA flag could not be updated on HUB","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"user token with scope 'enable_disable_mfa'","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"team_mfa_enabled","value":"true","description":"optional - whether mfa needs to be enabled/disable on team","type":"text"},{"key":"mfa_enabled","value":"true/false","description":"optional - whether mfa needs to be enabled/disable on owner account","type":"text","disabled":true}]},"url":"localhost:4000/api/v1/merchants/11ed-1ea6-6240c28c-8604-6e4c8a1aae9a/enable_disable_mfa"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Team MFA flag could not be updated\"\n}"},{"id":"0db06a9a-d6d7-4dc0-b9ee-da563570aff5","name":"Success Response - When team MFA in enabled","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"user token with scope 'enable_disable_mfa'","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"team_mfa_enabled","value":"true","description":"optional - whether mfa needs to be enabled/disable on team","type":"text"},{"key":"mfa_enabled","value":"true/false","description":"optional - whether mfa needs to be enabled/disable on owner account","type":"text","disabled":true}]},"url":"localhost:4000/api/v1/merchants/11ed-1ea6-6240c28c-8604-6e4c8a1aae9a/enable_disable_mfa"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"MFA enabled on team successfully"},{"id":"8c8295fb-c49f-4e73-85d8-ec250ace632b","name":"Success Response - When MFA on team is disabled","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"user token with scope 'enable_disable_mfa'","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"team_mfa_enabled","value":"false","description":"optional - whether mfa needs to be enabled/disable on team","type":"text"},{"key":"mfa_enabled","value":"true/false","description":"optional - whether mfa needs to be enabled/disable on owner account","type":"text","disabled":true}]},"url":"localhost:4000/api/v1/merchants/11ed-1ea6-6240c28c-8604-6e4c8a1aae9a/enable_disable_mfa"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[],"cookie":[],"responseTime":null,"body":"MFA disabled on team successfully"}],"_postman_id":"92d0ff49-bcd4-43c0-9391-d49602033d02"},{"name":"virtual_bank_details","id":"b7745949-eecb-4920-9562-ecbd8b6a54f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{test10}}/api/v1/merchants/11eb-9205-f08949da-98eb-02053299b2da/bank_details/virtual_bank_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","11eb-9205-f08949da-98eb-02053299b2da","bank_details","virtual_bank_details"],"host":["{{test10}}"],"query":[],"variable":[]}},"response":[{"id":"70b2a195-0e67-442a-a3fa-38b2d0f2a00e","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{test10}}/api/v1/merchants/11eb-9205-f08949da-98eb-02053299b2da/bank_details/virtual_bank_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Dec 2022 06:39:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"origin"},{"key":"ETag","value":"W/\"5a1839c4b38d4f83c1dcd516e0a8baec\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"5ac3daab-16bb-4d93-880e-ffa4caeadeae"},{"key":"X-Runtime","value":"0.056616"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid,authtoken"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ wss://*.payu.in wss://*.payumoney.com https://test-partner.payu.in/ https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payu.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/ https://hub-accounts-test.s3.ap-south-1.amazonaws.com/ https://document-management-system-test.s3.ap-south-1.amazonaws.com/ https://analytics.google.com/ https://forms.hubspot.com/ http://*.hotjar.com:* https://*.hotjar.com:* https://vc.hotjar.io:* https://surveystats.hotjar.io wss://*.hotjar.com https://www.google.co.in/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/ https://www.google.com/ https://vars.hotjar.com https://tpc.googlesyndication.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/ https://*.payu.in; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.my.salesforce.com/ https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://payuin--onepayudev.my.salesforce.com/ https://static.lightning.force.com/ https://cdn.evgnet.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.google.com/ https://www.gstatic.com https://js.hs-scripts.com/ https://js.hscollectedforms.net/ https://js.hs-analytics.net/ https://js.hs-banner.com/ http://static.hotjar.com https://static.hotjar.com https://script.hotjar.com https://tpc.googlesyndication.com/; img-src 'self' data: blob: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"bank_details\": [\n        {\n            \"id\": 4974,\n            \"branch_name\": \"JAMIA MILIA ISLAMIA\",\n            \"bank_account_number\": \"9999999999\",\n            \"ifsc_code\": \"IDIB000J029\",\n            \"holder_name\": \"Nobody\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Success\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Success\",\n            \"uuid\": \"11ed-7156-f90e7eea-83dc-02053299b2da\",\n            \"created_at\": \"2022-12-01T09:03:07.000Z\",\n            \"updated_at\": \"2022-12-01T09:04:21.000Z\",\n            \"bank_name\": \"INDIAN BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 24,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            },\n            \"virtual_account\": true\n        },\n        {\n            \"id\": 4722,\n            \"branch_name\": \"JAMIA MILIA ISLAMIA\",\n            \"bank_account_number\": \"9999999999\",\n            \"ifsc_code\": \"IDIB000J029\",\n            \"holder_name\": \"Rajat Mishra\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": false,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Success\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ed-2a8f-091eed74-96a4-02053299b2da\",\n            \"created_at\": \"2022-09-02T07:15:34.000Z\",\n            \"updated_at\": \"2022-12-01T09:03:07.000Z\",\n            \"bank_name\": \"INDIAN BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": \"Rajat Mishra\",\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            },\n            \"virtual_account\": false\n        }\n    ]\n}"}],"_postman_id":"b7745949-eecb-4920-9562-ecbd8b6a54f5"},{"name":"filter","id":"5a52d5ba-1e2f-4c2f-a344-0be5de1dcd9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{test10}}/api/v1/merchants/filter?param_name=PART22&param_value=0000001","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","filter"],"host":["{{test10}}"],"query":[{"key":"param_name","value":"PART22"},{"key":"param_value","value":"0000001"}],"variable":[]}},"response":[],"_postman_id":"5a52d5ba-1e2f-4c2f-a344-0be5de1dcd9e"}],"id":"4692e850-3364-4d25-8417-79fd3ac3331c","_postman_id":"4692e850-3364-4d25-8417-79fd3ac3331c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"KycDocument","item":[{"name":"append_attachment","id":"61868a8e-aac4-463c-af4d-5adf2b752509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"document_category_id","value":"10","type":"text"},{"key":"document_type_id","value":"10","type":"text"},{"key":"uploaded_documents[]","value":"","type":"file"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/append_attachment","description":"<p>Add attachment as uploaded_document to kyc_document</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","append_attachment"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"61868a8e-aac4-463c-af4d-5adf2b752509"},{"name":"Merge Documents","id":"14ff0329-b5e4-4663-9c14-9883c96b56aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"document_order[]","value":"4","type":"text"},{"key":"document_order[]","value":"3","type":"text"},{"key":"document_order[]","value":"1","type":"text"},{"key":"document_order[]","value":"2","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/{{kyc_document_uuid}}/merge_documents","description":"<p>Merge uploaded documents into single pdf and store it as processed_document.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","{{kyc_document_uuid}}","merge_documents"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"14ff0329-b5e4-4663-9c14-9883c96b56aa"},{"name":"Delete","id":"1b933966-bedc-4e59-940d-9bf480f62b81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/{{kyc_document_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","{{kyc_document_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b933966-bedc-4e59-940d-9bf480f62b81"},{"name":"Create","id":"0f865d53-b06b-4708-94ce-429309e86233","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"document_category_id","value":"10","type":"text"},{"key":"document_type_id","value":"10","type":"text"},{"key":"kyc_document_type","value":"KYC","type":"text","disabled":true},{"key":"processed_document","value":"","type":"file"},{"key":"uploaded_documents[]","value":"","type":"file"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents","description":"<p>Create KycDocument.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f865d53-b06b-4708-94ce-429309e86233"},{"name":"Index","id":"1704e888-90c3-4443-80aa-e27206035b03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>user token with login scope</p>\n"}],"body":{"mode":"file","file":{}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents?kyc_document_type[]=Agreement&status[]=Approved&document_category_id[]=12&document_type_id=1","description":"<p>List KycDocuments</p>\n<p>Also supports filtering based on following fields:</p>\n<p>active\ndocument_category_id\ndocument_type_id\nkyc_document_type\nstatus</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents"],"host":["{{onboarding_base_url}}"],"query":[{"description":{"content":"<p>optional, only required when kyc_documents with a particular kyc_document_type is required</p>\n","type":"text/plain"},"key":"kyc_document_type[]","value":"Agreement"},{"description":{"content":"<p>optional only required when kyc_documents with a particular status is required</p>\n","type":"text/plain"},"key":"status[]","value":"Approved"},{"description":{"content":"<p>optional, only required when kyc_documents with a particular document_category_id is required</p>\n","type":"text/plain"},"key":"document_category_id[]","value":"12"},{"description":{"content":"<p>optional, only required when kyc_documents with a particular document_type_id is required</p>\n","type":"text/plain"},"key":"document_type_id","value":"1"}],"variable":[]}},"response":[{"id":"e72b9551-2f46-44fb-ad83-b7486030784c","name":"Unauthorized Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer dfghadfg","description":"user token with login scope"}],"url":{"raw":"https://test10-onboarding.payu.in/api/v1/merchants/11eb-a0f2-67cdf9b4-ac4f-02053299b2da/kyc_documents","protocol":"https","host":["test10-onboarding","payu","in"],"path":["api","v1","merchants","11eb-a0f2-67cdf9b4-ac4f-02053299b2da","kyc_documents"],"query":[{"key":"status[]","value":"Approved","disabled":true}]}},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"dc57a55f-1a8c-4750-90e9-5a15e29c3054","name":"Success Response (Fetch Kyc Documents with any status) or Fetch All documents of a merchant","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 1e1902f20f87890e66acf36245f44ffd20d0c57d6de3bfd0e3f10353eeab07b8"}],"url":"https://test10-onboarding.payu.in/api/v1/merchants/11eb-a0f2-67cdf9b4-ac4f-02053299b2da/kyc_documents"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 8672,\n            \"document_category_id\": 10,\n            \"document_type_id\": 35,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:40:05.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14260,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Government Issued Certificate.pdf\",\n                \"byte_size\": 1845736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdUUzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7093cd0289ef70f5e238c7596fc4268b70ec1f9b/Government%20Issued%20Certificate.pdf\",\n                \"kyc_document_uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 10,\n                \"name\": \"Government Issued Certificate\",\n                \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n            }\n        },\n        {\n            \"id\": 8671,\n            \"document_category_id\": 1,\n            \"document_type_id\": 1,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:56.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:23.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14257,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-19 at 3.31.46 PM.png\",\n                \"byte_size\": 1418736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDQzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ad8823a20817030210c267d16b40df70d19431de/Screenshot%202021-03-19%20at%203.31.46%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 1,\n                \"name\": \"Bank Account Proof\",\n                \"name_on_frontend\": \"BANK_PROOF\"\n            }\n        },\n        {\n            \"id\": 8670,\n            \"document_category_id\": 2,\n            \"document_type_id\": 3,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:45.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14256,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-30 at 6.16.16 PM.png\",\n                \"byte_size\": 1068614,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDAzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c6446cf7655b169283f11ac1d0154ed7297642da/Screenshot%202021-03-30%20at%206.16.16%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 2,\n                \"name\": \"PAN Card of Signing Authority\",\n                \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n            }\n        },\n        {\n            \"id\": 8669,\n            \"document_category_id\": 9,\n            \"document_type_id\": 7,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:41.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:28.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14255,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-04-13 at 7.09.47 PM.png\",\n                \"byte_size\": 1087032,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdHczIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--08599802e02075538f4138cc24b44f3be780b975/Screenshot%202021-04-13%20at%207.09.47%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 9,\n                \"name\": \"Address Proof of Signing Authority\",\n                \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\"\n            }\n        }\n    ]\n}"},{"id":"82028e79-4e8c-492f-a52c-04dc8f75d0e5","name":"Fetch Kyc Documents with multiple statues","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 1e1902f20f87890e66acf36245f44ffd20d0c57d6de3bfd0e3f10353eeab07b8"}],"url":{"raw":"https://test10-onboarding.payu.in/api/v1/merchants/11eb-a0f2-67cdf9b4-ac4f-02053299b2da/kyc_documents?status[]=Approved&status[]=Declined","protocol":"https","host":["test10-onboarding","payu","in"],"path":["api","v1","merchants","11eb-a0f2-67cdf9b4-ac4f-02053299b2da","kyc_documents"],"query":[{"key":"status[]","value":"Approved"},{"key":"status[]","value":"Declined"}]}},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 8672,\n            \"document_category_id\": 10,\n            \"document_type_id\": 35,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:40:05.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14260,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Government Issued Certificate.pdf\",\n                \"byte_size\": 1845736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdUUzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7093cd0289ef70f5e238c7596fc4268b70ec1f9b/Government%20Issued%20Certificate.pdf\",\n                \"kyc_document_uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 10,\n                \"name\": \"Government Issued Certificate\",\n                \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n            }\n        },\n        {\n            \"id\": 8671,\n            \"document_category_id\": 1,\n            \"document_type_id\": 1,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:56.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:23.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14257,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-19 at 3.31.46 PM.png\",\n                \"byte_size\": 1418736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDQzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ad8823a20817030210c267d16b40df70d19431de/Screenshot%202021-03-19%20at%203.31.46%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 1,\n                \"name\": \"Bank Account Proof\",\n                \"name_on_frontend\": \"BANK_PROOF\"\n            }\n        },\n        {\n            \"id\": 8670,\n            \"document_category_id\": 2,\n            \"document_type_id\": 3,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:45.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14256,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-30 at 6.16.16 PM.png\",\n                \"byte_size\": 1068614,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDAzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c6446cf7655b169283f11ac1d0154ed7297642da/Screenshot%202021-03-30%20at%206.16.16%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 2,\n                \"name\": \"PAN Card of Signing Authority\",\n                \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n            }\n        },\n        {\n            \"id\": 8669,\n            \"document_category_id\": 9,\n            \"document_type_id\": 7,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:41.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:28.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14255,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-04-13 at 7.09.47 PM.png\",\n                \"byte_size\": 1087032,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdHczIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--08599802e02075538f4138cc24b44f3be780b975/Screenshot%202021-04-13%20at%207.09.47%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 9,\n                \"name\": \"Address Proof of Signing Authority\",\n                \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\"\n            }\n        }\n    ]\n}"},{"id":"c0f956a0-f39b-40c7-9c39-cf70239107e0","name":"Fetch Kyc Documents with only Approved Status","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 1e1902f20f87890e66acf36245f44ffd20d0c57d6de3bfd0e3f10353eeab07b8"}],"url":{"raw":"https://test10-onboarding.payu.in/api/v1/merchants/11eb-a0f2-67cdf9b4-ac4f-02053299b2da/kyc_documents?status[]=Approved","protocol":"https","host":["test10-onboarding","payu","in"],"path":["api","v1","merchants","11eb-a0f2-67cdf9b4-ac4f-02053299b2da","kyc_documents"],"query":[{"key":"status[]","value":"Approved"}]}},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 8672,\n            \"document_category_id\": 10,\n            \"document_type_id\": 35,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:40:05.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14260,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Government Issued Certificate.pdf\",\n                \"byte_size\": 1845736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdUUzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7093cd0289ef70f5e238c7596fc4268b70ec1f9b/Government%20Issued%20Certificate.pdf\",\n                \"kyc_document_uuid\": \"11eb-a0f3-389a56fa-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 10,\n                \"name\": \"Government Issued Certificate\",\n                \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n            }\n        },\n        {\n            \"id\": 8671,\n            \"document_category_id\": 1,\n            \"document_type_id\": 1,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:56.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:23.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14257,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-19 at 3.31.46 PM.png\",\n                \"byte_size\": 1418736,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDQzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ad8823a20817030210c267d16b40df70d19431de/Screenshot%202021-03-19%20at%203.31.46%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-33afd9bc-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 1,\n                \"name\": \"Bank Account Proof\",\n                \"name_on_frontend\": \"BANK_PROOF\"\n            }\n        },\n        {\n            \"id\": 8670,\n            \"document_category_id\": 2,\n            \"document_type_id\": 3,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:45.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:24.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14256,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-03-30 at 6.16.16 PM.png\",\n                \"byte_size\": 1068614,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDAzIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--c6446cf7655b169283f11ac1d0154ed7297642da/Screenshot%202021-03-30%20at%206.16.16%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2d0936b2-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 2,\n                \"name\": \"PAN Card of Signing Authority\",\n                \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n            }\n        },\n        {\n            \"id\": 8669,\n            \"document_category_id\": 9,\n            \"document_type_id\": 7,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2021-04-19T09:39:41.000Z\",\n            \"updated_at\": \"2021-04-19T09:42:28.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 1050,\n            \"processed_document\": {\n                \"id\": 14255,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Screenshot 2021-04-13 at 7.09.47 PM.png\",\n                \"byte_size\": 1087032,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdHczIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--08599802e02075538f4138cc24b44f3be780b975/Screenshot%202021-04-13%20at%207.09.47%20PM.png\",\n                \"kyc_document_uuid\": \"11eb-a0f3-2a8691f0-ac4f-02053299b2da\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 9,\n                \"name\": \"Address Proof of Signing Authority\",\n                \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\"\n            }\n        }\n    ]\n}"},{"id":"b46d41d2-7738-4b20-a4cb-1450705cbea8","name":"Fetch E-signed Agreement","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 0312ed61db41528667b7bb974ba7828b9d36d34399c574ee186f7b3f7ce26ef2","description":"user token with login scope"}],"url":{"raw":"https://test-onboarding.payu.in/api/v1/merchants/11eb-e2cd-e99c9aa0-868c-0242a53cdb42/kyc_documents?kyc_document_type[]=Agreement&status[]=Approved","protocol":"https","host":["test-onboarding","payu","in"],"path":["api","v1","merchants","11eb-e2cd-e99c9aa0-868c-0242a53cdb42","kyc_documents"],"query":[{"key":"kyc_document_type[]","value":"Agreement"},{"key":"status[]","value":"Approved"}]}},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 2746,\n            \"document_category_id\": 13,\n            \"document_type_id\": null,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11eb-e2ff-dbc0b2f4-87cc-0242a53cdb42\",\n            \"active\": true,\n            \"created_at\": \"2021-07-12T10:56:49.000Z\",\n            \"updated_at\": \"2021-07-12T12:28:15.000Z\",\n            \"kyc_document_type\": \"Agreement\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": \"Dummy-736\",\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Merchant\",\n            \"record_id\": 4262,\n            \"issue_date\": null,\n            \"expiry_date\": null,\n            \"processed_document\": {\n                \"id\": 5130,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Service Agreemente_stamp.pdf\",\n                \"byte_size\": 266588,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbUFUIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--d8c57030f12d9de00af3a583b508531e7cd67c1c/Service%20Agreemente_stamp.pdf\",\n                \"kyc_document_uuid\": \"11eb-e2ff-dbc0b2f4-87cc-0242a53cdb42\"\n            },\n            \"document_category_name\": \"Service Agreement\",\n            \"document_type_name\": null,\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 13,\n                \"name\": \"Service Agreement\",\n                \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n            }\n        }\n    ]\n}"}],"_postman_id":"1704e888-90c3-4443-80aa-e27206035b03"},{"name":"Create Doc V2 API","id":"4ca6119b-0d5b-4969-9728-c79e59adf458","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"document_category_id","value":"{{doc_cateogry_uuid}}","description":"<p>Doc Category UUID</p>\n","type":"text"},{"key":"document_type_id","value":"{{doc_type_uuid}}","type":"text","description":"<p>Doc Type UUID</p>\n"},{"key":"processed_document","type":"file","src":[""]},{"key":"uploaded_documents[]","value":"","type":"text"}]},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}/kyc_documents","urlObject":{"path":["api","v2","merchants","{{merchant_uuid}}","kyc_documents"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d655e80e-1a83-4e0d-9d18-ec544670accc","name":"when merchant uploads bank doc without submitting bank details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"document_category_id","value":"{{doc_cateogry_uuid}}","description":"Doc Category UUID","type":"text"},{"key":"document_type_id","value":"{{doc_type_uuid}}","type":"text","description":"Doc Type UUID"},{"key":"processed_document","type":"file","src":[""]},{"key":"uploaded_documents[]","value":"","type":"text"}]},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}/kyc_documents"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Bank details not present\"\n}"}],"_postman_id":"4ca6119b-0d5b-4969-9728-c79e59adf458"}],"id":"9474bd9a-8bf7-45b8-99f3-4ddc6fcb4df6","_postman_id":"9474bd9a-8bf7-45b8-99f3-4ddc6fcb4df6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"migration","item":[{"name":"Migrate merchants","id":"37cbc709-4aec-490d-ad23-038e01bbf871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>client's token with migrate_money_merchants scope</p>\n","key":"Authorization","type":"text","value":"Bearer 37f014b009c20dacb2924909aaf05b0afdea38d3df574e681aac47472b94fb59"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\" : [\n\t\t{\n\t\t\t\"mid\": \"503421321\",\n\t\t\t\"key\": \"key1\",\n\t\t\t\"salt\": \"new salt\",\n\t\t\t\"base_merchant_id\": 1,\n\t\t\t\"is_parent\": true,\n\t\t\t\"aggregator_parent_mid\": null\n\t\t},\n\t\t{\n\t\t\t\"mid\": \"123\",\n\t\t\t\"key\": \"key2\",\n\t\t\t\"salt\": \"salt\",\n\t\t\t\"base_merchant_id\": 2,\n\t\t\t\"is_parent\": false,\n\t\t\t\"aggregator_parent_mid\": 503421321\n\t\t},\n\t\t{\n\t\t\t\"mid\": \"1234\",\n\t\t\t\"key\": \"key3\",\n\t\t\t\"salt\": \"salt\",\n\t\t\t\"base_merchant_id\": 2,\n\t\t\t\"is_parent\": false,\n\t\t\t\"aggregator_parent_mid\": null\n\t\t}\n\t]\n}"},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/migrate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","migration","merchants","migrate"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ae747997-33ae-45ed-8943-1b92fc4e8de6","name":"success response","originalRequest":{"method":"POST","header":[{"description":"client's token with migrate_money_merchants scope","key":"Authorization","type":"text","value":"Bearer 37f014b009c20dacb2924909aaf05b0afdea38d3df574e681aac47472b94fb59"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\" : [\n\t\t{\n\t\t\t\"mid\": \"50342132\",\n\t\t\t\"key\": \"key\",\n\t\t\t\"salt\": \"new salt\",\n\t\t\t\"base_merchant_id\": null\n\t\t},\n\t\t{\n\t\t\t\"mid\": \"123\",\n\t\t\t\"key\": \"key\",\n\t\t\t\"salt\": \"salt\"\n\t\t}\n\t]\n}"},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/migrate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"655e57ef8d1136a11adda62dde10bb90\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"324aa932-ac6d-426e-9e7c-dad12a53a42e"},{"key":"X-Runtime","value":"47.749745"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"123\": [\n            false,\n            \"merchant not found in CO db for mid: 123\"\n        ],\n        \"50342132\": [\n            true,\n            \"50342132\"\n        ]\n    }\n}"}],"_postman_id":"37cbc709-4aec-490d-ad23-038e01bbf871"},{"name":"Migrate logos","id":"46d07eb4-3837-4132-8e19-ffe4be9f9505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>client's token with migrate_money_merchants scope</p>\n","key":"Authorization","type":"text","value":"Bearer 03e98953d8846670d0eca0cce50d3cb54e428b875aaf5c7e68bcb46cf73adc80"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"data[][mid]","value":"50342132","type":"text"},{"key":"data[][logo]","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Downloads/Screenshot 2020-01-20 at 5.15.45 PM.png"}]},"url":"{{onboarding_base_url}}/api/v1/migration/images/migrate_logos","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","migration","images","migrate_logos"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"250f2fde-2e84-4ca0-94fb-edec4ed5dde3","name":"successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"description":"merchant's logo image","key":"logo","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":["/Users/kapil.mittal/Downloads/login.png"]}]},"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"e80a56efee8c0b54b59df82cb0f55961\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4d7bfb93-ed22-484c-bf5b-610f31b33bd7"},{"key":"X-Runtime","value":"6.436809"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"logo\": \"https://test-dms.payu.in/accounts/documents/54e620408a3db10dbc9f42b48ce82c1d\"\n    }\n}"},{"id":"3651e209-7d98-426f-848d-4e159f443602","name":"When merchant with given uuid/mid does not belongs to the token's user","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd981"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logo","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":["/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"]}]},"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"d90fdd7f-1d23-4a61-a14e-b4c17586bb0b"},{"key":"X-Runtime","value":"71.689987"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"78c8c0a0-eafc-4047-a501-7631376cc8ee","name":"when logo image type is not valid","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c11"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logo","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":["/Users/kapil.mittal/Documents/1167F Ice Breaker.pdf"]}]},"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e0213956-3de4-4c3e-9c6b-c06b350f7777"},{"key":"X-Runtime","value":"80.053028"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Must be a PNG/JPG/JPEG image\"\n}"},{"id":"94960884-59dc-4f82-b7d5-ec392a381e0c","name":"when logo is greater than 2 MB","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c11"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logo","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":["/Users/kapil.mittal/Downloads/IMG_6686.JPG"]}]},"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b7f291e8-b821-448e-b23e-5d22e10526b2"},{"key":"X-Runtime","value":"113.220126"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Must be less than 2 MB\"\n}"},{"id":"b65d8837-6d04-4a3f-a4da-a3664b89d72c","name":"when token is invalid/expired or user is unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd9811"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logo","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":["/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"]}]},"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7e402cc3-d328-4f20-bd3a-104c77217edd"},{"key":"X-Runtime","value":"1.056784"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"c5f5ba78-cc4c-4886-b892-c976f69f712a","name":"when logo param is not present","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd981"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logoq","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":["/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"]}]},"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"165bc00d-d461-4be8-911f-17533fcbca5e"},{"key":"X-Runtime","value":"5.921482"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Logo is missing\"\n}"}],"_postman_id":"46d07eb4-3837-4132-8e19-ffe4be9f9505"},{"name":"Change migration to complete","id":"25b48955-3ea3-4162-82e8-9bef5a01c244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>client's token with migrate_money_merchants scope</p>\n","key":"Authorization","type":"text","value":"Bearer 37f014b009c20dacb2924909aaf05b0afdea38d3df574e681aac47472b94fb59"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\" : {\n\t\t\"mids\": [\"123\", \"50342132\"]\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/change_migration_to_complete","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","migration","merchants","change_migration_to_complete"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0eea8e56-967f-4abb-8cd8-7f6171853860","name":"success response","originalRequest":{"method":"POST","header":[{"description":"client's token with migrate_money_merchants scope","key":"Authorization","type":"text","value":"Bearer 37f014b009c20dacb2924909aaf05b0afdea38d3df574e681aac47472b94fb59"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\" : {\n\t\t\"mids\": [\"123\", \"50342132\"]\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/change_migration_to_complete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"855c875901b8662a1ccd23216242cb06\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"390255a5-d6c2-429a-bf48-34b522cc782a"},{"key":"X-Runtime","value":"25.825708"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"123\": \"not found at CO\",\n    \"50342132\": 1\n}"}],"_postman_id":"25b48955-3ea3-4162-82e8-9bef5a01c244"},{"name":"Change migration to transient","id":"ea623b67-f4cb-4293-8f17-92f3a8de30e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>client's token with migrate_money_merchants scope</p>\n","key":"Authorization","type":"text","value":"Bearer 37f014b009c20dacb2924909aaf05b0afdea38d3df574e681aac47472b94fb59"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\" : {\n\t\t\"mids\": [\"123\", \"50342132\"]\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/change_migration_to_transient","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","migration","merchants","change_migration_to_transient"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"686e159e-4522-4a84-8f0e-376812a3c085","name":"success response","originalRequest":{"method":"POST","header":[{"description":"client's token with migrate_money_merchants scope","key":"Authorization","type":"text","value":"Bearer 37f014b009c20dacb2924909aaf05b0afdea38d3df574e681aac47472b94fb59"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\" : {\n\t\t\"mids\": [\"123\", \"50342132\"]\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/change_migration_to_transient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"002b1ccbaad5832cf10ed2c031f71050\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"8cdfb3d0-cde7-4ff1-b40c-8b74ba46fed7"},{"key":"X-Runtime","value":"9.346778"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"123\": \"not found\",\n    \"50342132\": 3\n}"}],"_postman_id":"ea623b67-f4cb-4293-8f17-92f3a8de30e2"},{"name":"Get migration details","id":"00aae861-99bc-4714-abf5-f605d1b28993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>cleint's token with read_merchant_details scope or any user token scope</p>\n","key":"Authorization","type":"text","value":"Bearer 187f82076ab6dba739682d99461a5ce811a5f83c5d250735954b0a1e7e0ecae6"},{"key":"mid","value":"181404","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/migration_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","migration_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"18013755-2993-4b80-a44d-c52a2fcd8187","name":"Success Response","originalRequest":{"method":"GET","header":[{"description":"cleint's token with read_merchant_details scope or any user token scope","key":"Authorization","type":"text","value":"Bearer 187f82076ab6dba739682d99461a5ce811a5f83c5d250735954b0a1e7e0ecae6"},{"key":"mid","value":"181404","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/migration_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Dec 2020 07:18:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"ETag","value":"W/\"a3940f903711ca1ec4e3880382af8ad0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e3201cd3-8faa-459b-afff-557ab0cf0928"},{"key":"X-Runtime","value":"0.049689"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"uuid\": \"11eb-2576-514e9628-9114-02053299b2da\",\n        \"mid\": 181404,\n        \"product\": \"PayUbiz\",\n        \"migration_status\": 1\n    }\n}"}],"_postman_id":"00aae861-99bc-4714-abf5-f605d1b28993"},{"name":"Get merchant integration details","id":"dbabe7fd-16e2-48af-a335-7c52f5a3d423","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>client token with read_merchant_integration_details scope</p>\n","key":"Authorization","type":"text","value":"Bearer b48327bd73a06b539e143cad8b513125b05dcd4cc278ae1129d2fbfbd8c4eb05"},{"key":"key","value":"sample","description":"<p>either mid or key is required</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/integration_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","integration_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"59ff755a-fe9d-407d-a965-bef7ed2b0f2b","name":"Success Response","originalRequest":{"method":"GET","header":[{"description":"client token with read_merchant_integration_details scope","key":"Authorization","type":"text","value":"Bearer fa60de227d5f99be1cdd52da1e03b583c3fd279749c33c120c770d8e1801f42a"},{"key":"mid","value":"181404","description":"either mid or key is required","type":"text"},{"key":"key","value":"sample","description":"either mid or key is required","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/integration_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Dec 2020 07:51:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"ETag","value":"W/\"81f2814b947dd69f3f91dfb172401c01\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"24ba8f05-249a-4c43-ac3d-249e7161c8ac"},{"key":"X-Runtime","value":"0.082706"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payu.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"uuid\": \"11eb-2576-514e9628-9114-02053299b2da\",\n        \"mid\": 181404,\n        \"product\": \"PayUbiz\",\n        \"key\": \"sample\",\n        \"salt\": \"samle salt\",\n        \"migration_status\": 1\n    }\n}"}],"_postman_id":"dbabe7fd-16e2-48af-a335-7c52f5a3d423"}],"id":"2feb82c6-6ca6-403f-adc0-fb653ad4a96f","_postman_id":"2feb82c6-6ca6-403f-adc0-fb653ad4a96f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Website detail","item":[{"name":"Get Website Details","id":"ec3fb59a-5122-462f-8903-6f6a9cc80acc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}","description":"<p>Merchant Admin user access Token</p>\n"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/website_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","website_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"26705dca-0dee-4eb7-8b0e-4e3416f3f19c","name":"When merchant uuid and user are not linked","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}","description":"Merchant Admin user access Token"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/website_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 10:33:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"fe7dbad6c83f68685cb26f7039ebe208\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"93299e04-6da8-431e-8b3b-b34ff7fd9502"},{"key":"X-Runtime","value":"0.064461"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"website_detail\": []\n}"},{"id":"f7d7731b-b693-41ed-968f-aced34d52105","name":"Merchant doesn't exist with uuid","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/merchants/11eb-f443-7bae0c5e-8ab3-0c11504db9e/website_details"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 10:29:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"80142cd1-b564-42e6-b679-97cfec710e44"},{"key":"X-Runtime","value":"0.310715"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"8ea64a5e-8f08-4551-a99c-edb46548ee1f","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}","description":"Owner User Access Token"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/website_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 10:17:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"3449484f1e483291bced42e944f0736d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"25da2cd6-9822-4e8a-9cc0-e99083840dab"},{"key":"X-Runtime","value":"0.177066"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"website_detail\": {\n        \"website_url\": \"https://uat-onboarding.payumoney.com/app/onboarding/website\",\n        \"ios_url\": null,\n        \"android_url\": null,\n        \"uuid\": \"11ea-0c35-289462a4-9b20-02c11504db9e\",\n        \"website_pages\": [\n            {\n                \"uuid\": \"11ea-0c35-51f552e8-9b20-02c11504db9e\",\n                \"page_url\": \"payumoney.com\",\n                \"page_name\": \"PRODUCT_SERVICES\",\n                \"page_details\": [\n                    {\n                        \"name\": \"Legal Products/Services\",\n                        \"status\": \"Verification in Process\",\n                        \"is_present\": true,\n                        \"error\": null,\n                        \"remarks\": null\n                    },\n                    {\n                        \"name\": \"Detailed Description\",\n                        \"status\": \"Verification in Process\",\n                        \"is_present\": true,\n                        \"error\": null,\n                        \"remarks\": null\n                    },\n                    {\n                        \"name\": \"Correct Pricing\",\n                        \"status\": \"Verification in Process\",\n                        \"is_present\": true,\n                        \"error\": null,\n                        \"remarks\": null\n                    }\n                ],\n                \"error\": false\n            },\n            {\n                \"uuid\": \"11eb-3f7d-2e2be616-afa3-02c11504db9e\",\n                \"page_url\": \"payumoney.com\",\n                \"page_name\": \"CONTACT_US\",\n                \"page_details\": [\n                    {\n                        \"name\": \"Functional email ID\",\n                        \"status\": \"Verification in Process\",\n                        \"is_present\": true,\n                        \"error\": null,\n                        \"remarks\": null\n                    },\n                    {\n                        \"name\": \"Functional contact number\",\n                        \"status\": \"Verification in Process\",\n                        \"is_present\": true,\n                        \"error\": null,\n                        \"remarks\": null\n                    },\n                    {\n                        \"name\": \"Functional address\",\n                        \"status\": \"Verification in Process\",\n                        \"is_present\": true,\n                        \"error\": null,\n                        \"remarks\": null\n                    }\n                ],\n                \"error\": false\n            },\n            {\n                \"uuid\": \"11eb-3f7d-32631380-afa3-02c11504db9e\",\n                \"page_url\": \"payumoney.com\",\n                \"page_name\": \"TNC\",\n                \"page_details\": [\n                    {\n                        \"name\": \"Shipping/Membership Policy\",\n                        \"status\": \"Verification in Process\",\n                        \"is_present\": true,\n                        \"error\": null,\n                        \"remarks\": null\n                    },\n                    {\n                        \"name\": \"Cancellation Policy\",\n                        \"status\": \"Verification in Process\",\n                        \"is_present\": true,\n                        \"error\": null,\n                        \"remarks\": null\n                    },\n                    {\n                        \"name\": \"Return Policy\",\n                        \"status\": \"Verification in Process\",\n                        \"is_present\": true,\n                        \"error\": null,\n                        \"remarks\": null\n                    },\n                    {\n                        \"name\": \"Refund Policy\",\n                        \"status\": \"Verification in Process\",\n                        \"is_present\": true,\n                        \"error\": null,\n                        \"remarks\": null\n                    }\n                ],\n                \"error\": false\n            }\n        ],\n        \"website_document_categories\": [],\n        \"additional_info_status\": null,\n        \"website_url_invalid\": false,\n        \"ios_url_invalid\": false,\n        \"android_url_invalid\": false\n    }\n}"},{"id":"fbbd5acd-4297-4d8e-abf2-e3efcdb8da47","name":"Invalid response","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}","description":"Owner User Access Token"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/website_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 10:21:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"5c5800da-963a-45d8-9cb3-6ba82e4db3de"},{"key":"X-Runtime","value":"0.033767"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"ec3fb59a-5122-462f-8903-6f6a9cc80acc"},{"name":"Create Website Detail","id":"5a31133e-7a91-4022-93e1-75111e416968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 53c7300db679121a0790edfdd52720af1143e30cf8420bbbbb513eaa034a4391"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json;charset=UTF-8"}],"body":{"mode":"formdata","formdata":[{"key":"website_detail[website_url]","value":"payu.in","type":"text"},{"key":"website_detail[android_url]","value":"","type":"text"},{"key":"website_detail[ios_url]","value":"","type":"text"}]},"url":"https://uat-onboarding.payu.in/api/v1/merchants/4c3b-a733-d6367329-b251-5b40205fce0d/website_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","merchants","4c3b-a733-d6367329-b251-5b40205fce0d","website_details"],"host":["uat-onboarding","payu","in"],"query":[],"variable":[]}},"response":[{"id":"c1829935-d038-494b-9467-559ef45e18ea","name":"When user doesn't have access on merchant","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"body":{"mode":"formdata","formdata":[{"key":"website_detail[website_url]","value":"payu.in","type":"text"},{"key":"website_detail[android_url]","value":"","type":"text"},{"key":"website_detail[ios_url]","value":"","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/website_details"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 03 Aug 2021 11:26:26 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"1705"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Request-Id","value":"ce44631d-67ad-4865-9ad3-ff6637a227cc"},{"key":"X-Runtime","value":"0.613294"},{"key":"Access-Control-Allow-Origin","value":"https://uat-onboarding.payu.in"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>The change you wanted was rejected (422)</title>\n        <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\n        <style>\n  .rails-default-error-page {\n    background-color: #EFEFEF;\n    color: #2E2F30;\n    text-align: center;\n    font-family: arial, sans-serif;\n    margin: 0;\n  }\n\n  .rails-default-error-page div.dialog {\n    width: 95%;\n    max-width: 33em;\n    margin: 4em auto 0;\n  }\n\n  .rails-default-error-page div.dialog > div {\n    border: 1px solid #CCC;\n    border-right-color: #999;\n    border-left-color: #999;\n    border-bottom-color: #BBB;\n    border-top: #B00100 solid 4px;\n    border-top-left-radius: 9px;\n    border-top-right-radius: 9px;\n    background-color: white;\n    padding: 7px 12% 0;\n    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);\n  }\n\n  .rails-default-error-page h1 {\n    font-size: 100%;\n    color: #730E15;\n    line-height: 1.5em;\n  }\n\n  .rails-default-error-page div.dialog > p {\n    margin: 0 0 1em;\n    padding: 1em;\n    background-color: #F7F7F7;\n    border: 1px solid #CCC;\n    border-right-color: #999;\n    border-left-color: #999;\n    border-bottom-color: #999;\n    border-bottom-left-radius: 4px;\n    border-bottom-right-radius: 4px;\n    border-top-color: #DADADA;\n    color: #666;\n    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);\n  }\n  </style>\n    </head>\n    <body class=\"rails-default-error-page\">\n        <!-- This file lives in public/422.html -->\n        <div class=\"dialog\">\n            <div>\n                <h1>The change you wanted was rejected.</h1>\n                <p>Maybe you tried to change something you didn't have access to.</p>\n            </div>\n            <p>If you are the application owner check the logs for more information.</p>\n        </div>\n    </body>\n</html>"},{"id":"0809368e-ec21-43fd-8e74-b53fa08875ff","name":"Successfulll response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer 31c516ccada2f688badaa53d3fc0dfd9931c7e557c9f25b5e989186d94a3a03","description":"Owner user access token or cllient token with \"update_website_details\" scope"}],"body":{"mode":"formdata","formdata":[{"key":"website_detail[website_url]","value":"payu.in","description":"Optional","type":"text"},{"key":"website_detail[android_url]","value":"","description":"Optional","type":"text"},{"key":"website_detail[ios_url]","value":"","description":"Optional","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/website_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 11:17:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"ETag","value":"W/\"f708b2bcfd5dd983b2435093ac5c052e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"8d47c654-7b45-48bf-9a1e-27538939d64d"},{"key":"X-Runtime","value":"0.136815"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"website_detail\": {\n        \"website_url\": \"payu.in\",\n        \"ios_url\": null,\n        \"android_url\": \"\",\n        \"uuid\": \"11eb-f44c-581c08d2-977f-02053299b2da\",\n        \"website_pages\": [],\n        \"website_document_categories\": [],\n        \"additional_info_status\": null,\n        \"website_url_invalid\": false,\n        \"ios_url_invalid\": false,\n        \"android_url_invalid\": false,\n        \"addendum_status\": null\n    }\n}"},{"id":"ed5d1ddf-3c33-4105-ad8e-e92d94c79717","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 31c516ccada2f688badaa53d3fc0dfd9931c7e557c9f25b5e989186d94a3a03"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"body":{"mode":"formdata","formdata":[{"key":"website_detail[website_url]","value":"payu.in","type":"text"},{"key":"website_detail[android_url]","value":"","type":"text"},{"key":"website_detail[ios_url]","value":"","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/website_details"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 11:22:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"4202896c-4107-4756-9393-51bb9c6ccde8"},{"key":"X-Runtime","value":"0.138003"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"5a31133e-7a91-4022-93e1-75111e416968"}],"id":"ac8cca9c-1ed1-4645-9e0a-e52a024478cb","_postman_id":"ac8cca9c-1ed1-4645-9e0a-e52a024478cb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Team Accounts","item":[{"name":"ACL Permissions List","id":"89deb9fc-81bc-404e-9f76-feb70baa02d5","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/acl_permissions","description":"<p>To fetch the acl permissions list that can be added for an ACL Role</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","acl_permissions"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5404a1b4-4889-4039-aab6-a658be0fe40f","name":"ACL Permissions List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer f8e6f9cd0bc43c4cda84a7bd6722f54472b83f41da5f0fe26eb6400779b751d8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://test10-onboarding.payu.in/api/v1/acl_permissions"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"acl_permissions\": [\n        {\n            \"id\": 1,\n            \"name\": \"read_transactions\",\n            \"description\": \"User can view the details page of individual transaction.\",\n            \"scope\": \"read_transactions\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n            \"created_at\": \"2020-02-10T14:19:57.000Z\",\n            \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n            \"permission_group\": \"Transaction/Settlements\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"read_transactions\",\n            \"title\": \"View Transaction Data\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"read_settlements\",\n            \"description\": \"User can view the details page of individual settlement\",\n            \"scope\": \"read_settlements\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n            \"created_at\": \"2020-02-10T14:19:57.000Z\",\n            \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n            \"permission_group\": \"Transaction/Settlements\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"read_settlements\",\n            \"title\": \"View Settlement Data\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"manage_refunds\",\n            \"description\": \"User can Initiate the refunds on merchant Account\",\n            \"scope\": \"manage_refunds read_transactions\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"4aa5-38fa-35cb09ad-8602-4dc05a33ea39\",\n            \"created_at\": \"2020-02-10T14:19:57.000Z\",\n            \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n            \"permission_group\": \"Transaction/Settlements\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_refunds read_transactions\",\n            \"title\": \"Manage Refunds\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"user_profile\",\n            \"description\": \"User can see profile details of merchant\",\n            \"scope\": \"user_profile\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-b2a3-55f4d698-afb7-0a54e87e793a\",\n            \"created_at\": \"2020-02-10T14:19:57.000Z\",\n            \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n            \"permission_group\": \"Account Activation\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"user_profile\",\n            \"title\": \"View Profile Details\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"manage_notifications\",\n            \"description\": \"User can Manage notification settings of merchant under settings Tab\",\n            \"scope\": \"manage_notifications\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3b4-079bd1ca-9ca4-f45c89c92eb9\",\n            \"created_at\": \"2020-02-10T14:19:57.000Z\",\n            \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n            \"permission_group\": \"Settings\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_notifications\",\n            \"title\": \"Manage Notification Settings\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"manage_checkouts\",\n            \"description\": \"User can Manage checkout settings of merchant under settings Tab\",\n            \"scope\": \"manage_checkouts\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\",\n            \"created_at\": \"2020-02-10T14:19:57.000Z\",\n            \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n            \"permission_group\": \"Settings\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_checkouts\",\n            \"title\": \"Manage Checkout Settings\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"manage_webhooks\",\n            \"description\": \"User can manage webhooks of a merchant under settings tab\",\n            \"scope\": \"manage_webhooks\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3b3-fb9e9038-9ca4-f45c89c92eb9\",\n            \"created_at\": \"2020-02-10T14:19:57.000Z\",\n            \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n            \"permission_group\": \"Settings\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_webhooks\",\n            \"title\": \"Manage Webhooks\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"manage_credentials\",\n            \"description\": \"User can manage Integration details page under settings Tab\",\n            \"scope\": \"manage_credentials\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3b3-f7448dd0-9ca4-f45c89c92eb9\",\n            \"created_at\": \"2020-02-10T14:19:57.000Z\",\n            \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n            \"permission_group\": \"Integration\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_credentials\",\n            \"title\": \"Manage Integration\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"manage_payment_products\",\n            \"description\": \"User can manage payouts/payment links/buttons/subscriptions on merchants behalf\",\n            \"scope\": \"manage_payment_products create_invoice_payumoney update_invoice_payumoney read_invoice_payumoney create_vpas  read_invoice_items create_invoice_items delete_invoice_items update_invoice_items create_subscription_plans read_invoice_details create_payout_transactions\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-a3b3-f24ca7f4-9ca4-f45c89c92eb9\",\n            \"created_at\": \"2020-02-10T14:19:57.000Z\",\n            \"updated_at\": \"2020-07-15T12:05:42.000Z\",\n            \"permission_group\": \"Request Payments\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_payment_products create_invoice_payumoney update_invoice_payumoney read_invoice_payumoney create_vpas  read_invoice_items create_invoice_items delete_invoice_items update_invoice_items create_subscription_plans read_invoice_details create_payout_transactions\",\n            \"title\": \"Manage Payment Products\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"read_invoice_details\",\n            \"description\": \"Read invoice details from your PayU account.\",\n            \"scope\": null,\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11ea-0131-84a41904-9fa7-f45c89af214d\",\n            \"created_at\": \"2020-02-10T14:19:57.000Z\",\n            \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n            \"permission_group\": \"Payment\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": null,\n            \"title\": \"Read Invoice Details\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"manage_team_accounts\",\n            \"description\": \"User can add/manage roles on merchants behalf\",\n            \"scope\": \"manage_roles manage_employees\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11e9-e8ba-497594b4-bd2c-02f413145cce\",\n            \"created_at\": \"2020-02-10T14:19:57.000Z\",\n            \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n            \"permission_group\": \"Manage Staff\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_roles manage_employees\",\n            \"title\": \"Manage Employees\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"maker\",\n            \"description\": \"Payout maker\",\n            \"scope\": \"maker\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11ea-684d-7a2df1b0-a1ad-0a54e87e793a\",\n            \"created_at\": \"2020-05-29T06:38:45.000Z\",\n            \"updated_at\": \"2020-05-29T06:38:45.000Z\",\n            \"permission_group\": \"Approval Flow\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"maker\",\n            \"title\": \"Payout maker\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"checker\",\n            \"description\": \"Payout checker\",\n            \"scope\": \"checker\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11ea-684d-edb798fc-a1ad-0a54e87e793a\",\n            \"created_at\": \"2020-05-29T06:38:45.000Z\",\n            \"updated_at\": \"2020-05-29T06:38:45.000Z\",\n            \"permission_group\": \"Approval Flow\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"checker\",\n            \"title\": \"Payout Checker\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"manage_approval_flow\",\n            \"description\": \"Pay out Manage Approval Flow\",\n            \"scope\": \"manage_approval_flow\",\n            \"action\": null,\n            \"permission_object\": null,\n            \"conditions\": null,\n            \"uuid\": \"11ea-684e-17f544de-a1ad-0a54e87e793a\",\n            \"created_at\": \"2020-05-29T06:38:45.000Z\",\n            \"updated_at\": \"2020-05-29T06:38:45.000Z\",\n            \"permission_group\": \"Approval Flow\",\n            \"active\": true,\n            \"product\": 6,\n            \"scopes\": \"manage_approval_flow\",\n            \"title\": \"Payout Manage Approval Flow\"\n        }\n    ]\n}"}],"_postman_id":"89deb9fc-81bc-404e-9f76-feb70baa02d5"},{"name":"Fetch ACL Roles owned with a Merchant UUID","id":"68699965-0d13-46f4-9029-47d69933d9c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{access_token}}"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/acl_roles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","acl_roles"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d6d23123-171f-420d-b37a-794e20b95a8a","name":"Fetch ACL Roles associated with a MID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer f8e6f9cd0bc43c4cda84a7bd6722f54472b83f41da5f0fe26eb6400779b751d8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://test10-onboarding.payu.in/api/v1/merchants/11e9-82c4-50773e7c-9406-0242164c5517/acl_roles"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"acl_roles\": [\n        {\n            \"id\": 21,\n            \"name\": \"Accounts\",\n            \"owner_id\": 7298,\n            \"owner_type\": \"Merchant\",\n            \"description\": null,\n            \"uuid\": \"11ea-5d6e-ab59e4f4-8bf4-02053299b2da\",\n            \"created_at\": \"2020-03-03T16:47:29.000Z\",\n            \"updated_at\": \"2020-03-03T16:47:29.000Z\",\n            \"staff_invite_count\": 0,\n            \"acl_permissions\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"read_transactions\",\n                    \"description\": \"User can view the details page of individual transaction.\",\n                    \"scope\": \"read_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Transaction/Settlements\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"read_transactions\",\n                    \"title\": \"View Transaction Data\"\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"read_settlements\",\n                    \"description\": \"User can view the details page of individual settlement\",\n                    \"scope\": \"read_settlements\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Transaction/Settlements\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"read_settlements\",\n                    \"title\": \"View Settlement Data\"\n                }\n            ]\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Administrator\",\n            \"owner_id\": 7298,\n            \"owner_type\": \"Merchant\",\n            \"description\": null,\n            \"uuid\": \"11ea-5d6e-ab4f9c42-8bf4-02053299b2da\",\n            \"created_at\": \"2020-03-03T16:47:29.000Z\",\n            \"updated_at\": \"2020-03-03T16:47:29.000Z\",\n            \"staff_invite_count\": 3,\n            \"acl_permissions\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"read_transactions\",\n                    \"description\": \"User can view the details page of individual transaction.\",\n                    \"scope\": \"read_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Transaction/Settlements\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"read_transactions\",\n                    \"title\": \"View Transaction Data\"\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"read_settlements\",\n                    \"description\": \"User can view the details page of individual settlement\",\n                    \"scope\": \"read_settlements\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Transaction/Settlements\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"read_settlements\",\n                    \"title\": \"View Settlement Data\"\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"manage_refunds\",\n                    \"description\": \"User can Initiate the refunds on merchant Account\",\n                    \"scope\": \"manage_refunds read_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"4aa5-38fa-35cb09ad-8602-4dc05a33ea39\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Transaction/Settlements\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_refunds read_transactions\",\n                    \"title\": \"Manage Refunds\"\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"user_profile\",\n                    \"description\": \"User can see profile details of merchant\",\n                    \"scope\": \"user_profile\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-b2a3-55f4d698-afb7-0a54e87e793a\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Account Activation\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"user_profile\",\n                    \"title\": \"View Profile Details\"\n                },\n                {\n                    \"id\": 7,\n                    \"name\": \"manage_notifications\",\n                    \"description\": \"User can Manage notification settings of merchant under settings Tab\",\n                    \"scope\": \"manage_notifications\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b4-079bd1ca-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_notifications\",\n                    \"title\": \"Manage Notification Settings\"\n                },\n                {\n                    \"id\": 8,\n                    \"name\": \"manage_checkouts\",\n                    \"description\": \"User can Manage checkout settings of merchant under settings Tab\",\n                    \"scope\": \"manage_checkouts\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_checkouts\",\n                    \"title\": \"Manage Checkout Settings\"\n                },\n                {\n                    \"id\": 9,\n                    \"name\": \"manage_webhooks\",\n                    \"description\": \"User can manage webhooks of a merchant under settings tab\",\n                    \"scope\": \"manage_webhooks\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-fb9e9038-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_webhooks\",\n                    \"title\": \"Manage Webhooks\"\n                },\n                {\n                    \"id\": 10,\n                    \"name\": \"manage_credentials\",\n                    \"description\": \"User can manage Integration details page under settings Tab\",\n                    \"scope\": \"manage_credentials\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-f7448dd0-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Integration\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_credentials\",\n                    \"title\": \"Manage Integration\"\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"manage_payment_products\",\n                    \"description\": \"User can manage payouts/payment links/buttons/subscriptions on merchants behalf\",\n                    \"scope\": \"manage_payment_products create_invoice_payumoney update_invoice_payumoney read_invoice_payumoney create_vpas  read_invoice_items create_invoice_items delete_invoice_items update_invoice_items create_subscription_plans read_invoice_details create_payout_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-f24ca7f4-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-07-15T12:05:42.000Z\",\n                    \"permission_group\": \"Request Payments\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_payment_products create_invoice_payumoney update_invoice_payumoney read_invoice_payumoney create_vpas  read_invoice_items create_invoice_items delete_invoice_items update_invoice_items create_subscription_plans read_invoice_details create_payout_transactions\",\n                    \"title\": \"Manage Payment Products\"\n                },\n                {\n                    \"id\": 14,\n                    \"name\": \"read_invoice_details\",\n                    \"description\": \"Read invoice details from your PayU account.\",\n                    \"scope\": null,\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11ea-0131-84a41904-9fa7-f45c89af214d\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Payment\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": null,\n                    \"title\": \"Read Invoice Details\"\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"manage_team_accounts\",\n                    \"description\": \"User can add/manage roles on merchants behalf\",\n                    \"scope\": \"manage_roles manage_employees\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-e8ba-497594b4-bd2c-02f413145cce\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Manage Staff\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_roles manage_employees\",\n                    \"title\": \"Manage Employees\"\n                }\n            ]\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Developer\",\n            \"owner_id\": 7298,\n            \"owner_type\": \"Merchant\",\n            \"description\": null,\n            \"uuid\": \"11ea-5d6e-ab4960ca-8bf4-02053299b2da\",\n            \"created_at\": \"2020-03-03T16:47:28.000Z\",\n            \"updated_at\": \"2020-03-03T16:47:28.000Z\",\n            \"staff_invite_count\": 1,\n            \"acl_permissions\": [\n                {\n                    \"id\": 7,\n                    \"name\": \"manage_notifications\",\n                    \"description\": \"User can Manage notification settings of merchant under settings Tab\",\n                    \"scope\": \"manage_notifications\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b4-079bd1ca-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_notifications\",\n                    \"title\": \"Manage Notification Settings\"\n                },\n                {\n                    \"id\": 8,\n                    \"name\": \"manage_checkouts\",\n                    \"description\": \"User can Manage checkout settings of merchant under settings Tab\",\n                    \"scope\": \"manage_checkouts\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_checkouts\",\n                    \"title\": \"Manage Checkout Settings\"\n                },\n                {\n                    \"id\": 9,\n                    \"name\": \"manage_webhooks\",\n                    \"description\": \"User can manage webhooks of a merchant under settings tab\",\n                    \"scope\": \"manage_webhooks\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-fb9e9038-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Settings\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_webhooks\",\n                    \"title\": \"Manage Webhooks\"\n                },\n                {\n                    \"id\": 10,\n                    \"name\": \"manage_credentials\",\n                    \"description\": \"User can manage Integration details page under settings Tab\",\n                    \"scope\": \"manage_credentials\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-f7448dd0-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Integration\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_credentials\",\n                    \"title\": \"Manage Integration\"\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"manage_payment_products\",\n                    \"description\": \"User can manage payouts/payment links/buttons/subscriptions on merchants behalf\",\n                    \"scope\": \"manage_payment_products create_invoice_payumoney update_invoice_payumoney read_invoice_payumoney create_vpas  read_invoice_items create_invoice_items delete_invoice_items update_invoice_items create_subscription_plans read_invoice_details create_payout_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-f24ca7f4-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-07-15T12:05:42.000Z\",\n                    \"permission_group\": \"Request Payments\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_payment_products create_invoice_payumoney update_invoice_payumoney read_invoice_payumoney create_vpas  read_invoice_items create_invoice_items delete_invoice_items update_invoice_items create_subscription_plans read_invoice_details create_payout_transactions\",\n                    \"title\": \"Manage Payment Products\"\n                }\n            ]\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Sales\",\n            \"owner_id\": 7298,\n            \"owner_type\": \"Merchant\",\n            \"description\": null,\n            \"uuid\": \"11ea-5d6e-ab41321a-8bf4-02053299b2da\",\n            \"created_at\": \"2020-03-03T16:47:28.000Z\",\n            \"updated_at\": \"2020-03-03T16:47:28.000Z\",\n            \"staff_invite_count\": 0,\n            \"acl_permissions\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"read_transactions\",\n                    \"description\": \"User can view the details page of individual transaction.\",\n                    \"scope\": \"read_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Transaction/Settlements\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"read_transactions\",\n                    \"title\": \"View Transaction Data\"\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"manage_refunds\",\n                    \"description\": \"User can Initiate the refunds on merchant Account\",\n                    \"scope\": \"manage_refunds read_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"4aa5-38fa-35cb09ad-8602-4dc05a33ea39\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"permission_group\": \"Transaction/Settlements\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_refunds read_transactions\",\n                    \"title\": \"Manage Refunds\"\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"manage_payment_products\",\n                    \"description\": \"User can manage payouts/payment links/buttons/subscriptions on merchants behalf\",\n                    \"scope\": \"manage_payment_products create_invoice_payumoney update_invoice_payumoney read_invoice_payumoney create_vpas  read_invoice_items create_invoice_items delete_invoice_items update_invoice_items create_subscription_plans read_invoice_details create_payout_transactions\",\n                    \"action\": null,\n                    \"permission_object\": null,\n                    \"conditions\": null,\n                    \"uuid\": \"11e9-a3b3-f24ca7f4-9ca4-f45c89c92eb9\",\n                    \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                    \"updated_at\": \"2020-07-15T12:05:42.000Z\",\n                    \"permission_group\": \"Request Payments\",\n                    \"active\": true,\n                    \"product\": 6,\n                    \"scopes\": \"manage_payment_products create_invoice_payumoney update_invoice_payumoney read_invoice_payumoney create_vpas  read_invoice_items create_invoice_items delete_invoice_items update_invoice_items create_subscription_plans read_invoice_details create_payout_transactions\",\n                    \"title\": \"Manage Payment Products\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"68699965-0d13-46f4-9029-47d69933d9c9"},{"name":"Create an ACL Role for a Merchant UUID","id":"8d3135d3-b4e1-44a4-8a04-e9e9115d4218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"CustomName\",\n        \"acl_permission_uuids\": [\n            \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n            \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n            \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/acl_roles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","acl_roles"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0e8683b0-1379-4676-9d12-d90608d5eb0c","name":"Create an ACL Role for a MID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer f8e6f9cd0bc43c4cda84a7bd6722f54472b83f41da5f0fe26eb6400779b751d8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"CustomName\",\n        \"acl_permission_uuids\": [\"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\"]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://test10-onboarding.payu.in/api/v1/merchants/11e9-82c4-50773e7c-9406-0242164c5517/acl_roles"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"acl_role\": {\n        \"id\": 142,\n        \"name\": \"CustomName\",\n        \"owner_id\": 7298,\n        \"owner_type\": \"Merchant\",\n        \"description\": null,\n        \"uuid\": \"11ea-cd7c-29afe812-87ee-02053299b2da\",\n        \"created_at\": \"2020-07-24T07:06:14.000Z\",\n        \"updated_at\": \"2020-07-24T07:06:14.000Z\",\n        \"staff_invite_count\": 0,\n        \"acl_permissions\": [\n            {\n                \"id\": 2,\n                \"name\": \"read_settlements\",\n                \"description\": \"User can view the details page of individual settlement\",\n                \"scope\": \"read_settlements\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n                \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                \"permission_group\": \"Transaction/Settlements\",\n                \"active\": true,\n                \"product\": 6,\n                \"scopes\": \"read_settlements\",\n                \"title\": \"View Settlement Data\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"manage_checkouts\",\n                \"description\": \"User can Manage checkout settings of merchant under settings Tab\",\n                \"scope\": \"manage_checkouts\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-a3b4-00028f26-9ca4-f45c89c92eb9\",\n                \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                \"permission_group\": \"Settings\",\n                \"active\": true,\n                \"product\": 6,\n                \"scopes\": \"manage_checkouts\",\n                \"title\": \"Manage Checkout Settings\"\n            },\n            {\n                \"id\": 1,\n                \"name\": \"read_transactions\",\n                \"description\": \"User can view the details page of individual transaction.\",\n                \"scope\": \"read_transactions\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-a3ce-ac4d3834-bced-f45c89c92eb9\",\n                \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                \"permission_group\": \"Transaction/Settlements\",\n                \"active\": true,\n                \"product\": 6,\n                \"scopes\": \"read_transactions\",\n                \"title\": \"View Transaction Data\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8d3135d3-b4e1-44a4-8a04-e9e9115d4218"},{"name":"Edit an ACL Role owned by a Merchant UUID","id":"8a420e9a-76b5-47fe-afab-6be33a60972e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"\",\n        \"acl_permission_uuids\": [],\n        \"acl_role_id\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/acl_roles/{{acl_role_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","acl_roles","{{acl_role_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1233813f-e674-42fa-b5e0-500164ff724e","name":"Edit an ACL Role for a MID","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer f8e6f9cd0bc43c4cda84a7bd6722f54472b83f41da5f0fe26eb6400779b751d8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role\": {\n        \"name\": \"CustomNameEditedName\",\n        \"acl_permission_uuids\": [\n            \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n            \"11e9-b2a3-55f4d698-afb7-0a54e87e793a\"\n        ],\n        \"acl_role_id\": \"11ea-cd7a-3fdc5c30-87ee-02053299b2da\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://test10-onboarding.payu.in/api/v1/merchants/11e9-82c4-50773e7c-9406-0242164c5517/acl_roles/11ea-cd7a-3fdc5c30-87ee-02053299b2da"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"acl_role\": {\n        \"id\": 140,\n        \"name\": \"CustomNameEditedName\",\n        \"owner_id\": 7298,\n        \"owner_type\": \"Merchant\",\n        \"description\": null,\n        \"uuid\": \"11ea-cd7a-3fdc5c30-87ee-02053299b2da\",\n        \"created_at\": \"2020-07-24T06:52:32.000Z\",\n        \"updated_at\": \"2020-07-24T07:16:04.000Z\",\n        \"staff_invite_count\": 0,\n        \"acl_permissions\": [\n            {\n                \"id\": 2,\n                \"name\": \"read_settlements\",\n                \"description\": \"User can view the details page of individual settlement\",\n                \"scope\": \"read_settlements\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-a3b3-c181afc0-9ca4-f45c89c92eb9\",\n                \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                \"permission_group\": \"Transaction/Settlements\",\n                \"active\": true,\n                \"product\": 6,\n                \"scopes\": \"read_settlements\",\n                \"title\": \"View Settlement Data\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"user_profile\",\n                \"description\": \"User can see profile details of merchant\",\n                \"scope\": \"user_profile\",\n                \"action\": null,\n                \"permission_object\": null,\n                \"conditions\": null,\n                \"uuid\": \"11e9-b2a3-55f4d698-afb7-0a54e87e793a\",\n                \"created_at\": \"2020-02-10T14:19:57.000Z\",\n                \"updated_at\": \"2020-02-10T14:19:57.000Z\",\n                \"permission_group\": \"Account Activation\",\n                \"active\": true,\n                \"product\": 6,\n                \"scopes\": \"user_profile\",\n                \"title\": \"View Profile Details\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8a420e9a-76b5-47fe-afab-6be33a60972e"},{"name":"Delete an ACL Role owned by a Merchant UUID","id":"9ac1c1ea-e0b6-4c7c-a550-947bf7f65260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/acl_roles/{{acl_role_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","acl_roles","{{acl_role_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"56d90f1e-7b83-4e21-bd63-f052d58ab1fa","name":"Delete an ACL Role owned by a MID","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer f8e6f9cd0bc43c4cda84a7bd6722f54472b83f41da5f0fe26eb6400779b751d8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://test10-onboarding.payu.in/api/v1/merchants/11e9-82c4-50773e7c-9406-0242164c5517/acl_roles/11ea-5d6e-ab59e4f4-8bf4-02053299b2da"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ac1c1ea-e0b6-4c7c-a550-947bf7f65260"},{"name":"List of Staff Invited by a Merchant UUID","id":"1572fcb9-ebf6-4e9f-a9f8-9e487b55258c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/staff_invites","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","staff_invites"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"49445ab1-298a-4697-838d-281deecc91c4","name":"List of Staff Invited by a MID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer f8e6f9cd0bc43c4cda84a7bd6722f54472b83f41da5f0fe26eb6400779b751d8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://test10-onboarding.payu.in/api/v1/merchants/11e9-82c4-50773e7c-9406-0242164c5517/staff_invites"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"staff_invites\": [\n        {\n            \"id\": 9,\n            \"merchant_id\": 7298,\n            \"email\": \"asdf@asdsf.com\",\n            \"user_merchant_id\": null,\n            \"acl_role_id\": 20,\n            \"invited_by\": 2,\n            \"user_uuid\": null,\n            \"accepted_at\": null,\n            \"uuid\": \"11ea-650e-d5ffa0b6-9a15-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2020-03-13T09:41:38.000Z\",\n            \"updated_at\": \"2020-03-13T09:41:38.000Z\",\n            \"name\": \"cehck adsf\",\n            \"user\": null,\n            \"acl_role\": {\n                \"id\": 20,\n                \"name\": \"Administrator\",\n                \"owner_id\": 7298,\n                \"owner_type\": \"Merchant\",\n                \"description\": null,\n                \"uuid\": \"11ea-5d6e-ab4f9c42-8bf4-02053299b2da\",\n                \"created_at\": \"2020-03-03T16:47:29.000Z\",\n                \"updated_at\": \"2020-03-03T16:47:29.000Z\"\n            }\n        },\n        {\n            \"id\": 11,\n            \"merchant_id\": 7298,\n            \"email\": \"jugnu.siwach@payu.in\",\n            \"user_merchant_id\": 7522,\n            \"acl_role_id\": 20,\n            \"invited_by\": 2,\n            \"user_uuid\": \"11e8-79cc-e52f3e4a-9456-02e2a56dcb80\",\n            \"accepted_at\": \"2020-03-24T05:10:23.000Z\",\n            \"uuid\": \"11ea-6d8c-fc4943b8-9319-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2020-03-24T05:04:48.000Z\",\n            \"updated_at\": \"2020-03-24T05:10:23.000Z\",\n            \"name\": \"check team accounts\",\n            \"user\": {\n                \"id\": 22,\n                \"name\": \"Jugnu Siwach\",\n                \"email\": \"jugnu.siwach@payu.in\",\n                \"uuid\": \"11e8-79cc-e52f3e4a-9456-02e2a56dcb80\",\n                \"created_at\": \"2020-02-18T05:48:45.000Z\",\n                \"updated_at\": \"2020-07-21T05:12:00.000Z\",\n                \"admin\": false,\n                \"registered_mobile\": \"8800367126\"\n            },\n            \"acl_role\": {\n                \"id\": 20,\n                \"name\": \"Administrator\",\n                \"owner_id\": 7298,\n                \"owner_type\": \"Merchant\",\n                \"description\": null,\n                \"uuid\": \"11ea-5d6e-ab4f9c42-8bf4-02053299b2da\",\n                \"created_at\": \"2020-03-03T16:47:29.000Z\",\n                \"updated_at\": \"2020-03-03T16:47:29.000Z\"\n            }\n        },\n        {\n            \"id\": 12,\n            \"merchant_id\": 7298,\n            \"email\": \"ad.jugnu.siwach@payutest.in\",\n            \"user_merchant_id\": 7523,\n            \"acl_role_id\": 19,\n            \"invited_by\": 2,\n            \"user_uuid\": \"11ea-64ec-de491ba2-85a0-02f413145cce\",\n            \"accepted_at\": \"2020-03-24T05:16:46.000Z\",\n            \"uuid\": \"11ea-6d8e-81f90006-9319-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2020-03-24T05:15:42.000Z\",\n            \"updated_at\": \"2020-03-24T05:16:46.000Z\",\n            \"name\": \"alpha\",\n            \"user\": {\n                \"id\": 4765,\n                \"name\": \"Black Widow\",\n                \"email\": \"ad.jugnu.siwach@payutest.in\",\n                \"uuid\": \"11ea-64ec-de491ba2-85a0-02f413145cce\",\n                \"created_at\": \"2020-03-13T05:38:44.000Z\",\n                \"updated_at\": \"2020-03-19T04:19:50.000Z\",\n                \"admin\": false,\n                \"registered_mobile\": \"8800389123\"\n            },\n            \"acl_role\": {\n                \"id\": 19,\n                \"name\": \"Developer\",\n                \"owner_id\": 7298,\n                \"owner_type\": \"Merchant\",\n                \"description\": null,\n                \"uuid\": \"11ea-5d6e-ab4960ca-8bf4-02053299b2da\",\n                \"created_at\": \"2020-03-03T16:47:28.000Z\",\n                \"updated_at\": \"2020-03-03T16:47:28.000Z\"\n            }\n        },\n        {\n            \"id\": 13,\n            \"merchant_id\": 7298,\n            \"email\": \"vbc.jugnu.siwach@payutest.in\",\n            \"user_merchant_id\": 7524,\n            \"acl_role_id\": 20,\n            \"invited_by\": 2,\n            \"user_uuid\": \"11ea-6d8f-ac07971c-85a0-02f413145cce\",\n            \"accepted_at\": \"2020-03-24T05:24:57.000Z\",\n            \"uuid\": \"11ea-6d8f-828e31b6-9319-02053299b2da\",\n            \"active\": true,\n            \"created_at\": \"2020-03-24T05:22:52.000Z\",\n            \"updated_at\": \"2020-03-24T05:24:57.000Z\",\n            \"name\": \"alpha singh\",\n            \"user\": {\n                \"id\": 4889,\n                \"name\": \"Undertaker\",\n                \"email\": \"vbc.jugnu.siwach@payutest.in\",\n                \"uuid\": \"11ea-6d8f-ac07971c-85a0-02f413145cce\",\n                \"created_at\": \"2020-03-24T05:24:57.000Z\",\n                \"updated_at\": \"2020-03-24T05:24:57.000Z\",\n                \"admin\": false,\n                \"registered_mobile\": \"8800389611\"\n            },\n            \"acl_role\": {\n                \"id\": 20,\n                \"name\": \"Administrator\",\n                \"owner_id\": 7298,\n                \"owner_type\": \"Merchant\",\n                \"description\": null,\n                \"uuid\": \"11ea-5d6e-ab4f9c42-8bf4-02053299b2da\",\n                \"created_at\": \"2020-03-03T16:47:29.000Z\",\n                \"updated_at\": \"2020-03-03T16:47:29.000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"1572fcb9-ebf6-4e9f-a9f8-9e487b55258c"},{"name":"Add a Staff invite for a Merchant UUID","id":"305808ad-0034-44ed-b55c-a5725e9c2c68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"\",\n    \"acl_role_id\": \"\",\n    \"name\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/staff_invites","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","staff_invites"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b4de354a-c683-4a53-ad10-6d0c40e187ab","name":"Add a Staff invite for a MID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer f8e6f9cd0bc43c4cda84a7bd6722f54472b83f41da5f0fe26eb6400779b751d8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"alphasingh@12.goc\",\n    \"acl_role_id\": \"19\",\n    \"name\": \"Alpha Singh\"\n}","options":{"raw":{"language":"json"}}},"url":"https://test10-onboarding.payu.in/api/v1/merchants/11e9-82c4-50773e7c-9406-0242164c5517/staff_invites"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"staff_invite\": {\n        \"id\": 43,\n        \"merchant_id\": 7298,\n        \"email\": \"alphasingh@12.goc\",\n        \"user_merchant_id\": null,\n        \"acl_role_id\": 19,\n        \"invited_by\": 22,\n        \"user_uuid\": null,\n        \"accepted_at\": null,\n        \"uuid\": \"11ea-cd7f-23711f54-87ee-02053299b2da\",\n        \"active\": true,\n        \"created_at\": \"2020-07-24T07:27:32.000Z\",\n        \"updated_at\": \"2020-07-24T07:27:32.000Z\",\n        \"name\": \"Alpha Singh\",\n        \"user\": null,\n        \"acl_role\": {\n            \"id\": 19,\n            \"name\": \"Developer\",\n            \"owner_id\": 7298,\n            \"owner_type\": \"Merchant\",\n            \"description\": null,\n            \"uuid\": \"11ea-5d6e-ab4960ca-8bf4-02053299b2da\",\n            \"created_at\": \"2020-03-03T16:47:28.000Z\",\n            \"updated_at\": \"2020-03-03T16:47:28.000Z\"\n        }\n    }\n}"}],"_postman_id":"305808ad-0034-44ed-b55c-a5725e9c2c68"},{"name":"Edit Role for an Invited Staff for a Merchant UUID","id":"d743cd59-8064-406a-b5a3-57e20d6d970e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role_id\": \"\",\n    \"name\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/staff_invites/{{staff_invite_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","staff_invites","{{staff_invite_id}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9c98c52b-0872-4cad-b7a1-300400263536","name":"Edit Role for an Invited Staff for a MID","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer f8e6f9cd0bc43c4cda84a7bd6722f54472b83f41da5f0fe26eb6400779b751d8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"acl_role_id\": \"20\",\n    \"name\": \"Alpha Singh\"\n}","options":{"raw":{"language":"json"}}},"url":"https://test10-onboarding.payu.in/api/v1/merchants/11e9-82c4-50773e7c-9406-0242164c5517/staff_invites/47"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"staff_invite\": {\n        \"id\": 48,\n        \"merchant_id\": 7298,\n        \"email\": \"alphasingh@12.goc\",\n        \"user_merchant_id\": null,\n        \"acl_role_id\": 20,\n        \"invited_by\": 22,\n        \"user_uuid\": null,\n        \"accepted_at\": null,\n        \"uuid\": \"11ea-cd80-50267d90-87ee-02053299b2da\",\n        \"active\": true,\n        \"created_at\": \"2020-07-24T07:35:57.000Z\",\n        \"updated_at\": \"2020-07-24T07:35:57.000Z\",\n        \"name\": \"Alpha Singh\",\n        \"user\": null,\n        \"acl_role\": {\n            \"id\": 20,\n            \"name\": \"Administrator\",\n            \"owner_id\": 7298,\n            \"owner_type\": \"Merchant\",\n            \"description\": null,\n            \"uuid\": \"11ea-5d6e-ab4f9c42-8bf4-02053299b2da\",\n            \"created_at\": \"2020-03-03T16:47:29.000Z\",\n            \"updated_at\": \"2020-03-03T16:47:29.000Z\"\n        }\n    }\n}"}],"_postman_id":"d743cd59-8064-406a-b5a3-57e20d6d970e"},{"name":"Delete an Invited Staff for a Merchant UUID","id":"5eedc718-c0ef-4e5f-90bc-907429910648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/staff_invites/{{staff_invite_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","staff_invites","{{staff_invite_id}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"38bf3c36-6252-4cd2-a2f2-2c9ddcd0cbfb","name":"Delete an Invited Staff for a MID","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer f8e6f9cd0bc43c4cda84a7bd6722f54472b83f41da5f0fe26eb6400779b751d8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://test10-onboarding.payu.in/api/v1/merchants/11e9-82c4-50773e7c-9406-0242164c5517/staff_invites/47"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5eedc718-c0ef-4e5f-90bc-907429910648"}],"id":"10eb50ea-8bdd-4fbb-aa19-2faa008826a9","_postman_id":"10eb50ea-8bdd-4fbb-aa19-2faa008826a9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"E-Sign Flow","item":[{"name":"Generate Merged Document For E-sign","id":"9a613728-bd1c-4dcf-a7db-6c977c3bb9c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"url":"{{onboarding_url}}/api/v1/merchants/{{merchant_uuid}}/generate_merged_document_for_esign","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","generate_merged_document_for_esign"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"10e9d31a-a2bf-401f-a4a7-0604768a694f","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer bba6ab3f402c4a616f688117ffa564b67fde531dfef4f5c037d3e1283c9549d6","type":"text"}],"url":"http://localhost:4000/api/v1/merchants/11eb-2010-964ad5e0-b320-0242a53cdb42/generate_merged_document_for_esign"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 273,\n        \"document_category_id\": 13,\n        \"document_type_id\": null,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"accepted\",\n        \"uuid\": \"11eb-de10-3a450888-a354-a483e7015be5\",\n        \"active\": true,\n        \"created_at\": \"2021-07-06T04:11:24.000Z\",\n        \"updated_at\": \"2021-07-06T04:14:41.000Z\",\n        \"kyc_document_type\": \"Agreement\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": \"Merchant\",\n        \"record_id\": 1,\n        \"processed_document\": {\n            \"id\": 505,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"merged_doc_6.pdf\",\n            \"byte_size\": 433824,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdG9CIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--206157392f9c6564fe16971b9783ef352030ac40/merged_doc_6.pdf\",\n            \"kyc_document_uuid\": \"11eb-de10-3a450888-a354-a483e7015be5\"\n        },\n        \"document_category_name\": \"Service Agreement\",\n        \"document_type_name\": null,\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 13,\n            \"name\": \"Service Agreement\",\n            \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n        }\n    }\n}"},{"id":"aff72d64-c25d-4e78-a6a6-0e840e8c13fe","name":"When Agreement could not be generated for the Merchant","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/generate_merged_document_for_esign"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Agreement could not be generated\"\n}"},{"id":"eb5cf714-85e6-4893-a9f7-26734851c666","name":"Unauthorized Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8","description":"User token received from HUB","type":"text"}],"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/generate_merged_document_for_esign"},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"5ee61c36-9392-4f3f-a553-d841fd527443","name":"When Agreement is not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/generate_merged_document_for_esign"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": \"Agreement Not Found\"\n}"}],"_postman_id":"9a613728-bd1c-4dcf-a7db-6c977c3bb9c6"},{"name":"Send OTP to Signatory Email","id":"81eca022-2432-4407-92c5-d4b54468811a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"url":"{{onboarding_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/{{merged_document_uuid}}/send_signatory_otp","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","{{merged_document_uuid}}","send_signatory_otp"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"7e62bf16-9b09-4641-9de1-aad64c5bcfb6","name":"Unauthorized Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a","type":"text"}],"url":"http://localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc_documents/11eb-f44c-d06109a0-8e9f-a483e7015be5/send_signatory_otp"},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"362f3a81-23a4-4c81-88f7-f299b2690978","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer bba6ab3f402c4a616f688117ffa564b67fde531dfef4f5c037d3e1283c9549d6","type":"text"}],"url":"http://localhost:4000/api/v1/merchants/11eb-2010-964ad5e0-b320-0242a53cdb42/kyc_documents/11eb-de10-3a450888-a354-a483e7015be5/send_signatory_otp"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"otp\": {\n        \"message\": \"sent\"\n    }\n}"},{"id":"df370ef4-a02c-4148-9c30-0eeb24b1431c","name":"When merchant is not found with given merchant_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","type":"text"}],"url":"http://localhost:4000/api/v1/merchants/eb-f0f2-ae735558-a7cd-a483e7015be5/kyc_documents/11eb-de10-3a450888-a354-a483e7015be5/send_signatory_otp"},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"a7c6a599-273a-4f6a-8f1b-b51bc5104b8a","name":"When KycDocument is not found with given merged_document_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","type":"text"}],"url":"http://localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc_documents/11eb-de10-3a450888-a354-a483e7015be5/send_signatory_otp"},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"81eca022-2432-4407-92c5-d4b54468811a"},{"name":"E-Sign Merged Document","id":"e3c5a008-deb7-4b28-8d43-70a3a5be61d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token received from HUB</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"{{otp_value}}","description":"<p>OTP sent to signatory email</p>\n","type":"text"}]},"url":"{{onboarding_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/{{merged_document_uuid}}/esign_merged_document","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","{{merged_document_uuid}}","esign_merged_document"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"e47b5303-6e98-4cfb-aae5-badffd20c0fa","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer bba6ab3f402c4a616f688117ffa564b67fde531dfef4f5c037d3e1283c9549d6","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"0025","description":"OTP sent to signatory email","type":"text"}]},"url":"http://localhost:4000/api/v1/merchants/11eb-2010-964ad5e0-b320-0242a53cdb42/kyc_documents/11eb-de10-3a450888-a354-a483e7015be5/esign_merged_document"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 276,\n        \"document_category_id\": 13,\n        \"document_type_id\": null,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"Counter Signed Received\",\n        \"uuid\": \"11eb-de39-fdc897e2-ade0-a483e7015be5\",\n        \"active\": true,\n        \"created_at\": \"2021-07-06T09:10:21.000Z\",\n        \"updated_at\": \"2021-07-06T09:23:49.000Z\",\n        \"kyc_document_type\": \"Agreement\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": \"Merchant\",\n        \"record_id\": 1,\n        \"processed_document\": {\n            \"id\": 524,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"Service Agreemente_stamp.pdf\",\n            \"byte_size\": 463727,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdW9CIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--a85cda277088a85f7d0f53c9bbe502d24c784f63/Service%20Agreemente_stamp.pdf\",\n            \"kyc_document_uuid\": \"11eb-de39-fdc897e2-ade0-a483e7015be5\"\n        },\n        \"document_category_name\": \"Service Agreement\",\n        \"document_type_name\": null,\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 13,\n            \"name\": \"Service Agreement\",\n            \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n        }\n    }\n}"},{"id":"c5dedff4-c5ea-498b-b539-f8b247d0ad50","name":"When merchant is not found with given merchant_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"","value":"1122","type":"text"}]},"url":"http://localhost:4000/api/v1/merchants/1eb-f0f2-ae735558-a7cd-a483e7015be5/kyc_documents/11eb-f44c-d06109a0-8e9f-a483e7015be5/esign_merged_document"},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"b243e4a4-a829-4c8d-a4dc-5a1f1ad462e1","name":"When OTP is expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"1111","description":"OTP sent to signatory email","type":"text"}]},"url":"http://localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc_documents/11eb-f44c-d06109a0-8e9f-a483e7015be5/esign_merged_document"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"OTP Expired, Please send new OTP.\"\n}"},{"id":"1f1400d3-4549-48ff-b1ae-b6afcd44c00b","name":"When entered OTP is incorrect","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"1111","description":"OTP sent to signatory email","type":"text"}]},"url":"http://localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc_documents/11eb-f44c-d06109a0-8e9f-a483e7015be5/esign_merged_document"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Entered OTP is incorrect. Otp attempts remaining are 9.\"\n}"},{"id":"33533009-6038-4055-a602-f5a2c78c478d","name":"When KycDocument is not found with given merged_document_uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a6","description":"User token received from HUB","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"4044","description":"OTP sent to signatory email","type":"text"}]},"url":"http://localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc_documents/11eb-f44c-d06109a0-8e9f-a483e7015be/esign_merged_document"},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"44ec1f5d-254b-4dc2-a313-01bcc20e4aa7","name":"Unauthorized Response","originalRequest":{"method":"POST","header":[{"key":"","value":"Bearer 7ca663dddab977091645378870644147059bde0d1482e44de3096fcb4fa5f8a","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"1111","description":"OTP sent to signatory email","type":"text"}]},"url":"http://localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc_documents/11eb-f44c-d06109a0-8e9f-a483e7015be5/esign_merged_document"},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"e3c5a008-deb7-4b28-8d43-70a3a5be61d2"}],"id":"fbe0078b-0842-4341-884b-284b0966cb42","_postman_id":"fbe0078b-0842-4341-884b-284b0966cb42","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Aadhar XML Flow","item":[{"name":"Aadhar submit consent api","id":"f8d86eab-8b8e-40af-bb68-1e775e77072c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>merchant's user token is required with update_user_profile scope</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_consent","description":"<p>We ask merchant to give consent to provide Aadhaar number which is not stored and same is communicated to Customer also and the consent is passed to karza’s consent api.</p>\n<p>In response, Karza returns a consent token which is valid for 10 mins which is sent in next otp generation call.</p>\n","urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc","aadhaar_xml_consent"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fbd938c0-e678-4b9a-95bf-ecbcdb834a6d","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_consent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"4a8c563a47448534726e86d780928056\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2bdd0a49-c887-4f09-bdbc-160f5a20911a"},{"key":"X-Runtime","value":"3.191464"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Consent Accepted\"\n}"},{"id":"0ff8431c-b906-42cd-83b3-f7e53cffd665","name":"when token is invalid/expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_consent"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"f98807e4-697d-4e33-a6cf-1047e7033504"},{"key":"X-Runtime","value":"4.375503"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"017aede2-e607-457d-b017-26899d8aa861","name":"when merchant does not exist with given uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_consent"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"a897f2bc-2ef5-4e5a-8cde-d30346bccef3"},{"key":"X-Runtime","value":"1.623468"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Merchant with given uuid not found\"\n}"},{"id":"c912fd68-0fe1-4b9c-a75a-1565ef33ae84","name":"when merchant's signatory details are not present","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_consent"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"5e7e8e7c-11b2-4ead-b73e-d7f52ad579a3"},{"key":"X-Runtime","value":"0.346222"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Signatory details of merchant not found\"\n}"}],"_postman_id":"f8d86eab-8b8e-40af-bb68-1e775e77072c"},{"name":"Aadhar otp generation api","id":"5a4d1c50-ae6b-429c-9a6d-4eb01c7d4562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"<p>merchant's user token is required with update_user_profile scope</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"745144341492","type":"text","description":"<p>Aadhar number of the signing authority</p>\n"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_otp_generation","description":"<p>After giving consent, merchant enters his/her Aadhaar number. We pass the Aadhaar number to karza’s generate otp api. The karza api sends otp to mobile number linked with the corresponding Aadhaar.</p>\n<p>We are not storing the Aadhaar number collected in the database.</p>\n<p>Merchant can send retry otp upto 3 times after which merchant needs to wait for 15 mins to send the otp.</p>\n","urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc","aadhaar_xml_otp_generation"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8e3ee7d9-2472-4922-ba9b-eccbd8a04012","name":"success response","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"577362319487","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_otp_generation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"3795333dce3cce0d898efbf4b04101d5\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"0e334f73-e110-4450-88d8-649c6c0b5d74"},{"key":"X-Runtime","value":"5.020128"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OTP sent to registered mobile number. 2 attempt(s) remaining\",\n    \"attempts_remaining\": 2\n}"},{"id":"92363e5d-4e2e-4620-b86a-cb9b70f8b46e","name":"when token is invalid/expired","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}123","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"745144341492","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_otp_generation"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"24f4c6c9-92cf-4086-9767-6439df9d4a09"},{"key":"X-Runtime","value":"0.626774"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"dc115b71-cf36-450e-9702-3d22d5829918","name":"when merchant does not exist with given uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"123446565565656","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_otp_generation"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"a897f2bc-2ef5-4e5a-8cde-d30346bccef3"},{"key":"X-Runtime","value":"1.623468"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Merchant with given uuid not found\"\n}"},{"id":"710a7320-84a8-4933-93fb-caa8a36eaaf0","name":"when merchant's signatory details are not present","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"12132435454545","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_otp_generation"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"5e7e8e7c-11b2-4ead-b73e-d7f52ad579a3"},{"key":"X-Runtime","value":"0.346222"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Signatory details of merchant not found\"\n}"},{"id":"4e3b8fce-af3e-47fd-8a25-8e81f8283fe1","name":"when aadhar number is invalid or not present","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"745144341492ererer","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_otp_generation"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c96091dc-e352-43ab-92b8-68d34e7aa30c"},{"key":"X-Runtime","value":"0.197733"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"invalid aadhaar number format\",\n    \"error_code\": \"invalid_aadhaar_format\"\n}"},{"id":"afbc4cdc-3e16-4df3-9843-28090e7ae620","name":"when downstream service is unavailable","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"588462123456","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_otp_generation"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"bc6ca23d-20c0-4a39-b576-7d6078a4e4ee"},{"key":"X-Runtime","value":"2.929963"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Service Unavailable\",\n    \"error_code\": \"karza_connecting_error\"\n}"},{"id":"01f81a1a-6eb8-4d38-91fe-847828904410","name":"when otp retries are exceeded","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"577362319487","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_otp_generation"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"dfd69678-601c-4805-8f7c-68261a82ed5d"},{"key":"X-Runtime","value":"0.218878"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"OTP tries exceeded\",\n    \"error_code\": \"otp_limit_reached\",\n    \"time_remaining\": 887 // user is blocked for 15 mins. in seconds\n}"},{"id":"87dbaa25-def5-4cc4-94e9-605c7447110d","name":"when consent is not present in cache","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_number","value":"577362319487","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_otp_generation"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"10341ced-e91d-4fcd-a035-ffe8df363e18"},{"key":"X-Runtime","value":"0.829208"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"consent not found in cache\",\n    \"error_code\": \"consent_not_found\" // consent token expired so need to send consent again from frontend.\n}"}],"_postman_id":"5a4d1c50-ae6b-429c-9a6d-4eb01c7d4562"},{"name":"Aadhar otp submit and get data api","id":"e5ccd9b1-1d99-4c58-84ba-27bb829f9a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>merchant's user token is required with update_user_profile scope</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"123456","type":"text","description":"<p>otp which was sent on mobile number</p>\n"},{"key":"aadhaar_number","value":"745144341492","description":"<p>now it is also required due to changes at karza end</p>\n","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_file_data","urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc","aadhaar_xml_file_data"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ffed2a80-ae87-451c-b26f-a6a8fa4d9ccd","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"595347","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_file_data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"d28ef9aaa3de0b0daffdd6d471d3fdf0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4007af12-ed1b-46d2-8d48-28cdebee9c77"},{"key":"X-Runtime","value":"3.234912"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Kapil Kumar\",\n    \"gender\": \"M\",\n    \"dob\": \"1990-01-01\",\n    \"mobilehash\": \"a324a051165d446f2ecef9c4df9a072a1f8e7bdf42452aba9829698a4e4047cc\",\n    \"emailhash\": null,\n    \"address\": \"full address\",\n    \"pincode\": \"301404\",\n    \"state\": \"Rajasthan\",\n    \"city\": \"khairthal\",\n    \"file\": \"UEsDBBQACQAIAAeFA1MAAAAAAAAAAAAAAArzAAeFA1NoQ0iFcxsAAEglAAAjAAAAAAAAAAAAAAAAAAAAAABvZmZsaW5lYWFkaGFhcjIwMjEwODAzMDQ0MDE1ODg5LnhtbFBLBQYAAAAAAQABAFEAAADEGwAAAAA=\",\n    \"sharecode\": \"3067\"\n}"},{"id":"49fcc4c4-a5cb-449e-afe0-40c2dacaa178","name":"when token is invalid/expired","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}123","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"1234","type":"text","description":"Aadhar number of the signing authority"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_file_data"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"24f4c6c9-92cf-4086-9767-6439df9d4a09"},{"key":"X-Runtime","value":"0.626774"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"2ab046be-2b2b-4b18-bb86-2981cb307f52","name":"when merchant does not exist with given uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"1234","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_file_data"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"a897f2bc-2ef5-4e5a-8cde-d30346bccef3"},{"key":"X-Runtime","value":"1.623468"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Merchant with given uuid not found\"\n}"},{"id":"17e39abc-447a-4e5a-97c1-ea2bd13dd790","name":"when merchant's signatory details are not present","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"1234","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_file_data"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"5e7e8e7c-11b2-4ead-b73e-d7f52ad579a3"},{"key":"X-Runtime","value":"0.346222"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Signatory details of merchant not found\"\n}"},{"id":"fff6067b-7850-4750-86d7-08c25d1fa929","name":"when otp is not present / format is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"123456","type":"text","disabled":true}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_file_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c6caf5f1-9f7f-41e8-8ef4-60e51071cd5f"},{"key":"X-Runtime","value":"1.168110"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"invalid otp format\",\n    \"error_code\": \"invalid_otp_format\"\n}"},{"id":"c834e5b7-2743-4460-a99d-ba8ffef58099","name":"when otp is expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"123456","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_file_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"ef51ef26-78f4-49b8-a91b-ba6fd515e367"},{"key":"X-Runtime","value":"0.276416"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"otp expired\",\n    \"error_code\": \"otp_expired\" // otp is expired in 10 mins.\n}"},{"id":"90e5aecc-85d4-45d9-a9b2-fab15445687b","name":"when entered otp is wrong","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"123456","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_file_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"de109454-a03a-44bf-b236-b9a5cdc7e923"},{"key":"X-Runtime","value":"2.188678"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Incorrect Aadhaar number or OTP\",\n    \"error_code\": \"error_from_karza\",\n    \"attempts_remaining\": 2 //merchant can enter wrond otp upto 3 times\n}"},{"id":"d6ba4752-1206-4b79-9e05-c9be8d7abdd1","name":"when otp verification limit (3) is reached","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"otp","value":"123456","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_xml_file_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"13e5c70b-efa9-43e2-a6e9-40638854f6a9"},{"key":"X-Runtime","value":"0.606195"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"OTP verification tries exceeded\",\n    \"error_code\": \"verification_limit_reached\",\n    \"time_remaining\": 859 // merchant is blocked for 15 mins\n}"}],"_postman_id":"e5ccd9b1-1d99-4c58-84ba-27bb829f9a06"},{"name":"Aadhaar XML Offline API","id":"9dccbdd2-eb39-4d32-9df2-fc4bad296093","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>User token recieved from HUB</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"<p>mandatory, aadhar xml/zip file</p>\n","type":"file","value":null},{"key":"aadhaar_share_code","value":"","description":"<p>mandatory, aadhar share code to open xml/zip file</p>\n","type":"text"}]},"url":"{{onboarding_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/aadhaar_file_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc","aadhaar_file_details"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"19b07c2c-5ab5-47bd-b91e-17f3b4ca3e58","name":"When Signing Authority Details are not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":["/Users/jugnu.siwach/Downloads/offlineaadhaar20210804120750632.xml"]},{"key":"aadhaar_share_code","value":"1996","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc/aadhaar_file_details"},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Signatory details of merchant not found\"\n}"},{"id":"6e7a30c3-0770-4ae2-9f44-5d50a1077988","name":"When file size is greater than 6MB","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":["/Users/jugnu.siwach/Downloads/offlineaadhaar20210804120750632.xml"]},{"key":"aadhaar_share_code","value":"1996","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc/aadhaar_file_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"File size should be less than 6MB\"\n}"},{"id":"b2f92eb8-379e-41c9-8b45-7a85d5bde2a7","name":"Invalid Aadhar XML FIle or Share Code","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":[]},{"key":"aadhaar_share_code","value":"","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc/aadhaar_file_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Invalid Aadhaar XMl File or Share Code\",\n    \"error_code\": \"error_from_karza\"\n}"},{"id":"b779af42-fdb2-4205-a0df-b0b46e1077d6","name":"When name match score is low","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":[]},{"key":"aadhaar_share_code","value":"","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc/aadhaar_file_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"low name match score\",\n    \"error_code\": \"low_name_match\"\n}"},{"id":"cd36b5b6-5e0b-4b51-9e57-eb007f71eef7","name":"When file format is wrong","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":["/Users/jugnu.siwach/Desktop/header.png"]},{"key":"aadhaar_share_code","value":"1996","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc/aadhaar_file_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Invalid file format. Only XML/Zip file formats are supported\"\n}"},{"id":"dc2c0bbc-06f3-4b2b-bf2d-b0218ee5bcf0","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 814c9d031c9704326b2c9736176dfc11c639f0956924a8ab348c7f9aca837165","description":"User token recieved from HUB","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"aadhaar_file","description":"mandatory, aadhar xml/zip file","type":"file","src":["/Users/jugnu.siwach/Downloads/offlineaadhaar20210804120750632.xml"]},{"key":"aadhaar_share_code","value":"1996","description":"mandatory, aadhar share code to open xml/zip file","type":"text"}]},"url":"localhost:4000/api/v1/merchants/11eb-f0f2-ae735558-a7cd-a483e7015be5/kyc/aadhaar_file_details"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Jugnu\",\n    \"gender\": \"M\",\n    \"dob\": \"1996-02-14\",\n    \"address\": \" rz-276,ph-2, gopal nagar, NAJAFGARH, South West Delhi, Delhi, India, 110043\",\n    \"pincode\": 110043\n}"}],"_postman_id":"9dccbdd2-eb39-4d32-9df2-fc4bad296093"}],"id":"85cf35ed-1231-4ac2-bda2-e321156a669e","description":"<p>Aadhaar XML Integration </p>\n<p>To smoothen the process of merchant’s on-boarding in payU money, we have automated the process of KYC without asking the merchant to upload personal documents. To do this we leverage and use karza technologies services. </p>\n<p>We have created 3 apis (one for each) internally on top the 3 karza apis. </p>\n<p>For security reasons, we have limited the number of times merchant can request for otp or enter otp to 3 times. </p>\n<p>The 3 apis created are implemented as follow, </p>\n<ol>\n<li>Consent API</li>\n</ol>\n<p>We ask merchant to give consent to provide Aadhaar number which is not stored and same is communicated to Customer also and the consent is passed to karza’s consent api.  </p>\n<ol>\n<li>Generate OTP API</li>\n</ol>\n<p>After giving consent, merchant enters his/her Aadhaar number. We pass the Aadhaar number to karza’s generate otp api. The karza api sends otp to mobile number linked with the corresponding Aadhaar. </p>\n<p>We are not storing the Aadhaar number collected in the database.</p>\n<ol>\n<li>XML FILE DATA API</li>\n</ol>\n<p>After receiving the otp, merchant enters his/her otp. We call karza’s xml file data api. If otp entered is correct, we complete merchant’s kyc and delete the cache.</p>\n","_postman_id":"85cf35ed-1231-4ac2-bda2-e321156a669e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"CKYC","item":[{"name":"fetch ckyc data","id":"ca965f81-a997-4870-a2e7-a9b20d0ddb60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>merchant's user token is required with update_user_profile scope</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dob\": \"01-01-1990\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/ckyc_data","description":"<p>Internally, it first fetches ckyc number using pancard number and then merchant's details using dob and ckc number.</p>\n","urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc","ckyc_data"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"592e77a4-40b1-4385-bb7d-c1cdc35eae54","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dob\": \"01-01-1990\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/ckyc_data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"741e8fc0-8217-43fa-bab1-837214c102bf"},{"key":"X-Runtime","value":"3.264028"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"address\":\"168 HARI NAGAR, 168 ( 1 floor), partap nagar , hari nagar , opposite gurudwara\",\n    \"pincode\":\"110064\",\n    \"state\":\"Delhi\",\n    \"city\":\"delhi\"\n}"},{"id":"c7782f38-1003-4ed9-9674-0962d4679829","name":"when token is invalid / expired","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer1 {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"dob","value":"01-01-1990","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/ckyc_data"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"af9a09a2-b321-4bdb-b6b3-9610d2fb7d99"},{"key":"X-Runtime","value":"0.186816"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"4817b342-6680-4c02-a78d-f1f5c53d2601","name":"when merchant does not exist with given uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"dob","value":"01-01-1990","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid1}}/kyc/ckyc_data"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"4a930626-d671-464a-9477-4b294c716b39"},{"key":"X-Runtime","value":"0.953325"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Merchant with given uuid not found\"\n}"},{"id":"6cdb2418-2fa8-4554-a8d0-4c0edf683284","name":"when signing authority detail is not present on merchant","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"dob","value":"01-01-1990","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid1}}/kyc/ckyc_data"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"4a930626-d671-464a-9477-4b294c716b39"},{"key":"X-Runtime","value":"0.953325"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Signatory details of merchant not found\"\n}"},{"id":"84caa3de-c51c-4f9e-938c-6aa261315276","name":"when merchant's record is not found in ckyc repo","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"dob","value":"01-01-1990","description":"date of birth of the signing authority","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/ckyc_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"741e8fc0-8217-43fa-bab1-837214c102bf"},{"key":"X-Runtime","value":"3.264028"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No record found.\"\n}"},{"id":"8d6c7a94-ed3c-4f28-8777-809de15e65a3","name":"when dob format is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"dob","value":"01-01-199","description":"date of birth of the signing authority","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/ckyc_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"741e8fc0-8217-43fa-bab1-837214c102bf"},{"key":"X-Runtime","value":"3.264028"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please enter Date of Birth in DD-MM-YYYY format\"\n}"},{"id":"18ab1ac6-b5be-49a8-8263-ee5d989675fc","name":"when dob does not match with pancard number","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dob\": \"01-01-1990\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/ckyc_data"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"741e8fc0-8217-43fa-bab1-837214c102bf"},{"key":"X-Runtime","value":"3.264028"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Authentication Failed: Date of birth entered does not match with the date of birth stated in the CKYC number 10084485012392\"\n}"}],"_postman_id":"ca965f81-a997-4870-a2e7-a9b20d0ddb60"}],"id":"c9cf62c0-78c7-4fa7-ae8c-072ebefdb6c1","description":"<p>CKYC is done using govt's central kyc repository. If merchant details are present in this repository then it means that merchant's kyc is already done and we don't need to do it.</p>\n","_postman_id":"c9cf62c0-78c7-4fa7-ae8c-072ebefdb6c1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Aggregator APIs","item":[{"name":"Kyc Document","item":[{"name":"required documents","id":"e032238b-a06f-4ccf-a8bc-8ef7be186709","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/merchant_docs_req","description":"<p>The documents required to be uploaded by the merchant depending on KYC status and other business entity specific conditions are fetched from this API.\nAPI returns array of categories for which the document is required and array of types of document which can be uploaded for that particular category.\nIf KYC document is already uploaded for the required category, its details are present in the field \"kyc_document\" under \"document_categories\".</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","merchant_docs_req"],"host":["{{onboarding_base_url}}"],"query":[{"disabled":true,"key":"sdf","value":""}],"variable":[]}},"response":[{"id":"8bb83b99-d2cc-4914-8c07-acd14fed0085","name":"Invalid Token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/merchant_docs_req","host":["{{onboarding_base_url}}"],"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","merchant_docs_req"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jan 2022 04:20:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"125d6d48-7a90-4bad-8ad5-a6d1eead9178"},{"key":"X-Runtime","value":"0.004317"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"288934a5-55d8-405d-920c-625358dd8c7f","name":"required documents","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/merchant_docs_req","host":["{{onboarding_base_url}}"],"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","merchant_docs_req"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Jan 2022 07:43:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"adac5693db781e6b31d0afcad123337d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"048769ac-71a8-4c77-9e8d-185931388c9f"},{"key":"X-Runtime","value":"0.299941"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"business_entity\": \"Private Limited\",\n    \"document_categories\": [\n        {\n            \"id\": 1,\n            \"name\": \"Bank Account Proof\",\n            \"uuid\": \"11e8-748f-297c6048-9081-020aca9875be\",\n            \"name_on_frontend\": \"BANK_PROOF\",\n            \"document_types\": [\n                {\n                    \"name\": \"Cancelled Cheque\",\n                    \"id\": 1,\n                    \"uuid\": \"ca0a-9047-28d705a1-7e97-b530fbec4c41\",\n                    \"name_on_frontend\": \"CC\"\n                },\n                {\n                    \"name\": \"Bank Verification Letter \",\n                    \"id\": 2,\n                    \"uuid\": \"f912-b658-610ce46f-796b-14a515e41ad7\",\n                    \"name_on_frontend\": \"BC\"\n                }\n            ],\n            \"kyc_document\": {\n                \"id\": 207,\n                \"document_category_id\": 1,\n                \"document_type_id\": 1,\n                \"account_id\": null,\n                \"remarks\": null,\n                \"status\": \"DOCUMENT_SUBMITTED\",\n                \"uuid\": \"11eb-f42f-5d18b92e-9d61-acde48001122\",\n                \"active\": true,\n                \"created_at\": \"2021-08-03T07:49:42.000Z\",\n                \"updated_at\": \"2021-08-03T07:49:42.000Z\",\n                \"kyc_document_type\": \"KYC\",\n                \"document_format\": \"Soft Copy\",\n                \"e_stamp_number\": null,\n                \"temp_account_id\": null,\n                \"error\": null,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 11,\n                \"processed_document\": {\n                    \"id\": 195,\n                    \"metadata\": {\n                        \"identified\": true\n                    },\n                    \"filename\": \"sample_doc.exe\",\n                    \"byte_size\": 137391,\n                    \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZVk9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--d06e3813372e8119806b4041b9ecf98afcee7ae7/sample_doc.exe\",\n                    \"kyc_document_uuid\": \"11eb-f42f-5d18b92e-9d61-acde48001122\"\n                },\n                \"document_category_name\": \"Bank Account Proof\",\n                \"document_type_name\": \"Cancelled Cheque\",\n                \"uploaded_documents\": [],\n                \"document_category\": {\n                    \"id\": 1,\n                    \"name\": \"Bank Account Proof\",\n                    \"name_on_frontend\": \"BANK_PROOF\"\n                }\n            }\n        },\n        {\n            \"id\": 81,\n            \"name\": \"SCHEDULE C\",\n            \"uuid\": \"11e8-748f-297c6048-9081-020aca9875be\",\n            \"name_on_frontend\": \"SC\",\n            \"document_types\": [\n                {\n                    \"name\": \"SCHEDULE C\",\n                    \"id\": 45,\n                    \"uuid\": \"11ec-4c2e-9a317d26-907b-0a886459aba0\",\n                    \"name_on_frontend\": \"SC\"\n                }\n            ],\n            \"kyc_document\": null\n        }\n    ]\n}"},{"id":"5a9e5f0e-effc-45c4-92f3-a9ca7509e19b","name":"When no Documents are required to be uploaded","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/merchant_docs_req","host":["{{onboarding_base_url}}"],"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","merchant_docs_req"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"dab1fd576f3ed641b24be62dede3b7bd\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"48f29901-9cee-45f2-b8b4-9565b454459c"},{"key":"X-Runtime","value":"11.722341"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"business_entity\": \"Private Limited\",\n    \"document_categories\": []\n}"}],"_postman_id":"e032238b-a06f-4ccf-a8bc-8ef7be186709"},{"name":"Create Kyc Document","id":"8c50eab9-b647-4854-91cf-6cd33ca80133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"document_category_id","value":"1","type":"text"},{"key":"document_type_id","value":"1","type":"text"},{"key":"processed_document","type":"file","src":"/Users/yash.gupta/Desktop/Sample.png"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{child_merchant_uuid/mid}}/kyc_documents","description":"<p>Create KycDocument.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{child_merchant_uuid/mid}}","kyc_documents"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b9533d82-8512-4c8c-b278-02ebf3ebd756","name":"Create schedule_c doc","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"document_category_id","value":"2","type":"text"},{"key":"document_type_id","value":"3","type":"text"},{"key":"processed_document","type":"file","src":["/Users/yash.gupta/Desktop/Sample.png"]}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{child_merchant_uuid/mid}}/kyc_documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jan 2022 02:09:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"502d30c013bfe632142d2f113ab2aa9f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"8f86b3b6-5348-499d-811c-3eba16e48fbd"},{"key":"X-Runtime","value":"2.810462"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 12963,\n        \"document_category_id\": 2,\n        \"document_type_id\": 3,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"DOCUMENT_SUBMITTED\",\n        \"uuid\": \"11ec-773a-8a298b1c-9fae-02053299b2da\",\n        \"active\": true,\n        \"created_at\": \"2022-01-17T02:09:45.000Z\",\n        \"updated_at\": \"2022-01-17T02:09:45.000Z\",\n        \"kyc_document_type\": \"KYC\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": \"Merchant\",\n        \"record_id\": 10759,\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"processed_document\": {\n            \"id\": 20111,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"Sample.png\",\n            \"byte_size\": 171937,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBa1JPIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b9cdf825eed2715b1fba18c39a00bf783e4242a7/Sample.png\",\n            \"kyc_document_uuid\": \"11ec-773a-8a298b1c-9fae-02053299b2da\"\n        },\n        \"document_category_name\": \"PAN Card of Signing Authority\",\n        \"document_type_name\": \"PAN Card\",\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 2,\n            \"name\": \"PAN Card of Signing Authority\",\n            \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n        }\n    }\n}"},{"id":"e924aedc-7704-47c5-a361-e508594fb486","name":"Create bank_proof doc","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"document_category_id","value":"1","type":"text"},{"key":"document_type_id","value":"1","type":"text"},{"key":"processed_document","type":"file","src":["/Users/yash.gupta/Desktop/Sample.png"]}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{child_merchant_uuid/mid}}/kyc_documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jan 2022 02:09:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"502d30c013bfe632142d2f113ab2aa9f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"8f86b3b6-5348-499d-811c-3eba16e48fbd"},{"key":"X-Runtime","value":"2.810462"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 12963,\n        \"document_category_id\": 2,\n        \"document_type_id\": 3,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"DOCUMENT_SUBMITTED\",\n        \"uuid\": \"11ec-773a-8a298b1c-9fae-02053299b2da\",\n        \"active\": true,\n        \"created_at\": \"2022-01-17T02:09:45.000Z\",\n        \"updated_at\": \"2022-01-17T02:09:45.000Z\",\n        \"kyc_document_type\": \"KYC\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": \"Merchant\",\n        \"record_id\": 10759,\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"processed_document\": {\n            \"id\": 20111,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"Sample.png\",\n            \"byte_size\": 171937,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBa1JPIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b9cdf825eed2715b1fba18c39a00bf783e4242a7/Sample.png\",\n            \"kyc_document_uuid\": \"11ec-773a-8a298b1c-9fae-02053299b2da\"\n        },\n        \"document_category_name\": \"PAN Card of Signing Authority\",\n        \"document_type_name\": \"PAN Card\",\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 2,\n            \"name\": \"PAN Card of Signing Authority\",\n            \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n        }\n    }\n}"},{"id":"e4078da3-87a8-4db1-96dc-2100e4bab8bb","name":"Invalid Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"document_category_id","value":"1","type":"text"},{"key":"document_type_id","value":"1","type":"text"},{"key":"processed_document","type":"file","src":["/Users/yash.gupta/Desktop/Sample.png"]}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{child_merchant_uuid/mid}}/kyc_documents"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jan 2022 02:18:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"d65f36f4-29c3-4792-b533-b902e83a60fa"},{"key":"X-Runtime","value":"0.005613"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"d9f3f729-0f65-435a-8a91-5eba31de8c03","name":"Child merchant uuid/mid doesn't exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"document_category_id","value":"1","type":"text"},{"key":"document_type_id","value":"1","type":"text"},{"key":"processed_document","type":"file","src":["/Users/yash.gupta/Desktop/Sample.png"]}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{child_merchant_uuid/mid}}/kyc_documents"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jan 2022 02:28:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"ad1a07b6-9cf4-487f-9032-4267d89e3215"},{"key":"X-Runtime","value":"0.091362"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"8c50eab9-b647-4854-91cf-6cd33ca80133"},{"name":"Delete Kyc Document","id":"9dc4bf44-1587-4fe3-9f5a-5da0ac62864b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/{{kyc_document_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","{{kyc_document_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a68fa2df-94e8-49f6-a8a4-f9121c135fbc","name":"Delete Kyc Document success","originalRequest":{"method":"DELETE","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/{{kyc_document_uuid}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 17 Jan 2022 02:31:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"8be8ab06-c7a3-425d-8e30-840d6c290469"},{"key":"X-Runtime","value":"1.443836"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":""},{"id":"94cb0171-235a-482b-89b8-ec39ebe60cec","name":"Wrong doc uuid | Kyc Doc not found","originalRequest":{"method":"DELETE","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/{{kyc_document_uuid}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jan 2022 02:32:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"9f1646b0-aedf-4d6e-840f-2d7c4e0eedcc"},{"key":"X-Runtime","value":"0.145758"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"019939a0-908c-4aff-b947-363a59fcfbb9","name":"Invalid Token","originalRequest":{"method":"DELETE","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/{{kyc_document_uuid}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jan 2022 02:32:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"8dd26fc7-4122-412a-bd20-a32479869553"},{"key":"X-Runtime","value":"0.003828"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"9dc4bf44-1587-4fe3-9f5a-5da0ac62864b"},{"name":"generate sample schedule c doc","id":"e3b26dfa-a8a9-46c3-8d70-ee8fe2dc3fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/generate_schedule_c_document","urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","generate_schedule_c_document"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0b7e72b4-63e5-43c2-9807-fc542dba7b06","name":"success sample schedule c doc","originalRequest":{"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/generate_schedule_c_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jan 2022 04:12:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"b4cc7cc09082ea4c36b68cdab287485e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"1389ef64-3077-4365-88f6-f8e0e5005be3"},{"key":"X-Runtime","value":"4.473141"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_document\": {\n        \"id\": 12966,\n        \"document_category_id\": 81,\n        \"document_type_id\": 45,\n        \"account_id\": null,\n        \"remarks\": null,\n        \"status\": \"DOCUMENT_SUBMITTED\",\n        \"uuid\": \"11ec-774a-e7e66a6c-b090-02053299b2da\",\n        \"active\": false,\n        \"created_at\": \"2022-01-17T04:06:54.000Z\",\n        \"updated_at\": \"2022-01-17T04:12:02.000Z\",\n        \"kyc_document_type\": \"KYC\",\n        \"document_format\": \"Soft Copy\",\n        \"e_stamp_number\": null,\n        \"temp_account_id\": null,\n        \"error\": null,\n        \"record_type\": \"Merchant\",\n        \"record_id\": 10759,\n        \"issue_date\": null,\n        \"expiry_date\": null,\n        \"processed_document\": {\n            \"id\": 20119,\n            \"metadata\": {\n                \"identified\": true\n            },\n            \"filename\": \"schedule_c_letter.pdf\",\n            \"byte_size\": 30294,\n            \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBa3hPIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--faf3873d65c38fa1fb8da1f94e3d5fcbf627fab2/schedule_c_letter.pdf\",\n            \"kyc_document_uuid\": \"11ec-774a-e7e66a6c-b090-02053299b2da\"\n        },\n        \"document_category_name\": \"SCHEDULE C\",\n        \"document_type_name\": \"SCHEDULE C\",\n        \"uploaded_documents\": [],\n        \"document_category\": {\n            \"id\": 81,\n            \"name\": \"SCHEDULE C\",\n            \"name_on_frontend\": \"SC\"\n        }\n    }\n}"},{"id":"ec8f536f-31e3-45b4-905a-f300fca8bf53","name":"Invalid token","originalRequest":{"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/generate_schedule_c_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jan 2022 04:13:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"9f54e8b5-2fc5-4d50-80c3-98e7f8b7f41b"},{"key":"X-Runtime","value":"0.009269"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"e3b26dfa-a8a9-46c3-8d70-ee8fe2dc3fc7"}],"id":"02c2baf1-93ac-4be5-87ea-00c70bbdab0f","_postman_id":"02c2baf1-93ac-4be5-87ea-00c70bbdab0f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}}},{"name":"Merchant APIs","item":[{"name":"UPDATE Merchant","id":"aa38c732-eba4-43a0-b50a-511964be93d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"business_entity_id\": \"14\",\n        \"business_category_id\": \"17\",\n        \"business_sub_category_id\": \"129\",\n        \"business_type\": \"LongTail\",\n        \"business_name\": \"kapil kumar jani\",\n        \"monthly_expected_volume\": \"60000\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"registration_address\": {\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"bank_detail\": {\n            \"bank_account_number\": \"912345678901\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumarop\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}","description":"<p>This API is used to update merchant attributes. Merchant's Pan details, business details and address details are updated using this API.</p>\n<p>Mandatory parameters - \nbusiness_entity_id,\nbusiness_category_id, business_sub_category_id,\nbusiness_name,\nmonthly_expected_volume,\npancard_number,                           registration_address,\noperating_address</p>\n<p>Non- mandatory parameters - \nbusiness_type,\ngst_number</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"64e7ecfb-ddec-421d-bb8b-ec256734898e","name":"When token invalid / expired","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"email\": \"71yash.gupta@payutest.in\",\n        \"mobile\": \"9811075641\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"8026337d-f6cf-4a74-a019-a094509213e0"},{"key":"X-Runtime","value":"1.046329"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"35536e8d-4d22-4a02-b18e-4ceb4d24f817","name":"Successful response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2,G004, Park view city 2, G004, Park view city 2,G004, Park view city 2,G004, Park view city 2,G004, Park view city 2 \",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"503e0164210a3dffdc9a20c7e069f2f3\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"0c1c030c-9ffc-4c12-a617-ef6ee3acbb8a"},{"key":"X-Runtime","value":"65.646652"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"pan_name\",\n        \"email\": \"71yash.gupta@payutest.in\",\n        \"registered_mobile\": \"9811045777\",\n        \"id\": 11,\n        \"mid\": 7210584,\n        \"test_mid\": 1234,\n        \"uuid\": \"11eb-9df5-e4e7a15c-b58d-acde48001122\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": 100,\n        \"display_name\": \"pan_name\",\n        \"account_id\": 5,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 16,\n        \"business_sub_category_id\": 128,\n        \"business_name\": \"pan_name\",\n        \"pancard_name\": \"pan_name\",\n        \"pancard_number\": \"dbzpk4951b\",\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"SMB-ENT\",\n        \"gst_number\": \"06AAJCS9091D1Z4\",\n        \"integration_type\": \"ThirdParty\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 180,\n        \"downjones_check\": \"Pending\",\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 500001,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": \"http://localhost:4000/app/onboarding\",\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2021-04-15T14:21:41.000Z\",\n        \"updated_at\": \"2021-09-03T02:03:06.000Z\",\n        \"admin_user_id\": 16,\n        \"mobile\": \"9811045777\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Pending\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": \"11eb-e60d-3c84b7ba-a931-acde48001122\",\n        \"blocked\": false,\n        \"pan_verification_status\": \"Success\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"71yash.gupta@payutest.in\",\n        \"bank_update_attempt_count\": 24,\n        \"partner_source\": null,\n        \"flag\": 16,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"gmv_amount\": null,\n        \"dob\": null,\n        \"shop_number\": null,\n        \"area_code\": null,\n        \"bank_update_attempt_left\": -13,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n        \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n        \"first_name\": \"\",\n        \"last_name\": \"pan_name\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"dashboard_preference\": \"old_dashboard\",\n        \"next_bank_update_time\": \"2021-08-07T13:15:49.000+05:30\",\n        \"business_pan_name_match\": true,\n        \"admin_user_uuid\": \"11eb-832a-936bef8a-b893-02f413145cce\",\n        \"contact_details\": [],\n        \"migration_status\": 0,\n        \"saved_kyc_address\": null,\n        \"document_status\": \"Docs Approved\",\n        \"kyc_status\": {\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"revamp_merchant\": false,\n        \"bank_detail\": {\n            \"id\": 93,\n            \"branch_name\": \"BITS PILANIGOA\",\n            \"bank_account_number\": \"20205153995\",\n            \"ifsc_code\": \"SBIN0010720\",\n            \"holder_name\": \"Yash Gupta\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Success\",\n            \"uuid\": \"11eb-f753-57fb220c-b1f9-367dda8f1fb9\",\n            \"created_at\": \"2021-08-07T07:44:49.000Z\",\n            \"updated_at\": \"2021-08-07T07:46:45.000Z\",\n            \"bank_name\": \"STATE BANK OF INDIA\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 0,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10\n        },\n        \"operating_address\": {\n            \"addressable_id\": 11,\n            \"addressable_type\": \"Merchant\",\n            \"pincode\": 122018,\n            \"address_line\": \"G004, Park view city 2\",\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"id\": 16,\n            \"address_type\": \"Operating\",\n            \"uuid\": \"11eb-9dfd-1750a79a-9695-acde48001122\",\n            \"created_at\": \"2021-04-15T15:13:10.000Z\",\n            \"updated_at\": \"2021-09-03T02:03:27.000Z\",\n            \"active\": true\n        },\n        \"registration_address\": {\n            \"addressable_id\": 11,\n            \"addressable_type\": \"Merchant\",\n            \"pincode\": 122018,\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2, G004, Park view city 2,G004, Park view city 2,G004, Park view city 2,G004, Park view city 2\",\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"id\": 15,\n            \"address_type\": \"Registered\",\n            \"uuid\": \"11eb-9dfd-1750f2b8-9695-acde48001122\",\n            \"created_at\": \"2021-04-15T15:13:10.000Z\",\n            \"updated_at\": \"2021-09-03T02:03:06.000Z\",\n            \"active\": true\n        },\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 75,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 11,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11eb-eeb7-5b51f75e-b89d-acde48001122\",\n                \"created_at\": \"2021-07-27T08:48:04.000Z\",\n                \"updated_at\": \"2021-08-08T21:46:09.000Z\"\n            },\n            {\n                \"id\": 76,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 11,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Docs Approved\",\n                \"uuid\": \"11eb-f5d5-ac03af56-9f4d-367dda8f1fb9\",\n                \"created_at\": \"2021-08-05T10:12:42.000Z\",\n                \"updated_at\": \"2021-08-05T10:12:42.000Z\"\n            }\n        ],\n        \"account_statuses\": [\n            {\n                \"id\": 72,\n                \"record_type\": \"Account\",\n                \"record_id\": 5,\n                \"status_type\": \"LOB\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11eb-e60d-3ca53b0c-a931-acde48001122\",\n                \"created_at\": \"2021-07-16T08:10:09.000Z\",\n                \"updated_at\": \"2021-07-16T08:10:09.000Z\"\n            },\n            {\n                \"id\": 73,\n                \"record_type\": \"Account\",\n                \"record_id\": 5,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Docs Error\",\n                \"uuid\": \"11eb-e60d-3cde9000-a931-acde48001122\",\n                \"created_at\": \"2021-07-16T08:10:09.000Z\",\n                \"updated_at\": \"2021-07-22T13:42:10.000Z\"\n            },\n            {\n                \"id\": 74,\n                \"record_type\": \"Account\",\n                \"record_id\": 5,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11eb-e60d-3ce0714a-a931-acde48001122\",\n                \"created_at\": \"2021-07-16T08:10:09.000Z\",\n                \"updated_at\": \"2021-07-16T08:10:09.000Z\"\n            }\n        ],\n        \"website_detail\": {\n            \"website_url\": null,\n            \"ios_url\": null,\n            \"android_url\": null,\n            \"uuid\": \"11eb-f891-f5910e2a-91a2-367dda8f1fb9\",\n            \"website_pages\": [],\n            \"website_document_categories\": [],\n            \"website_approval_status\": \"Pending\",\n            \"additional_info_status\": null,\n            \"website_url_invalid\": false,\n            \"ios_url_invalid\": false,\n            \"android_url_invalid\": false,\n            \"addendum_status\": null,\n            \"domain_status_by_merchant\": null,\n            \"active\": true,\n            \"latest_comment\": null,\n            \"latest_sf_comment\": null,\n            \"req_doc_category\": null\n        },\n        \"attached_configs\": [],\n        \"kyc_documents\": [],\n        \"cs_plan\": null,\n        \"website_pages\": []\n    }\n}"},{"id":"912c1d89-1cc1-46ee-bdfc-22b1124739d8","name":"Merchant not found with given uuid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": null,\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"8d83a334-6910-4d1a-a0a9-db61ff628245"},{"key":"X-Runtime","value":"1.207423"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"b2b97cde-1be6-41eb-a36b-34ba151545fd","name":"When gst number does not match with address state","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c8e61016-d93a-4fdd-9209-19d29454bcaa"},{"key":"X-Runtime","value":"4.609830"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"gst_number\": [\n            \"does not match with the State specified here. Kindly review & update your GST details or update your address\"\n        ]\n    }\n}"}],"_postman_id":"aa38c732-eba4-43a0-b50a-511964be93d1"},{"name":"merchant details","id":"b385c6bc-f792-4d83-a8cf-f53ca040a860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[{"disabled":true,"key":"sdf","value":""}],"variable":[]}},"response":[{"id":"cc73ad8b-70fa-44df-8e2f-7147eb4338b4","name":"success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}","host":["{{onboarding_base_url}}"],"path":["api","v1","merchants","{{merchant_uuid}}"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jan 2022 04:34:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"833f7824-a187-4425-b087-14370fd5d72d"},{"key":"X-Runtime","value":"0.361550"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchants\": [\n        {\n            \"name\": \"Merchant\",\n            \"email\": \"yash.gupta@payutest.in\",\n            \"registered_mobile\": \"9811045698\",\n            \"id\": 10759,\n            \"mid\": 7600241,\n            \"test_mid\": null,\n            \"uuid\": \"11eb-5bdb-acce44b2-897c-02053299b2da\",\n            \"product\": \"PayUbiz\",\n            \"device\": \"Desktop\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": 25,\n            \"display_name\": \"Merchant\",\n            \"account_id\": 883,\n            \"business_entity_id\": 4,\n            \"business_category_id\": 36,\n            \"business_sub_category_id\": 306,\n            \"business_name\": \"Yash Gupta\",\n            \"pancard_name\": \"Yash Gupta\",\n            \"pancard_number\": \"BLWPG5112M\",\n            \"website_url\": \"https://google.com\",\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"SMB-ENT\",\n            \"gst_number\": null,\n            \"integration_type\": \"ThirdParty\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": 90,\n            \"downjones_check\": \"Pending\",\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": 10000,\n            \"sap_id\": null,\n            \"source_type\": \"Organic\",\n            \"active\": true,\n            \"source_url\": \"https://test10-onboarding.payu.in/account/service_login?redirect_to=https%3A%2F%2Fpp72.payumoney.com%2Fmerchant-dashboard%2F%3F_ga%3D2.74766546.1374382670.1611228389-445709933.1611228388%23%2Frequested-payments\",\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-01-21T11:27:42.000Z\",\n            \"updated_at\": \"2021-12-26T21:23:02.000Z\",\n            \"admin_user_id\": 7944,\n            \"mobile\": \"9811045698\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": \"Website OK\",\n            \"sub_source\": \"WebsiteSignUp\",\n            \"account_uuid\": \"7f47-cd75-d424876f-a688-e97b216d6c9d\",\n            \"blocked\": false,\n            \"pan_verification_status\": \"Success\",\n            \"website_remarks\": null,\n            \"settlement_status\": \"Thirdparty Hold\",\n            \"source_details\": null,\n            \"merchant_vertical\": \"SMB\",\n            \"notification_email\": \"yash.gupta@payutest.in\",\n            \"bank_update_attempt_count\": 5,\n            \"partner_source\": null,\n            \"flag\": 16,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": null,\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null,\n            \"bank_update_attempt_left\": 6,\n            \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n            \"business_category_uuid\": \"d407-ff74-22c65119-336b-0e218dad1305\",\n            \"business_sub_category_uuid\": \"753f-6ea4-7c58f956-a39e-c5aa38731465\",\n            \"first_name\": \"\",\n            \"last_name\": \"Merchant\",\n            \"is_service_agreement_accepted\": false,\n            \"is_service_agreement_esigned\": false,\n            \"is_authorisation_letter_required\": true,\n            \"acl_role_name\": null,\n            \"dashboard_preference\": \"one_dashboard\",\n            \"next_bank_update_time\": \"2022-01-17T07:44:25.000+05:30\",\n            \"business_pan_name_match\": false,\n            \"admin_user_uuid\": \"11eb-5739-2eff6044-ac40-02f413145cce\",\n            \"contact_details\": [\n                {\n                    \"id\": 1368,\n                    \"name\": \"xyz\",\n                    \"email\": \"yash.gupta@payu.in\",\n                    \"mobile\": null,\n                    \"designation\": \"Others\",\n                    \"contact_detail_type\": \"Signing Authority\",\n                    \"authorised_signatory\": true,\n                    \"account_uuid\": \"7f47-cd75-d424876f-a688-e97b216d6c9d\",\n                    \"uuid\": \"11eb-6545-1e19587e-98d3-02053299b2da\",\n                    \"active\": true,\n                    \"created_at\": \"2021-02-02T10:55:09.000Z\",\n                    \"updated_at\": \"2021-05-04T04:42:33.000Z\",\n                    \"email_verified\": true,\n                    \"record_id\": 883,\n                    \"record_type\": \"Account\",\n                    \"temp_account_id\": null\n                }\n            ],\n            \"migration_status\": 0,\n            \"saved_kyc_address\": {\n                \"id\": 6175,\n                \"addressable_id\": 883,\n                \"address_type\": \"CIN\",\n                \"pincode\": 411006,\n                \"city\": \"Pune\",\n                \"state\": \"MAHARASHTRA\",\n                \"address_line\": \"F5-25, Hermes Heritage, Phase II, Shastri Nagar, Yerwada, Pune PUNE Pune MH 411006 IN \",\n                \"uuid\": \"11ec-6692-156ab494-bda2-02053299b2da\",\n                \"created_at\": \"2021-12-26T21:23:35.000Z\",\n                \"updated_at\": \"2021-12-26T21:23:35.000Z\",\n                \"addressable_type\": \"Account\",\n                \"active\": true\n            },\n            \"document_status\": \"Pending\",\n            \"kyc_status\": {\n                \"kyc_status\": \"PENDING\",\n                \"adhaar_kyc_status\": \"PENDING\",\n                \"ckyc_status\": \"PENDING\"\n            },\n            \"service_intent\": \"default\",\n            \"revamp_merchant\": false,\n            \"is_cs_eligible\": false,\n            \"bank_detail\": {\n                \"id\": 3153,\n                \"branch_name\": \"MANGALORE\",\n                \"bank_account_number\": \"234543212322\",\n                \"ifsc_code\": \"ABHY0065306\",\n                \"holder_name\": \"Yash Gupta\",\n                \"nodal_code\": null,\n                \"nodal_status\": \"Not Activated\",\n                \"active\": true,\n                \"status\": 0,\n                \"penny_deposit_status\": \"Failed\",\n                \"penny_attempt_count\": 0,\n                \"penny_deposit_method\": \"IMPS\",\n                \"bank_verification_status\": \"Pending\",\n                \"uuid\": \"11ec-773b-30685d1e-9fae-02053299b2da\",\n                \"created_at\": \"2022-01-17T02:14:24.000Z\",\n                \"updated_at\": \"2022-01-17T02:15:13.000Z\",\n                \"bank_name\": \"ABHYUDAYA COOPERATIVE BANK LIMITED\",\n                \"bank_type\": \"saving\",\n                \"addendum_status\": null,\n                \"holder_name_by_bank\": null,\n                \"flag\": 8,\n                \"bank_verification_proof\": \"Cancelled Cheque\",\n                \"penny_attempt_left\": 10\n            },\n            \"operating_address\": {\n                \"id\": 4084,\n                \"addressable_id\": 10759,\n                \"address_type\": \"Operating\",\n                \"pincode\": 110075,\n                \"city\": \"South West Delhi\",\n                \"state\": \"DELHI\",\n                \"address_line\": \"South West Delhi\",\n                \"uuid\": \"11eb-6544-d651d03e-98d3-02053299b2da\",\n                \"created_at\": \"2021-02-02T10:53:12.000Z\",\n                \"updated_at\": \"2021-02-02T10:53:12.000Z\",\n                \"addressable_type\": \"Merchant\",\n                \"active\": true\n            },\n            \"registration_address\": {\n                \"id\": 4083,\n                \"addressable_id\": 10759,\n                \"address_type\": \"Registered\",\n                \"pincode\": 110075,\n                \"city\": \"South West Delhi\",\n                \"state\": \"DELHI\",\n                \"address_line\": \"South West Delhi\",\n                \"uuid\": \"11eb-6544-d6520176-98d3-02053299b2da\",\n                \"created_at\": \"2021-02-02T10:53:11.000Z\",\n                \"updated_at\": \"2021-02-02T10:53:11.000Z\",\n                \"addressable_type\": \"Merchant\",\n                \"active\": true\n            },\n            \"business_entity\": {\n                \"id\": 4,\n                \"name\": \"Private Limited\"\n            },\n            \"merchant_statuses\": [\n                {\n                    \"id\": 16628,\n                    \"record_type\": \"Merchant\",\n                    \"record_id\": 10759,\n                    \"status_type\": \"WEBSITE\",\n                    \"status_value\": \"Website OK\",\n                    \"uuid\": \"11eb-5bdb-ad135412-897c-02053299b2da\",\n                    \"created_at\": \"2021-01-21T11:27:42.000Z\",\n                    \"updated_at\": \"2021-08-27T13:18:38.000Z\"\n                },\n                {\n                    \"id\": 27252,\n                    \"record_type\": \"Merchant\",\n                    \"record_id\": 10759,\n                    \"status_type\": \"KYC_DOCUMENTS\",\n                    \"status_value\": \"Pending\",\n                    \"uuid\": \"11ec-0738-4d96362c-9416-02053299b2da\",\n                    \"created_at\": \"2021-08-27T13:11:34.000Z\",\n                    \"updated_at\": \"2021-12-26T21:27:02.000Z\"\n                },\n                {\n                    \"id\": 27253,\n                    \"record_type\": \"Merchant\",\n                    \"record_id\": 10759,\n                    \"status_type\": \"Agreement\",\n                    \"status_value\": \"Not Generated\",\n                    \"uuid\": \"11ec-0738-4dcf9462-9416-02053299b2da\",\n                    \"created_at\": \"2021-08-27T13:11:34.000Z\",\n                    \"updated_at\": \"2021-08-27T13:11:44.000Z\"\n                }\n            ],\n            \"website_detail\": {\n                \"website_url\": \"https://google.com\",\n                \"ios_url\": null,\n                \"android_url\": null,\n                \"uuid\": \"11ec-0739-44bdba4c-9416-02053299b2da\",\n                \"website_pages\": [],\n                \"website_document_categories\": [],\n                \"website_approval_status\": \"Website OK\",\n                \"additional_info_status\": null,\n                \"website_url_invalid\": false,\n                \"ios_url_invalid\": false,\n                \"android_url_invalid\": false,\n                \"addendum_status\": null,\n                \"domain_status_by_merchant\": null,\n                \"active\": true,\n                \"latest_comment\": null,\n                \"latest_sf_comment\": null,\n                \"req_doc_category\": null\n            },\n            \"attached_configs\": [],\n            \"kyc_documents\": [\n                {\n                    \"id\": 12858,\n                    \"document_category_id\": 10,\n                    \"document_type_id\": 31,\n                    \"account_id\": null,\n                    \"remarks\": null,\n                    \"status\": \"Pending\",\n                    \"uuid\": \"11ec-6697-fa422aca-90bb-02053299b2da\",\n                    \"active\": true,\n                    \"created_at\": \"2021-12-26T22:05:46.000Z\",\n                    \"updated_at\": \"2021-12-26T22:08:07.000Z\",\n                    \"kyc_document_type\": \"KYC\",\n                    \"document_format\": \"Soft Copy\",\n                    \"e_stamp_number\": null,\n                    \"temp_account_id\": null,\n                    \"error\": null,\n                    \"record_type\": \"Merchant\",\n                    \"record_id\": 10759,\n                    \"issue_date\": null,\n                    \"expiry_date\": null,\n                    \"processed_document\": null,\n                    \"document_category_name\": \"Government Issued Certificate\",\n                    \"document_type_name\": \"Certificate of Incorporation\"\n                },\n                {\n                    \"id\": 9759,\n                    \"document_category_id\": 9,\n                    \"document_type_id\": 7,\n                    \"account_id\": null,\n                    \"remarks\": null,\n                    \"status\": \"DOCUMENT_SUBMITTED\",\n                    \"uuid\": \"11ec-0738-4fab6464-9416-02053299b2da\",\n                    \"active\": true,\n                    \"created_at\": \"2021-05-31T05:47:59.000Z\",\n                    \"updated_at\": \"2021-08-27T13:11:37.000Z\",\n                    \"kyc_document_type\": \"KYC\",\n                    \"document_format\": \"Soft Copy\",\n                    \"e_stamp_number\": null,\n                    \"temp_account_id\": null,\n                    \"error\": null,\n                    \"record_type\": \"Merchant\",\n                    \"record_id\": 10759,\n                    \"issue_date\": null,\n                    \"expiry_date\": null,\n                    \"processed_document\": {\n                        \"id\": 16203,\n                        \"metadata\": {\n                            \"identified\": true,\n                            \"analyzed\": true\n                        },\n                        \"filename\": \"Screenshot 2021-01-16 at 12.09.01 AM.png\",\n                        \"byte_size\": 1025356,\n                        \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBbjQvIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--426997767e2538c88cedf65371fd121714f2e08a/Screenshot%202021-01-16%20at%2012.09.01%20AM.png\",\n                        \"kyc_document_uuid\": \"11ec-0738-4fab6464-9416-02053299b2da\"\n                    },\n                    \"document_category_name\": \"Address Proof of Signing Authority\",\n                    \"document_type_name\": \"Driving Licence\"\n                },\n                {\n                    \"id\": 12963,\n                    \"document_category_id\": 2,\n                    \"document_type_id\": 3,\n                    \"account_id\": null,\n                    \"remarks\": null,\n                    \"status\": \"DOCUMENT_SUBMITTED\",\n                    \"uuid\": \"11ec-773a-8a298b1c-9fae-02053299b2da\",\n                    \"active\": true,\n                    \"created_at\": \"2022-01-17T02:09:45.000Z\",\n                    \"updated_at\": \"2022-01-17T02:30:01.000Z\",\n                    \"kyc_document_type\": \"KYC\",\n                    \"document_format\": \"Soft Copy\",\n                    \"e_stamp_number\": null,\n                    \"temp_account_id\": null,\n                    \"error\": null,\n                    \"record_type\": \"Merchant\",\n                    \"record_id\": 10759,\n                    \"issue_date\": null,\n                    \"expiry_date\": null,\n                    \"processed_document\": {\n                        \"id\": 20114,\n                        \"metadata\": {\n                            \"identified\": true,\n                            \"analyzed\": true\n                        },\n                        \"filename\": \"Sample.png\",\n                        \"byte_size\": 171937,\n                        \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBa2RPIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--7747902a47b1802aa34b42a0cdabcb92f31b4624/Sample.png\",\n                        \"kyc_document_uuid\": \"11ec-773a-8a298b1c-9fae-02053299b2da\"\n                    },\n                    \"document_category_name\": \"PAN Card of Signing Authority\",\n                    \"document_type_name\": \"PAN Card\"\n                },\n                {\n                    \"id\": 9760,\n                    \"document_category_id\": 13,\n                    \"document_type_id\": 38,\n                    \"account_id\": null,\n                    \"remarks\": null,\n                    \"status\": \"Approved\",\n                    \"uuid\": \"11ec-0738-5029f392-9416-02053299b2da\",\n                    \"active\": true,\n                    \"created_at\": \"2021-05-06T07:33:47.000Z\",\n                    \"updated_at\": \"2021-08-27T13:11:41.000Z\",\n                    \"kyc_document_type\": \"Addendum\",\n                    \"document_format\": \"Soft Copy\",\n                    \"e_stamp_number\": null,\n                    \"temp_account_id\": null,\n                    \"error\": null,\n                    \"record_type\": \"Merchant\",\n                    \"record_id\": 10759,\n                    \"issue_date\": null,\n                    \"expiry_date\": null,\n                    \"processed_document\": {\n                        \"id\": 16206,\n                        \"metadata\": {\n                            \"identified\": true,\n                            \"analyzed\": true\n                        },\n                        \"filename\": \"addendum_for_changed_details.pdf\",\n                        \"byte_size\": 24000,\n                        \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBb0UvIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--fbfb7ca840ec0657197f96524991ef621d33661b/addendum_for_changed_details.pdf\",\n                        \"kyc_document_uuid\": \"11ec-0738-5029f392-9416-02053299b2da\"\n                    },\n                    \"document_category_name\": \"Service Agreement\",\n                    \"document_type_name\": \"Addendum\"\n                }\n            ],\n            \"cs_plan\": null,\n            \"website_pages\": [],\n            \"product_account_detail\": {\n                \"id\": 128,\n                \"merchant_id\": 10759,\n                \"dob\": null,\n                \"pep\": \"Not Applicable\",\n                \"aml_flag\": false,\n                \"created_at\": \"2021-12-26T21:23:25.000Z\",\n                \"updated_at\": \"2021-12-26T21:23:32.000Z\",\n                \"uuid\": \"11ec-6692-0ee9bed0-9d9b-02053299b2da\",\n                \"gst_addendum_status\": null\n            }\n        }\n    ]\n}"},{"id":"d8e2db20-c7da-43f3-b520-9abc9b7412c3","name":"Invalid token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}","host":["{{onboarding_base_url}}"],"path":["api","v1","merchants","{{merchant_uuid}}"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jan 2022 04:35:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"cb192857-f3f9-4d37-9419-d09a6d30eff5"},{"key":"X-Runtime","value":"0.012534"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"fbbc2b87-8715-4a91-9f97-3d3c2daf912e","name":"merchant not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}","host":["{{onboarding_base_url}}"],"path":["api","v1","merchants","{{merchant_uuid}}"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jan 2022 04:36:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"16221821-5718-49fb-856a-13673ce1633c"},{"key":"X-Runtime","value":"0.117348"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"b385c6bc-f792-4d83-a8cf-f53ca040a860"}],"id":"38ad3fd3-fe5d-4825-9342-354b1b51e003","_postman_id":"38ad3fd3-fe5d-4825-9342-354b1b51e003","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}}},{"name":"Aggregator - Child Merchant","item":[{"name":"Aggregator - Child Merchant","item":[{"name":"create_child_merchant","id":"852511b6-fb41-44af-864a-4bb7a430a536","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"<p>Merchant access token or client token with scope 'refer_child_merchant' generated from Hub</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n        \"product\": \"PayUbiz\", // Mandatory to pass\n\t\t\"name\": \"test user 5\", // Display name of child merchant, mandatory\n\t\t\"email\": \"test.user5.aggregator@payutest.in\", // child merchant email, mandatory\n\t\t\"mobile\": \"8860890284\", // Child merchant user mobile, mandatory\n        \"aggregator_parent_mid\": \"149726\", // Parent merchant mid, mandatory\n        \"merchant_type\": \"aggregator\" // Mandatory field\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}},"urlObject":{"path":["api","v1","merchants"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3b6b2adf-9f35-4e78-a37d-ee6aaea52ceb","name":"When token has expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"Merchant access token or client token with scope 'refer_child_merchant' generated from Hub"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n        \"product\": \"PayUbiz\", // Mandatory to pass\n\t\t\"email\": \"test.user5.aggregator@payutest.in\", // child merchant email, mandatory\n\t\t\"mobile\": \"8860890284\", // Child merchant user mobile, mandatory\n        \"aggregator_parent_mid\": \"149726\", // Parent merchant mid, mandatory\n        \"merchant_type\": \"aggregator\" // Mandatory field\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Oct 2021 15:40:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"9486ccc2-62a3-4302-815a-d79c0becb849"},{"key":"X-Runtime","value":"0.185397"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"d7ffbdae-2cd7-42fc-9268-84143aa19b2f","name":"create_child_merchant when token is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"Merchant access token or client token with scope 'refer_child_merchant' generated from Hub"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n        \"product\": \"PayUbiz\", // Mandatory to pass\n\t\t\"email\": \"test.user5.aggregator@payutest.in\", // child merchant email, mandatory\n\t\t\"mobile\": \"8860890284\", // Child merchant user mobile, mandatory\n        \"aggregator_parent_mid\": \"149726\", // Parent merchant mid, mandatory\n        \"merchant_type\": \"aggregator\" // Mandatory field\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Oct 2021 15:40:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"9486ccc2-62a3-4302-815a-d79c0becb849"},{"key":"X-Runtime","value":"0.185397"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"23c2890b-2e94-43b6-a997-d777af38841a","name":"create_child_merchant is success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"Merchant access token or client token with scope 'refer_child_merchant' generated from Hub"}],"body":{"mode":"formdata","formdata":[]},"url":"{{onboarding_base_url}}/api/v1/merchants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Oct 2021 15:49:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"ETag","value":"W/\"8e3113b8a00e24878e965a8194b853ba\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"e66fb2df-20f8-406b-93d7-d081154ebac5"},{"key":"X-Runtime","value":"6.822457"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n\t\t\"name\": \"test user\", // Display name, mandatory\n\t\t\"email\": \"test.user94@payu.in\", // child merchant email, mandatory\n\t\t\"mobile\": \"9953150678\", // User mobile, mandatory\n        \"product\": \"PayUbiz\", // mandatory\n\t\t\"business_entity_id\": \"14\", // Business entity id, Optional\n\t\t\"business_category_id\": \"16\", // Business category id, Optional\n\t\t\"business_sub_category_id\": \"128\", // Business sub category id, Optional\n\t\t\"business_type\": \"LongTail\", // Business type id, Optional\n\t\t\"business_name\": \"kapil kumar\", // Business name similar to Pan, Optional\n\t\t\"monthly_expected_volume\": \"60000\", //  Optional\n\t\t\"gst_number\": null, //  Optional\n\t\t\"pancard_name\": \"kapil kumar\", // Optional\n\t\t\"pancard_number\": \"DBZPK4951B\", // Optional\n        \"aggregator_parent_mid\": \"7210921\", // Parent merchant mid, mandatory\n        \"merchant_type\": \"aggregator\" // Mandatory\n\t}\n}"}],"_postman_id":"852511b6-fb41-44af-864a-4bb7a430a536"},{"name":"sub account listing","id":"a3a5d043-dd6d-4596-9d17-fc91555bd726","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"<p>Merchant access token or client token with scope 'fetchr_child_merchants' from Hub</p>\n"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{parent_merchant_uuid}}/sub_accounts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{parent_merchant_uuid}}","sub_accounts"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8a3ff00a-fa5b-4643-8aee-97921386bd82","name":"Success sub account listing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"Parent Merchant access token or client token with scope 'fetch_child_merchants scope' from Hub"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{parent_merchant_uuid}}/sub_accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Oct 2021 15:56:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"ETag","value":"W/\"f1259d06199dca8136ee3e7aafac862c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"e7200243-4cf8-4b3e-84c1-5dd537dd79fe"},{"key":"X-Runtime","value":"0.223644"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{   // List of child merchant and their details under a parent merchant\n    \"child_merchants\": [\n        {\n            \"id\": 13044,\n            \"mid\": 7220715,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-1c34-13ba0648-b4c9-02053299b2da\",\n            \"product\": \"PayUmoney\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"PayUmoney\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-09-23T06:04:15.000Z\",\n            \"updated_at\": \"2021-09-23T06:04:15.000Z\",\n            \"admin_user_id\": 9952,\n            \"email\": \"test.user1.aggregator@payutest.in\",\n            \"mobile\": \"8860898210\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user1.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        },\n        {\n            \"id\": 13045,\n            \"mid\": 7220716,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-1c34-8946c6a8-b4c9-02053299b2da\",\n            \"product\": \"PayUmoney\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"PayUmoney\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-09-23T06:07:31.000Z\",\n            \"updated_at\": \"2021-09-23T06:07:31.000Z\",\n            \"admin_user_id\": 9953,\n            \"email\": \"test.user2.aggregator@payutest.in\",\n            \"mobile\": \"8860890280\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user2.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        },\n        {\n            \"id\": 13046,\n            \"mid\": 7220717,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-1c35-3684eda4-b4c9-02053299b2da\",\n            \"product\": \"PayUmoney\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"PayUmoney\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-09-23T06:12:21.000Z\",\n            \"updated_at\": \"2021-09-23T06:12:21.000Z\",\n            \"admin_user_id\": 9954,\n            \"email\": \"test.user3.aggregator@payutest.in\",\n            \"mobile\": \"8860890281\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user3.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        },\n        {\n            \"id\": 13047,\n            \"mid\": 8006683,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-1c35-4c1bf900-b4c9-02053299b2da\",\n            \"product\": \"PayUbiz\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"SMB-ENT\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-09-23T06:12:58.000Z\",\n            \"updated_at\": \"2021-09-23T06:12:58.000Z\",\n            \"admin_user_id\": 9955,\n            \"email\": \"test.user4.aggregator@payutest.in\",\n            \"mobile\": \"8860890282\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user4.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        },\n        {\n            \"id\": 13048,\n            \"mid\": 8006684,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-1c36-066b0ee0-b4c9-02053299b2da\",\n            \"product\": \"PayUbiz\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"SMB-ENT\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-09-23T06:18:11.000Z\",\n            \"updated_at\": \"2021-09-23T06:18:11.000Z\",\n            \"admin_user_id\": 9956,\n            \"email\": \"test.user5.aggregator@payutest.in\",\n            \"mobile\": \"8860890284\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user5.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        },\n        {\n            \"id\": 13130,\n            \"mid\": 8006726,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-29d9-1753523e-a0b8-02053299b2da\",\n            \"product\": \"PayUbiz\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"SMB-ENT\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-10-10T14:48:25.000Z\",\n            \"updated_at\": \"2021-10-10T14:48:25.000Z\",\n            \"admin_user_id\": 10049,\n            \"email\": \"test.user11.aggregator@payutest.in\",\n            \"mobile\": \"8860890285\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user11.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        },\n        {\n            \"id\": 13131,\n            \"mid\": 8006727,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-29e1-9b1030da-a0b8-02053299b2da\",\n            \"product\": \"PayUbiz\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"SMB-ENT\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-10-10T15:49:14.000Z\",\n            \"updated_at\": \"2021-10-10T15:49:14.000Z\",\n            \"admin_user_id\": 10050,\n            \"email\": \"test.user12.aggregator@payutest.in\",\n            \"mobile\": \"8860890286\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user12.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        }\n    ]\n}"},{"id":"bb910792-9fc7-4209-b4b5-787cb827add4","name":"When token is invalid or expired","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"Merchant access token or client token with scope 'fetch_child_merchants scope' from Hub"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{parent_merchant_uuid}}/sub_accounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Oct 2021 15:53:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"1c118013-af85-4798-9280-37c3fe4751da"},{"key":"X-Runtime","value":"0.178557"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"a3a5d043-dd6d-4596-9d17-fc91555bd726"},{"name":"get_client_token","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var data = JSON.parse(responseBody);","postman.setGlobalVariable(\"access_token\", \"bearer \" + data.access_token);"],"id":"a63f484a-6be3-4643-b761-e6dc58fa5eb4"}}],"id":"b3e02dc6-7f9c-4694-b04e-900825135cb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>This can be all standard formats</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","description":"<p>Hub Client ID of service making the API call to create child merchant  [Mandatory ]</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>Hub Client Secret  [Mandatory ]</p>\n","type":"text"},{"key":"grant_type","value":"client_credentials","description":"<p>Grant Type [Mandatory ]</p>\n","type":"text"},{"key":"scope","value":"refer_child_merchant","description":"<p>Scope to create child merchant. To be addedd on client on Hub.  [Mandatory ]</p>\n","type":"text"}]},"url":"{{hub_base_url}}/oauth/token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}},"urlObject":{"path":["oauth","token"],"host":["{{hub_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c6900693-3f9a-4866-af88-c4581efed569","name":"Unauthorized : Incorrect Client ID or Secret","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"This can be all standard formats"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","description":"Hub Client ID of service making the API call to create child merchant  [Mandatory ]","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"Hub Client Secret  [Mandatory ]","type":"text"},{"key":"grant_type","value":"client_credentials","description":"Grant Type [Mandatory ]","type":"text"},{"key":"scope","value":"refer_child_merchant","description":"Scope to create child merchant. To be addedd on client on Hub.  [Mandatory ]","type":"text"}]},"url":"{{hub_base_url}}/oauth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Jan 2022 13:28:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"WWW-Authenticate","value":"Bearer realm=\"PayU Accounts\", error=\"invalid_client\", error_description=\"Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.\""},{"key":"X-Request-Id","value":"a9a81fd4-bd90-4cfe-8755-a06f2149de62"},{"key":"X-Runtime","value":"0.004853"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_client\",\n    \"error_description\": \"Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.\"\n}"},{"id":"42801eef-75cb-4f9a-8696-7d2376c9973a","name":"Success Response : get_client_token ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"This can be all standard formats"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","description":"Hub Client ID of service making the API call to create child merchant  [Mandatory ]","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"Hub Client Secret  [Mandatory ]","type":"text"},{"key":"grant_type","value":"client_credentials","description":"Grant Type  [Mandatory ]","type":"text"},{"key":"scope","value":"refer_child_merchant","description":"Scope to create child merchant. To be addedd on client on Hub  [Mandatory ]","type":"text"}]},"url":"{{hub_base_url}}/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Jan 2022 12:38:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"ETag","value":"W/\"729123548f41a15ba3c2a8fd505a34ad\""},{"key":"X-Request-Id","value":"6795f8b7-1e51-4785-90ee-3dbc7506dcae"},{"key":"X-Runtime","value":"0.018616"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' data:; font-src 'self' data:; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://js-agent.newrelic.com https://bam.nr-data.net https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/; frame-src https://www.google.com/recaptcha/; style-src 'self' 'unsafe-inline'; object-src 'none';"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"453226e88f0e6d18b24fe4eedb817b0ff096cb740f0354e4b133188555d2b151\", // Access Token\n    \"token_type\": \"Bearer\", // Token Type\n    \"expires_in\": 2591999, // Expiry time in Seconds\n    \"scope\": \"refer_child_merchant\", // Scope on token\n    \"created_at\": 1642509515 // Token Created at timestamp\n}"},{"id":"3e7bcc99-aa97-461b-9dec-9f7df395ab0b","name":"Unauthorized : Incorrect Scope or non-whitelisted scope","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"This can be all standard formats"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","description":"Hub Client ID of service making the API call to create child merchant  [Mandatory ]","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"Hub Client Secret  [Mandatory ]","type":"text"},{"key":"grant_type","value":"client_credentials","description":"Grant Type [Mandatory ]","type":"text"},{"key":"scope","value":"refer_child_merchan","description":"Scope to create child merchant. To be addedd on client on Hub.  [Mandatory ]","type":"text"}]},"url":"{{hub_base_url}}/oauth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Jan 2022 13:30:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"85ee572c-b59c-4969-8e36-0da92e4c69ff"},{"key":"X-Runtime","value":"0.005729"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_scope\",\n    \"error_description\": \"The requested scope is invalid, unknown, or malformed.\"\n}"}],"_postman_id":"b3e02dc6-7f9c-4694-b04e-900825135cb1"}],"id":"329cb6e7-fb82-4899-ba9e-d17e7c054669","_postman_id":"329cb6e7-fb82-4899-ba9e-d17e7c054669","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}}},{"name":"create_child_merchant","id":"0d9636e6-b7b7-460a-bf99-e8e08a759f48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"<p>Merchant access token or client token with scope 'refer_child_merchant' generated from Hub</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n        \"product\": \"PayUbiz\", // Mandatory to pass\n\t\t\"name\": \"test user 5\", // Display name of child merchant, mandatory\n\t\t\"email\": \"test.user5.aggregator@payutest.in\", // child merchant email, mandatory\n\t\t\"mobile\": \"8860890284\", // Child merchant user mobile, mandatory\n        \"aggregator_parent_mid\": \"149726\", // Parent merchant mid, mandatory\n        \"merchant_type\": \"aggregator\" // Mandatory field\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}},"urlObject":{"path":["api","v1","merchants"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"49a5c00a-3b98-4e4f-8f8f-89e989a41afc","name":"When token has expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"Merchant access token or client token with scope 'refer_child_merchant' generated from Hub"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n        \"product\": \"PayUbiz\", // Mandatory to pass\n\t\t\"email\": \"test.user5.aggregator@payutest.in\", // child merchant email, mandatory\n\t\t\"mobile\": \"8860890284\", // Child merchant user mobile, mandatory\n        \"aggregator_parent_mid\": \"149726\", // Parent merchant mid, mandatory\n        \"merchant_type\": \"aggregator\" // Mandatory field\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Oct 2021 15:40:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"9486ccc2-62a3-4302-815a-d79c0becb849"},{"key":"X-Runtime","value":"0.185397"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"7be28137-e187-4cbb-b6b5-395405e3a044","name":"create_child_merchant when token is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"Merchant access token or client token with scope 'refer_child_merchant' generated from Hub"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n        \"product\": \"PayUbiz\", // Mandatory to pass\n\t\t\"email\": \"test.user5.aggregator@payutest.in\", // child merchant email, mandatory\n\t\t\"mobile\": \"8860890284\", // Child merchant user mobile, mandatory\n        \"aggregator_parent_mid\": \"149726\", // Parent merchant mid, mandatory\n        \"merchant_type\": \"aggregator\" // Mandatory field\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Oct 2021 15:40:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"9486ccc2-62a3-4302-815a-d79c0becb849"},{"key":"X-Runtime","value":"0.185397"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"9bb3b7e8-9fc8-45d3-8714-aaf311ab9740","name":"create_child_merchant is success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"Merchant access token or client token with scope 'refer_child_merchant' generated from Hub"}],"body":{"mode":"formdata","formdata":[]},"url":"{{onboarding_base_url}}/api/v1/merchants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Oct 2021 15:49:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"ETag","value":"W/\"8e3113b8a00e24878e965a8194b853ba\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"e66fb2df-20f8-406b-93d7-d081154ebac5"},{"key":"X-Runtime","value":"6.822457"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n\t\t\"name\": \"test user\", // Display name, mandatory\n\t\t\"email\": \"test.user94@payu.in\", // child merchant email, mandatory\n\t\t\"mobile\": \"9953150678\", // User mobile, mandatory\n        \"product\": \"PayUbiz\", // mandatory\n\t\t\"business_entity_id\": \"14\", // Business entity id, Optional\n\t\t\"business_category_id\": \"16\", // Business category id, Optional\n\t\t\"business_sub_category_id\": \"128\", // Business sub category id, Optional\n\t\t\"business_type\": \"LongTail\", // Business type id, Optional\n\t\t\"business_name\": \"kapil kumar\", // Business name similar to Pan, Optional\n\t\t\"monthly_expected_volume\": \"60000\", //  Optional\n\t\t\"gst_number\": null, //  Optional\n\t\t\"pancard_name\": \"kapil kumar\", // Optional\n\t\t\"pancard_number\": \"DBZPK4951B\", // Optional\n        \"aggregator_parent_mid\": \"7210921\", // Parent merchant mid, mandatory\n        \"merchant_type\": \"aggregator\" // Mandatory\n\t}\n}"}],"_postman_id":"0d9636e6-b7b7-460a-bf99-e8e08a759f48"},{"name":"sub account listing","id":"0ad24aa2-ab60-479d-92c9-4d947d44953c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"<p>Merchant access token or client token with scope 'fetchr_child_merchants' from Hub</p>\n"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{parent_merchant_uuid}}/sub_accounts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{parent_merchant_uuid}}","sub_accounts"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3b4bf871-78fb-42c2-b424-3d8c38503104","name":"Success sub account listing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"Parent Merchant access token or client token with scope 'fetch_child_merchants scope' from Hub"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{parent_merchant_uuid}}/sub_accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Oct 2021 15:56:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"ETag","value":"W/\"f1259d06199dca8136ee3e7aafac862c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"e7200243-4cf8-4b3e-84c1-5dd537dd79fe"},{"key":"X-Runtime","value":"0.223644"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{   // List of child merchant and their details under a parent merchant\n    \"child_merchants\": [\n        {\n            \"id\": 13044,\n            \"mid\": 7220715,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-1c34-13ba0648-b4c9-02053299b2da\",\n            \"product\": \"PayUmoney\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"PayUmoney\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-09-23T06:04:15.000Z\",\n            \"updated_at\": \"2021-09-23T06:04:15.000Z\",\n            \"admin_user_id\": 9952,\n            \"email\": \"test.user1.aggregator@payutest.in\",\n            \"mobile\": \"8860898210\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user1.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        },\n        {\n            \"id\": 13045,\n            \"mid\": 7220716,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-1c34-8946c6a8-b4c9-02053299b2da\",\n            \"product\": \"PayUmoney\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"PayUmoney\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-09-23T06:07:31.000Z\",\n            \"updated_at\": \"2021-09-23T06:07:31.000Z\",\n            \"admin_user_id\": 9953,\n            \"email\": \"test.user2.aggregator@payutest.in\",\n            \"mobile\": \"8860890280\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user2.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        },\n        {\n            \"id\": 13046,\n            \"mid\": 7220717,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-1c35-3684eda4-b4c9-02053299b2da\",\n            \"product\": \"PayUmoney\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"PayUmoney\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-09-23T06:12:21.000Z\",\n            \"updated_at\": \"2021-09-23T06:12:21.000Z\",\n            \"admin_user_id\": 9954,\n            \"email\": \"test.user3.aggregator@payutest.in\",\n            \"mobile\": \"8860890281\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user3.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        },\n        {\n            \"id\": 13047,\n            \"mid\": 8006683,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-1c35-4c1bf900-b4c9-02053299b2da\",\n            \"product\": \"PayUbiz\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"SMB-ENT\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-09-23T06:12:58.000Z\",\n            \"updated_at\": \"2021-09-23T06:12:58.000Z\",\n            \"admin_user_id\": 9955,\n            \"email\": \"test.user4.aggregator@payutest.in\",\n            \"mobile\": \"8860890282\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user4.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        },\n        {\n            \"id\": 13048,\n            \"mid\": 8006684,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-1c36-066b0ee0-b4c9-02053299b2da\",\n            \"product\": \"PayUbiz\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"SMB-ENT\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-09-23T06:18:11.000Z\",\n            \"updated_at\": \"2021-09-23T06:18:11.000Z\",\n            \"admin_user_id\": 9956,\n            \"email\": \"test.user5.aggregator@payutest.in\",\n            \"mobile\": \"8860890284\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user5.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        },\n        {\n            \"id\": 13130,\n            \"mid\": 8006726,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-29d9-1753523e-a0b8-02053299b2da\",\n            \"product\": \"PayUbiz\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"SMB-ENT\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-10-10T14:48:25.000Z\",\n            \"updated_at\": \"2021-10-10T14:48:25.000Z\",\n            \"admin_user_id\": 10049,\n            \"email\": \"test.user11.aggregator@payutest.in\",\n            \"mobile\": \"8860890285\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user11.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        },\n        {\n            \"id\": 13131,\n            \"mid\": 8006727,\n            \"test_mid\": null,\n            \"uuid\": \"11ec-29e1-9b1030da-a0b8-02053299b2da\",\n            \"product\": \"PayUbiz\",\n            \"device\": \"Other\",\n            \"business_type\": \"LongTail\",\n            \"quality_score\": null,\n            \"display_name\": \"Merchant\",\n            \"account_id\": null,\n            \"business_entity_id\": null,\n            \"business_category_id\": null,\n            \"business_sub_category_id\": null,\n            \"business_name\": null,\n            \"pancard_name\": null,\n            \"pancard_number\": null,\n            \"website_url\": null,\n            \"android_url\": null,\n            \"ios_url\": null,\n            \"business_origin\": \"SMB-ENT\",\n            \"gst_number\": null,\n            \"integration_type\": \"Not Selected\",\n            \"routing_mid\": null,\n            \"average_delivery_time\": null,\n            \"downjones_check\": null,\n            \"aggregator_model\": null,\n            \"aggregator_type\": null,\n            \"monthly_expected_volume\": null,\n            \"sap_id\": null,\n            \"source_type\": null,\n            \"active\": true,\n            \"source_url\": null,\n            \"campaign_name\": null,\n            \"campaign_medium\": null,\n            \"campaign_source\": null,\n            \"campaign_term\": null,\n            \"partner_uuid\": null,\n            \"created_at\": \"2021-10-10T15:49:14.000Z\",\n            \"updated_at\": \"2021-10-10T15:49:14.000Z\",\n            \"admin_user_id\": 10050,\n            \"email\": \"test.user12.aggregator@payutest.in\",\n            \"mobile\": \"8860890286\",\n            \"terms_and_condition_accepted_at\": null,\n            \"website_approval_status\": null,\n            \"sub_source\": null,\n            \"account_uuid\": null,\n            \"blocked\": false,\n            \"pan_verification_status\": \"Pending\",\n            \"website_remarks\": null,\n            \"settlement_status\": null,\n            \"source_details\": null,\n            \"merchant_vertical\": null,\n            \"notification_email\": \"test.user12.aggregator@payutest.in\",\n            \"bank_update_attempt_count\": 0,\n            \"partner_source\": null,\n            \"flag\": 32,\n            \"integration_status\": \"Not Integrated\",\n            \"merchant_type\": \"child_aggregator\",\n            \"gmv_amount\": null,\n            \"shop_number\": null,\n            \"area_code\": null\n        }\n    ]\n}"},{"id":"cd722d7c-c47a-4207-9a7f-a3a41f8f0481","name":"When token is invalid or expired","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"Merchant access token or client token with scope 'fetch_child_merchants scope' from Hub"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{parent_merchant_uuid}}/sub_accounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Oct 2021 15:53:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"1c118013-af85-4798-9280-37c3fe4751da"},{"key":"X-Runtime","value":"0.178557"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"}],"_postman_id":"0ad24aa2-ab60-479d-92c9-4d947d44953c"},{"name":"get_client_token","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var data = JSON.parse(responseBody);","postman.setGlobalVariable(\"access_token\", \"bearer \" + data.access_token);"]}}],"id":"9d9ed242-7998-4a25-bce6-884e3e674cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p>This can be all standard formats</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","description":"<p>Hub Client ID of service making the API call to create child merchant  [Mandatory ]</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>Hub Client Secret  [Mandatory ]</p>\n","type":"text"},{"key":"grant_type","value":"client_credentials","description":"<p>Grant Type [Mandatory ]</p>\n","type":"text"},{"key":"scope","value":"refer_child_merchant","description":"<p>Scope to create child merchant. To be addedd on client on Hub.  [Mandatory ]</p>\n","type":"text"}]},"url":"{{hub_base_url}}/oauth/token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}},"urlObject":{"path":["oauth","token"],"host":["{{hub_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"261e7093-a894-4bf3-94c5-187589b4d559","name":"Unauthorized : Incorrect Client ID or Secret","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"This can be all standard formats"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","description":"Hub Client ID of service making the API call to create child merchant  [Mandatory ]","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"Hub Client Secret  [Mandatory ]","type":"text"},{"key":"grant_type","value":"client_credentials","description":"Grant Type [Mandatory ]","type":"text"},{"key":"scope","value":"refer_child_merchant","description":"Scope to create child merchant. To be addedd on client on Hub.  [Mandatory ]","type":"text"}]},"url":"{{hub_base_url}}/oauth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Jan 2022 13:28:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"WWW-Authenticate","value":"Bearer realm=\"PayU Accounts\", error=\"invalid_client\", error_description=\"Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.\""},{"key":"X-Request-Id","value":"a9a81fd4-bd90-4cfe-8755-a06f2149de62"},{"key":"X-Runtime","value":"0.004853"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_client\",\n    \"error_description\": \"Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.\"\n}"},{"id":"3bf605c1-d660-45d7-b60d-6df510b41a66","name":"Success Response : get_client_token ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"This can be all standard formats"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","description":"Hub Client ID of service making the API call to create child merchant  [Mandatory ]","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"Hub Client Secret  [Mandatory ]","type":"text"},{"key":"grant_type","value":"client_credentials","description":"Grant Type  [Mandatory ]","type":"text"},{"key":"scope","value":"refer_child_merchant","description":"Scope to create child merchant. To be addedd on client on Hub  [Mandatory ]","type":"text"}]},"url":"{{hub_base_url}}/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Jan 2022 12:38:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"ETag","value":"W/\"729123548f41a15ba3c2a8fd505a34ad\""},{"key":"X-Request-Id","value":"6795f8b7-1e51-4785-90ee-3dbc7506dcae"},{"key":"X-Runtime","value":"0.018616"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Content-Security-Policy","value":"default-src 'self'; img-src 'self' data:; font-src 'self' data:; script-src 'self' 'unsafe-eval' 'unsafe-inline' https://js-agent.newrelic.com https://bam.nr-data.net https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/; frame-src https://www.google.com/recaptcha/; style-src 'self' 'unsafe-inline'; object-src 'none';"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"453226e88f0e6d18b24fe4eedb817b0ff096cb740f0354e4b133188555d2b151\", // Access Token\n    \"token_type\": \"Bearer\", // Token Type\n    \"expires_in\": 2591999, // Expiry time in Seconds\n    \"scope\": \"refer_child_merchant\", // Scope on token\n    \"created_at\": 1642509515 // Token Created at timestamp\n}"},{"id":"fdc3b2d9-9bdf-4edb-bc2f-136471b38535","name":"Unauthorized : Incorrect Scope or non-whitelisted scope","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"This can be all standard formats"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","description":"Hub Client ID of service making the API call to create child merchant  [Mandatory ]","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"Hub Client Secret  [Mandatory ]","type":"text"},{"key":"grant_type","value":"client_credentials","description":"Grant Type [Mandatory ]","type":"text"},{"key":"scope","value":"refer_child_merchan","description":"Scope to create child merchant. To be addedd on client on Hub.  [Mandatory ]","type":"text"}]},"url":"{{hub_base_url}}/oauth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Jan 2022 13:30:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"85ee572c-b59c-4969-8e36-0da92e4c69ff"},{"key":"X-Runtime","value":"0.005729"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_scope\",\n    \"error_description\": \"The requested scope is invalid, unknown, or malformed.\"\n}"}],"_postman_id":"9d9ed242-7998-4a25-bce6-884e3e674cfc"}],"id":"614d8918-d3e9-4137-a8ea-80f6f46da406","_postman_id":"614d8918-d3e9-4137-a8ea-80f6f46da406","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","id":"74b2fde5-1829-4cd2-9198-688cb9d12353","name":"Aggregator APIs","type":"folder"}}}],"id":"74b2fde5-1829-4cd2-9198-688cb9d12353","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f941fc5d-7079-4780-a40f-aeb4efde90ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ae52789-ff4b-49f8-9fca-96b2ca4c84eb","type":"text/javascript","exec":[""]}}],"_postman_id":"74b2fde5-1829-4cd2-9198-688cb9d12353","description":""},{"name":"Child Merchant","item":[{"name":"create_child_merchant","id":"10f3a192-2593-4739-b193-192d8d06f79c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text","description":"<p>Merchant access token or client token with scope 'refer_child_merchant' from Hub</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"name\": \"test user\", // Display name, mandatory\n\t\t\"email\": \"test.user94@payu.in\", // child merchant email, mandatory\n\t\t\"mobile\": \"9953150678\", // User mobile, mandatory\n\t\t\"business_entity_id\": \"14\", // Business entity id, Optional\n\t\t\"business_category_id\": \"16\", // Business category id, Optional\n\t\t\"business_sub_category_id\": \"128\", // Business sub category id, Optional\n\t\t\"business_type\": \"LongTail\", // Business type id, Optional\n\t\t\"business_name\": \"kapil kumar\", // Business name similar to Pan, Optional\n\t\t\"monthly_expected_volume\": \"60000\", //  Optional\n\t\t\"gst_number\": null, //  Optional\n\t\t\"pancard_name\": \"kapil kumar\", // Optional\n\t\t\"pancard_number\": \"DBZPK4951B\", // Optional\n        \"aggregator_parent_mid\": \"7210921\" // Parent merchant mid, mandatory\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"10f3a192-2593-4739-b193-192d8d06f79c"}],"id":"51476ac4-a72c-470f-ae59-2926170a2c32","_postman_id":"51476ac4-a72c-470f-ae59-2926170a2c32","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Backend services Copy","item":[{"name":"Download Request","id":"0b9c0f97-02b6-4eb9-9275-9fea5695def3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Hub-Token>"},{"key":"Kong-Request-ID","value":"<Unique-ID-For-This-Request>","type":"text"},{"key":"mid","type":"text","value":"<merchantId>"}],"body":{"mode":"raw","raw":"{\n    \"requestId\": \"31231342323\",\n    \"format\": \"xlsx\",\n    \"filters\": {\n        \"status\": [\"captured\"],\n        \"product\": [\"pg\"],\n        \"dateFrom\": \"2012-12-12\",\n\t\t\"dateTo\": \"2012-12-12\",\n\t\t\"orderBy\": \"date\",\n\t\t\"order\": \"asc\",\n\t\t\"searchTerm\": \"term\",\n\t\t\"searchText\": \"text\"\n    },\n    \"fields\": [\"id\", \"date\", \"status\"],\n    \"mid\":\"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{BackendServiceSpecificURL}","description":"<p>This is an API to request for report generation. User can request for different download reports belonging to different backend services. Each backend service needs implement this API.</p>\n<p><strong>Request Body parameters</strong></p>\n<p>[M] - Mandatory</p>\n<p>[O] - Optional</p>\n<p><strong>requestId</strong> unique for each request [M]</p>\n<p><strong>format</strong> format of the file [M]</p>\n<p><strong>filters</strong> Required filters for report [M]</p>\n<p>dateFrom and dateTo [M] </p>\n<p>Rest of the parameters in filters are Optional [O] </p>\n<p><strong>fields</strong> download columns [M]</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"host":["{BackendServiceSpecificURL}"],"query":[],"variable":[]}},"response":[{"id":"99b0a6e5-67cd-4b3f-af90-dc3165ba8137","name":"Download Async","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Hub-Token>"},{"key":"Kong-Request-ID","type":"text","value":"<Unique-ID-For-This-Request>"},{"key":"mid","type":"text","value":"<merchantId>"}],"body":{"mode":"raw","raw":"{\n    \"requestId\": \"31231342323\",\n    \"format\": \"xlsx\",\n    \"filters\": {\n        \"status\": [\"captured\"],\n        \"product\": [\"pg\"],\n        \"dateFrom\": \"2012-12-12\",\n\t\t\"dateTo\": \"2012-12-12\",\n\t\t\"orderBy\": \"date\",\n\t\t\"order\": \"asc\",\n\t\t\"searchTerm\": \"term\",\n\t\t\"searchText\": \"text\"\n    },\n    \"fields\": [\"id\", \"date\", \"status\"],\n    \"mid\":\"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{BackendServiceSpecificURL}"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"message\": \"\",\n    \"code\": 0,\n    \"result\": {\n        \"status\": \"queued\",\n        \"requestId\": \"123423\",\n        \"fileCreatedOn\": \"\",\n        \"source\": \"transaction\",\n        \"format\": \"xlsx\",\n        \"fileUrl\": \"\",\n        \"failureReason\": \"\"\n    }\n}"},{"id":"8785f1eb-9c63-4d72-8d6e-ac8799217854","name":"Download Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <Hub-Token>","type":"text"},{"key":"Kong-Request-ID","value":"<Unique-ID-For-This-Request>","type":"text"},{"key":"mid","value":"<merchantId>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requestId\": \"31231342323\",\n    \"format\": \"xlsx\",\n    \"filters\": {\n        \"status\": [\"captured\"],\n        \"product\": [\"pg\"],\n        \"dateFrom\": \"2012-12-12\",\n\t\t\"dateTo\": \"2012-12-12\",\n\t\t\"orderBy\": \"date\",\n\t\t\"order\": \"asc\",\n\t\t\"searchTerm\": \"term\",\n\t\t\"searchText\": \"text\"\n    },\n    \"fields\": [\"id\", \"date\", \"status\"],\n    \"mid\":\"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{BackendServiceSpecificURL}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4000,\n  \"message\": \"headers must be in [date, settleId, settleAmt, refRevAmt, serFee, cbkRevAmt, serTax, adjustAmt, utrNo, cbkAmt, txnAmt, refundAmt, status]\",\n  \"status\": 1,\n  \"traceId\": \"205e7864f65b319ae9f8134d71678cb4\",\n  \"result\": {}\n}\n"}],"_postman_id":"0b9c0f97-02b6-4eb9-9275-9fea5695def3"},{"name":"Get Download","id":"0a148f5c-a499-4a8f-8c9e-cfadf51169cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Hub-Token>"},{"key":"mid","value":"<merchantId>","type":"text"}],"url":"{BackendServiceSpecificURL}/{requestId}","description":"<p>Request to fetch the status of the download request</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["{requestId}"],"host":["{BackendServiceSpecificURL}"],"query":[],"variable":[]}},"response":[{"id":"eb91078a-c975-4689-bfc1-d7f1679fb044","name":"Get Download","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Hub-Token>"},{"key":"mid","value":"<merchantId>","type":"text"}],"url":"{BackendServiceSpecificURL}/{requestId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\":0,\n\t\"code\":0,\n\t\"message\":\"\",\n\t\"result\": {\n\t\t\"requestId\": \"123423\",\n    \t\"source\": \"transaction\",\n    \t\"status\": \"success\",\n    \t\"fileCreatedOn\": \"2012-12-12 12:14:00\",\n    \t\"format\": \"xlsx\",\n    \t\"fileUrl\": \"{File server path}/{service name folder}/{service name}_{requestId}.xlsx\",\n    \t\"failureReason\":\"\"\n\t}\n}"},{"id":"178f61d9-8049-4f5b-a7ce-690aa5e30326","name":"Get Download Request not found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Hub-Token>"},{"key":"mid","value":"<merchantId>","type":"text"}],"url":"{BackendServiceSpecificURL}/{requestId}"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"14f72ef1-45a9-4ff6-892b-34d6e4d7d866","name":"Get Download Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Hub-Token>"},{"key":"mid","value":"<merchantId>","type":"text"}],"url":"{BackendServiceSpecificURL}/{requestId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\":1,\n    \"code\":0,\n    \"message\":\"\",\n    \"result\": {\n        \"requestId\": \"123423\",\n        \"source\": \"transaction\",\n        \"status\": \"failed\",\n        \"fileCreatedOn\": \"\",\n        \"format\": \"xlsx\",\n        \"fileUrl\": \"\",\n        \"failureReason\":\"Some failure reason\"\n    }\n}"}],"_postman_id":"0a148f5c-a499-4a8f-8c9e-cfadf51169cb"}],"id":"5be9f878-fd1d-40c1-bc36-cbef4596595d","description":"<p>Each backend service needs to implement these APIs.\nWhen a merchant requests for a Report, dashboard service will request backend service for this report.</p>\n<p>Each backend service needs to share the download request URL for URL mapping at API gateway layer.</p>\n","event":[{"listen":"prerequest","script":{"id":"faa17a62-5e2e-4ba0-9163-4a2f1236ee8b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6028f185-3068-4d91-85e6-2a40976134e0","type":"text/javascript","exec":[""]}}],"_postman_id":"5be9f878-fd1d-40c1-bc36-cbef4596595d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Report Generation","item":[{"name":"Download Request","id":"88524e86-3d84-4fdd-8acd-c21f6d4f9a4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer 7babc17567af0c26e42d7f0b07bdaf340f12348c0e9a1b9d7ede86f878533794"},{"key":"Kong-Request-ID","value":"<Unique-ID-For-This-Request>","type":"text"},{"key":"mid","type":"text","value":"<merchantId>"}],"body":{"mode":"raw","raw":"{\n    \"requestId\": \"31231342021\",\n    \"format\": \"xlsx\",\n    \"filters\": {\n\t\t\"searchTerm\": \"mid\",\n\t\t\"searchText\": \"1001\"\n    },\n    \"fields\": [\"pancard_number\", \"mid\", \"pan_status\"],\n    \"mid\":\"1012\"\n}","options":{"raw":{"language":"json"}}},"url":"http://dev-onboarding.payu.in/api/v1/reports/child_merchants","description":"<p>This is an API to request for report generation. User can request for different download reports belonging to different backend services. Each backend service needs implement this API.</p>\n<p><strong>Request Body parameters</strong></p>\n<p>[M] - Mandatory</p>\n<p>[O] - Optional</p>\n<p><strong>requestId</strong> unique for each request [M]</p>\n<p><strong>format</strong> format of the file [M]</p>\n<p><strong>filters</strong> Required filters for report [M]</p>\n<p>dateFrom and dateTo [M] </p>\n<p>Rest of the parameters in filters are Optional [O] </p>\n<p><strong>fields</strong> download columns [M]</p>\n","urlObject":{"protocol":"http","path":["api","v1","reports","child_merchants"],"host":["dev-onboarding","payu","in"],"query":[],"variable":[]}},"response":[{"id":"e7da132e-34a7-433c-81b5-bc49e4c31a10","name":"Download Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <Hub-Token>","type":"text"},{"key":"Kong-Request-ID","value":"<Unique-ID-For-This-Request>","type":"text"},{"key":"mid","value":"<merchantId>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requestId\": \"31231342323\",\n    \"format\": \"xlsx\",\n    \"filters\": {\n        \"status\": [\"captured\"],\n        \"product\": [\"pg\"],\n        \"dateFrom\": \"2012-12-12\",\n\t\t\"dateTo\": \"2012-12-12\",\n\t\t\"orderBy\": \"date\",\n\t\t\"order\": \"asc\",\n\t\t\"searchTerm\": \"term\",\n\t\t\"searchText\": \"text\"\n    },\n    \"fields\": [\"id\", \"date\", \"status\"],\n    \"mid\":\"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{BackendServiceSpecificURL}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4000,\n  \"message\": \"headers must be in [date, settleId, settleAmt, refRevAmt, serFee, cbkRevAmt, serTax, adjustAmt, utrNo, cbkAmt, txnAmt, refundAmt, status]\",\n  \"status\": 1,\n  \"traceId\": \"205e7864f65b319ae9f8134d71678cb4\",\n  \"result\": {}\n}\n"},{"id":"cfa5fd2e-6c13-4907-a255-7d52bd9edd8b","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer 7babc17567af0c26e42d7f0b07bdaf340f12348c0e9a1b9d7ede86f878533794"},{"key":"Kong-Request-ID","value":"<Unique-ID-For-This-Request>","type":"text"},{"key":"mid","type":"text","value":"<merchantId>"}],"body":{"mode":"raw","raw":"{\n    \"requestId\": \"31231342021\",\n    \"format\": \"xlsx\",\n    \"filters\": {\n\t\t\"searchTerm\": \"mid\",\n\t\t\"searchText\": \"1001\"\n    },\n    \"fields\": [\"pancard_number\", \"mid\", \"pan_status\"],\n    \"mid\":\"1012\"\n}","options":{"raw":{"language":"json"}}},"url":"http://dev-onboarding.payu.in/api/v1/reports/child_merchants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Date","value":"Tue, 02 Aug 2022 06:26:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"49d0f945ba75cd46c63c581dd977aef2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"0c5a7923-cc54-4add-95af-c5fd59e04424"},{"key":"X-Runtime","value":"26.755893"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"code\": 0,\n    \"message\": \"\",\n    \"result\": {\n        \"requestId\": 31231342021,\n        \"source\": \"child_merchants\",\n        \"status\": \"success\",\n        \"fileCreatedOn\": \"2022-08-02T06:25:59.000Z\",\n        \"format\": \"xlsx\",\n        \"fileUrl\": \"https://test-dms.payu.in/ldn4mvzy3bpra437lb6fck8fjl6o\",\n        \"failureReason\": \"\"\n    }\n}"}],"_postman_id":"88524e86-3d84-4fdd-8acd-c21f6d4f9a4d"},{"name":"Get Download","id":"40d5fb13-0089-4ee9-a5ff-3795ccd0ba88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Hub-Token>"},{"key":"mid","value":"<merchantId>","type":"text"}],"url":"http://dev-onboarding.payu.in/api/v1/reports/:request_id","description":"<p>Request to fetch the status of the download request</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"protocol":"http","path":["api","v1","reports",":request_id"],"host":["dev-onboarding","payu","in"],"query":[],"variable":[{"type":"any","value":null,"key":"request_id"}]}},"response":[{"id":"ad35e792-9dfe-4fdb-82e1-62c0216f0d61","name":"Get Download","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Hub-Token>"},{"key":"mid","value":"<merchantId>","type":"text"}],"url":"{BackendServiceSpecificURL}/{requestId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\"status\":0,\n\t\"code\":0,\n\t\"message\":\"\",\n\t\"result\": {\n\t\t\"requestId\": \"123423\",\n    \t\"source\": \"transaction\",\n    \t\"status\": \"success\",\n    \t\"fileCreatedOn\": \"2012-12-12 12:14:00\",\n    \t\"format\": \"xlsx\",\n    \t\"fileUrl\": \"{File server path}/{service name folder}/{service name}_{requestId}.xlsx\",\n    \t\"failureReason\":\"\"\n\t}\n}"},{"id":"b263527b-b1f4-46fc-995b-b86645f49e10","name":"Get Download Request not found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Hub-Token>"},{"key":"mid","value":"<merchantId>","type":"text"}],"url":"{BackendServiceSpecificURL}/{requestId}"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"140ace35-003f-4235-9d90-f7d86c92639a","name":"Get Download Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer <Hub-Token>"},{"key":"mid","value":"<merchantId>","type":"text"}],"url":"{BackendServiceSpecificURL}/{requestId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\":1,\n    \"code\":0,\n    \"message\":\"\",\n    \"result\": {\n        \"requestId\": \"123423\",\n        \"source\": \"transaction\",\n        \"status\": \"failed\",\n        \"fileCreatedOn\": \"\",\n        \"format\": \"xlsx\",\n        \"fileUrl\": \"\",\n        \"failureReason\":\"Some failure reason\"\n    }\n}"}],"_postman_id":"40d5fb13-0089-4ee9-a5ff-3795ccd0ba88"}],"id":"2ee94019-c52c-4dcc-947c-92b0a1ad40fd","_postman_id":"2ee94019-c52c-4dcc-947c-92b0a1ad40fd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"biz merchant migration","item":[{"name":"login via hub","id":"a93ced4c-1f23-43db-9499-13f2971ecfaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/user/login_via_hub","urlObject":{"path":["api","v1","user","login_via_hub"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c3377518-a0b2-4acd-9671-cf701ed6dbf7","name":"when password is not valid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mid\": 1012,\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/user/login_via_hub"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"1e57f5eb-4527-486a-adc1-57dd4d36ebb4"},{"key":"X-Runtime","value":"0.447556"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_grant\",\n    \"error_description\": \"The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.\",\n    \"additional_data\": {\n        \"user\": {\n            \"remaining_attempts\": 2\n        }\n    }\n}"},{"id":"7c9838f7-d9ff-4d9e-9927-c5833b5a4569","name":"when token does not have required scope","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mid\": 10121,\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/user/login_via_hub"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"1925eddf-e6e3-423d-a710-eb407deac247"},{"key":"X-Runtime","value":"2.886043"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"6bdca6e8-d1ee-49e9-bb46-db9a03265d11","name":"when merchant is not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mid\": 10121,\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/user/login_via_hub"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"0110e500-ad19-48ea-83bd-4165c2915558"},{"key":"X-Runtime","value":"2.362128"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"39013e7f-dc95-456e-992d-a9cddcf4ae78","name":"when user is locked due to wrong password attemps","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mid\": 1012,\n    \"password\": \"Payu@1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/user/login_via_hub"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"0feccbc7-e503-49e7-8482-66c5bdab751b"},{"key":"X-Runtime","value":"0.732125"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"locked_user\",\n    \"error_description\": \"The provided authorization grant is locked.\",\n    \"additional_data\": {\n        \"user\": {\n            \"lock_duration\": 1800\n        }\n    }\n}"},{"id":"d7bb0858-3e33-4857-a4e8-1eaf5557be30","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mid\": 1012,\n    \"password\": \"Payu@1243\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/user/login_via_hub"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"4ed92082aa9aa2396af2bc11adc5a0a2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"082f1dff-cf5e-4818-9bee-3ac61d05190c"},{"key":"X-Runtime","value":"0.576578"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"407ea3019324eef64131050b2a1ad29e64fe8c525d279831ec58083ec9852afc\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 86400,\n    \"refresh_token\": \"3b312b7dfe4f39428607e532d3862da31a676a011e975fb997559d5eb237f7a1\",\n    \"scope\": \"read_transactions read_settlements manage_refunds read_settlement_cycle update_settlement_cycle user_profile update_user_profile update_bank_details manage_addendum manage_notifications manage_checkouts manage_webhooks manage_credentials manage_payment_products create_invoice_payumoney update_invoice_payumoney read_invoice_payumoney create_vpas create_payout_transactions read_invoice_items create_invoice_items delete_invoice_items update_invoice_items create_subscription_plans read_invoice_details manage_roles manage_employees read_dashboard_payumoney send_verification_link manage_thirdparty_access maker checker manage_approval_flow view_transaction_summary view_treasury_summary download_transaction_reports read_tdr download_settlement_reports read_refunds process_refunds download_refund_reports manage_chargebacks read_payment_links create_payment_links update_payment_links delete_payment_links read_buttons create_buttons update_buttons delete_buttons read_payment_handles create_payment_handles update_payment_handles delete_payment_handles read_invoices create_invoices update_invoices delete_invoices view_beneficiary_nb download_beneficiary_nb create_beneficiary_nb update_beneficiary_nb enable_beneficiary_nb disable_beneficiary_nb manage_payment_notifications manage_treasury_notifications update_profile_restricted read_account_request_nb create_account_request_nb read_account_details_nb read_transaction_nb add_transaction_meta_data_nb download_transaction_nb read_summary_nb view_debit_cards_nb update_debit_cards_nb view_fund_nb add_fund_nb read_account_nmp read_sales_list_nmp read_sales_summary_nmp read_sales_detail_nmp read_settlement_list_nmp read_settlement_sumary_nmp read_settlement_details_nmp read_dispute_list_nmp read_dispute_summary_nmp read_dispute_details_nmp update_dispute_status_nmp register_account_nmp read_marketplace_user_nmp write_marketplace_user_nmp read_bill_nb write_bill_nb read_bill_note_nb write_bill_note_nb read_vendor_nb write_vendor_nb read_bill_payment_nb write_bill_payment_nb merchant_info_nb read_credits_nb download_credits_nb download_lending_document_nb write_credits_nb prepay_credits_nb update_settlement_account_nb penny_verify_nb send_verification_otp_nb verify_verification_otp_nb merchant_addendum_nb download_invoice_payout refer_child_merchant fetch_child_merchants split_transactions manage_offers\",\n    \"created_at\": 1661253085,\n    \"user_uuid\": \"11e8-28ff-6e84fd8e-a42a-028edbaa01be\"\n}"}],"_postman_id":"a93ced4c-1f23-43db-9499-13f2971ecfaf"},{"name":"create session using token","id":"582488d4-3764-4210-b543-0597ad8ad668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"auth_token\": \"token_value\",\n    \"mid\": 12334\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/sessions/create_session_via_token","urlObject":{"path":["sessions","create_session_via_token"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"582488d4-3764-4210-b543-0597ad8ad668"},{"name":"Migrate Biz Merchant","id":"33a0a2b1-2369-418f-8b9d-a1c812fa3a17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>token with scope migrate_biz_merchants</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"product\": \"PayUbiz\", // PayUbiz, PayUmoney\n        \"mid\": \"12345652\",\n        \"email\": \"entmerchant23@yopmail.com\",\n        \"password\": \"Payu@1234\",\n        \"mobile\": \"9663666701\",\n        \"name\": \"yoyo\",\n        \"pancard_name\": \"Merchant Name\",\n        \"settlement_status\": \"Active\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"business_category_uuid\": \"d3c1-9778-ce8412e3-1252-1bb191621b88\",\n        \"business_sub_category_uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\",\n        \"business_type\": \"LongTail\",\n        \"business_name\": \"kapil kumar jani\",\n        \"business_origin\": \"PayUbiz\",\n        \"monthly_expected_volume\": \"60000\",\n        \"pancard_number\": \"BHGPY8888P\",\n        \"integration_type\": \"Not Selected\",\n        \"routing_mid\": \"\",\n        \"registration_address\": {\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"bank_detail\": {\n            \"bank_account_number\": \"912345678901\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumarop\",\n            \"nodal_code\": \"\",\n            \"nodal_status\": \"\"\n        },\n        \"website_detail\": {\n          \"ios_url\": \"ios.com\",\n          \"android_url\": \"android.com\",\n          \"website_url\": \"website.com\"\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v1/migration/merchants/migrate_biz_merchant","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","migration","merchants","migrate_biz_merchant"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"c4a9dd88-ce86-443d-b532-2fc8a1cf6d45","name":"Merchant already exist for given user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"product\": \"PayUbiz\", // PayUbiz, PayUmoney\n        \"mid\": \"12345637\",\n        \"email\": \"102yash.gupta@payutest.in\",\n        \"password\": \"Payu@1234\",\n        \"mobile\": \"9811045699\",\n        \"name\": \"yoyo\",\n        \"pancard_name\": \"random name\",\n        \"settlement_status\": \"Active\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"business_category_uuid\": \"d3c1-9778-ce8412e3-1252-1bb191621b88\",\n        \"business_sub_category_uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\",\n        \"business_type\": \"LongTail\",\n        \"business_name\": \"kapil kumar jani\",\n        \"business_origin\": \"PayUbiz\",\n        \"monthly_expected_volume\": \"60000\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"registration_address\": {\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"bank_detail\": {\n            \"bank_account_number\": \"912345678901\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumarop\"\n        },\n        \"website_detail\": {\n          \"ios_url\": \"ios.com\",\n          \"android_url\": \"android.com\",\n          \"website_url\": \"website.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/migrate_biz_merchant"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"888d3a33-f1a1-4141-a008-f873b80752e9"},{"key":"X-Runtime","value":"0.051318"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"mid\": 12345642\n    },\n    \"error\": \"Merchant already exist with same email / mobile number. Please contact your Account Manager\"\n}"},{"id":"6e2df6cd-f53f-49d5-b59a-e2a19ff8c3ea","name":"mid missing in request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"product\": \"PayUbiz\", // PayUbiz, PayUmoney\n        \"mid\": \"12345637\",\n        \"email\": \"102yash.gupta@payutest.in\",\n        \"password\": \"Payu@1234\",\n        \"mobile\": \"9811045699\",\n        \"name\": \"yoyo\",\n        \"pancard_name\": \"random name\",\n        \"settlement_status\": \"Active\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"business_category_uuid\": \"d3c1-9778-ce8412e3-1252-1bb191621b88\",\n        \"business_sub_category_uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\",\n        \"business_type\": \"LongTail\",\n        \"business_name\": \"kapil kumar jani\",\n        \"business_origin\": \"PayUbiz\",\n        \"monthly_expected_volume\": \"60000\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"registration_address\": {\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"bank_detail\": {\n            \"bank_account_number\": \"912345678901\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumarop\"\n        },\n        \"website_detail\": {\n          \"ios_url\": \"ios.com\",\n          \"android_url\": \"android.com\",\n          \"website_url\": \"website.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/migrate_biz_merchant"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"ccadd34b-ddff-495f-bbd3-6e4b4dc89c9d"},{"key":"X-Runtime","value":"0.514881"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"base\": [\n            \"Atleast one of mid and test_mid should not be blank.\"\n        ]\n    },\n    \"error\": \"Atleast one of mid and test_mid should not be blank.\"\n}"},{"id":"1df6e728-86ca-45af-9882-207d6be39008","name":"Mobile Invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"token with scope migrate_biz_merchants","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"product\": \"PayUbiz\", // PayUbiz, PayUmoney\n        \"mid\": \"12345637\",\n        \"email\": \"102yash.gupta@payutest.in\",\n        \"password\": \"Payu@1234\",\n        \"mobile\": \"1211045699\",\n        \"name\": \"yoyo\",\n        \"pancard_name\": \"random name\",\n        \"settlement_status\": \"Active\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"business_category_uuid\": \"d3c1-9778-ce8412e3-1252-1bb191621b88\",\n        \"business_sub_category_uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\",\n        \"business_type\": \"LongTail\",\n        \"business_name\": \"kapil kumar jani\",\n        \"business_origin\": \"PayUbiz\",\n        \"monthly_expected_volume\": \"60000\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"registration_address\": {\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"bank_detail\": {\n            \"bank_account_number\": \"912345678901\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumarop\"\n        },\n        \"website_detail\": {\n          \"ios_url\": \"ios.com\",\n          \"android_url\": \"android.com\",\n          \"website_url\": \"website.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/migrate_biz_merchant"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 May 2022 10:59:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"bcad65f3-fc41-4610-9f05-88e99a28121a"},{"key":"X-Runtime","value":"0.694037"},{"key":"Access-Control-Allow-Origin","value":"https://test-onboarding.payu.in"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Mobile number registered with PayU seems invalid. Please get it rectified from your account manager\"\n}"},{"id":"0f49da59-d090-4f04-8fb3-8aac4e52742a","name":"Password Invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"token with scope migrate_biz_merchants","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"product\": \"PayUbiz\", // PayUbiz, PayUmoney\n        \"mid\": \"12345637\",\n        \"email\": \"102yash.gupta@payutest.in\",\n        \"password\": \"Payu1234\",\n        \"mobile\": \"9811045699\",\n        \"name\": \"yoyo\",\n        \"pancard_name\": \"random name\",\n        \"settlement_status\": \"Active\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"business_category_uuid\": \"d3c1-9778-ce8412e3-1252-1bb191621b88\",\n        \"business_sub_category_uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\",\n        \"business_type\": \"LongTail\",\n        \"business_name\": \"kapil kumar jani\",\n        \"business_origin\": \"PayUbiz\",\n        \"monthly_expected_volume\": \"60000\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"registration_address\": {\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"bank_detail\": {\n            \"bank_account_number\": \"912345678901\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumarop\"\n        },\n        \"website_detail\": {\n          \"ios_url\": \"ios.com\",\n          \"android_url\": \"android.com\",\n          \"website_url\": \"website.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/migrate_biz_merchant"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 May 2022 11:00:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"dd4d3b62-0c89-4dde-9a2f-8ce4dff735db"},{"key":"X-Runtime","value":"0.492167"},{"key":"Access-Control-Allow-Origin","value":"https://test-onboarding.payu.in"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Kindly update your password with following guidelines: Your password must have at-least 8 characters of which 1 must be in uppercase, 1 must be lowercase, 1 number and 1 special character. Once updated please retry.\"\n}"},{"id":"b9cb892a-4b00-4376-9f00-1e90f86e3b75","name":"Email Invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"token with scope migrate_biz_merchants","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"product\": \"PayUbiz\", // PayUbiz, PayUmoney\n        \"mid\": \"12345637\",\n        \"email\": \"random\",\n        \"password\": \"Payu@1234\",\n        \"mobile\": \"9811045699\",\n        \"name\": \"yoyo\",\n        \"pancard_name\": \"random name\",\n        \"settlement_status\": \"Active\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"business_category_uuid\": \"d3c1-9778-ce8412e3-1252-1bb191621b88\",\n        \"business_sub_category_uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\",\n        \"business_type\": \"LongTail\",\n        \"business_name\": \"kapil kumar jani\",\n        \"business_origin\": \"PayUbiz\",\n        \"monthly_expected_volume\": \"60000\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"registration_address\": {\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"bank_detail\": {\n            \"bank_account_number\": \"912345678901\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumarop\"\n        },\n        \"website_detail\": {\n          \"ios_url\": \"ios.com\",\n          \"android_url\": \"android.com\",\n          \"website_url\": \"website.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/migrate_biz_merchant"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 May 2022 11:00:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"80b33355-df12-4709-a47d-91aa88177887"},{"key":"X-Runtime","value":"0.173596"},{"key":"Access-Control-Allow-Origin","value":"https://test-onboarding.payu.in"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Email address registered with PayU seems invalid. Please get it rectified from your account manager\"\n}"},{"id":"9ecda5cc-d203-49a4-b93a-e178df8a3368","name":"Account already exites with email","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"token with scope migrate_biz_merchants","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"product\": \"PayUbiz\", // PayUbiz, PayUmoney\n        \"mid\": \"12345637\",\n        \"email\": \"102yash.gupta@payutest.in\",\n        \"password\": \"Payu@1234\",\n        \"mobile\": \"9811045699\",\n        \"name\": \"yoyo\",\n        \"pancard_name\": \"random name\",\n        \"settlement_status\": \"Active\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"business_category_uuid\": \"d3c1-9778-ce8412e3-1252-1bb191621b88\",\n        \"business_sub_category_uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\",\n        \"business_type\": \"LongTail\",\n        \"business_name\": \"kapil kumar jani\",\n        \"business_origin\": \"PayUbiz\",\n        \"monthly_expected_volume\": \"60000\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"registration_address\": {\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"bank_detail\": {\n            \"bank_account_number\": \"912345678901\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumarop\"\n        },\n        \"website_detail\": {\n          \"ios_url\": \"ios.com\",\n          \"android_url\": \"android.com\",\n          \"website_url\": \"website.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/migrate_biz_merchant"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 May 2022 11:01:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"85aaf038-2adb-4f24-97e0-a3bea7a3f515"},{"key":"X-Runtime","value":"0.143954"},{"key":"Access-Control-Allow-Origin","value":"https://test-onboarding.payu.in"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An account already exists with this email id. Please contact your account manager\"\n}"},{"id":"0be9868f-0f76-4632-b2ce-98ec0ab5222e","name":"Account already exites with mobile","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"token with scope migrate_biz_merchants","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"product\": \"PayUbiz\", // PayUbiz, PayUmoney\n        \"mid\": \"12345637\",\n        \"email\": \"102yash.gupta@payutest.in\",\n        \"password\": \"Payu@1234\",\n        \"mobile\": \"9811045699\",\n        \"name\": \"yoyo\",\n        \"pancard_name\": \"random name\",\n        \"settlement_status\": \"Active\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"business_category_uuid\": \"d3c1-9778-ce8412e3-1252-1bb191621b88\",\n        \"business_sub_category_uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\",\n        \"business_type\": \"LongTail\",\n        \"business_name\": \"kapil kumar jani\",\n        \"business_origin\": \"PayUbiz\",\n        \"monthly_expected_volume\": \"60000\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"registration_address\": {\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"bank_detail\": {\n            \"bank_account_number\": \"912345678901\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumarop\"\n        },\n        \"website_detail\": {\n          \"ios_url\": \"ios.com\",\n          \"android_url\": \"android.com\",\n          \"website_url\": \"website.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/migrate_biz_merchant"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 May 2022 11:01:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"85aaf038-2adb-4f24-97e0-a3bea7a3f515"},{"key":"X-Runtime","value":"0.143954"},{"key":"Access-Control-Allow-Origin","value":"https://test-onboarding.payu.in"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An account already exists with this mobile. Please contact your account manager\"\n}"},{"id":"bd6b69df-6fcb-42b5-83d8-15dff1fc0364","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"token with scope migrate_biz_merchants","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"product\": \"PayUbiz\", // PayUbiz, PayUmoney\n        \"mid\": \"12345637\",\n        \"email\": \"entmerchant@yopmail.com\",\n        \"password\": \"Payu@1234\",\n        \"mobile\": \"9663666662\",\n        \"name\": \"yoyo\",\n        \"pancard_name\": \"random name\",\n        \"settlement_status\": \"Active\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"business_category_uuid\": \"d3c1-9778-ce8412e3-1252-1bb191621b88\",\n        \"business_sub_category_uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\",\n        \"business_type\": \"LongTail\",\n        \"business_name\": \"kapil kumar jani\",\n        \"business_origin\": \"PayUbiz\",\n        \"monthly_expected_volume\": \"60000\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"registration_address\": {\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"bank_detail\": {\n            \"bank_account_number\": \"912345678901\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumarop\"\n        },\n        \"website_detail\": {\n          \"ios_url\": \"ios.com\",\n          \"android_url\": \"android.com\",\n          \"website_url\": \"website.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/migrate_biz_merchant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 May 2022 11:03:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"893b7e2c1d93e6df6b541a581bb30acf\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"0a4ff91d-3559-429b-b69d-63b40670aa11"},{"key":"X-Runtime","value":"3.547548"},{"key":"Access-Control-Allow-Origin","value":"https://test-onboarding.payu.in"},{"key":"Referrer-Policy","value":"origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"Path=/; SameSite=Strict"},{"key":"Set-Cookie","value":"Path=/; HttpOnly; Secure"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Security-Policy","value":"default-src 'self'; connect-src 'self' https://onepayudev-payuin.cs74.force.com/ https://test-accounts.payu.in/ https://*.clarity.ms/ https://sentry.payu.in/ https://payu.cdn.prismic.io/ https://payuprod.prismic.io/ https://payuprod.cdn.prismic.io https://stats.g.doubleclick.net/ https://snap.licdn.com/ https://bat.bing.com/ https://bam.nr-data.net/ https://*.adroll.com/; frame-src 'self' https://payuin--onepayudev.my.salesforce.com/ https://bid.g.doubleclick.net/ https://accounts.google.com/; frame-ancestors 'self' https://payuin--onepayudev.my.salesforce.com/ https://*.force.com/ https://*.visualforce.com/ https://*.documentforce.com/; style-src 'self' 'unsafe-inline' https://onepayudev-payuin.cs74.force.com/ https://payuin--onepayudev.my.salesforce.com/ https://cdn.jsdelivr.net/ https://maxcdn.bootstrapcdn.com/ https://*.adroll.com/ https://fonts.googleapis.com/ https://snap.licdn.com/ https://bat.bing.com/ https://www.googleadservices.com/; font-src 'self' 'unsafe-inline' data: *; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.clarity.ms/ https://onepayudev-payuin.cs74.force.com/ https://d.la1-c1cs-ukb.salesforceliveagent.com/ https://payuin--onepayudev.my.salesforce.com/ https://static.lightning.force.com/ https://bam.nr-data.net/ https://cdn.jsdelivr.net/ https://js-agent.newrelic.com/ https://maxcdn.bootstrapcdn.com/ https://cdn.rawgit.com/ https://ajax.googleapis.com/ https://*.adroll.com/ https://googleads.g.doubleclick.net/ https://in.wzrkt.com/ https://connect.facebook.net https://www.google-analytics.com/ https://www.googleadservices.com/ https://d2r1yp2w7bby2u.cloudfront.net/ https://www.googletagmanager.com/ https://snap.licdn.com/ https://bat.bing.com/; img-src 'self' data: *"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"random name\",\n        \"email\": \"entmerchant@yopmail.com\",\n        \"registered_mobile\": \"9663666662\",\n        \"id\": 4838,\n        \"mid\": 12345637,\n        \"test_mid\": null,\n        \"uuid\": \"11ec-d050-d0ed477c-9dc1-02426cc961d9\",\n        \"product\": \"PayUbiz\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"random name\",\n        \"account_id\": null,\n        \"business_entity_id\": 4,\n        \"business_category_id\": 13,\n        \"business_sub_category_id\": 61,\n        \"business_name\": \"kapil kumar jani\",\n        \"pancard_name\": \"random name\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"website_url\": \"website.com\",\n        \"android_url\": \"android.com\",\n        \"ios_url\": \"ios.com\",\n        \"business_origin\": \"PayUbiz\",\n        \"gst_number\": null,\n        \"integration_type\": \"ThirdParty\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 30,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 60000,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": null,\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2022-05-10T11:03:26.000Z\",\n        \"updated_at\": \"2022-05-10T11:03:28.000Z\",\n        \"admin_user_id\": 8688,\n        \"mobile\": \"9663666662\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Pending\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Success\",\n        \"website_remarks\": null,\n        \"settlement_status\": \"Active\",\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"entmerchant@yopmail.com\",\n        \"bank_update_attempt_count\": 1,\n        \"partner_source\": null,\n        \"flag\": 32,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"gmv_amount\": null,\n        \"dob\": null,\n        \"shop_number\": null,\n        \"area_code\": null,\n        \"bank_update_attempt_left\": 10,\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"business_category_uuid\": \"d3c1-9778-ce8412e3-1252-1bb191621b88\",\n        \"business_sub_category_uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\",\n        \"first_name\": \"random\",\n        \"last_name\": \"name\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": true,\n        \"acl_role_name\": null,\n        \"dashboard_preference\": \"one_dashboard\",\n        \"next_bank_update_time\": \"2022-05-10T16:33:27.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"admin_user_uuid\": \"11ec-d050-d3fa3fec-88a5-02f413145cce\",\n        \"contact_details\": [],\n        \"migration_status\": 0,\n        \"saved_kyc_address\": null,\n        \"document_status\": \"Pending\",\n        \"kyc_status\": {\n            \"status\": \"LOCKED\",\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"revamp_merchant\": true,\n        \"is_cs_eligible\": true,\n        \"onboarding_completed\": true,\n        \"nb_eligible\": false,\n        \"lending_eligible\": false,\n        \"bank_detail\": {\n            \"id\": 2411,\n            \"branch_name\": \"DAHOD GUJARAT\",\n            \"bank_account_number\": \"912345678901\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumarop\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ec-d050-d0f0f6ec-9dc1-02426cc961d9\",\n            \"created_at\": \"2022-05-10T11:03:26.000Z\",\n            \"updated_at\": \"2022-05-10T11:03:26.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 8,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10,\n            \"bank_error_comments\": {\n                \"error\": null,\n                \"remarks\": null\n            }\n        },\n        \"operating_address\": {\n            \"id\": 3040,\n            \"addressable_id\": 4838,\n            \"address_type\": \"Operating\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2\",\n            \"uuid\": \"11ec-d050-d0f1e764-9dc1-02426cc961d9\",\n            \"created_at\": \"2022-05-10T11:03:26.000Z\",\n            \"updated_at\": \"2022-05-10T11:03:26.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true,\n            \"record_id\": null,\n            \"record_type\": null\n        },\n        \"registration_address\": {\n            \"id\": 3039,\n            \"addressable_id\": 4838,\n            \"address_type\": \"Registered\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2\",\n            \"uuid\": \"11ec-d050-d0f2c9ae-9dc1-02426cc961d9\",\n            \"created_at\": \"2022-05-10T11:03:26.000Z\",\n            \"updated_at\": \"2022-05-10T11:03:26.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true,\n            \"record_id\": null,\n            \"record_type\": null\n        },\n        \"business_entity\": {\n            \"id\": 4,\n            \"name\": \"Private Limited\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 12716,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 4838,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d050-d1b00032-9dc1-02426cc961d9\",\n                \"created_at\": \"2022-05-10T11:03:27.000Z\",\n                \"updated_at\": \"2022-05-10T11:03:27.000Z\"\n            },\n            {\n                \"id\": 12717,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 4838,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ec-d050-d1bb688c-9dc1-02426cc961d9\",\n                \"created_at\": \"2022-05-10T11:03:27.000Z\",\n                \"updated_at\": \"2022-05-10T11:03:27.000Z\"\n            },\n            {\n                \"id\": 12718,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 4838,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11ec-d050-d1c6d884-9dc1-02426cc961d9\",\n                \"created_at\": \"2022-05-10T11:03:27.000Z\",\n                \"updated_at\": \"2022-05-10T11:03:27.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": {\n            \"website_url\": \"website.com\",\n            \"ios_url\": \"ios.com\",\n            \"android_url\": \"android.com\",\n            \"uuid\": \"11ec-d050-d0f316de-9dc1-02426cc961d9\",\n            \"website_pages\": [],\n            \"website_document_categories\": [],\n            \"website_approval_status\": \"Pending\",\n            \"additional_info_status\": null,\n            \"website_url_invalid\": false,\n            \"ios_url_invalid\": false,\n            \"android_url_invalid\": false,\n            \"addendum_status\": null,\n            \"domain_status_by_merchant\": null,\n            \"active\": true,\n            \"latest_comment\": null,\n            \"latest_sf_comment\": null,\n            \"req_doc_category\": null,\n            \"website_error_comments\": null\n        },\n        \"attached_configs\": [],\n        \"kyc_documents\": [],\n        \"cs_plan\": null,\n        \"website_pages\": [],\n        \"product_account_detail\": null\n    },\n    \"merchant_token\": {\n        \"access_token\": \"a8aaa17d17ffc7ebfe9e109a8b1c7a348c6e887ef2886fb3f77bf3ea0cdfa9c8\",\n        \"token_type\": \"Bearer\",\n        \"expires_in\": 2591999,\n        \"refresh_token\": \"2961380ef98e1217cf99bb1d15297fd667114636111ed8e231ea64efb646c73b\",\n        \"scope\": \"send_verification_otp user_profile verify_verification_otp update_user_profile\",\n        \"created_at\": 1652180611,\n        \"user_uuid\": \"11ec-d050-d3fa3fec-88a5-02f413145cce\"\n    }\n}"},{"id":"9eb3dba4-0e40-4ec0-9f69-d7c7bf322b90","name":"Product Invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"token with scope migrate_biz_merchants","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"product\": \"PayUBiz\", // PayUbiz, PayUmoney\n        \"mid\": \"12345637\",\n        \"email\": \"entmerchant@yopmail.com\",\n        \"password\": \"Payu@1234\",\n        \"mobile\": \"9663666662\",\n        \"name\": \"yoyo\",\n        \"pancard_name\": \"random name\",\n        \"settlement_status\": \"Active\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"business_category_uuid\": \"d3c1-9778-ce8412e3-1252-1bb191621b88\",\n        \"business_sub_category_uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\",\n        \"business_type\": \"LongTail\",\n        \"business_name\": \"kapil kumar jani\",\n        \"business_origin\": \"PayUbiz\",\n        \"monthly_expected_volume\": \"60000\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"registration_address\": {\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"bank_detail\": {\n            \"bank_account_number\": \"912345678901\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumarop\"\n        },\n        \"website_detail\": {\n          \"ios_url\": \"ios.com\",\n          \"android_url\": \"android.com\",\n          \"website_url\": \"website.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/migrate_biz_merchant"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"fc0d84b3-e91e-4f58-b467-f3dce457e320"},{"key":"X-Runtime","value":"61.252581"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"'PayUBiz' is not a valid product\"\n}"},{"id":"55de3c31-967a-4da2-aae4-f3db2c9c5b85","name":"when mid already exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"token with scope migrate_biz_merchants","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"product\": \"PayUbiz\", // PayUbiz, PayUmoney\n        \"mid\": \"12345645\",\n        \"email\": \"entmerchant9@yopmail.com\",\n        \"password\": \"Payu@1234\",\n        \"mobile\": \"9663666675\",\n        \"name\": \"yoyo\",\n        \"pancard_name\": \"Merchant Name\",\n        \"settlement_status\": \"Active\",\n        \"business_entity_uuid\": \"e950-2b6c-d559d097-72f8-296b3cb85e45\",\n        \"business_category_uuid\": \"d3c1-9778-ce8412e3-1252-1bb191621b88\",\n        \"business_sub_category_uuid\": \"e27c-1f95-39102a6c-8bde-aa97f3b14d0e\",\n        \"business_type\": \"LongTail\",\n        \"business_name\": \"kapil kumar jani\",\n        \"business_origin\": \"PayUbiz\",\n        \"monthly_expected_volume\": \"60000\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"integration_type\": \"Not Selected\",\n        \"routing_mid\": \"\",\n        \"registration_address\": {\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"bank_detail\": {\n            \"bank_account_number\": \"912345678901\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumarop\",\n            \"nodal_code\": \"\",\n            \"nodal_status\": \"\"\n        },\n        \"website_detail\": {\n          \"ios_url\": \"ios.com\",\n          \"android_url\": \"android.com\",\n          \"website_url\": \"website.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/migration/merchants/migrate_biz_merchant"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c661cca2-88f5-4d08-9f9c-5e5a640f3c06"},{"key":"X-Runtime","value":"31.282860"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"mid\": [\n            \"has already been taken\"\n        ]\n    },\n    \"error\": \"This merchant is already on the new dashboard. Kindly login using  www.payu.in\"\n}"}],"_postman_id":"33a0a2b1-2369-418f-8b9d-a1c812fa3a17"}],"id":"c064e8a8-844c-4738-a9f3-76bb0fb66e1b","_postman_id":"c064e8a8-844c-4738-a9f3-76bb0fb66e1b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Frontend Other API","item":[{"name":"Address Update","id":"5b8d3e95-9cd5-4a8e-bad3-ed93ba87ad8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"Registered\": {\n    \"address_line\": \"G004, Park view city 2 - 2\",\n    \"city\": \"Gurgaon\",\n    \"pincode\": 122018,\n    \"state\": 122018\n  },\n  \"Operating\": {\n    \"address_line\": \"G004, Park view city 2 - 2\",\n    \"city\": \"Gurgaon\",\n    \"pincode\": 122018,\n    \"state\": \"HARYANA\"\n  }\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/addresses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{uuid}}","addresses"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b8d3e95-9cd5-4a8e-bad3-ed93ba87ad8d"},{"name":"Bank Detail Update","id":"896813ad-5a2c-43d4-b636-f4d51d1bc4c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"91234567894\",\n\t\t\"ifsc_code\": \"UTIB0000367\",\n\t\t\"holder_name\": \"kapil kumar\"\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/bank_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{uuid}}","bank_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"909091f7-4493-44c5-bc94-1f66be66f6fc","name":"Success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"bank_detail\": {\n\t\t\"bank_account_number\": \"91234567894\",\n\t\t\"ifsc_code\": \"UTIB0000367\",\n\t\t\"holder_name\": \"kapil kumar\"\n\t}\n}"},"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/bank_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"e79191d2db7acd8be4f8ee512421f624\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4a6a9f54-864b-4bb8-860e-78ebf6ceab76"},{"key":"X-Runtime","value":"18.021168"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"Kapil\",\n        \"email\": \"test1011.kapil.mittal@payutest.in\",\n        \"registered_mobile\": \"8802710100\",\n        \"id\": 29,\n        \"mid\": 5064004,\n        \"test_mid\": null,\n        \"uuid\": \"11ea-b1f6-835bed44-9a1c-38f9d3c7f51b\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"Kapil\",\n        \"account_id\": null,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 16,\n        \"business_sub_category_id\": 128,\n        \"business_name\": \"kapil kumar1\",\n        \"pancard_name\": \"kapil kumar1\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"PayUmoney\",\n        \"gst_number\": null,\n        \"integration_type\": \"Tools\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 30,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 80000,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": \"http://dev-onboarding.payu.in:4000/app/account/team-accounts\",\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2020-06-19T06:31:39.000Z\",\n        \"updated_at\": \"2020-06-19T14:56:22.000Z\",\n        \"admin_user_id\": 15,\n        \"mobile\": \"8802710100\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Not Applicable\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Pending\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"test1011.kapil.mittal@payutest.in\",\n        \"bank_update_attempt_count\": 4,\n        \"partner_source\": null,\n        \"flag\": 0,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"bank_update_attempt_left\": 7,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n        \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n        \"first_name\": \"\",\n        \"last_name\": \"Kapil\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"bank_detail\": {\n            \"id\": 8,\n            \"branch_name\": \"DAHOD GUJARAT\",\n            \"bank_account_number\": \"91234567894\",\n            \"ifsc_code\": \"UTIB0000367\",\n            \"holder_name\": \"kapil kumar\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ea-b38f-3e1ecf86-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-21T07:17:19.000Z\",\n            \"updated_at\": \"2020-06-21T07:17:19.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 0,\n            \"penny_attempt_left\": 10\n        },\n        \"operating_address\": {\n            \"id\": 12,\n            \"addressable_id\": 29,\n            \"address_type\": \"Operating\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2 - 2\",\n            \"uuid\": \"11ea-b228-7e9056d8-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T12:29:22.000Z\",\n            \"updated_at\": \"2020-06-19T12:31:11.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"registration_address\": {\n            \"id\": 11,\n            \"addressable_id\": 29,\n            \"address_type\": \"Registered\",\n            \"pincode\": 122018,\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"address_line\": \"G004, Park view city 2 - 2\",\n            \"uuid\": \"11ea-b228-7e9566a0-9a1c-38f9d3c7f51b\",\n            \"created_at\": \"2020-06-19T12:29:22.000Z\",\n            \"updated_at\": \"2020-06-19T12:31:11.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 41,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 29,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Not Applicable\",\n                \"uuid\": \"11ea-b1f6-889e6494-9a1c-38f9d3c7f51b\",\n                \"created_at\": \"2020-06-19T06:31:40.000Z\",\n                \"updated_at\": \"2020-06-19T06:31:40.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": null\n    }\n}"}],"_postman_id":"896813ad-5a2c-43d4-b636-f4d51d1bc4c4"},{"name":"Fetch pincode details","id":"ed4d51e9-f6a8-47b8-81d0-f7fa0fb1e33a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/pincode_details/301404","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","pincode_details","301404"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed4d51e9-f6a8-47b8-81d0-f7fa0fb1e33a"},{"name":"Fetch kyc documents","id":"9dedc27a-0a3f-46af-acc0-2f8138d317ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{uuid}}/kyc_documents?status[]=DOCUMENT_SUBMITTED&status[]=accepted&status[]=Counter%20Signed%20Received&status[]=Declined&status[]=Approved&status[]=DOCUMENT_REUPLOADED","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{uuid}}","kyc_documents"],"host":["{{onboarding_base_url}}"],"query":[{"key":"status[]","value":"DOCUMENT_SUBMITTED"},{"key":"status[]","value":"accepted"},{"key":"status[]","value":"Counter%20Signed%20Received"},{"key":"status[]","value":"Declined"},{"key":"status[]","value":"Approved"},{"key":"status[]","value":"DOCUMENT_REUPLOADED"}],"variable":[]}},"response":[{"id":"5bc8545a-5589-4d1d-b7cd-1b5efd8bbb9e","name":"success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 38031a146c123356566768787838663c82cb3a00287462b4d8fe1af0fe8ef","type":"text"}],"url":{"raw":"{{onboarding_base_url}}/api/v1/merchants/11ea-e310-20668c26-9e35-0a35c5831534/kyc_documents?status[]=DOCUMENT_SUBMITTED&status[]=accepted&status[]=Counter%20Signed%20Received&status[]=Declined&status[]=Approved&status[]=DOCUMENT_REUPLOADED","host":["{{onboarding_base_url}}"],"path":["api","v1","merchants","11ea-e310-20668c26-9e35-0a35c5831534","kyc_documents"],"query":[{"key":"status[]","value":"DOCUMENT_SUBMITTED"},{"key":"status[]","value":"accepted"},{"key":"status[]","value":"Counter%20Signed%20Received"},{"key":"status[]","value":"Declined"},{"key":"status[]","value":"Approved"},{"key":"status[]","value":"DOCUMENT_REUPLOADED"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Apr 2021 06:50:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"ETag","value":"W/\"fe6affcc6dbb864bd20915f94b727a5f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b5cb82af-2027-42b2-be04-bfdb2d900d76"},{"key":"X-Runtime","value":"0.306183"},{"key":"Access-Control-Allow-Origin","value":"https://onboarding.payu.in"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_documents\": [\n        {\n            \"id\": 1214436,\n            \"document_category_id\": 13,\n            \"document_type_id\": null,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"accepted\",\n            \"uuid\": \"11eb-8df3-da2d71f4-8cf2-0a4a7b1a8b80\",\n            \"active\": true,\n            \"created_at\": \"2021-03-26T05:26:44.000Z\",\n            \"updated_at\": \"2021-03-26T05:26:51.000Z\",\n            \"kyc_document_type\": \"Agreement\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": \"IN-DL66589226335862S\",\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 761195,\n            \"processed_document\": {\n                \"id\": 2247594,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"merged_doc_761195.pdf\",\n                \"byte_size\": 89791,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBNnR0SUE9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--3e8af6bef28afe54371fe706e06c367cfbd53004/merged_doc_761195.pdf\",\n                \"kyc_document_uuid\": \"11eb-8df3-da2d71f4-8cf2-0a4a7b1a8b80\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 13,\n                \"name\": \"Service Agreement\",\n                \"name_on_frontend\": \"SERVICE_AGREEMENT\"\n            }\n        },\n        {\n            \"id\": 985410,\n            \"document_category_id\": 10,\n            \"document_type_id\": 28,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11ea-e323-94b62cae-b816-0a5bfc1f154c\",\n            \"active\": true,\n            \"created_at\": \"2020-08-20T20:27:34.000Z\",\n            \"updated_at\": \"2020-08-21T07:15:07.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 761195,\n            \"processed_document\": {\n                \"id\": 1690977,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Government Issued Certificate.pdf\",\n                \"byte_size\": 12409,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBM2lmR0E9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--a29f0249af4ce42d4d5d2c18debbb57d40f4b4b6/Government%20Issued%20Certificate.pdf\",\n                \"kyc_document_uuid\": \"11ea-e323-94b62cae-b816-0a5bfc1f154c\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 10,\n                \"name\": \"Government Issued Certificate\",\n                \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\"\n            }\n        },\n        {\n            \"id\": 985409,\n            \"document_category_id\": 1,\n            \"document_type_id\": 1,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11ea-e323-8e435108-a6aa-0a911fce7ff6\",\n            \"active\": true,\n            \"created_at\": \"2020-08-20T20:27:23.000Z\",\n            \"updated_at\": \"2020-08-21T07:15:07.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 761195,\n            \"processed_document\": {\n                \"id\": 1690975,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"download.jpeg\",\n                \"byte_size\": 11370,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBM2FmR0E9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--5672a24961a896eb1e208743837c0a1f1174c531/download.jpeg\",\n                \"kyc_document_uuid\": \"11ea-e323-8e435108-a6aa-0a911fce7ff6\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 1,\n                \"name\": \"Bank Account Proof\",\n                \"name_on_frontend\": \"BANK_PROOF\"\n            }\n        },\n        {\n            \"id\": 985408,\n            \"document_category_id\": 9,\n            \"document_type_id\": 4,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11ea-e323-1b8a1d68-b816-0a5bfc1f154c\",\n            \"active\": true,\n            \"created_at\": \"2020-08-20T20:24:11.000Z\",\n            \"updated_at\": \"2020-08-21T07:15:07.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 761195,\n            \"processed_document\": {\n                \"id\": 1690974,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"Address Proof of Signing Authority.pdf\",\n                \"byte_size\": 24275,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBM1dmR0E9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--41f26cf0db116fcc063071eba079819981098d12/Address%20Proof%20of%20Signing%20Authority.pdf\",\n                \"kyc_document_uuid\": \"11ea-e323-1b8a1d68-b816-0a5bfc1f154c\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 9,\n                \"name\": \"Address Proof of Signing Authority\",\n                \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\"\n            }\n        },\n        {\n            \"id\": 985407,\n            \"document_category_id\": 2,\n            \"document_type_id\": 3,\n            \"account_id\": null,\n            \"remarks\": null,\n            \"status\": \"Approved\",\n            \"uuid\": \"11ea-e323-15dc8112-a5a9-025dcc012560\",\n            \"active\": true,\n            \"created_at\": \"2020-08-20T20:24:01.000Z\",\n            \"updated_at\": \"2020-08-21T07:15:07.000Z\",\n            \"kyc_document_type\": \"KYC\",\n            \"document_format\": \"Soft Copy\",\n            \"e_stamp_number\": null,\n            \"temp_account_id\": null,\n            \"error\": null,\n            \"record_type\": \"Account\",\n            \"record_id\": 761195,\n            \"processed_document\": {\n                \"id\": 1690971,\n                \"metadata\": {\n                    \"identified\": true,\n                    \"analyzed\": true\n                },\n                \"filename\": \"download.jpeg\",\n                \"byte_size\": 11370,\n                \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBM0tmR0E9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--3502d32b810dcf592074b6673e1811a2d488d980/download.jpeg\",\n                \"kyc_document_uuid\": \"11ea-e323-15dc8112-a5a9-025dcc012560\"\n            },\n            \"uploaded_documents\": [],\n            \"document_category\": {\n                \"id\": 2,\n                \"name\": \"PAN Card of Signing Authority\",\n                \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\"\n            }\n        }\n    ]\n}"}],"_postman_id":"9dedc27a-0a3f-46af-acc0-2f8138d317ea"},{"name":"Check if brand name is allowed","id":"65ff41dd-aeb9-404f-bd49-b3ffae2a3e13","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"brand_name\": \"phone pe\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/validations/brand_name","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","validations","brand_name"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4a97fc09-b8a8-4fb0-8dc0-dbb518a097d8","name":"when regex is invalid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"brand_name\": \"phone_pe\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/validations/brand_name"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"7a206b46dcc9094c58b5b753821f088a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"baa37f01-fc72-4750-b4f6-4294ddf12257"},{"key":"X-Runtime","value":"0.058221"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_allowed\": false,\n    \"error_message\": \"brand name should contain only alphabets,numbers and special characters &@#.,:-\"\n}"},{"id":"8b527455-c1d7-4966-9856-6f4bd26c3b97","name":"when brand name is banned","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"brand_name\": \"phone pe\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/validations/brand_name"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"2bd16bd8e39a4e9bd52f7b88994773a0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"d98c7238-cb57-4cbb-a69c-14043915c1fb"},{"key":"X-Runtime","value":"0.052188"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_allowed\": false,\n    \"error_message\": \"this brand name cannot be used, please contact support in case you still wish to use it\"\n}"},{"id":"80f997ce-60dd-4ec5-8274-6952b0eeeff1","name":"when brand name is allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"brand_name\": \"phone-pe\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/validations/brand_name"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"5b40e7db929f9061620767ba35285b07\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"8d5adebd-f67e-4599-b2c5-cb417487069c"},{"key":"X-Runtime","value":"0.082069"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_allowed\": true,\n    \"error_message\": null\n}"}],"_postman_id":"65ff41dd-aeb9-404f-bd49-b3ffae2a3e13"}],"id":"bec59c0e-81cb-4490-8929-a99ee2b8e0c2","_postman_id":"bec59c0e-81cb-4490-8929-a99ee2b8e0c2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Onboarding Revamp","item":[{"name":"Pan Verification","item":[{"name":"update pan details and business entity","id":"35e0a62b-f89a-4fcf-a018-2ab3e3eeb723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"pancard_name\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n        \"pancard_number\": \"AAJCS9091D\",\n        \"business_entity_id\": \"4\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"35e0a62b-f89a-4fcf-a018-2ab3e3eeb723"}],"id":"b7d4d15c-619d-4a5a-9c5f-341da3b5e619","_postman_id":"b7d4d15c-619d-4a5a-9c5f-341da3b5e619","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}}},{"name":"Business details","item":[{"name":"update business details","id":"2ce6f715-c79d-48c2-9ffe-4502527e8429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"business_category_id\": 5,\n        \"business_sub_category_id\": 10,\n        \"monthly_expected_volume\": \"120000\",\n        \"business_name\": \"kangana\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ce6f715-c79d-48c2-9ffe-4502527e8429"}],"id":"87f51c93-2860-49d8-9722-d2ef51aea16c","_postman_id":"87f51c93-2860-49d8-9722-d2ef51aea16c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}}},{"name":"Bank Details","item":[{"name":"Update Bank Details","id":"2f5d2945-6ba5-4d8f-bdda-46e741dadee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>token with update_bank_details scope</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN0010650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/bank_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","bank_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"287b0f9c-38f9-4a6e-9fc9-ae24b8057cdd","name":"Success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 2509e32faa2bc46f2d1be36d8d9334e0e16314e3b45af4973a3073aab6aa6577","description":"token with update_bank_details scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN0010650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11ea-467c-26259c1e-9d8f-a483e7015be5/bank_details"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"Jugnu Siwach\",\n        \"email\": \"jugnu.siwach@payu.in\",\n        \"registered_mobile\": \"8800308915\",\n        \"id\": 79,\n        \"mid\": 345667,\n        \"test_mid\": 3456789,\n        \"uuid\": \"11ea-467c-26259c1e-9d8f-a483e7015be5\",\n        \"product\": \"PayUbiz\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"Jugnu Siwach\",\n        \"account_id\": null,\n        \"business_entity_id\": 30,\n        \"business_category_id\": null,\n        \"business_sub_category_id\": null,\n        \"business_name\": \"Gabbar Singh\",\n        \"pancard_name\": \"Jugnu Siwach\",\n        \"pancard_number\": null,\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"PayUbiz\",\n        \"gst_number\": null,\n        \"integration_type\": \"ThirdParty\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": null,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": null,\n        \"sap_id\": null,\n        \"source_type\": null,\n        \"active\": true,\n        \"source_url\": null,\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2020-02-03T11:56:01.000Z\",\n        \"updated_at\": \"2020-09-16T13:18:03.000Z\",\n        \"admin_user_id\": 1,\n        \"mobile\": \"8800308915\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Pending\",\n        \"sub_source\": null,\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Pending\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"jugnu.siwach@payu.in\",\n        \"bank_update_attempt_count\": 4,\n        \"partner_source\": null,\n        \"flag\": 0,\n        \"integration_status\": \"Not Integrated\",\n        \"merchant_type\": null,\n        \"gmv_amount\": null,\n        \"bank_update_attempt_left\": 7,\n        \"business_entity_uuid\": \"9dcf-127a-6e4796ff-4926-363291dc60ae\",\n        \"business_category_uuid\": null,\n        \"business_sub_category_uuid\": null,\n        \"first_name\": \"Jugnu\",\n        \"last_name\": \"Siwach\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"dashboard_preference\": \"old_dashboard\",\n        \"next_bank_update_time\": \"2020-09-16T18:56:33.864+05:30\",\n        \"business_pan_name_match\": false,\n        \"bank_detail\": {\n            \"id\": 89,\n            \"branch_name\": \"NSIT, NEW DELHI\",\n            \"bank_account_number\": \"2011540609138\",\n            \"ifsc_code\": \"SBIN0010650\",\n            \"holder_name\": \"Jugnu Siwach\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11ea-f820-3d26d102-be1b-a483e7015be5\",\n            \"created_at\": \"2020-09-16T13:26:33.000Z\",\n            \"updated_at\": \"2020-09-16T13:26:33.000Z\",\n            \"bank_name\": \"STATE BANK OF INDIA\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 0,\n            \"penny_attempt_left\": 10\n        },\n        \"operating_address\": null,\n        \"registration_address\": null,\n        \"business_entity\": {\n            \"id\": 30,\n            \"name\": \"Sole Proprietorship\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 124,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 79,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11ea-467c-269042ee-9d8f-a483e7015be5\",\n                \"created_at\": \"2020-02-03T11:56:02.000Z\",\n                \"updated_at\": \"2020-02-03T11:56:02.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": null\n    }\n}"},{"id":"b1ca551d-eed1-40ba-9142-079690e93ac5","name":"When BE is not In [Private Public Trust Societites] and holder_name not matches with business_name","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 68b75123ef019df3f0ceb858221c69f97b10501e487467c7af6567167fe109cf","description":"token with update_bank_details scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN0010650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11ea-467c-26259c1e-9d8f-a483e7015be5/bank_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_holder_name\": [\n        \"Bank holder name does not match with businesss name\"\n    ]\n}"},{"id":"daf3ba5f-ca8d-49da-8ce8-9eb5398e9d1b","name":"When IFSC _CODE Details are not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 1faed5137580a0a7a890e33db87d56b80680549b4305039d13c592309f0db8d8","description":"token with update_bank_details scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN1110650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11ea-467c-26259c1e-9d8f-a483e7015be5/bank_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_account.ifsc_code\": [\n        \"Bank account ifsc code is invalid\"\n    ]\n}"},{"id":"8f5ddf73-3a0a-468a-83a1-2d7b6568fbd6","name":"When Bank Details are already submitted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 1faed5137580a0a7a890e33db87d56b80680549b4305039d13c592309f0db8d8","description":"token with update_bank_details scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN0010650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11ea-467c-26259c1e-9d8f-a483e7015be5/bank_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_details\": [\n        \"Bank details already submitted\"\n    ]\n}"},{"id":"7c57a0ff-0f12-4e5a-87b5-83c1884e4917","name":"When merchant bank_details doesnot exist but tries to update bank_details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ddf9ff5305018bf7c58781c06129c9a98e8870b0293d7b42480cfe262887452b","description":"token with update_bank_details scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN0010650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11ea-467c-26259c1e-9d8f-a483e7015be5/bank_details"},"code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"c57bb7dc-ba85-4212-98e4-73cb483c0860","name":"For Sole Prop Business Enity, holder_name donot matches with either pan_name or business_name","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 68b75123ef019df3f0ceb858221c69f97b10501e487467c7af6567167fe109cf","description":"token with update_bank_details scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN0010650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11ea-467c-26259c1e-9d8f-a483e7015be5/bank_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_holder_name\": [\n        \"Bank holder name does not match either with businesss name or pancard name\"\n    ]\n}"},{"id":"c554485f-56aa-4eb4-8a38-c0bdbfb30627","name":"When merchant's business_entity is not present ","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ddf9ff5305018bf7c58781c06129c9a98e8870b0293d7b42480cfe262887452b","description":"token with update_bank_details scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN0010650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11ea-467c-26259c1e-9d8f-a483e7015be5/bank_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"business_entity\": [\n        \"Business entity should be present\"\n    ]\n}"},{"id":"250044f7-2ec9-404d-8370-9cba7e90706d","name":"When token donot have required scope","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ddf9ff5305018bf7c58781c06129c9a98e8870b0293d7b42480cfe262887452","description":"token with update_bank_details scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN0010650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11ea-467c-26259c1e-9d8f-a483e7015be5/bank_details"},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"51931c26-a9f1-4b81-af12-c8af25760003","name":"When given bank_details are same as previous bank_details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 2509e32faa2bc46f2d1be36d8d9334e0e16314e3b45af4973a3073aab6aa6577","description":"token with update_bank_details scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN0010650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11ea-467c-26259c1e-9d8f-a483e7015be5/bank_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_details\": [\n        \"Bank details cannot be same as previous one.\"\n    ]\n}"},{"id":"e3b331e0-6a6b-4cda-adfa-622a5fa6c275","name":"when bank_details are blocked","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 1faed5137580a0a7a890e33db87d56b80680549b4305039d13c592309f0db8d8","description":"token with update_bank_details scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN0010650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11ea-467c-26259c1e-9d8f-a483e7015be5/bank_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_account\": [\n        \"Bank account 201154060989 is blocked for security reasons\"\n    ]\n}"}],"_postman_id":"2f5d2945-6ba5-4d8f-bdda-46e741dadee9"},{"name":"create bank details","id":"ac933324-418d-4f7c-a065-83e27b4f5001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"bank_detail\": {\n            \"bank_account_number\": \"20205153995\",\n            \"ifsc_code\": \"SBIN0010720\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}","urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cd471f20-36bd-4161-ab4b-6621d444b454","name":"When Bank Details are already submitted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 1faed5137580a0a7a890e33db87d56b80680549b4305039d13c592309f0db8d8","description":"token with update_bank_details scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN0010650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11ea-467c-26259c1e-9d8f-a483e7015be5/bank_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_details\": [\n        \"Bank details already submitted\"\n    ]\n}"},{"id":"893feefc-6fd7-4689-9f85-84b720612e5e","name":"when bank_details are blocked","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 1faed5137580a0a7a890e33db87d56b80680549b4305039d13c592309f0db8d8","description":"token with update_bank_details scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN0010650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11ea-467c-26259c1e-9d8f-a483e7015be5/bank_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_account\": [\n        \"Bank account 201154060989 is blocked for security reasons\"\n    ]\n}"},{"id":"e3f55095-f9d3-4689-a031-38800299f3d2","name":"Bank holder name blank or invalid","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"bank_detail\": {\n            \"holder_name\": \"\",\n            \"bank_account_number\": \"20205153995\",\n            \"ifsc_code\": \"SBIN0010720\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"464f0dbb-8132-4fcf-b7cf-f651d76ef625"},{"key":"X-Runtime","value":"0.657785"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"bank_detail.holder_name\": [\n            \"Bank detail holder name is invalid\",\n            \"Bank detail holder name can't be blank\"\n        ]\n    }\n}"},{"id":"9d6558c3-4cbd-44d4-9349-a690f7accaeb","name":"Bank account number invalid or blank","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"bank_detail\": {\n            \"holder_name\": \"Yash Gupta\",\n            \"bank_account_number\": \"\",\n            \"ifsc_code\": \"SBIN0010720\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e3ce0928-7894-492d-9f30-fd96e984c453"},{"key":"X-Runtime","value":"1.109927"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"bank_detail.bank_account_number\": [\n            \"Bank detail bank account number is invalid\",\n            \"Bank detail bank account number can't be blank\"\n        ]\n    }\n}"},{"id":"318a8d17-61ae-4884-8669-d1019329a817","name":"When IFSC _CODE Details are not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 1faed5137580a0a7a890e33db87d56b80680549b4305039d13c592309f0db8d8","description":"token with update_bank_details scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bank_detail\": {\n        \"holder_name\": \"Jugnu Siwach\",\n        \"bank_account_number\": \"201154060989\",\n        \"ifsc_code\": \"SBIN1110650\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v1/merchants/11ea-467c-26259c1e-9d8f-a483e7015be5/bank_details"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"bank_account.ifsc_code\": [\n        \"Bank account ifsc code is invalid\"\n    ]\n}"}],"_postman_id":"ac933324-418d-4f7c-a065-83e27b4f5001"},{"name":"verification by bank proof","id":"8da87499-6f2a-4473-ab2e-05077a596037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 80383f56ad402efa7c07611db3525591fd119b54a137b3fa2dd04e852d09982c"}],"body":{"mode":"formdata","formdata":[{"key":"document_type_id","value":"1","type":"text"},{"key":"processed_document","contentType":"image/jpeg","type":"file","src":"/Users/yash.gupta/Downloads/Broadband connection reimbursement policy.docx"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/bank_details/bank_verification_by_bank_proof","description":"<p>Bank verification by bank proof API is used when bank details are not auto verified after penny deposit.\nThe same API can be used for re-uploading also in case of which old document is removed and new is stored.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","bank_details","bank_verification_by_bank_proof"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d40291d6-13ae-4958-8e85-b3bb3e02bfc0","name":"Invalid document Id","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 80383f56ad402efa7c07611db3525591fd119b54a137b3fa2dd04e852d09982c"}],"body":{"mode":"formdata","formdata":[{"key":"document_type_id","value":"1232435","description":"Document Id is mapped to different document. Received from master data","type":"text"},{"key":"processed_document","contentType":"asfaf","description":"Document for bank proof. Allowed types - png/jpeg/jpg/pdf","type":"file","src":["/Users/yash.gupta/Downloads/sample_doc.jpeg"]}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/bank_details/bank_verification_by_bank_proof"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"245c2418-4638-4852-a431-30ee2adf34e8"},{"key":"X-Runtime","value":"1.041674"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid document_type_id\"\n}"},{"id":"debd9120-dd62-4bd5-9d50-f9db609f34d2","name":"Document is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 80383f56ad402efa7c07611db3525591fd119b54a137b3fa2dd04e852d09982c"}],"body":{"mode":"formdata","formdata":[{"key":"document_type_id","value":"1","description":"Document Id is mapped to different document. Received from master data","type":"text"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/bank_details/bank_verification_by_bank_proof"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"4706b92e-8182-49e6-848f-0ddf2ba7cfc5"},{"key":"X-Runtime","value":"0.444910"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"param is missing or the value is empty: processed_document\"\n}"},{"id":"890da8b0-63de-4fc9-8a50-b3b2a55f759f","name":"When bank details are not present","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 80383f56ad402efa7c07611db3525591fd119b54a137b3fa2dd04e852d09982c"}],"body":{"mode":"formdata","formdata":[{"key":"document_type_id","value":"1","description":"Document Id is mapped to different document. Received from master data","type":"text"},{"key":"processed_document","contentType":"asfaf","description":"Document for bank proof. Allowed types - png/jpeg/jpg/pdf","type":"file","src":["/Users/yash.gupta/Downloads/sample_doc.jpeg"]}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/bank_details/bank_verification_by_bank_proof"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3e370ea6-0fea-4b5e-b009-1ad27fe6f2e9"},{"key":"X-Runtime","value":"0.711076"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"undefined method `update' for nil:NilClass\"\n}"},{"id":"7f63f2d7-5696-40c0-ada0-c6ae34b77383","name":"Document ID is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 80383f56ad402efa7c07611db3525591fd119b54a137b3fa2dd04e852d09982c"}],"body":{"mode":"formdata","formdata":[{"key":"processed_document","contentType":"image/jpeg","type":"file","src":["/Users/yash.gupta/Downloads/Broadband connection reimbursement policy.docx"]}]},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/bank_details/bank_verification_by_bank_proof"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"4dd1d35c-28c1-49a7-af89-314a45e0b86d"},{"key":"X-Runtime","value":"0.272939"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"param is missing or the value is empty: document_type_id\"\n}"}],"_postman_id":"8da87499-6f2a-4473-ab2e-05077a596037"}],"id":"b9ee6276-5de0-45bf-970a-ea1804aaabba","_postman_id":"b9ee6276-5de0-45bf-970a-ea1804aaabba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}}},{"name":"Website Details","item":[{"name":"create or update website details","id":"271b7ada-c0a9-475a-92dd-a5ce22cfdd86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"website_detail\": {\n        \"website_url\": \"https://goog54le.com\",\n        \"android_url\": \"https://goog84le.com\",\n        \"ios_url\": \"https://goog94le.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/website_details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","website_details"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"271b7ada-c0a9-475a-92dd-a5ce22cfdd86"},{"name":"update domain status website details","id":"c42dd00e-5ae8-4b98-9938-3f5ce99b10f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"website_detail\": {\n        \"domain_status_by_merchant\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/website_details/{{website_uuid}}","description":"<p>This API is used when liveliness of the website detail entered by the merchant while creating or updating the website fails.</p>\n<p>We ask merchant whether the domain (website details) entered by him are active or not.</p>\n<p>Request param \"domain_status_by_merchant\" can have two values -</p>\n<p>inactive: 0</p>\n<p>active: 1</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","website_details","{{website_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cdb90ae0-97e6-4147-9634-17c303897e7c","name":"When website is not present for entered website uuid","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"website_detail\": {\n        \"domain_status_by_merchant\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/website_details/{{website_uuid}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"312f37d9-0bb0-4c59-847b-a6f0af0bce1a"},{"key":"X-Runtime","value":"12.120155"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"52a1bd0e-32d2-43e5-965f-15dbaf4d2daa","name":"Successful response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"website_detail\": {\n        \"domain_status_by_merchant\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/website_details/{{website_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"9c6198c654ea868b6552bb7ce24e0e7f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"11b5763d-4ae6-48e3-a239-56aa2263fdb9"},{"key":"X-Runtime","value":"2.255621"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"website_detail\": {\n        \"website_url\": \"blubul.com\",\n        \"ios_url\": null,\n        \"android_url\": null,\n        \"uuid\": \"11eb-eeb7-4f6d343a-b89d-acde48001122\",\n        \"website_pages\": [],\n        \"website_document_categories\": [],\n        \"website_approval_status\": \"Pending\",\n        \"additional_info_status\": null,\n        \"website_url_invalid\": false,\n        \"ios_url_invalid\": false,\n        \"android_url_invalid\": false,\n        \"addendum_status\": null,\n        \"domain_status_by_merchant\": \"active\",\n        \"active\": true,\n        \"latest_comment\": null,\n        \"latest_sf_comment\": null\n    }\n}"}],"_postman_id":"c42dd00e-5ae8-4b98-9938-3f5ce99b10f3"}],"id":"5ea07b3f-7519-4e88-871a-3d1cb6fe653f","_postman_id":"5ea07b3f-7519-4e88-871a-3d1cb6fe653f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}}},{"name":"Kyc Document","item":[{"name":"required documents","id":"2f6e9487-aae6-4eeb-baba-fc42c1ea5ca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","description":"<p>requires token with scope 'client_fetch_required_kyc_docs' if consumed with client token.</p>\n"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/merchant_docs_req","description":"<p>The documents required to be uploaded by the merchant depending on KYC status and other business entity specific conditions are fetched from this API.\nAPI returns array of categories for which the document is required and array of types of document which can be uploaded for that particular category.\nIf KYC document is already uploaded for the required category, its details are present in the field \"kyc_document\" under \"document_categories\".</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","merchant_docs_req"],"host":["{{onboarding_base_url}}"],"query":[{"disabled":true,"key":"sdf","value":""}],"variable":[]}},"response":[{"id":"15035b48-c5cf-490c-a623-92fd30b1f9fa","name":"When no Documents are required to be uploaded","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/merchant_docs_req","host":["{{onboarding_base_url}}"],"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","merchant_docs_req"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"dab1fd576f3ed641b24be62dede3b7bd\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"48f29901-9cee-45f2-b8b4-9565b454459c"},{"key":"X-Runtime","value":"11.722341"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"business_entity\": \"Private Limited\",\n    \"document_categories\": []\n}"},{"id":"cf45cf25-7aae-4852-bf92-2ab318159903","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}"}],"url":{"raw":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc_documents/merchant_docs_req","host":["{{onboarding_base_url}}"],"path":["api","v1","merchants","{{merchant_uuid}}","kyc_documents","merchant_docs_req"],"query":[{"key":"sdf","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"f977ac32bfc2f47c8ba96c97ac2a58b8\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e3b7af3b-9d85-49b4-9cb9-61a22968b007"},{"key":"X-Runtime","value":"1.523300"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"business_entity\": \"Private Limited\",\n    \"document_categories\": [\n        {\n            \"id\": 1,\n            \"name\": \"Bank Account Proof\",\n            \"uuid\": \"11e8-748f-297c6048-9081-020aca9875be\",\n            \"name_on_frontend\": \"BANK_PROOF\",\n            \"document_types\": [\n                {\n                    \"name\": \"Cancelled Cheque\",\n                    \"id\": 1,\n                    \"uuid\": \"ca0a-9047-28d705a1-7e97-b530fbec4c41\",\n                    \"name_on_frontend\": \"CC\"\n                },\n                {\n                    \"name\": \"Bank Verification Letter \",\n                    \"id\": 2,\n                    \"uuid\": \"f912-b658-610ce46f-796b-14a515e41ad7\",\n                    \"name_on_frontend\": \"BC\"\n                }\n            ],\n            \"kyc_document\": {\n                \"id\": 207,\n                \"document_category_id\": 1,\n                \"document_type_id\": 1,\n                \"account_id\": null,\n                \"remarks\": null,\n                \"status\": \"DOCUMENT_SUBMITTED\",\n                \"uuid\": \"11eb-f42f-5d18b92e-9d61-acde48001122\",\n                \"active\": true,\n                \"created_at\": \"2021-08-03T07:49:42.000Z\",\n                \"updated_at\": \"2021-08-03T07:49:42.000Z\",\n                \"kyc_document_type\": \"KYC\",\n                \"document_format\": \"Soft Copy\",\n                \"e_stamp_number\": null,\n                \"temp_account_id\": null,\n                \"error\": null,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 11,\n                \"processed_document\": {\n                    \"id\": 195,\n                    \"metadata\": {\n                        \"identified\": true\n                    },\n                    \"filename\": \"sample_doc.exe\",\n                    \"byte_size\": 137391,\n                    \"path\": \"/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZVk9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--d06e3813372e8119806b4041b9ecf98afcee7ae7/sample_doc.exe\",\n                    \"kyc_document_uuid\": \"11eb-f42f-5d18b92e-9d61-acde48001122\"\n                },\n                \"document_category_name\": \"Bank Account Proof\",\n                \"document_type_name\": \"Cancelled Cheque\",\n                \"uploaded_documents\": [],\n                \"document_category\": {\n                    \"id\": 1,\n                    \"name\": \"Bank Account Proof\",\n                    \"name_on_frontend\": \"BANK_PROOF\"\n                }\n            }\n        },\n        {\n            \"id\": 2,\n            \"name\": \"PAN Card of Signing Authority\",\n            \"uuid\": \"11e8-748f-297824ce-9081-020aca9875be\",\n            \"name_on_frontend\": \"PANCARD_SIGNED_AUTHORITY\",\n            \"document_types\": [\n                {\n                    \"name\": \"PAN Card\",\n                    \"id\": 3,\n                    \"uuid\": \"11e8-748f-2946799c-9081-020aca9875be\",\n                    \"name_on_frontend\": \"PANCARD\"\n                }\n            ],\n            \"kyc_document\": null\n        },\n        {\n            \"id\": 3,\n            \"name\": \"PAN Card of Company\",\n            \"uuid\": \"11e8-748f-298078c2-9081-020aca9875be\",\n            \"name_on_frontend\": \"COMPANY_PAN_COPY\",\n            \"document_types\": [\n                {\n                    \"name\": \"PAN Card\",\n                    \"id\": 3,\n                    \"uuid\": \"11e8-748f-2946799c-9081-020aca9875be\",\n                    \"name_on_frontend\": \"PANCARD\"\n                }\n            ],\n            \"kyc_document\": null\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Address Proof of Signing Authority\",\n            \"uuid\": \"11e8-748f-297a15b8-9081-020aca9875be\",\n            \"name_on_frontend\": \"ADDRESS_PROOF_SIGNED_AUTHORITY\",\n            \"document_types\": [\n                {\n                    \"name\": \"Passport\",\n                    \"id\": 4,\n                    \"uuid\": \"11e8-748f-2948a29e-9081-020aca9875be\",\n                    \"name_on_frontend\": \"PASSPORT\"\n                },\n                {\n                    \"name\": \"Aadhar\",\n                    \"id\": 5,\n                    \"uuid\": \"11e8-748f-294a800a-9081-020aca9875be\",\n                    \"name_on_frontend\": \"AADHAR\"\n                },\n                {\n                    \"name\": \"Voter's ID\",\n                    \"id\": 6,\n                    \"uuid\": \"11e8-748f-294c6ef6-9081-020aca9875be\",\n                    \"name_on_frontend\": \"VOTER\"\n                },\n                {\n                    \"name\": \"Driving Licence\",\n                    \"id\": 7,\n                    \"uuid\": \"11e8-748f-294e7dea-9081-020aca9875be\",\n                    \"name_on_frontend\": \"DL\"\n                },\n                {\n                    \"name\": \"Utilities Bill (electricity, water, landline, gas connection) \",\n                    \"id\": 8,\n                    \"uuid\": \"11e8-748f-29508112-9081-020aca9875be\",\n                    \"name_on_frontend\": \"BMTB\"\n                },\n                {\n                    \"name\": \"Address Verification Letter from Bank\",\n                    \"id\": 17,\n                    \"uuid\": \"24d8-a849-14f755a1-d49b-12ca65c5cd7a\",\n                    \"name_on_frontend\": \"AVFB\"\n                }\n            ],\n            \"kyc_document\": null\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Government Issued Certificate\",\n            \"uuid\": \"11e8-748f-297e7cb6-9081-020aca9875be\",\n            \"name_on_frontend\": \"GOVT_ISSUED_CERTIFICATE\",\n            \"document_types\": [\n                {\n                    \"name\": \"Certificate of Incorporation\",\n                    \"id\": 31,\n                    \"uuid\": \"11e8-748f-29528674-9081-020aca9875be\",\n                    \"name_on_frontend\": \"CERTIFICATE_OF_INCORPORATION\"\n                }\n            ],\n            \"kyc_document\": null\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Authorisation Letter\",\n            \"uuid\": \"11e8-748f-29865bf2-9081-020aca9875be\",\n            \"name_on_frontend\": \"SIGNED_AUTHORISATION_LETTER\",\n            \"document_types\": [\n                {\n                    \"name\": \"Authorisation Letter\",\n                    \"id\": 35,\n                    \"uuid\": \"1acc-c62c-42362b18-e290-64da3a8b1460\",\n                    \"name_on_frontend\": \"AUTHL\"\n                }\n            ],\n            \"kyc_document\": null\n        }\n    ]\n}"}],"_postman_id":"2f6e9487-aae6-4eeb-baba-fc42c1ea5ca8"}],"id":"b1856fc3-dfa4-4bd6-a4d9-10ebddb2f483","_postman_id":"b1856fc3-dfa4-4bd6-a4d9-10ebddb2f483","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}}},{"name":"kyc_status","item":[{"name":"Kyc status","id":"ce0cf252-6b26-46e4-8444-8d6b1fe1dcdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/kyc_status","description":"<p>KYC Status API is used to fetch KYC status of the merchant. The response consist of three fields from which \"kyc_status\" parameter is the overall KYC status of the merchant and the fields \"adhaar_kyc_status\" and \"ckyc_status\" gives info about the option for KYC chosen.</p>\n<p>Response statuses from API</p>\n<ol>\n<li>LOCKED :- When KYC cannot be attempted (On onboarding platform till signatory details are not entered)</li>\n<li>COMPLETED :- Success</li>\n<li>FAILURE :- Fail</li>\n<li>PENDING :- Not attempted</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","kyc","kyc_status"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"73229885-4263-452e-9c85-977df5fbf126","name":"When signatory details of the merchant are not present","originalRequest":{"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/kyc_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Aug 2021 12:04:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"f817c2bc40df414cc991574fd398d85d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"41dbb2e0-e912-4b39-8f4e-a2267974f4eb"},{"key":"X-Runtime","value":"0.175585"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_status\": \"LOCKED\"\n}"},{"id":"0e7b2201-274a-4c10-b7a6-fd02d17d64cb","name":"successful kyc done using adhaar","originalRequest":{"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/kyc_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Aug 2021 12:15:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"0951a948655825e8a000e79656d0fdf6\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"69cc9e63-4fc9-4519-8680-381d5b166623"},{"key":"X-Runtime","value":"0.059606"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_status\": \"COMPLETED\",\n    \"adhaar_kyc_status\": \"COMPLETED\",\n    \"ckyc_status\": \"PENDING\"\n}"},{"id":"3a1b1cbd-546a-403f-85ba-a4ccba2c94c2","name":"Successful Kyc done by ckyc","originalRequest":{"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/kyc_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Aug 2021 12:15:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"0951a948655825e8a000e79656d0fdf6\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"69cc9e63-4fc9-4519-8680-381d5b166623"},{"key":"X-Runtime","value":"0.059606"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_status\": \"COMPLETED\",\n    \"adhaar_kyc_status\": \"PENDING\",\n    \"ckyc_status\": \"COMPLETED\"\n}"},{"id":"9585f309-06d9-4457-9658-42cb09e58c35","name":"When signatory details entered but kyc not attempted","originalRequest":{"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/kyc_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Aug 2021 12:07:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"8e03d65ec86d7bd9e53b2daa867df286\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"c83a915c-c97c-4c50-b1bf-57701804a8ae"},{"key":"X-Runtime","value":"0.238338"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_status\": \"PENDING\",\n    \"adhaar_kyc_status\": \"PENDING\",\n    \"ckyc_status\": \"PENDING\"\n}"},{"id":"dbcdac62-8974-43b2-84a3-1d8677b77a8a","name":"Both ckyc and adhaar have failed","originalRequest":{"method":"GET","header":[],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/kyc/kyc_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Aug 2021 12:15:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"ETag","value":"W/\"0951a948655825e8a000e79656d0fdf6\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"69cc9e63-4fc9-4519-8680-381d5b166623"},{"key":"X-Runtime","value":"0.059606"},{"key":"Server","value":"Payu"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"kyc_status\": \"FAILURE\",\n    \"adhaar_kyc_status\": \"FAILURE\",\n    \"ckyc_status\": \"FAILURE\"\n}"}],"_postman_id":"ce0cf252-6b26-46e4-8444-8d6b1fe1dcdf"}],"id":"cc14a803-63b0-4d9c-be45-b60e842bfc3f","_postman_id":"cc14a803-63b0-4d9c-be45-b60e842bfc3f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":true,"source":{"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","name":"Onboarding Revamp","type":"folder"}}}],"id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"eb2c266a-1d9b-4153-892b-d6d383389d16","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0e27e1b6-1276-464b-9f94-9e4a051f6cac","type":"text/javascript","exec":[""]}}],"_postman_id":"00c22905-ba8d-4088-85f0-ef93b4478ae1","description":""},{"name":"Signature","item":[{"name":"Signature Upload","id":"8047f8d0-bc46-4ad5-ac5a-edbe1527d3a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>user's token with manage_checkouts scope</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"description":"<p>merchant's mid</p>\n","key":"mid","type":"text","value":"{{mid}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>merchant's signature image</p>\n","key":"signature","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Downloads/login.png"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/signature","description":"<p>merchant's signature upload api.</p>\n<p>Header:</p>\n<ol>\n<li>mid: merchant's mid</li>\n<li>access_token: token with manage_checkouts scope</li>\n</ol>\n<p>response: </p>\n<ol>\n<li>if success then http code is 200 and returns manage_checkouts url in response.</li>\n<li>if unauthorized then http code is 401.</li>\n<li>if some error in saving the manage_checkouts then http code is 422.</li>\n</ol>\n<p>Please check example request/response for each case.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","signature"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6388a05e-dbfd-4c11-a6e3-4d11ded93f03","name":"when token is invalid/expired or user is unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd9811"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"signature","description":"merchant's signature image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/signature"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7e402cc3-d328-4f20-bd3a-104c77217edd"},{"key":"X-Runtime","value":"1.056784"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"6dd47c37-780b-4dfa-9c65-dca84155abef","name":"when signature param is not present","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd981"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"signature","description":"merchant's signature image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg","disabled":true}]},"url":"{{onboarding_base_url}}/api/v1/merchants/signature"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"165bc00d-d461-4be8-911f-17533fcbca5e"},{"key":"X-Runtime","value":"5.921482"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Image is missing\"\n}"},{"id":"7d31ff83-2894-4925-832c-f3fd1dcdf446","name":"when signature is greater than 2 MB","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c11"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"signature","description":"merchant's signature image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Downloads/IMG_6686.JPG"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/signature"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b7f291e8-b821-448e-b23e-5d22e10526b2"},{"key":"X-Runtime","value":"113.220126"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Must be less than 2 MB\"\n}"},{"id":"7f997804-d48e-4321-a7b3-83aac9b280eb","name":"When merchant with given uuid/mid does not belongs to the token's user","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd981"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"signature","description":"merchant's signature image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/signature"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"d90fdd7f-1d23-4a61-a14e-b4c17586bb0b"},{"key":"X-Runtime","value":"71.689987"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"91437504-23c0-4609-b9c9-c9c29b9a002c","name":"when signature image type is not valid","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c11"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"signature","description":"merchant's signature image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/1167F Ice Breaker.pdf"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/signature"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e0213956-3de4-4c3e-9c6b-c06b350f7777"},{"key":"X-Runtime","value":"80.053028"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Must be a PNG/JPG/JPEG image\"\n}"},{"id":"cf372e96-87ed-4885-b697-7d2190041b3c","name":"successful responsee","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"description":"merchant's signature image","key":"signature","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Downloads/login.png"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/signature"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"e80a56efee8c0b54b59df82cb0f55961\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4d7bfb93-ed22-484c-bf5b-610f31b33bd7"},{"key":"X-Runtime","value":"6.436809"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"signature\": \"https://test-dms.payu.in/accounts/documents/54e620408a3db10dbc9f42b48ce82c1d\"\n    }\n}"}],"_postman_id":"8047f8d0-bc46-4ad5-ac5a-edbe1527d3a6"},{"name":"Signature Delete","id":"724c4a3b-f784-450c-908e-8d821f5fb276","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>user's token with manage_checkouts scope</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"mid","value":"{{mid}}","description":"<p>merchant's mid</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/signature","description":"<p>merchant's signature remove api.</p>\n<p>Header:</p>\n<ol>\n<li>mid: merchant's mid</li>\n<li>access_token: token with manage_checkouts scope</li>\n</ol>\n<p>response:</p>\n<ol>\n<li>if success then http code is 204.</li>\n<li>if unauthorized then http code is 401.</li>\n<li>if some error in saving the signature then http code is 422.</li>\n</ol>\n<p>Please check example request/response for each case.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","signature"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"17ba7f53-b766-4967-9b22-f28dbe82254f","name":"When merchant with given uuid/mid does not belongs to token's user","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"}],"url":"{{onboarding_base_url}}/api/v1/merchants/signature"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"be86230a-c7e7-43f5-ae75-d23cf61b8266"},{"key":"X-Runtime","value":"0.949771"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"bf747768-1aa0-42a7-a8da-e1b2ab3fd518","name":"when signature is not present","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"}],"url":"{{onboarding_base_url}}/api/v1/merchants/signature"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"73167aa8-363c-43e2-a23e-db7dcf8771ae"},{"key":"X-Runtime","value":"10.910626"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"cc6ba968-e9f2-44d9-9b65-933b245c3d7f","name":"when token is invalid/expired","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c111"}],"url":"{{onboarding_base_url}}/api/v1/merchants/signature"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"59464117-c2f5-4d0b-bd62-3b8823a057c1"},{"key":"X-Runtime","value":"0.774024"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"e8977f5a-ca80-4b4a-be2f-0e365906bb42","name":"successful response","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"}],"url":"{{onboarding_base_url}}/api/v1/merchants/signature"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"01ef5e76-d01e-4e36-b0d4-d9c77160d07a"},{"key":"X-Runtime","value":"28.098942"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"724c4a3b-f784-450c-908e-8d821f5fb276"}],"id":"54157198-8b95-4955-bb9d-6d21db936e7d","_postman_id":"54157198-8b95-4955-bb9d-6d21db936e7d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Logo","item":[{"name":"Logo upload","id":"191d89b8-e3dd-45f1-8b55-ebd40f739d0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"},{"key":"mid","value":"{{mid}}","description":"<p>merchant's mid</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>merchant's logo image</p>\n","key":"logo","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/logo","description":"<p>merchant's logo upload api.</p>\n<p>Header:</p>\n<ol>\n<li>mid: merchant's mid</li>\n<li>access_token: token with manage_checkouts scope</li>\n</ol>\n<p>response: </p>\n<ol>\n<li>if success then http code is 200 and returns logo url in response.</li>\n<li>if unauthorized then http code is 401.</li>\n<li>if some error in saving the logo then http code is 422.</li>\n</ol>\n<p>Please check example request/response for each case.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","logo"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0e4991c5-4e6f-477c-951a-3a51b812a5a5","name":"When merchant with given uuid/mid does not belongs to the token's user","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd981"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logo","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"d90fdd7f-1d23-4a61-a14e-b4c17586bb0b"},{"key":"X-Runtime","value":"71.689987"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"1e73936a-0ea0-49a4-a12c-0b676b53cbed","name":"when token is invalid/expired or user is unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd9811"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logo","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"7e402cc3-d328-4f20-bd3a-104c77217edd"},{"key":"X-Runtime","value":"1.056784"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"7e1d3ddc-1f61-4d82-afff-d52ff365ee5d","name":"when logo param is not present","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 980ca021849b06c28f7414a8c26bc726b797a529a200930faeaf6c90087dd981"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logoq","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/20106507_250107282147780_8137792685425297119_n.jpg"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"165bc00d-d461-4be8-911f-17533fcbca5e"},{"key":"X-Runtime","value":"5.921482"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Logo is missing\"\n}"},{"id":"a2cb5144-57db-4230-925f-41842f2ecb6f","name":"successful response","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"description":"merchant's logo image","key":"logo","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Downloads/login.png"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"e80a56efee8c0b54b59df82cb0f55961\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4d7bfb93-ed22-484c-bf5b-610f31b33bd7"},{"key":"X-Runtime","value":"6.436809"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"logo\": \"https://test-dms.payu.in/accounts/documents/54e620408a3db10dbc9f42b48ce82c1d\"\n    }\n}"},{"id":"d614d887-a2f1-486f-b405-141cf9f047cb","name":"when logo is greater than 2 MB","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c11"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logo","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Downloads/IMG_6686.JPG"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b7f291e8-b821-448e-b23e-5d22e10526b2"},{"key":"X-Runtime","value":"113.220126"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Must be less than 2 MB\"\n}"},{"id":"e8f78880-0383-4689-bf40-297ae2808303","name":"when logo image type is not valid","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c11"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"logo","description":"merchant's logo image","type":"file","warning":"This file resides outside the working directory. Collaborators might not have the same file path.","src":"/Users/kapil.mittal/Documents/1167F Ice Breaker.pdf"}]},"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e0213956-3de4-4c3e-9c6b-c06b350f7777"},{"key":"X-Runtime","value":"80.053028"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Must be a PNG/JPG/JPEG image\"\n}"}],"_postman_id":"191d89b8-e3dd-45f1-8b55-ebd40f739d0e"},{"name":"Logo remove","id":"14698bfe-098a-4934-b9b3-439054a85109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>user's token with manage_checkouts scope</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"mid","value":"{{mid}}","description":"<p>merchant's mid</p>\n","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/logo","description":"<p>merchant's logo remove api.</p>\n<p>Header:</p>\n<ol>\n<li>mid: merchant's mid</li>\n<li>access_token: token with manage_checkouts scope</li>\n</ol>\n<p>response:</p>\n<ol>\n<li>if success then http code is 204.</li>\n<li>if unauthorized then http code is 401.</li>\n<li>if some error in saving the logo then http code is 422.</li>\n</ol>\n<p>Please check example request/response for each case.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","logo"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"48dea45c-2c20-49ce-8283-43c0e1fe2ba0","name":"when token is invalid/expired","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 21517be2aaeac674afd8e766173559ced831f5a8d442c753e80c4c640db07c111"}],"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"59464117-c2f5-4d0b-bd62-3b8823a057c1"},{"key":"X-Runtime","value":"0.774024"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"9619dac7-3c52-4208-a8f4-3600e00f1d56","name":"when logo is not present","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"}],"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"73167aa8-363c-43e2-a23e-db7dcf8771ae"},{"key":"X-Runtime","value":"10.910626"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"c1eb380e-b931-4d24-a836-a9676c1c8f06","name":"When merchant with given uuid/mid does not belongs to token's user","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"}],"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"be86230a-c7e7-43f5-ae75-d23cf61b8266"},{"key":"X-Runtime","value":"0.949771"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"dd722ed9-335c-431d-9a2a-3f2e0b4fa8b7","name":"successful response","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer 451b9e95c490d78ae75bdc9fb990792cc635a1f095949abe1e0133cd3a9a7461"}],"url":"{{onboarding_base_url}}/api/v1/merchants/logo"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"01ef5e76-d01e-4e36-b0d4-d9c77160d07a"},{"key":"X-Runtime","value":"28.098942"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"14698bfe-098a-4934-b9b3-439054a85109"}],"id":"d3866a03-bd99-4604-85b2-aa5ca94888bc","_postman_id":"d3866a03-bd99-4604-85b2-aa5ca94888bc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"get timeline statuses","item":[{"name":"get status_timeline","id":"f4e9574f-7e69-4486-bc39-31cbc7148f25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/status_timeline","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v1","merchants","{{merchant_uuid}}","status_timeline"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"dba2de8f-49d4-470e-a668-56c92a9b2faa","name":"success response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/status_timeline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"ca1edf3fd1819eadd62578ef45f3dbfb\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"a9053e6a-f82e-44e9-a577-b3c3a41bd065"},{"key":"X-Runtime","value":"1.041060"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"conditional_status\": {\n        \"account_status\": null,\n        \"profile_status\": \"ADDENDUM_PENDING\",\n        \"bank_status\": \"PENNY_PENDING\",\n        \"business_profile_status\": null,\n        \"website_status\": \"WEBSITE_SUBMISSION_PENDING\",\n        \"document_status\": null,\n        \"settlement_status\": null\n    },\n    \"timeline_status\": {\n        \"account_status\": {\n            \"status\": \"COMPLETED\",\n            \"timestamp\": \"2021-05-20T03:53:01.000Z\"\n        },\n        \"profile_status\": {\n            \"status\": \"IN_PROGRESS\",\n            \"conditional_status\": \"ADDENDUM_PENDING\",\n            \"timestamp\": \"2021-06-29T03:39:29.000Z\"\n        },\n        \"pan_status\": {\n            \"status\": \"COMPLETED\",\n            \"timestamp\": \"2021-08-02T09:09:11.000Z\"\n        },\n        \"business_details_status\": {\n            \"status\": \"COMPLETED\",\n            \"timestamp\": \"2021-08-02T09:09:11.000Z\"\n        },\n        \"bank_status\": {\n            \"status\": \"IN_PROGRESS\",\n            \"timestamp\": \"2021-07-29T13:18:48.000Z\",\n            \"conditional_status\": \"PENNY_PENDING\"\n        },\n        \"business_profile_status\": {\n            \"status\": \"LOCKED\",\n            \"timestamp\": \"2021-06-08T07:24:02.000Z\"\n        },\n        \"website_status\": {\n            \"status\": \"IN_PROGRESS\",\n            \"conditional_status\": \"WEBSITE_SUBMISSION_PENDING\",\n            \"error\": null,\n            \"timestamp\": \"2021-08-02T09:09:31.000Z\"\n        },\n        \"document_status\": {\n            \"status\": \"PENDING\",\n            \"error\": [\n                \"testing bank 1\",\n                \"testing KYC 1\",\n                \"testing Agreement 1\"\n            ]\n        },\n        \"settlement_status\": {\n            \"status\": \"LOCKED\"\n        }\n    }\n}"},{"id":"42e0b884-e4a2-43da-ac8f-13b228bea8a0","name":"when token has expired","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/status_timeline"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"0434ad26-d5f1-4f19-9d75-de9c8fe1b126"},{"key":"X-Runtime","value":"2.309508"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"55476ca0-0f1d-476f-b99a-e6a51fee40ab","name":"when user is not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"url":"{{onboarding_base_url}}/api/v1/merchants/{{merchant_uuid}}/status_timeline"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b9761a08-437e-4c94-a766-5c905a11ebf7"},{"key":"X-Runtime","value":"0.281026"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"}],"_postman_id":"f4e9574f-7e69-4486-bc39-31cbc7148f25"}],"id":"ec80c0d7-04ae-451b-8d15-08025cb9491a","_postman_id":"ec80c0d7-04ae-451b-8d15-08025cb9491a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Create PayU Merchant","id":"c7d180b9-fa5a-4b38-9ef9-8c25deb856db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>hub token with create_merchant_payumoney or create_merchant_payubiz scope</p>\n","key":"Authorization","value":"Bearer f13c7baad6d1ccf9657844954584daf94c9713db1a271c3993c5b9fe89f8aa7a"}],"body":{"mode":"formdata","formdata":[{"key":"merchant[email]","value":"test656frg7654yu54@payu.in","description":"<p>Mandatory</p>\n","type":"text"},{"key":"merchant[mobile]","value":"7503189222","description":"<p>Mandatory</p>\n","type":"text"},{"key":"merchant[name]","value":"Test Name","description":"<p>Mandatory</p>\n","type":"text"},{"key":"merchant[business_name]","value":"Tesla Corp","description":"<p>Optional</p>\n","type":"text"},{"key":"merchant[website_url]","value":"http://www.trackmee.in","description":"<p>Optional</p>\n","type":"text"},{"key":"merchant[business_entity_id]","value":"11e8-7e98-c5abd530-9918-4a000241c240","description":"<p>Optional</p>\n","type":"text"},{"key":"merchant[business_category_id]","value":"11e8-748f-2a1a8c50-9081-020aca9875b","description":"<p>Optional</p>\n","type":"text"},{"key":"merchant[business_sub_category_id]","value":"11e8-748f-29913b26-9081-020aca9875be","description":"<p>Optional</p>\n","type":"text","disabled":true},{"key":"merchant[registration_address][pincode]","value":"201306","description":"<p>Optional</p>\n","type":"text"},{"key":"merchant[registration_address][address_line]","value":"A - 705, Greenville","description":"<p>Optional</p>\n","type":"text"},{"key":"merchant[bank_detail][bank_account_number]","value":"9999999999","description":"<p>Optional</p>\n","type":"text"},{"key":"merchant[bank_detail][ifsc_code]","value":"UTIB0000032","description":"<p>Optional</p>\n","type":"text"},{"key":"merchant[bank_detail][holder_name]","value":"Tony Stark","description":"<p>Optional</p>\n","type":"text"},{"key":"merchant[product]","value":"PayUbiz","type":"text"}]},"url":"https://test10-onboarding.payumoney.com/api/v1/merchants","description":"<p>API to create PayUmoney merchant.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","merchants"],"host":["test10-onboarding","payumoney","com"],"query":[],"variable":[]}},"response":[{"id":"d009bedf-870c-4abf-8276-c10ffef69ca9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 836aaf1c944fd0fce218647ea6d0659df2f1110ef2cfc508ae1af79d046292ac","description":"hub token with create_merchant_payumoney scope"}],"body":{"mode":"formdata","formdata":[{"key":"merchant[email]","value":"test656765454@payu.in","type":"text"},{"key":"merchant[mobile]","value":"7503189222","type":"text"},{"key":"merchant[name]","value":"Test Name","type":"text"},{"key":"merchant[business_name]","value":"Tesla Corp","type":"text"},{"key":"merchant[website_url]","value":"http://www.trackmee.in","type":"text"},{"key":"merchant[business_entity_id]","value":"11e8-7e98-c5abd530-9918-4a000241c240","type":"text"},{"key":"merchant[business_category_id]","value":"11e8-748f-2a1a8c50-9081-020aca9875be","type":"text"},{"key":"merchant[business_sub_category_id]","value":"11e8-748f-29913b26-9081-020aca9875be","type":"text","disabled":true},{"key":"merchant[registration_address][pincode]","value":"201306","type":"text"},{"key":"merchant[registration_address][address_line]","value":"A - 705, Greenville","type":"text"},{"key":"merchant[bank_detail][bank_account_number]","value":"9999999999","type":"text"},{"key":"merchant[bank_detail][ifsc_code]","value":"UTIB0000032","type":"text"},{"key":"merchant[bank_detail][holder_name]","value":"Tony Stark","type":"text"}]},"url":"https://test10-onboarding.payumoney.com/api/v1/merchants"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Aug 2021 11:41:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"022e15fb-9487-4587-847a-bd396ee904c5"},{"key":"X-Runtime","value":"0.056758"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payumoney.com"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"7fac328e-1d9b-4f04-b745-b7844bfb99c3","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer a1f4ab20801e24f7517c3fef7818447950b34065d4142b229519baa5bd2430cc","description":"hub token with create_merchant_payumoney scope"}],"body":{"mode":"formdata","formdata":[{"key":"merchant[email]","value":"test656765454@payu.in","type":"text"},{"key":"merchant[mobile]","value":"7503189222","type":"text"},{"key":"merchant[name]","value":"Test Name","type":"text"},{"key":"merchant[business_name]","value":"Tesla Corp","type":"text"},{"key":"merchant[website_url]","value":"http://www.trackmee.in","type":"text"},{"key":"merchant[business_entity_id]","value":"11e8-7e98-c5abd530-9918-4a000241c240","type":"text"},{"key":"merchant[business_category_id]","value":"11e8-748f-2a1a8c50-9081-020aca9875be","type":"text"},{"key":"merchant[business_sub_category_id]","value":"11e8-748f-29913b26-9081-020aca9875be","type":"text","disabled":true},{"key":"merchant[registration_address][pincode]","value":"201306","type":"text"},{"key":"merchant[registration_address][address_line]","value":"A - 705, Greenville","type":"text"},{"key":"merchant[bank_detail][bank_account_number]","value":"9999999999","type":"text"},{"key":"merchant[bank_detail][ifsc_code]","value":"UTIB0000032","type":"text"},{"key":"merchant[bank_detail][holder_name]","value":"Tony Stark","type":"text"}]},"url":"https://test10-onboarding.payumoney.com/api/v1/merchants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Aug 2021 11:42:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"ETag","value":"W/\"e3b272fad2cbfbb632471cb6910e0a1c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Cache-Control","value":"no-store"},{"key":"X-Request-Id","value":"6c20050d-1d0f-48dd-87a2-85b1a2699087"},{"key":"X-Runtime","value":"1.729994"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payumoney.com"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Allow-Headers","value":"User-Agent,X-Requested-With,Content-Type,Authorization,X-Custom-Browser-Property,custombrowserproperty,usersessioncookie,usersessioncookiepageurl,updateSession,hubauthorization,merchantid"},{"key":"Access-Control-Expose-Headers","value":"Content-Length,Content-Range"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"Test Name\",\n        \"email\": \"test656765454@payu.in\",\n        \"registered_mobile\": \"7503189222\",\n        \"id\": 12705,\n        \"mid\": 7220549,\n        \"test_mid\": null,\n        \"uuid\": \"11eb-f519-162c4040-9442-02053299b2da\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": null,\n        \"display_name\": \"Test Name\",\n        \"account_id\": null,\n        \"business_entity_id\": null,\n        \"business_category_id\": null,\n        \"business_sub_category_id\": null,\n        \"business_name\": \"Tesla Corp\",\n        \"pancard_name\": null,\n        \"pancard_number\": null,\n        \"website_url\": \"http://www.trackmee.in\",\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"PayUmoney\",\n        \"gst_number\": null,\n        \"integration_type\": \"Tools\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": null,\n        \"downjones_check\": null,\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": null,\n        \"sap_id\": null,\n        \"source_type\": null,\n        \"active\": true,\n        \"source_url\": null,\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2021-08-04T11:42:46.000Z\",\n        \"updated_at\": \"2021-08-04T11:42:46.000Z\",\n        \"admin_user_id\": 13,\n        \"mobile\": \"7503189222\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Not Applicable\",\n        \"sub_source\": null,\n        \"account_uuid\": null,\n        \"blocked\": false,\n        \"pan_verification_status\": \"Pending\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"test656765454@payu.in\",\n        \"bank_update_attempt_count\": 1,\n        \"partner_source\": null,\n        \"flag\": 0,\n        \"integration_status\": \"Not Integrated\",\n        \"merchant_type\": null,\n        \"gmv_amount\": null,\n        \"bank_update_attempt_left\": 10,\n        \"business_entity_uuid\": null,\n        \"business_category_uuid\": null,\n        \"business_sub_category_uuid\": null,\n        \"first_name\": \"Test\",\n        \"last_name\": \"Name\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": true,\n        \"acl_role_name\": null,\n        \"dashboard_preference\": \"old_dashboard\",\n        \"next_bank_update_time\": \"2021-08-04T17:12:47.000+05:30\",\n        \"business_pan_name_match\": false,\n        \"admin_user_uuid\": \"11e9-3a88-3d6b32a4-a085-0267b46e0d16\",\n        \"contact_details\": [],\n        \"migration_status\": 0,\n        \"saved_kyc_address\": null,\n        \"document_status\": \"Pending\",\n        \"bank_detail\": {\n            \"id\": 2601,\n            \"branch_name\": \"VASTRAPUR\",\n            \"bank_account_number\": \"9999999999\",\n            \"ifsc_code\": \"UTIB0000032\",\n            \"holder_name\": \"Tony Stark\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Pending\",\n            \"uuid\": \"11eb-f519-168edfc0-9442-02053299b2da\",\n            \"created_at\": \"2021-08-04T11:42:46.000Z\",\n            \"updated_at\": \"2021-08-04T11:42:46.000Z\",\n            \"bank_name\": \"AXIS BANK\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 0,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10\n        },\n        \"operating_address\": null,\n        \"registration_address\": {\n            \"id\": 5562,\n            \"addressable_id\": 12705,\n            \"address_type\": \"Registered\",\n            \"pincode\": 201306,\n            \"city\": \"Gautam Buddha Nagar\",\n            \"state\": \"UTTAR PRADESH\",\n            \"address_line\": \"A - 705, Greenville\",\n            \"uuid\": \"11eb-f519-168f57d4-9442-02053299b2da\",\n            \"created_at\": \"2021-08-04T11:42:46.000Z\",\n            \"updated_at\": \"2021-08-04T11:42:46.000Z\",\n            \"addressable_type\": \"Merchant\",\n            \"active\": true\n        },\n        \"business_entity\": null,\n        \"merchant_statuses\": [\n            {\n                \"id\": 26876,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 12705,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Not Applicable\",\n                \"uuid\": \"11eb-f519-16a2c2f6-9442-02053299b2da\",\n                \"created_at\": \"2021-08-04T11:42:46.000Z\",\n                \"updated_at\": \"2021-08-04T11:42:46.000Z\"\n            },\n            {\n                \"id\": 26877,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 12705,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11eb-f519-16bd150c-9442-02053299b2da\",\n                \"created_at\": \"2021-08-04T11:42:46.000Z\",\n                \"updated_at\": \"2021-08-04T11:42:46.000Z\"\n            },\n            {\n                \"id\": 26878,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 12705,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Not Generated\",\n                \"uuid\": \"11eb-f519-16c8ee0e-9442-02053299b2da\",\n                \"created_at\": \"2021-08-04T11:42:47.000Z\",\n                \"updated_at\": \"2021-08-04T11:42:47.000Z\"\n            }\n        ],\n        \"account_statuses\": [],\n        \"website_detail\": null,\n        \"attached_configs\": [],\n        \"kyc_documents\": [],\n        \"cs_plan\": null,\n        \"website_pages\": []\n    }\n}"},{"id":"2cb34851-683d-4e9f-ae53-7e7965c78448","name":"When merchant allready exist with the same email","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer a1f4ab20801e24f7517c3fef7818447950b34065d4142b229519baa5bd2430cc","description":"hub token with create_merchant_payumoney scope"}],"body":{"mode":"formdata","formdata":[{"key":"merchant[email]","value":"test656765454@payu.in","description":"Mandatory","type":"text"},{"key":"merchant[mobile]","value":"7503189222","description":"Mandatory","type":"text"},{"key":"merchant[name]","value":"Test Name","description":"Mandatory","type":"text"},{"key":"merchant[business_name]","value":"Tesla Corp","description":"Optional","type":"text"},{"key":"merchant[website_url]","value":"http://www.trackmee.in","description":"Optional","type":"text"},{"key":"merchant[business_entity_id]","value":"11e8-7e98-c5abd530-9918-4a000241c240","description":"Optional","type":"text"},{"key":"merchant[business_category_id]","value":"11e8-748f-2a1a8c50-9081-020aca9875be","description":"Optional","type":"text"},{"key":"merchant[business_sub_category_id]","value":"11e8-748f-29913b26-9081-020aca9875be","description":"Optional","type":"text","disabled":true},{"key":"merchant[registration_address][pincode]","value":"201306","description":"Optional","type":"text"},{"key":"merchant[registration_address][address_line]","value":"A - 705, Greenville","description":"Optional","type":"text"},{"key":"merchant[bank_detail][bank_account_number]","value":"9999999999","description":"Optional","type":"text"},{"key":"merchant[bank_detail][ifsc_code]","value":"UTIB0000032","description":"Optional","type":"text"},{"key":"merchant[bank_detail][holder_name]","value":"Tony Stark","description":"Optional","type":"text"}]},"url":"https://test10-onboarding.payumoney.com/api/v1/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Aug 2021 11:45:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"716cda8c-4103-436d-b747-9a1a829e9896"},{"key":"X-Runtime","value":"0.187169"},{"key":"Access-Control-Allow-Origin","value":"https://test10-onboarding.payumoney.com"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"error\": [\n            \"Merchant already exists for given user\"\n        ]\n    },\n    \"merchant\": {\n        \"mid\": 7220549,\n        \"product\": \"PayUmoney\"\n    }\n}"}],"_postman_id":"c7d180b9-fa5a-4b38-9ef9-8c25deb856db"}],"id":"9b917868-578a-4bea-9ee8-57afb2a6f04c","_postman_id":"9b917868-578a-4bea-9ee8-57afb2a6f04c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"V2 - Depricated","item":[{"name":"Token Validation","item":[{"name":"Authorize Token","id":"fda2e2fd-be86-47a0-af0c-f53e856b4a0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>user's oauth 2 token</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"mid1\": \"{{mid}}1\"\n}"},"url":"{{onboarding_base_url}}/api/v2/oauth/token/info","description":"<p>This api is used to check the user's authorization.\nThis api accepts user's/client's token (oauth 2 token) and optional mid (merchant's id). </p>\n<p>Cases:\nWhen user token is passed:</p>\n<ol>\n<li>If token is invalid then it will return 401.</li>\n<li>If token is valid and mid is not passed then it will return token's, user's info and merchant's scopes for all this user's merchants.</li>\n<li>If token is valid and mid is passed and given mid does not belong to the user then it will return 401.</li>\n<li>If token is valid and mid is passed and given mid belongs to the user then it will return token's, user's info and only given merchant's scopes.</li>\n</ol>\n<p>When client token is passed: mid has no use in this case.</p>\n<ol>\n<li>If token is invalid then it will return 401.</li>\n<li>If token is valid then it will return token's, user's info and application token's scopes for all this user's merchants.</li>\n</ol>\n<p>Please check example Request/Response for all these cases.</p>\n<ul>\n<li>if response's http status is 200 then user is authenticatd and token is valid. Client will have to use the mid-scope mapping returned in the response to check that a perticular scope required for an api authorization is included in the scope list for that merchant or not. If it is included then allow to access the api, otherwise not.</li>\n<li>if response's http status is 401 then user is not authenticated and does not allow the access to the api.</li>\n</ul>\n","urlObject":{"path":["api","v2","oauth","token","info"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"583cf425-9e12-422f-8233-6be1070199e7","name":"when token is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 48fe6d8357cea35eb80ba37f99066f726fee0fb48d54108f9c47b60b5195725a"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"mid\": 50342131\n}"},"url":"{{onboarding_base_url}}/api/v2/oauth/token/info"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"5857c8b3-e465-4dbc-b06b-a1bf6c955cab"},{"key":"X-Runtime","value":"0.855505"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"726df333-8f8f-4ac5-8019-a3cd651672b9","name":"when token is valid and mid doesn't belong to the user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 4bd97f152bf34a4c9d97d724815ecc67b411f77750137fa79af7384d641c8a44"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"mid\": 11111111\n}"},"url":"{{onboarding_base_url}}/api/v2/oauth/token/info"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"6e8bb23f-2f97-4039-8ea2-733ecd1192fb"},{"key":"X-Runtime","value":"0.540932"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"credentials\": [\n            \"invalid_credentials\"\n        ]\n    },\n    \"messages\": {\n        \"credentials\": \"invalid credentials provided.\"\n    },\n    \"status\": \"Unauthorized\"\n}"},{"id":"9fd8ab9e-4d67-4f42-a354-81e160131754","name":"when token is valid and mid belongs to the user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer c57aa769cd999c4cd5908abc6877fd8be44ae0a842b087a2970641460053c8ed"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"mid\": 50342131\n}"},"url":"{{onboarding_base_url}}/api/v2/oauth/token/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"c5ffb5641dae8bc186774acb6102b426\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"48d75c0d-bd26-4af5-8d85-cf6caf12bc84"},{"key":"X-Runtime","value":"2.879375"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchants\": {\n        \"50342131\": {\n            \"scopes\": [\n                \"read_transactions\",\n                \"manage_refunds\",\n                \"read_settlements\"\n            ]\n        }\n    },\n    \"application\": {},\n    \"user\": {\n        \"uuid\": \"11e8-28ff-6e84fd8e-a42a-028edbaa01be\",\n        \"email\": \"kapil.mittal@payu.in\"\n    },\n    \"token\": {\n        \"created_at\": 1590045581,\n        \"expires_in\": 3403\n    }\n}"},{"id":"aab58847-266c-4246-8a91-42fa271ae33e","name":"when token is valid and mid is not passed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer c65070b87582a0f26867587498a2ed2820929fa1750d3cd649daec943d9e7da7"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{onboarding_base_url}}/api/v2/oauth/token/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"01d80b5b2f0ab14c07a969e7a20a9473\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"8a40c6c6-b54d-4166-b9ff-7f1f4e16d0e6"},{"key":"X-Runtime","value":"0.896950"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchants\": {\n        \"50342131\": {\n            \"scopes\": [\n                \"read_transactions\",\n                \"manage_refunds\",\n                \"read_settlements\"\n            ]\n        },\n        \"50342132\": {\n            \"scopes\": [\n                \"read_transactions\",\n                \"read_settlements\",\n                \"manage_refunds\",\n                \"user_profile\",\n                \"manage_addendum\",\n                \"update_user_profile\",\n                \"update_bank_details\",\n                \"manage_notifications\",\n                \"manage_checkouts\",\n                \"manage_webhooks\",\n                \"manage_credentials\",\n                \"manage_payment_products\",\n                \"create_invoice_payumoney\",\n                \"update_invoice_payumoney\",\n                \"read_invoice_payumoney\",\n                \"create_vpas\",\n                \"create_payout_transactions\",\n                \"read_invoice_items\",\n                \"create_invoice_items\",\n                \"delete_invoice_items\",\n                \"update_invoice_items\",\n                \"create_subscription_plans\",\n                \"read_invoice_details\",\n                \"manage_employees\",\n                \"manage_roles\",\n                \"read_dashboard_payumoney\",\n                \"send_verification_link\",\n                \"manage_thirdparty_access\",\n                \"maker\",\n                \"checker\",\n                \"manage_approval_flow\"\n            ]\n        }\n    },\n    \"application\": {},\n    \"user\": {\n        \"uuid\": \"11e8-28ff-6e84fd8e-a42a-028edbaa01be\",\n        \"email\": \"kapil.mittal@payu.in\"\n    },\n    \"token\": {\n        \"created_at\": 1590049266,\n        \"expires_in\": 3572\n    }\n}"},{"id":"cbb44df0-5644-43dc-b034-ecaa9c223fa9","name":"When client token is passed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 846dc2dfb59cc24304f8448973619e9a2fee27ab8c2db91136a3b21506848183","description":"user's oauth 2 token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"{{onboarding_base_url}}/api/v2/oauth/token/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"c885225168d130e6202634f614c8b71a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"742d286b-84b6-4bef-aaba-5306543f9f22"},{"key":"X-Runtime","value":"0.427708"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchants\": {},\n    \"application\": {\n        \"scopes\": [\n            \"user_profile_internal\"\n        ]\n    },\n    \"user\": {\n        \"uuid\": \"11e6-fdc9-315335e6-ad65-f2499c855e74\",\n        \"email\": \"optimus@payu.in\"\n    },\n    \"token\": {\n        \"created_at\": 1600081347,\n        \"expires_in\": 1221811\n    }\n}"}],"_postman_id":"fda2e2fd-be86-47a0-af0c-f53e856b4a0e"},{"name":"Authenticate Token","id":"375b44fd-38fc-4e9b-8d8a-8b06c7a0868b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>User token created from hub</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"mid\": 50342131\n}"},"url":"{{onboarding_base_url}}/api/v2/oauth/token/validate","description":"<p>This api is used to check the user's authentication. This api accepts user's token (oAuth 2 token) in the authorization header and optional mid (merchant's id) in the json body. </p>\n<p>Cases:</p>\n<ol>\n<li>If token is invalid then it will return 401.</li>\n<li>If token is valid and mid is not passed then it will return token's and user's info.</li>\n<li>If token is valid and mid is passed and given mid does not belong to the user then it will return 401.</li>\n<li>If token is valid and mid is passed and given mid belongs to the user then it will return token's and user's info.</li>\n</ol>\n<p>Please check Example Request/Response for all these cases.</p>\n<p>SO if response's http status is 200 then user is authenticatd and token is valid. Client can use the user and token info provided in the response if they needs.\nIf response's http status is 401 then user is not authenticated.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v2","oauth","token","validate"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"652b7ebb-703e-4ce1-813e-2be4b43ac4f8","name":"when token is valid but mid does not belong to the user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer c65070b87582a0f26867587498a2ed2820929fa1750d3cd649daec943d9e7da7","description":"User token created from hub"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"mid\": 111111\n}"},"url":"{{onboarding_base_url}}/api/v2/oauth/token/validate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"42b688ba-2323-4cdd-96a6-ad9cddadd8de"},{"key":"X-Runtime","value":"0.723237"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"credentials\": [\n            \"invalid_credentials\"\n        ]\n    },\n    \"messages\": {\n        \"credentials\": \"invalid credentials provided.\"\n    },\n    \"status\": \"Unauthorized\"\n}"},{"id":"a3c5b27c-8b60-4df2-bfa6-7ff8391b757c","name":"when token is valid and mid belong to the user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer c65070b87582a0f26867587498a2ed2820929fa1750d3cd649daec943d9e7da7","description":"User token created from hub"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"mid\": 50342131\n}"},"url":"{{onboarding_base_url}}/api/v2/oauth/token/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"c6d9e67449d8f616b1b7cfffe7defd27\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"77a58d0b-53bd-4891-8bd8-e1344dbe7c22"},{"key":"X-Runtime","value":"0.782601"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"uuid\": \"11e8-28ff-6e84fd8e-a42a-028edbaa01be\",\n        \"email\": \"kapil.mittal@payu.in\"\n    },\n    \"token\": {\n        \"created_at\": 1590049266,\n        \"expires_in\": 3265\n    }\n}"},{"id":"e6c99371-584a-4947-8f9f-917b9b8ff1f8","name":"when token is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer invalid_token_value","description":"User token created from hub"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"mid\": 50342131\n}"},"url":"{{onboarding_base_url}}/api/v2/oauth/token/validate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"4e33cfb2-60d7-4cc9-ba0b-075c135837be"},{"key":"X-Runtime","value":"0.373044"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"f324d90e-bcdc-4567-81ba-e87826aac89a","name":"when token is valid and mid is not passed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer c65070b87582a0f26867587498a2ed2820929fa1750d3cd649daec943d9e7da7","description":"User token created from hub"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{onboarding_base_url}}/api/v2/oauth/token/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"fe8025cc6dfb0343096de2f920065cf9\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"313c37e4-fbf6-4ab9-b76a-442ad28f83d8"},{"key":"X-Runtime","value":"0.385848"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"uuid\": \"11e8-28ff-6e84fd8e-a42a-028edbaa01be\",\n        \"email\": \"kapil.mittal@payu.in\"\n    },\n    \"token\": {\n        \"created_at\": 1590049266,\n        \"expires_in\": 3238\n    }\n}"}],"_postman_id":"375b44fd-38fc-4e9b-8d8a-8b06c7a0868b"}],"id":"3acfcc93-5b70-4cb3-a18f-886e184c1bfd","event":[{"listen":"prerequest","script":{"id":"3d19fe28-e84d-49de-9bcc-efeb78182736","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9f4055ba-bc77-47de-b681-23e129d9d973","type":"text/javascript","exec":[""]}}],"_postman_id":"3acfcc93-5b70-4cb3-a18f-886e184c1bfd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"Merchant V2","item":[{"name":"UPDATE Merchant","id":"a81fa9f2-a323-450e-a715-d86af66d066a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"merchant[business_sub_category_id]","value":"348","type":"text"},{"key":"merchant[business_category_id]","value":"45","type":"text"},{"key":"merchant[business_entity_id]","value":"14","type":"text"},{"key":"merchant[business_name]","value":"VIJAYA KUMAR RANGANATHAN","type":"text"},{"key":"merchant[display_name]","value":"Watt","type":"text","disabled":true},{"key":"merchant[operating_address][address_line]","value":"aage se left waali gali","type":"text"},{"key":"merchant[operating_address][city]","value":"Noida","type":"text"},{"key":"merchant[operating_address][state]","value":"UTTAR PRADESH","type":"text"},{"key":"merchant[operating_address][pincode]","value":"201307","type":"text"},{"key":"merchant[registration_address][address_line]","value":"aage se right waali gali","type":"text"},{"key":"merchant[registration_address][city]","value":"Noida","type":"text"},{"key":"merchant[registration_address][state]","value":"UTTAR PRADESH","type":"text"},{"key":"merchant[registration_address][pincode]","value":"201306","type":"text"},{"key":"merchant[website_url]","value":"http://www.trackmee.in","type":"text","disabled":true},{"key":"merchant[android_url]","value":"www.android.com","type":"text","disabled":true},{"key":"merchant[ios_url]","value":"www.ios.com","type":"text","disabled":true},{"key":"merchant[pancard_name]","value":"Ajay Kumar Yadav","type":"text","disabled":true},{"key":"merchant[pancard_number]","value":"BFIPR7068Q","type":"text"},{"key":"merchant[bank_detail][bank_account_number]","value":"9999999998","type":"text","disabled":true},{"key":"merchant[bank_detail][holder_name]","value":"Sherlock Holmes","type":"text","disabled":true},{"key":"merchant[bank_detail][ifsc_code]","value":"UTIB0000032","type":"text","disabled":true},{"key":"merchant[signing_authority_detail][email]","value":"vijaya.r@payu.in","type":"text"},{"key":"merchant[signing_authority_detail][name]","value":"VIJAYA KUMAR RANGANATHAN","type":"text"},{"key":"merchant[signing_authority_detail][pancard_number]","value":"BFIPR7068P","type":"text"},{"key":"merchant[monthly_expected_volume]","value":"60000","type":"text"}]},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}","description":"<p>This API is used to update merchant attributes. Merchant's Pan details, business details and address details are updated using this API.</p>\n<p>Mandatory parameters - \nbusiness_entity_id,\nbusiness_category_id, business_sub_category_id,\nbusiness_name,\nmonthly_expected_volume,\npancard_number,                           registration_address,\noperating_address</p>\n<p>Non- mandatory parameters - \nbusiness_type,\ngst_number</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v2","merchants","{{merchant_uuid}}"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"60e744c1-908c-466e-b194-7010244fb23b","name":"Successful response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2,G004, Park view city 2, G004, Park view city 2,G004, Park view city 2,G004, Park view city 2,G004, Park view city 2 \",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"503e0164210a3dffdc9a20c7e069f2f3\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"0c1c030c-9ffc-4c12-a617-ef6ee3acbb8a"},{"key":"X-Runtime","value":"65.646652"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant\": {\n        \"name\": \"pan_name\",\n        \"email\": \"71yash.gupta@payutest.in\",\n        \"registered_mobile\": \"9811045777\",\n        \"id\": 11,\n        \"mid\": 7210584,\n        \"test_mid\": 1234,\n        \"uuid\": \"11eb-9df5-e4e7a15c-b58d-acde48001122\",\n        \"product\": \"PayUmoney\",\n        \"device\": \"Desktop\",\n        \"business_type\": \"LongTail\",\n        \"quality_score\": 100,\n        \"display_name\": \"pan_name\",\n        \"account_id\": 5,\n        \"business_entity_id\": 14,\n        \"business_category_id\": 16,\n        \"business_sub_category_id\": 128,\n        \"business_name\": \"pan_name\",\n        \"pancard_name\": \"pan_name\",\n        \"pancard_number\": \"dbzpk4951b\",\n        \"website_url\": null,\n        \"android_url\": null,\n        \"ios_url\": null,\n        \"business_origin\": \"SMB-ENT\",\n        \"gst_number\": \"06AAJCS9091D1Z4\",\n        \"integration_type\": \"ThirdParty\",\n        \"routing_mid\": null,\n        \"average_delivery_time\": 180,\n        \"downjones_check\": \"Pending\",\n        \"aggregator_model\": null,\n        \"aggregator_type\": null,\n        \"monthly_expected_volume\": 500001,\n        \"sap_id\": null,\n        \"source_type\": \"Organic\",\n        \"active\": true,\n        \"source_url\": \"http://localhost:4000/app/onboarding\",\n        \"campaign_name\": null,\n        \"campaign_medium\": null,\n        \"campaign_source\": null,\n        \"campaign_term\": null,\n        \"partner_uuid\": null,\n        \"created_at\": \"2021-04-15T14:21:41.000Z\",\n        \"updated_at\": \"2021-09-03T02:03:06.000Z\",\n        \"admin_user_id\": 16,\n        \"mobile\": \"9811045777\",\n        \"terms_and_condition_accepted_at\": null,\n        \"website_approval_status\": \"Pending\",\n        \"sub_source\": \"WebsiteSignUp\",\n        \"account_uuid\": \"11eb-e60d-3c84b7ba-a931-acde48001122\",\n        \"blocked\": false,\n        \"pan_verification_status\": \"Success\",\n        \"website_remarks\": null,\n        \"settlement_status\": null,\n        \"source_details\": null,\n        \"merchant_vertical\": null,\n        \"notification_email\": \"71yash.gupta@payutest.in\",\n        \"bank_update_attempt_count\": 24,\n        \"partner_source\": null,\n        \"flag\": 16,\n        \"merchant_type\": null,\n        \"integration_status\": \"Not Integrated\",\n        \"gmv_amount\": null,\n        \"dob\": null,\n        \"shop_number\": null,\n        \"area_code\": null,\n        \"bank_update_attempt_left\": -13,\n        \"business_entity_uuid\": \"1f52-d683-0b1384e5-d7e4-4bb3c2dc7468\",\n        \"business_category_uuid\": \"8862-95bb-4866e9e3-b8aa-16df164821ad\",\n        \"business_sub_category_uuid\": \"3026-06eb-3742979d-c815-c5a77b693c53\",\n        \"first_name\": \"\",\n        \"last_name\": \"pan_name\",\n        \"is_service_agreement_accepted\": false,\n        \"is_service_agreement_esigned\": false,\n        \"is_authorisation_letter_required\": false,\n        \"acl_role_name\": null,\n        \"dashboard_preference\": \"old_dashboard\",\n        \"next_bank_update_time\": \"2021-08-07T13:15:49.000+05:30\",\n        \"business_pan_name_match\": true,\n        \"admin_user_uuid\": \"11eb-832a-936bef8a-b893-02f413145cce\",\n        \"contact_details\": [],\n        \"migration_status\": 0,\n        \"saved_kyc_address\": null,\n        \"document_status\": \"Docs Approved\",\n        \"kyc_status\": {\n            \"kyc_status\": \"LOCKED\"\n        },\n        \"service_intent\": \"default\",\n        \"revamp_merchant\": false,\n        \"bank_detail\": {\n            \"id\": 93,\n            \"branch_name\": \"BITS PILANIGOA\",\n            \"bank_account_number\": \"20205153995\",\n            \"ifsc_code\": \"SBIN0010720\",\n            \"holder_name\": \"Yash Gupta\",\n            \"nodal_code\": null,\n            \"nodal_status\": \"Not Activated\",\n            \"active\": true,\n            \"status\": 0,\n            \"penny_deposit_status\": \"Not Initiated\",\n            \"penny_attempt_count\": 0,\n            \"penny_deposit_method\": \"IMPS\",\n            \"bank_verification_status\": \"Success\",\n            \"uuid\": \"11eb-f753-57fb220c-b1f9-367dda8f1fb9\",\n            \"created_at\": \"2021-08-07T07:44:49.000Z\",\n            \"updated_at\": \"2021-08-07T07:46:45.000Z\",\n            \"bank_name\": \"STATE BANK OF INDIA\",\n            \"bank_type\": \"saving\",\n            \"addendum_status\": null,\n            \"holder_name_by_bank\": null,\n            \"flag\": 0,\n            \"bank_verification_proof\": null,\n            \"penny_attempt_left\": 10\n        },\n        \"operating_address\": {\n            \"addressable_id\": 11,\n            \"addressable_type\": \"Merchant\",\n            \"pincode\": 122018,\n            \"address_line\": \"G004, Park view city 2\",\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"id\": 16,\n            \"address_type\": \"Operating\",\n            \"uuid\": \"11eb-9dfd-1750a79a-9695-acde48001122\",\n            \"created_at\": \"2021-04-15T15:13:10.000Z\",\n            \"updated_at\": \"2021-09-03T02:03:27.000Z\",\n            \"active\": true\n        },\n        \"registration_address\": {\n            \"addressable_id\": 11,\n            \"addressable_type\": \"Merchant\",\n            \"pincode\": 122018,\n            \"address_line\": \"G004, Park view city 2,G004, Park view city 2, G004, Park view city 2,G004, Park view city 2,G004, Park view city 2,G004, Park view city 2\",\n            \"city\": \"Gurgaon\",\n            \"state\": \"HARYANA\",\n            \"id\": 15,\n            \"address_type\": \"Registered\",\n            \"uuid\": \"11eb-9dfd-1750f2b8-9695-acde48001122\",\n            \"created_at\": \"2021-04-15T15:13:10.000Z\",\n            \"updated_at\": \"2021-09-03T02:03:06.000Z\",\n            \"active\": true\n        },\n        \"business_entity\": {\n            \"id\": 14,\n            \"name\": \"Individual\"\n        },\n        \"merchant_statuses\": [\n            {\n                \"id\": 75,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 11,\n                \"status_type\": \"WEBSITE\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11eb-eeb7-5b51f75e-b89d-acde48001122\",\n                \"created_at\": \"2021-07-27T08:48:04.000Z\",\n                \"updated_at\": \"2021-08-08T21:46:09.000Z\"\n            },\n            {\n                \"id\": 76,\n                \"record_type\": \"Merchant\",\n                \"record_id\": 11,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Docs Approved\",\n                \"uuid\": \"11eb-f5d5-ac03af56-9f4d-367dda8f1fb9\",\n                \"created_at\": \"2021-08-05T10:12:42.000Z\",\n                \"updated_at\": \"2021-08-05T10:12:42.000Z\"\n            }\n        ],\n        \"account_statuses\": [\n            {\n                \"id\": 72,\n                \"record_type\": \"Account\",\n                \"record_id\": 5,\n                \"status_type\": \"LOB\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11eb-e60d-3ca53b0c-a931-acde48001122\",\n                \"created_at\": \"2021-07-16T08:10:09.000Z\",\n                \"updated_at\": \"2021-07-16T08:10:09.000Z\"\n            },\n            {\n                \"id\": 73,\n                \"record_type\": \"Account\",\n                \"record_id\": 5,\n                \"status_type\": \"KYC_DOCUMENTS\",\n                \"status_value\": \"Docs Error\",\n                \"uuid\": \"11eb-e60d-3cde9000-a931-acde48001122\",\n                \"created_at\": \"2021-07-16T08:10:09.000Z\",\n                \"updated_at\": \"2021-07-22T13:42:10.000Z\"\n            },\n            {\n                \"id\": 74,\n                \"record_type\": \"Account\",\n                \"record_id\": 5,\n                \"status_type\": \"Agreement\",\n                \"status_value\": \"Pending\",\n                \"uuid\": \"11eb-e60d-3ce0714a-a931-acde48001122\",\n                \"created_at\": \"2021-07-16T08:10:09.000Z\",\n                \"updated_at\": \"2021-07-16T08:10:09.000Z\"\n            }\n        ],\n        \"website_detail\": {\n            \"website_url\": null,\n            \"ios_url\": null,\n            \"android_url\": null,\n            \"uuid\": \"11eb-f891-f5910e2a-91a2-367dda8f1fb9\",\n            \"website_pages\": [],\n            \"website_document_categories\": [],\n            \"website_approval_status\": \"Pending\",\n            \"additional_info_status\": null,\n            \"website_url_invalid\": false,\n            \"ios_url_invalid\": false,\n            \"android_url_invalid\": false,\n            \"addendum_status\": null,\n            \"domain_status_by_merchant\": null,\n            \"active\": true,\n            \"latest_comment\": null,\n            \"latest_sf_comment\": null,\n            \"req_doc_category\": null\n        },\n        \"attached_configs\": [],\n        \"kyc_documents\": [],\n        \"cs_plan\": null,\n        \"website_pages\": []\n    }\n}"},{"id":"ed6c5c97-110e-4aad-9423-02c5f8fdb88e","name":"When token invalid / expired","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": null,\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"8026337d-f6cf-4a74-a019-a094509213e0"},{"key":"X-Runtime","value":"1.046329"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"79c4b8da-741d-4056-a498-9ca41c636642","name":"If any of the mandatory params missing","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": null,\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"aa09b506-c618-46a1-bc5b-e62763fa59d7"},{"key":"X-Runtime","value":"0.323862"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"<<param_name>>\": [\n            \"must be present\"\n        ]\n    }\n}\n// Pancard missing example\n// {\n//     \"errors\": {\n//         \"pancard_number\": [\n//             \"must be present\"\n//         ]\n//     }\n// }"},{"id":"316100e2-b823-49f3-9dc0-ca71f08c8f6b","name":"Merchant not found with given uuid","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": null,\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"8d83a334-6910-4d1a-a0a9-db61ff628245"},{"key":"X-Runtime","value":"1.207423"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NotFound\"\n}"},{"id":"287b6617-7614-4d8f-b4e4-d57b1f1b807e","name":"When pan is already verified for the merchant","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": null,\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"23e62384-8525-49a2-873a-8f882259b0d6"},{"key":"X-Runtime","value":"1.553048"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"merchant_details\": [\n            \"cannot be updated once pan_card is verified\"\n        ]\n    }\n}"},{"id":"cc263cb1-8b09-46cc-ac1d-1611c1415c4b","name":"When gst number does not match with address state","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c8e61016-d93a-4fdd-9209-19d29454bcaa"},{"key":"X-Runtime","value":"4.609830"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"gst_number\": [\n            \"does not match with the State specified here. Kindly review & update your GST details or update your address\"\n        ]\n    }\n}"},{"id":"2b99ae83-b7f2-44a5-8752-486bea035047","name":"Business subcategory does not belong to business category","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"301\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"55bb7fb0-cf20-40f2-9100-7fb2400f8287"},{"key":"X-Runtime","value":"13.819692"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"business_sub_category\": [\n            \"does not belongs to given category\"\n        ]\n    }\n}"},{"id":"c35e3caa-5913-4085-b7de-800a923847aa","name":"When Karza API to fetch pan name from pan number return failed response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"788069f2-4bb2-43fc-a2a6-da3fb5047daf"},{"key":"X-Runtime","value":"3.572337"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"pancard_name\": [\n            \"not found\"\n        ]\n    }\n}"},{"id":"4ce2351f-0772-4cd8-b3fe-a14f1c763e88","name":"When address exceeds maximum characters","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2,G004, Park view city 2, G004, Park view city 2,G004, Park view city 2,G004, Park view city 2,G004, Park view city 2, G004, Park view city 2,G004, Park view city 2, G004, Park view city 2,G004, Park view city 2,G004, Park view city 2,G004, Park view city 2,\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"eef6f8ff-db5b-482b-9513-5a38a4b7f086"},{"key":"X-Runtime","value":"0.940519"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"registration_address.address_line\": [\n            \"is too long (maximum is 255 characters)\",\n            \"is too long (maximum is 200 characters)\"\n        ]\n    }\n}"},{"id":"0f1db27d-7959-4dd1-98d1-c2f337d1df80","name":"UPDATE Merchant","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"merchant[business_sub_category_id]","value":"348","type":"text"},{"key":"merchant[business_category_id]","value":"45","type":"text"},{"key":"merchant[business_entity_id]","value":"14","type":"text"},{"key":"merchant[business_name]","value":"VIJAYA KUMAR RANGANATHAN","type":"text"},{"key":"merchant[display_name]","value":"Watt","type":"text","disabled":true},{"key":"merchant[operating_address][address_line]","value":"aage se left waali gali","type":"text"},{"key":"merchant[operating_address][city]","value":"Noida","type":"text"},{"key":"merchant[operating_address][state]","value":"UTTAR PRADESH","type":"text"},{"key":"merchant[operating_address][pincode]","value":"201307","type":"text"},{"key":"merchant[registration_address][address_line]","value":"aage se right waali gali","type":"text"},{"key":"merchant[registration_address][city]","value":"Noida","type":"text"},{"key":"merchant[registration_address][state]","value":"UTTAR PRADESH","type":"text"},{"key":"merchant[registration_address][pincode]","value":"201306","type":"text"},{"key":"merchant[website_url]","value":"http://www.trackmee.in","type":"text","disabled":true},{"key":"merchant[android_url]","value":"www.android.com","type":"text","disabled":true},{"key":"merchant[ios_url]","value":"www.ios.com","type":"text","disabled":true},{"key":"merchant[pancard_name]","value":"Ajay Kumar Yadav","type":"text","disabled":true},{"key":"merchant[pancard_number]","value":"BFIPR7068Q","type":"text"},{"key":"merchant[bank_detail][bank_account_number]","value":"9999999998","type":"text","disabled":true},{"key":"merchant[bank_detail][holder_name]","value":"Sherlock Holmes","type":"text","disabled":true},{"key":"merchant[bank_detail][ifsc_code]","value":"UTIB0000032","type":"text","disabled":true},{"key":"merchant[signing_authority_detail][email]","value":"vijaya.r@payu.in","type":"text"},{"key":"merchant[signing_authority_detail][name]","value":"VIJAYA KUMAR RANGANATHAN","type":"text"},{"key":"merchant[signing_authority_detail][pancard_number]","value":"BFIPR7068P","type":"text"},{"key":"merchant[monthly_expected_volume]","value":"60000","type":"text"}]},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"b95e03d5-b915-4734-88c7-efe41cbdbbe7","name":"When pan card is not verified for the merchant","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"301\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Either pancard is not verified or business entity details not present\"\n}"},{"id":"72dff772-dbd5-4b4d-89d7-7b93a7bda577","name":"When Business entity details are not present for the Merchant","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"301\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants/{{merchant_uuid}}"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Either pancard is not verified or business entity details not present\"\n}"}],"_postman_id":"a81fa9f2-a323-450e-a715-d86af66d066a"},{"name":"Create Merchant","id":"583ec6f0-4a66-4bed-8027-a725c156c19c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"email\": \"71yash.gupta@payutest.in\",\n        \"mobile\": \"9811075641\",\n        \"signing_authority_detail\": {\n            \"email\": \"vijay21@yopmail.com\",\n            \"name\": \"VIJAYA KUMAR RANGANATHAN\",\n            \"pancard_number\": \"BFIPR7068P\"\n        }\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v2","merchants"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"80997c58-b01a-4ddd-b57b-499e62eee903","name":"When token invalid / expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"email\": \"71yash.gupta@payutest.in\",\n        \"mobile\": \"9811075641\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"8026337d-f6cf-4a74-a019-a094509213e0"},{"key":"X-Runtime","value":"1.046329"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"ad97bd3f-7c68-41be-836c-b82476f827a4","name":"If email is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"email\": \"\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=WHkzbktqZ0NRdFlQdlZ0RkQxQ2FxUnh0MjRwc0VLY0EzaGwrRXgrejN1Y1JPL0ZJVVVtRHJmaUg1V3RtTU44bWJFZUwrZFFoZ0ZIZUJsNGZQOXl0WjNTRkVUOXY2UjNFeUJFMjYzRm1SZFVwM2o3dFp3U3kzcmxFNTJLQjhERzhSOVNIMXB2Nkdpb29vSklMaUVzenB3PT0tLTJmK1V5YWpNL3o1R0FjNVh3RTg4YXc9PQ%3D%3D--64964b1f259dab30956d54b94fafc43bcc6fa813; path=/; HttpOnly"},{"key":"X-Request-Id","value":"73fdaed9-04f8-4661-bcbd-3fbb17a1a1f0"},{"key":"X-Runtime","value":"4.294334"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"email\": [\n            \"Email is required\"\n        ]\n    }\n}"},{"id":"7ccab613-997f-4e41-b39a-94d99a296b2d","name":"If email invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"email\": \"random*&\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=WHkzbktqZ0NRdFlQdlZ0RkQxQ2FxUnh0MjRwc0VLY0EzaGwrRXgrejN1Y1JPL0ZJVVVtRHJmaUg1V3RtTU44bWJFZUwrZFFoZ0ZIZUJsNGZQOXl0WjNTRkVUOXY2UjNFeUJFMjYzRm1SZFVwM2o3dFp3U3kzcmxFNTJLQjhERzhSOVNIMXB2Nkdpb29vSklMaUVzenB3PT0tLTJmK1V5YWpNL3o1R0FjNVh3RTg4YXc9PQ%3D%3D--64964b1f259dab30956d54b94fafc43bcc6fa813; path=/; HttpOnly"},{"key":"X-Request-Id","value":"73fdaed9-04f8-4661-bcbd-3fbb17a1a1f0"},{"key":"X-Runtime","value":"4.294334"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"email\": [\n            \"Email is invalid\"\n        ]\n    }\n}"},{"id":"14e9b200-f11a-490f-af2d-e0056c4c1830","name":"If mobile number is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"email\": \"71yash.gupta@payutest.in\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=dlUzb3pBWXovZytMeGJVbExWc2x6cDZBQ211bzdCeTc5cFB5VEVLWnpSREdCYWEyeE1FWktFYmpYUm1EMGRieU8xKzV1emJldHR3Ry85RUhEUkgwNWJVMWxSQktkOGh5M0dSMjF1eEZUeEw2MVFveVBqMVRBd2g2c09VU21ucmRjTjU4MU51TlBkK2N1a2xISUlNK0N3PT0tLUJOa0RMMCtDdWRNZGFMTXVFNXhoeWc9PQ%3D%3D--8d25d822f3ac7405dfe23c7df909676d7bfd6677; path=/; HttpOnly"},{"key":"X-Request-Id","value":"207c9326-48d0-4130-921e-a489a2ac4342"},{"key":"X-Runtime","value":"0.328868"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"mobile\": [\n            \"Mobile is required\"\n        ]\n    }\n}"},{"id":"d3b7b0ef-0f97-43c8-8ca5-14b207d6342f","name":"If mobile number is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"email\": \"71yash.gupta@payutest.in\",\n        \"mobile\": \"9811111111\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=dlUzb3pBWXovZytMeGJVbExWc2x6cDZBQ211bzdCeTc5cFB5VEVLWnpSREdCYWEyeE1FWktFYmpYUm1EMGRieU8xKzV1emJldHR3Ry85RUhEUkgwNWJVMWxSQktkOGh5M0dSMjF1eEZUeEw2MVFveVBqMVRBd2g2c09VU21ucmRjTjU4MU51TlBkK2N1a2xISUlNK0N3PT0tLUJOa0RMMCtDdWRNZGFMTXVFNXhoeWc9PQ%3D%3D--8d25d822f3ac7405dfe23c7df909676d7bfd6677; path=/; HttpOnly"},{"key":"X-Request-Id","value":"207c9326-48d0-4130-921e-a489a2ac4342"},{"key":"X-Runtime","value":"0.328868"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"mobile\": [\n            \"Mobile is invalid\"\n        ]\n    }\n}"},{"id":"5eb44f1a-e1dc-4a3f-9534-07b78a98c9fe","name":"If mobile number and email belong to different accounts","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"email\": \"71yash.gupta@payutest.in\",\n        \"mobile\": \"9811111111\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=dlUzb3pBWXovZytMeGJVbExWc2x6cDZBQ211bzdCeTc5cFB5VEVLWnpSREdCYWEyeE1FWktFYmpYUm1EMGRieU8xKzV1emJldHR3Ry85RUhEUkgwNWJVMWxSQktkOGh5M0dSMjF1eEZUeEw2MVFveVBqMVRBd2g2c09VU21ucmRjTjU4MU51TlBkK2N1a2xISUlNK0N3PT0tLUJOa0RMMCtDdWRNZGFMTXVFNXhoeWc9PQ%3D%3D--8d25d822f3ac7405dfe23c7df909676d7bfd6677; path=/; HttpOnly"},{"key":"X-Request-Id","value":"207c9326-48d0-4130-921e-a489a2ac4342"},{"key":"X-Runtime","value":"0.328868"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"mobile\": [\n            \"Email and mobile belong to two different accounts.\"\n        ]\n    }\n}"},{"id":"61894836-d338-49bc-942b-e9eb6ea9783a","name":"When merchant Already exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"email\": \"71yash.gupta@payutest.in\",\n        \"mobile\": \"9811075641\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=bDJJdDQzN2dMSElIa2pzZ3VDUzMyRGREMUJCajFIaGR6VFpqOWdqeEg4VThlaTZJQnNReVZ4aWJCVFgxRHh4MUxEdHVDcUhzTUR4MG9rd1ZLNm5lN29EN0p3bnB3b0QrdGN4MzRpUng2eGM5b1lFYjdZOGliWlZnRGVnQ0lsWHB0eUhlZ3QwcGRRcmhJN2FhNG5EampnPT0tLTJERWUxcVprTEtLMWZBT0hUMEN5aHc9PQ%3D%3D--41f5f6b747b7c916bbdb8cfbd4e134eb9a762840; path=/; HttpOnly"},{"key":"X-Request-Id","value":"857fab34-19ae-43ea-8237-17cf96fa72e7"},{"key":"X-Runtime","value":"2.584088"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"error\": [\n            \"Merchant already exists for given user\"\n        ]\n    },\n    \"merchant\": {\n        \"mid\": 12345,\n        \"test_mid\": 12345,\n        \"product\": \"PayUmoney\"\n    }\n}"},{"id":"62e46a72-8d39-403d-93db-bbd3763094f0","name":"Business subcategory does not belong to business category","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n        \"email\": \"71yash.gupta@payutest.in\",\n        \"mobile\": \"9811075641\",\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"1\",\n\t\t\"business_sub_category_id\": \"301\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"55bb7fb0-cf20-40f2-9100-7fb2400f8287"},{"key":"X-Runtime","value":"13.819692"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"business_sub_category\": [\n            \"does not belongs to given category\"\n        ]\n    }\n}"},{"id":"42f97c51-b3e1-4ddf-b469-6b08889061b7","name":"When pan number and business entity mapping fails","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"301\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"55bb7fb0-cf20-40f2-9100-7fb2400f8287"},{"key":"X-Runtime","value":"13.819692"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"pancard_number\": [\n            \"AACCA4355K does not match with selected Business entity Individual. You can do either of the\\n    following:\\n\\n    1. Either change business entity(under Business Details) to one of Private Limited or Public Limited or One Person Company\\n\\n    2. Change the PANnumber.\"\n        ]\n    }\n}"},{"id":"e08f357b-1544-4751-ac26-53ac291ebee0","name":"When business entity is 'non individual' and 5th character of pan number does not match with first character of your pan name","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"301\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"55bb7fb0-cf20-40f2-9100-7fb2400f8287"},{"key":"X-Runtime","value":"13.819692"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"pancard_number\": [\n            \"As you have selected business entity as Non Individual\\n        your PAN AACCA4355K 5th character shall match with first character of your PAN Holder name xyzabc.\\n        Either update the business entity type(under Business Details) or update PAN name/number here.\"\n        ]\n    }\n}"},{"id":"b956e593-2b3a-4e13-8fd7-843142c21e2c","name":"When Karza API to fetch pan name from pan number return failed response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"788069f2-4bb2-43fc-a2a6-da3fb5047daf"},{"key":"X-Runtime","value":"3.572337"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"pancard_name\": [\n            \"not found\"\n        ]\n    }\n}"},{"id":"2ce8f522-9c60-44e3-8951-5bb9b32d6556","name":"When Karza API to fetch pan name from pan number returns invalid pan number","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4BBBB\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"788069f2-4bb2-43fc-a2a6-da3fb5047daf"},{"key":"X-Runtime","value":"3.572337"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"pancard_number\": [\n            \"is invalid\"\n        ]\n    }\n}"},{"id":"f7d89417-0102-4c76-9f04-1038fc8c3bbb","name":"If business entity sole prop and bank holder name does not match either with business name or pancard name","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n    \"merchant\": {\n        \"business_entity_id\": \"14\",\n        \"business_category_id\": \"16\",\n        \"business_sub_category_id\": \"128\",\n        \"business_type\": \"LongTail\",\n        \"business_name\": \"kapil kumar\",\n        \"monthly_expected_volume\": \"60000\",\n        \"gst_number\": \"06AAJCS9091D1Z4\",\n        \"pancard_number\": \"DBZPK4951B\",\n        \"bank_detail\": {\n            \"holder_name\": \"Jugnu Siwach\",\n            \"bank_account_number\": \"201154060989\",\n            \"ifsc_code\": \"SBIN0010650\"\n        },\n        \"registration_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        },\n        \"operating_address\": {\n            \"address_line\": \"G004, Park view city 2\",\n            \"pincode\": \"122018\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"788069f2-4bb2-43fc-a2a6-da3fb5047daf"},{"key":"X-Runtime","value":"3.572337"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"bank_holder_name\": [\n            \"does not match either with business name or pancard name\"\n        ]\n    }\n}"},{"id":"7c73c4b4-8274-4b34-931e-54846effb9fc","name":"When address exceeds maximum characters","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2,G004, Park view city 2, G004, Park view city 2,G004, Park view city 2,G004, Park view city 2,G004, Park view city 2, G004, Park view city 2,G004, Park view city 2, G004, Park view city 2,G004, Park view city 2,G004, Park view city 2,G004, Park view city 2,\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"eef6f8ff-db5b-482b-9513-5a38a4b7f086"},{"key":"X-Runtime","value":"0.940519"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"registration_address.address_line\": [\n            \"is too long (maximum is 200 characters)\"\n        ]\n    }\n}"},{"id":"51b01d13-b4e7-4abe-9f11-f7f59d203183","name":"if website_url, android_url or ios_url are invalid (fails regex check)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{access_token}}"}],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"128\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2,G004, Park view city 2, G004, Park view city 2,G004, Park view city 2,G004, Park view city 2,G004, Park view city 2, G004, Park view city 2,G004, Park view city 2, G004, Park view city 2,G004, Park view city 2,G004, Park view city 2,G004, Park view city 2,\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"eef6f8ff-db5b-482b-9513-5a38a4b7f086"},{"key":"X-Runtime","value":"0.940519"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"ios_url\": [\n            \"is not valid\"\n        ]\n    }\n}"},{"id":"58ed8ff6-119c-42b8-96c9-229b36519d2d","name":"If monthly expected volume is more than 999999999","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n        \"email\": \"71yash.gupta@payutest.in\",\n        \"mobile\": \"9811075641\",\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"1\",\n\t\t\"business_sub_category_id\": \"301\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"9999999999999\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=V0NFT1IxOUt5ZWZ6SE81MW9MTkNZTUM0aHJ1dlRVK2JFRllvMmplUzAvWDkrcDNrTlhIQXJkcUpIUUhZWHBxRUxLU1lFckVxSFVZVm9DcXk1bndheExidCtkTVVGNUFQaHZtdXJ6VXJNUldIYmFIaEhzN3YwTDBVQzhpWGRSeGdSZVdGVy8vcS8rcHlSY1hTWjlPMVVBPT0tLVRBVXFoYmZDQjZyMmwxaUxxS2owN2c9PQ%3D%3D--58bd1853487440348f8169819aa73e50339c00e4; path=/; HttpOnly"},{"key":"X-Request-Id","value":"374052cb-81f8-4e30-8d7b-6e8a1ce8f6a1"},{"key":"X-Runtime","value":"8.483145"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"base\": [\n            \"Monthly Expected Volume must be less than or equal to 999999999\"\n        ]\n    }\n}"},{"id":"71740e8b-0639-4da1-90cd-692bb9868fcf","name":"If monthly expected volume is negative","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n        \"email\": \"71yash.gupta@payutest.in\",\n        \"mobile\": \"9811075641\",\n\t\t\"business_entity_id\": \"14\",\n\t\t\"business_category_id\": \"1\",\n\t\t\"business_sub_category_id\": \"301\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"-99\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"registration_address\": {\n\t\t\t\"address_line\": \"G004, Park view city 2\",\n\t\t\t\"pincode\": \"122018\"\n\t\t},\n\t\t\"operating_address\": {\n\t\t\t \"address_line\": \"G004, Park view city 2\",\n\t\t\t \"pincode\": \"122018\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/api/v2/merchants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_merchant_onboarding_session=TDZweFZSUGQwZVB4enB3NzZtdE9scDJ1amtoTENrNGlmSjgxSlpzWlVZTEE4aUpZZG96dHNkakdVWW5OMHJ2bE5RMmNudTZIVzEyM1Q5c3R2b0t1RnczUVloMDlZdzlvaVhLMk9OaVFDWnJ4Mk10OFhuQmhITHluZUJ1NmFaYStsc3JjbFJqNFhtcUlLNW94MHhOUUVRPT0tLWlZbDJWMklKR3p5czUwYVZZTEkvZ2c9PQ%3D%3D--d5340d0d02cd544890484c4cc41a08b7c141e0f3; path=/; HttpOnly"},{"key":"X-Request-Id","value":"9c84bd37-4e44-47e3-be63-b2abab6a77c4"},{"key":"X-Runtime","value":"4.024374"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"base\": [\n            \"Monthly Expected Volume should be a positive integer\"\n        ]\n    }\n}"},{"id":"dbefeb44-cf32-45cc-8947-3b48081c9d9c","name":"When PanCard Number or Business Entity Details are not present and other info is present in params","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"merchant\": {\n\t\t\"business_category_id\": \"16\",\n\t\t\"business_sub_category_id\": \"301\",\n\t\t\"business_type\": \"LongTail\",\n\t\t\"business_name\": \"kapil kumar\",\n\t\t\"monthly_expected_volume\": \"60000\",\n\t\t\"gst_number\": \"06AAJCS9091D1Z4\",\n\t\t\"pancard_number\": \"DBZPK4951B\",\n\t\t\"email\": \"abc@gmail.com\",\n        \"mobile\": \"9876543210\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v2/merchants"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Either pancard_number or business_entity_id is not present\"\n}"}],"_postman_id":"583ec6f0-4a66-4bed-8027-a725c156c19c"}],"id":"b3b91dcc-5644-4e83-b442-5dbcaa61729d","_postman_id":"b3b91dcc-5644-4e83-b442-5dbcaa61729d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}}],"id":"c2848bd6-ab47-4688-a41a-e8e0aedbef04","_postman_id":"c2848bd6-ab47-4688-a41a-e8e0aedbef04","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"CKYC APIs","item":[{"name":"fetch ckyc data","id":"eb91ade4-a7f2-4d38-8619-48d35bce4847","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>merchant's user token is required with update_user_profile scope</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/ckyc_data","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc","ckyc_data"],"host":["{{onboarding_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f08b81e6-e222-4bd9-a6b1-eed440a79e6c","name":"Success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/ckyc_data"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"INKBR BUSINESS CONSULTANCY PVT LTD\",\n    \"father_name\": \"\",\n    \"dob\": \"10-02-202511-01-199213-03-200211-01-1992\",\n    \"address\": \"SHOP 249/2 UNIQUE SQUARE CAUSEWAY, DABHOLI LINK ROAD SINGANPORE\",\n    \"pincode\": \"395004\",\n    \"state\": \"Gujarat\",\n    \"city\": \"Surat\"\n}"},{"id":"55864618-519e-4f2c-b608-1b30f91acdf0","name":"when token is invalid / expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/ckyc_data"},"code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"ebd8dd42-aa8a-4367-9205-7669cdbc98a5","name":"when merchant does not exist with given uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/ckyc_data"},"code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Product account with given uuid not found\"\n}"},{"id":"513e603b-0964-4852-bba4-2f29145c2317","name":"when merchant's record is not found in ckyc repo","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/ckyc_data"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"No record found.\"\n}"},{"id":"91a3e1ae-e392-4fef-8f8c-8d8e7048b881","name":"when dob format is invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/ckyc_data"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"DOB/DOI is not present\"\n}"},{"id":"8bb7f049-3d24-413e-b603-4730fafe8ff4","name":"when dob does not match with pancard number","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/ckyc_data"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Authentication Failed: Date of Incorporation  entered does not match with the date of Incorporation present in the CKYC record\"\n}"},{"id":"6b1ac439-0f21-423c-9fb9-7aa0a3c3b12e","name":"When retry limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/ckyc_data"},"code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Throttled\",\n    \"message\": \"Retry limit exceeded, please try again later.\"\n}"},{"id":"0c753fb3-72a3-4b63-a408-8c78df597704","name":"when pancard number no present for given merchant","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"merchant's user token is required with update_user_profile scope","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_base_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/ckyc_data"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Pancard number is not present\"\n}"}],"_postman_id":"eb91ade4-a7f2-4d38-8619-48d35bce4847"},{"name":"Send OTP API","id":"e62a077c-7419-40f8-b204-335b45e0dd5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>merchant's user token is required with update_user_profile scope or client token with scope - client_manage_kyc_details</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"mobile\": \"1234567890\",\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/send_ckyc_otp","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc","send_ckyc_otp"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"f2170713-eabf-4d35-95b2-298819018a77","name":"Success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"merchant's user token is required with update_user_profile scope or client token with scope - client_manage_kyc_details","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"mobile\": \"1234567890\",\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/send_ckyc_otp"},"code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"OTP has been sent to the registered mobile numberXXXXXX3452\"\n}"},{"id":"deb14ed5-31ff-49de-9000-dd4958c740d6","name":"Unauthorised request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"merchant's user token is required with update_user_profile scope or client token with scope - client_manage_kyc_details","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"mobile\": \"1234567890\",\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/send_ckyc_otp"},"code":401,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"c0b1a319-31d5-4e63-9c42-2a2575c69815","name":"when mobile no not provided","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"merchant's user token is required with update_user_profile scope or client token with scope - client_manage_kyc_details","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"mobile\": \"1234567890\",\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/send_ckyc_otp"},"code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Mobile number is not provided\"\n}"},{"id":"8a106548-6b7c-43bc-8792-e0cbc2fed339","name":"When merchant not found with given uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"merchant's user token is required with update_user_profile scope or client token with scope - client_manage_kyc_details","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"mobile\": \"1234567890\",\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/send_ckyc_otp"},"code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Product account with given uuid not found\"\n}"},{"id":"c6ac7241-04b0-495c-b7d1-ce255c993537","name":"When CKYC send OTP is triggered for Non Individual/Sole prop merchants","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"merchant's user token is required with update_user_profile scope or client token with scope - client_manage_kyc_details","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"mobile\": \"1234567890\",\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/send_ckyc_otp"},"code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Either business entity is no present or business entity is not Individual/Sole Prop\"\n}"},{"id":"b80eee01-bff5-455e-8acf-01b9527f3257","name":"when pancard no is not present for given merchant","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"merchant's user token is required with update_user_profile scope or client token with scope - client_manage_kyc_details","type":"text"}],"body":{"mode":"raw","raw":"{ \n    \"mobile\": \"1234567890\",\n    \"consent_name\": \"opted_for_ckyc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/send_ckyc_otp"},"code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Pancard number is not present\"\n}"}],"_postman_id":"e62a077c-7419-40f8-b204-335b45e0dd5a"},{"name":"Verify CKYC OTP","id":"18f80134-d108-4a0c-8a6d-d192b2d3e44c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"<p>merchant's user token is required with update_user_profile scope or client token with scope - client_manage_kyc_details</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/verify_ckyc_otp","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","kyc","verify_ckyc_otp"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"b2739880-5399-42c5-afec-1fdde2dd6964","name":"when otp is expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"merchant's user token is required with update_user_profile scope or client token with scope - client_manage_kyc_details","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/verify_ckyc_otp"},"code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OTP Expired. To re-attempt use the 'Resend OTP' option. Attempts remaining : 2\"\n}"},{"id":"b11b9392-5e96-4f66-aa41-82de96afb487","name":"when invalid otp is entered","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"merchant's user token is required with update_user_profile scope or client token with scope - client_manage_kyc_details","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/verify_ckyc_otp"},"code":422,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid OTP entered. Remaining attempts: 2\"\n}"},{"id":"b4111c52-934f-4971-9ae2-7c54221042f2","name":"unauthorised request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"merchant's user token is required with update_user_profile scope or client token with scope - client_manage_kyc_details","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/verify_ckyc_otp"},"code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"84171241-56d8-45d9-b3e0-78cfdaebd8c0","name":"When merchant not found with given uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"merchant's user token is required with update_user_profile scope or client token with scope - client_manage_kyc_details","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/verify_ckyc_otp"},"code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Product account with given uuid not found\"\n}"},{"id":"8a5c10bb-acd6-4a5a-a72a-562898d04ca3","name":"Verify CKYC OTP","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","description":"merchant's user token is required with update_user_profile scope or client token with scope - client_manage_kyc_details","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/kyc/verify_ckyc_otp"},"code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"name\": \"INKBR BUSINESS CONSULTANCY PVT LTD\",\n    \"father_name\": \"\",\n    \"dob\": \"10-02-202511-01-199213-03-200211-01-1992\",\n    \"address\": \"SHOP 249/2 UNIQUE SQUARE CAUSEWAY, DABHOLI LINK ROAD SINGANPORE\",\n    \"pincode\": \"395004\",\n    \"state\": \"Gujarat\",\n    \"city\": \"Surat\"\n}"}],"_postman_id":"18f80134-d108-4a0c-8a6d-d192b2d3e44c"}],"id":"d623ce6f-7242-4cdc-823d-c5207bcfc08a","_postman_id":"d623ce6f-7242-4cdc-823d-c5207bcfc08a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"VKYC","item":[{"name":"Create VKYC link","id":"e2fc856b-1bb9-4335-8a61-a3a738a32faa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>Token with user scope update_user_profile &amp; client token with scope - client_update_user_profile</p>\n","type":"text"}],"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/vkyc/create_profile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}},"urlObject":{"path":["api","v3","product_accounts","{{product_account_uuid}}","vkyc","create_profile"],"host":["{{onboarding_url}}"],"query":[],"variable":[]}},"response":[{"id":"b5ab8832-82a4-4459-a275-8343bb29af0a","name":"Success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"Token with user scope update_user_profile & client token with scope - client_update_user_profile","type":"text"}],"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/vkyc/create_profile"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n   \"uuid\": \"11f0-e544-3c59362c-b1e3-02f889681e99\",\n   \"status\": \"link_generated\",\n   \"profile_id\": \"6b6c7092-4339-4b31-b35e-83d4a29a7d1c\",\n   \"capture_link\": \"https://capture.kyc.idfy.com/v2/captures?t=cRsjbvIVAPnO\",\n   \"scheduled_at\": null,\n   \"start_time\": null,\n   \"end_time\": null,\n   \"capture_expires_at\": null\n}"},{"id":"aeb7fc34-b979-436b-a1de-4643f7b7df50","name":"Unauthorised response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"Token with user scope update_user_profile & client token with scope - client_update_user_profile","type":"text"}],"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/vkyc/create_profile"},"code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\"\n}"},{"id":"c5f827a6-f680-44d1-90fa-304c3d54ab0f","name":"merchant not found with given uuid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"Token with user scope update_user_profile & client token with scope - client_update_user_profile","type":"text"}],"url":"{{onboarding_url}}/api/v3/product_accounts/{{product_account_uuid}}/vkyc/create_profile"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Product account with given uuid not found\"\n}"}],"_postman_id":"e2fc856b-1bb9-4335-8a61-a3a738a32faa"}],"id":"cddbb5d6-e8f9-4b1b-baa3-3656d8c9333d","_postman_id":"cddbb5d6-e8f9-4b1b-baa3-3656d8c9333d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"60abdedd-6640-49c8-9497-fe181220c2fd","id":"60abdedd-6640-49c8-9497-fe181220c2fd","name":"Common Onboarding","type":"collection"}}},{"name":"https://uat-onepayuonboarding.payu.in/dvs/bank_accounts/acc_name_verification","id":"e01a1257-1aca-4f49-908f-f6dcc22e9eef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer 245770291201aaf264da32c32ef78fb5a880d0895e1a93bb5e85b7e992c45e04"}],"body":{"mode":"raw","raw":"{\n    \"header\": {\n        \"refId\": \"5ec38036-ece5-4d48-8922-981f5554e808\",\n        \"rcvrId\": [\n            {\n                \"type\": \"LEI\",\n                \"value\": \"335800T4H7DP91F63N59\"\n            }\n        ],\n        \"sndrId\": {\n            \"type\": \"SWIFT Id\",\n            \"value\": \"CHASUS33\"\n        },\n        \"status\": \"INQ_CRTD\",\n        \"svcTyp\": [\n            \"Confirm\"\n        ],\n        \"reqType\": [\n            \"AV\"\n        ],\n        \"version\": \"1.0\",\n        \"rcvrName\": \"PayU\",\n        \"sndrName\": \"JPMC\",\n        \"ReqDateTime\": \"2025-09-09T13:36:14.4670152\",\n        \"LastActionDateTime\": \"2025-09-09T13:36:14.4670152\"\n    },\n    \"message\": {\n        \"PmtInf\": {\n            \"Cdtr\": {\n                \"Nm\": \"Rajat Mishra\"\n            },\n            \"PmtId\": {\n                \"TxId\": \"0093871252FC\",\n                \"InstrId\": \"2025090900301255\"\n            },\n            \"RmtInf\": {\n                \"Ustrd\": \"/URI/POP /P1020/\"\n            },\n            \"CdtrAgt\": {\n                \"FinInstnId\": {\n                    \"Nm\": \"AXIS BANK\",\n                    \"BICFI\": \"AXISINBB723\",\n                    \"PstlAdr\": {\n                        \"Ctry\": \"IN\",\n                        \"AdrLine\": []\n                    }\n                }\n            },\n            \"CdtrAcct\": {\n                \"Id\": {\n                    \"type\": \"Account Number\",\n                    \"value\": \"915010002338239\"\n                }\n            },\n            \"InstdAmt\": {\n                \"Amt\": \"100000.00\",\n                \"Ccy\": \"USD\"\n            },\n            \"CdtrAgtAcct\": {\n                \"Id\": {\n                    \"type\": \"Account Number\",\n                    \"value\": \"406313499\"\n                }\n            },\n            \"IntrBkSttlmAmt\": {\n                \"Amt\": \"100000.00\",\n                \"Ccy\": \"USD\"\n            }\n        }\n    },\n    \"payload\": {\n        \"reqRef\": \"5\",\n        \"reqFlds\": {\n            \"Cdtr\": {\n                \"queries\": [\n                    {\n                        \"qry\": \"AcctStatus\"\n                    },\n                    {\n                        \"qry\": \"Nm\"\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://test10-onboarding.payu.in/dvs/bank_accounts/acc_name_verification","description":"<p>Generated from cURL: curl --location '<a href=\"https://uat-onepayuonboarding.payu.in/dvs/bank_accounts/acc_name_verification\">https://uat-onepayuonboarding.payu.in/dvs/bank_accounts/acc_name_verification</a>' <br />--header 'Content-Type: application/json' <br />--header 'Authorization: Bearer 4e3043ebce1b590c80b723a13105ab653c6dd2d0efa8b04d48c17c1f954bbb81' <br />--data '{\n    \"header\": {\n        \"refId\": \"5ec38036-ece5-4d48-8922-981f5554e808\",\n        \"rcvrId\": [\n            {\n                \"type\": \"LEI\",\n                \"value\": \"335800T4H7DP91F63N59\"\n            }\n        ],\n        \"sndrId\": {\n            \"type\": \"SWIFT Id\",\n            \"value\": \"CHASUS33\"\n        },\n        \"status\": \"INQ_CRTD\",\n        \"svcTyp\": [\n            \"Confirm\"\n        ],\n        \"reqType\": [\n            \"AV\"\n        ],\n        \"version\": \"1.0\",\n        \"rcvrName\": \"PayU\",\n        \"sndrName\": \"JPMC\",\n        \"ReqDateTime\": \"2025-09-09T13:36:14.4670152\",\n        \"LastActionDateTime\": \"2025-09-09T13:36:14.4670152\"\n    },\n    \"message\": {\n        \"PmtInf\": {\n            \"Cdtr\": {\n                \"Nm\": \"CLIMAX OVERSEAS PVT LTD\"\n            },\n            \"PmtId\": {\n                \"TxId\": \"0093871252FC\",\n                \"InstrId\": \"2025090900301254\"\n            },\n            \"RmtInf\": {\n                \"Ustrd\": \"/URI/POP /P1020/\"\n            },\n            \"CdtrAgt\": {\n                \"FinInstnId\": {\n                    \"Nm\": \"SBM BANK (INDIA) LIMITED\",\n                    \"BICFI\": \"STCBINBX\",\n                    \"PstlAdr\": {\n                        \"Ctry\": \"IN\",\n                        \"AdrLine\": []\n                    }\n                }\n            },\n            \"CdtrAcct\": {\n                \"Id\": {\n                    \"type\": \"Account Number\",\n                    \"value\": \"20225416040\"\n                }\n            },\n            \"InstdAmt\": {\n                \"Amt\": \"100000.00\",\n                \"Ccy\": \"USD\"\n            },\n            \"CdtrAgtAcct\": {\n                \"Id\": {\n                    \"type\": \"Account Number\",\n                    \"value\": \"406313499\"\n                }\n            },\n            \"IntrBkSttlmAmt\": {\n                \"Amt\": \"100000.00\",\n                \"Ccy\": \"USD\"\n            }\n        }\n    },\n    \"payload\": {\n        \"reqRef\": \"5\",\n        \"reqFlds\": {\n            \"Cdtr\": {\n                \"queries\": [\n                    {\n                        \"qry\": \"AcctStatus\"\n                    },\n                    {\n                        \"qry\": \"Nm\"\n                    }\n                ]\n            }\n        }\n    }\n}'</p>\n","urlObject":{"protocol":"https","path":["dvs","bank_accounts","acc_name_verification"],"host":["test10-onboarding","payu","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"e01a1257-1aca-4f49-908f-f6dcc22e9eef"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"ad434010-ed2b-4bfe-83ee-259f1ea5e536","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2df0f24e-ccae-4f24-b737-dbf9af7a750e","type":"text/javascript","exec":[""]}}]}