{ "info": { "_postman_id": "5f8dc23d-62a6-46f3-9746-eca95e396977", "name": "Remote Address Details Bank Account Details API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:44:33.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "lastUpdatedBy": "35240", "uid": "35240-5f8dc23d-62a6-46f3-9746-eca95e396977" }, "item": [ { "name": "v2", "item": [ { "name": "employments", "item": [ { "name": "{employment_id}", "item": [ { "name": "bank-account-details", "item": [ { "name": "Update bank account details", "id": "36ae3442-2cf6-4e8a-9a13-0a4f4389be41", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"bank_account_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/bank-account-details?bank_account_details_json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "bank-account-details" ], "query": [ { "description": "Version of the bank_account_details form schema", "key": "bank_account_details_json_schema_version", "value": "" } ], "variable": [ { "id": "86388f21-d07a-4475-9eaf-2aab9d158b75", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Updates employment's bank account details.\n\nThis endpoint requires and returns country-specific data. The exact required and returned fields will\nvary depending on which country the employment is in. To see the list of parameters for each country,\nsee the **Show form schema** endpoint under the [Countries](#tag/Countries) category.\n\nPlease note that the compliance requirements for each country are subject to change according to local\nlaws. Given its continual updates, using Remote's [json-schema-form](https://developer.remote.com/docs/how-json-schemas-work) should be considered in order to avoid\ncompliance issues and to have the latest version of a country requirements.\n\nIf you are using this endpoint to build an integration, make sure you are dynamically collecting or\ndisplaying the latest parameters for each country by querying the _\"Show form schema\"_ endpoint.\n\nFor more information on JSON Schemas, see the **How JSON Schemas work** documentation.\n\nTo learn how you can dynamically generate forms to display in your UI, see the documentation for\nthe [json-schema-form](https://developer.remote.com/docs/how-json-schemas-form) tool.\n\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "ddc8eb38-4597-4fdc-bf59-cfd12d689c6f", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bank_account_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/bank-account-details?bank_account_details_json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "bank-account-details" ], "query": [ { "description": "Version of the bank_account_details form schema", "key": "bank_account_details_json_schema_version", "value": "" } ], "variable": [ { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"employment\": {\n \"id\": \"\",\n \"status\": \"initiated\",\n \"type\": \"contractor\",\n \"updated_at\": \"\",\n \"user_status\": \"active\",\n \"address_details\": {},\n \"administrative_details\": {},\n \"basic_information\": {},\n \"billing_address_details\": {},\n \"contract_details\": {},\n \"contract_origin\": \"custom_remote_contract\",\n \"emergency_contact_details\": {},\n \"personal_details\": {},\n \"pricing_plan_details\": {}\n }\n }\n}", "createdAt": "2026-07-28T02:44:34.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "uid": "35240-ddc8eb38-4597-4fdc-bf59-cfd12d689c6f" }, { "id": "41d393e1-9057-4d04-bfa5-aef99989af24", "name": "Bad Request", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bank_account_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/bank-account-details?bank_account_details_json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "bank-account-details" ], "query": [ { "description": "Version of the bank_account_details form schema", "key": "bank_account_details_json_schema_version", "value": "" } ], "variable": [ { "key": "employment_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:44:34.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "uid": "35240-41d393e1-9057-4d04-bfa5-aef99989af24" }, { "id": "be25cbe0-75dd-4f4a-a32e-2b8cf9eb9a14", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bank_account_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/bank-account-details?bank_account_details_json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "bank-account-details" ], "query": [ { "description": "Version of the bank_account_details form schema", "key": "bank_account_details_json_schema_version", "value": "" } ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:44:34.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "uid": "35240-be25cbe0-75dd-4f4a-a32e-2b8cf9eb9a14" }, { "id": "f80944d2-75b0-44ae-b263-3800642d5ae1", "name": "Forbidden", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bank_account_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/bank-account-details?bank_account_details_json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "bank-account-details" ], "query": [ { "description": "Version of the bank_account_details form schema", "key": "bank_account_details_json_schema_version", "value": "" } ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:44:34.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "uid": "35240-f80944d2-75b0-44ae-b263-3800642d5ae1" }, { "id": "752cb1c7-3537-455f-b77a-2288910b384d", "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bank_account_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/bank-account-details?bank_account_details_json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "bank-account-details" ], "query": [ { "description": "Version of the bank_account_details form schema", "key": "bank_account_details_json_schema_version", "value": "" } ], "variable": [ { "key": "employment_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:44:34.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "uid": "35240-752cb1c7-3537-455f-b77a-2288910b384d" }, { "id": "5d2d48fc-4944-4fa9-ade0-d44386133c42", "name": "Conflict", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bank_account_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/bank-account-details?bank_account_details_json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "bank-account-details" ], "query": [ { "description": "Version of the bank_account_details form schema", "key": "bank_account_details_json_schema_version", "value": "" } ], "variable": [ { "key": "employment_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:44:34.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "uid": "35240-5d2d48fc-4944-4fa9-ade0-d44386133c42" }, { "id": "1205fc5b-b866-45f9-9a35-fcc214c5dda0", "name": "Unprocessable Entity", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bank_account_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/bank-account-details?bank_account_details_json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "bank-account-details" ], "query": [ { "description": "Version of the bank_account_details form schema", "key": "bank_account_details_json_schema_version", "value": "" } ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:44:34.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "uid": "35240-1205fc5b-b866-45f9-9a35-fcc214c5dda0" }, { "id": "71f59b60-9576-4d1a-999a-5b921e3c5010", "name": "Unprocessable Entity", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"bank_account_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/bank-account-details?bank_account_details_json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "bank-account-details" ], "query": [ { "description": "Version of the bank_account_details form schema", "key": "bank_account_details_json_schema_version", "value": "" } ], "variable": [ { "key": "employment_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Too many requests\"\n}", "createdAt": "2026-07-28T02:44:34.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "uid": "35240-71f59b60-9576-4d1a-999a-5b921e3c5010" } ], "createdAt": "2026-07-28T02:44:34.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "uid": "35240-36ae3442-2cf6-4e8a-9a13-0a4f4389be41" } ], "id": "606c5dc1-f1be-468c-b36e-ad24e9a5eba9", "createdAt": "2026-07-28T02:44:34.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "uid": "35240-606c5dc1-f1be-468c-b36e-ad24e9a5eba9" } ], "id": "5e3a6dd3-b950-4d09-8605-f056780e692f", "createdAt": "2026-07-28T02:44:34.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "uid": "35240-5e3a6dd3-b950-4d09-8605-f056780e692f" } ], "id": "f17446e8-54ab-433e-a8da-34d31374039f", "createdAt": "2026-07-28T02:44:34.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "uid": "35240-f17446e8-54ab-433e-a8da-34d31374039f" } ], "id": "43271d33-a3dd-4783-b6d3-447b08b27d43", "createdAt": "2026-07-28T02:44:34.000Z", "updatedAt": "2026-07-28T02:44:34.000Z", "uid": "35240-43271d33-a3dd-4783-b6d3-447b08b27d43" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "company_department:read webhook:write magic_link:write offboarding:write custom_field:write address:write expense:read employment:write identity_verification:write timesheet:write travel_letter:write incentive:read personal_detail:read invoices:write work_authorization:write timeoff:write company_structure:read benefit_renewal:write benefit_offer:read employment_documents onboarding:write payroll_run:read risk_reserve:write invoices resignation_letter:read resignation:read convert_currency:read employments probation_document:read company_admin payroll help_center_article:read timesheet:read custom_field_value:write company_currencies:read payslip:read pay_item:write resignation:write custom_field:read payroll_calendar:read contract_amendment:write offboarding:read timeoff:read probation_document:write country:read webhook:read company_department:write company_manager:read pay_item:read contract_amendment:read company:read sso_configuration:write benefit_offer:write contract_eligibility:write benefit_renewal:read background_check:read custom_field_value:read expense:write identity_verification:read address:read document:write time_and_attendance employment_payments form:read work_authorization:read invoices:read incentive:write employment:read contract:read company_manager:write travel_letter:read document:read sso_configuration:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "authUrl", "value": "/auth/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://gateway.remote.com/" } ] }