{ "info": { "_postman_id": "aa7269bd-e113-42dc-9fd5-94aeff962fb1", "name": "Authentication ACH Returns Merchants API", "description": "This resource is used for authentication actions\n\nContact Support:\n Name: Rainforest\n Email: support@rainforestpay.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "lastUpdatedBy": "35240", "uid": "35240-aa7269bd-e113-42dc-9fd5-94aeff962fb1" }, "item": [ { "name": "v1", "item": [ { "name": "merchants", "item": [ { "name": "{merchant_id}", "item": [ { "name": "cancel", "item": [ { "name": "Cancel merchant", "id": "1016c0d9-f62e-4f41-88bb-4947b4a09fcf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "cancel" ], "variable": [ { "id": "01f6c4be-1ce1-4b8f-9c81-fcd838927cf1", "key": "merchant_id", "value": "", "description": "(Required) The unique merchant identifier. \n\nPrefix is \"mid\" in production and \"sbx_mid\" in sandbox." } ] }, "description": "Cancel a pending merchant. Merchant status must be `PENDING`." }, "response": [ { "id": "720fe29e-9d13-483e-8d32-1fc4791ef419", "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "cancel" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-720fe29e-9d13-483e-8d32-1fc4791ef419" }, { "id": "cb780537-5d8e-42f3-91e1-cb7a1cf85c01", "name": "Bad request, check for validation errors.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "cancel" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-cb780537-5d8e-42f3-91e1-cb7a1cf85c01" }, { "id": "5d562232-181f-498f-9849-43dd8091d5bc", "name": "Authorization missing or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "cancel" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-5d562232-181f-498f-9849-43dd8091d5bc" }, { "id": "f087b5a2-7771-44e9-84fc-1abc08ea58d4", "name": "Authorization insufficient for requested action.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "cancel" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-f087b5a2-7771-44e9-84fc-1abc08ea58d4" }, { "id": "09f5559a-ac3e-42c4-a29c-152069d5554e", "name": "Resource not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "cancel" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-09f5559a-ac3e-42c4-a29c-152069d5554e" }, { "id": "f575dc3b-dab2-4b40-98ba-eeb8d867f2c1", "name": "Unexpected error.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "cancel" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-f575dc3b-dab2-4b40-98ba-eeb8d867f2c1" } ], "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-1016c0d9-f62e-4f41-88bb-4947b4a09fcf" } ], "id": "50029d8a-bf5c-4815-a525-0d86794309f4", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-50029d8a-bf5c-4815-a525-0d86794309f4" }, { "name": "update_billing_profile", "item": [ { "name": "Update merchant billing profile", "id": "975ef95b-89d8-4129-abc8-9489db2c988e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"billing_profile_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/update_billing_profile", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "update_billing_profile" ], "variable": [ { "id": "184bc401-0634-4f12-8a33-74fb57bd99fc", "key": "merchant_id", "value": "", "description": "(Required) The unique merchant identifier. \n\nPrefix is \"mid\" in production and \"sbx_mid\" in sandbox." } ] }, "description": "Update the billing profile assigned to a merchant." }, "response": [ { "id": "36e474d3-4ac7-48dd-963e-ef1bf81cca80", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"billing_profile_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/update_billing_profile", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "update_billing_profile" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {\n \"merchant_id\": \"\",\n \"platform_id\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/0/properties/platform_id not found in the OpenAPI spec\"\n },\n \"billing_profile_id\": \"\",\n \"billing_profile\": {\n \"id\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/billing_profile_id not found in the OpenAPI spec\"\n },\n \"name\": \"\"\n },\n \"name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/name not found in the OpenAPI spec\"\n },\n \"dba_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/dba_name not found in the OpenAPI spec\"\n },\n \"legal_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/legal_name not found in the OpenAPI spec\"\n },\n \"merchant_type\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/merchant_type not found in the OpenAPI spec\"\n },\n \"mcc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc not found in the OpenAPI spec\"\n },\n \"mcc_desc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc_desc not found in the OpenAPI spec\"\n },\n \"email\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/email not found in the OpenAPI spec\"\n },\n \"website\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/website not found in the OpenAPI spec\"\n },\n \"phone_number\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/phone_number not found in the OpenAPI spec\"\n },\n \"average_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_ticket not found in the OpenAPI spec\"\n },\n \"high_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/high_ticket not found in the OpenAPI spec\"\n },\n \"average_monthly_volume\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_monthly_volume not found in the OpenAPI spec\"\n },\n \"address\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/address not found in the OpenAPI spec\"\n },\n \"tax_id\": \"\",\n \"tax_id_last_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/tax_id_last_4 not found in the OpenAPI spec\"\n },\n \"owner_1\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_2\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_3\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"billing_frequency\": \"MONTHLY\",\n \"billing_type\": \"GROSS\",\n \"deposit_frequency\": \"DISABLED\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"accelerated_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"allowed_payment_method_types\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/allowed_payment_method_types not found in the OpenAPI spec\"\n },\n \"available_deposit_method_ids\": [\n \"\",\n \"\"\n ],\n \"deposit_routes\": {\n \"aliquip_e\": {\n \"deposit_method_id\": \"\"\n },\n \"elit_1e\": {\n \"deposit_method_id\": \"\"\n },\n \"sed_2\": {\n \"deposit_method_id\": \"\"\n }\n },\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"WEEKLY\"\n }\n },\n \"status\": \"PENDING\",\n \"threeds_onboarding\": {\n \"american_express\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"discover\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"Visa\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"mastercard\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"American Express\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"visa\": {\n \"card_brand\": \"AMERICAN_EXPRESS\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n }\n },\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"DISABLED_BY_RAINFOREST\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"latest_merchant_application\": {\n \"merchant_application_id\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"updated_at\": \"\"\n }\n },\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-36e474d3-4ac7-48dd-963e-ef1bf81cca80" }, { "id": "af6d6555-1282-4397-904a-f83b927a400e", "name": "Bad request, check for validation errors.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"billing_profile_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/update_billing_profile", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "update_billing_profile" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-af6d6555-1282-4397-904a-f83b927a400e" }, { "id": "3ac4f797-8766-405e-b728-96744a8d67f1", "name": "Authorization missing or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"billing_profile_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/update_billing_profile", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "update_billing_profile" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-3ac4f797-8766-405e-b728-96744a8d67f1" }, { "id": "d614ce58-eeaa-49fc-97a8-0f7b73d008e6", "name": "Authorization insufficient for requested action.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"billing_profile_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/update_billing_profile", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "update_billing_profile" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-d614ce58-eeaa-49fc-97a8-0f7b73d008e6" }, { "id": "b02eaab4-1754-4cc9-8ee8-e342c94476fb", "name": "Resource not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"billing_profile_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/update_billing_profile", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "update_billing_profile" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-b02eaab4-1754-4cc9-8ee8-e342c94476fb" }, { "id": "964b9752-53ba-4fd5-8e9c-7f3853342358", "name": "Unexpected error.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"billing_profile_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id/update_billing_profile", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id", "update_billing_profile" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-964b9752-53ba-4fd5-8e9c-7f3853342358" } ], "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-975ef95b-89d8-4129-abc8-9489db2c988e" } ], "id": "10f0a5e2-502f-4898-94a8-db9eeb616ff1", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-10f0a5e2-502f-4898-94a8-db9eeb616ff1" }, { "name": "Get merchant", "id": "aef9af06-9986-429a-aca6-8354ee8c5566", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "id": "7463003b-0a4b-47ef-8662-ca5f77c5d367", "key": "merchant_id", "value": "", "description": "(Required) The unique merchant identifier. \n\nPrefix is \"mid\" in production and \"sbx_mid\" in sandbox." } ] }, "description": "Get merchant details by the merchant ID." }, "response": [ { "id": "98ea5757-10bf-4a0c-88e8-98d19b8b84b9", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {\n \"merchant_id\": \"\",\n \"platform_id\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/0/properties/platform_id not found in the OpenAPI spec\"\n },\n \"billing_profile_id\": \"\",\n \"billing_profile\": {\n \"id\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/billing_profile_id not found in the OpenAPI spec\"\n },\n \"name\": \"\"\n },\n \"name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/name not found in the OpenAPI spec\"\n },\n \"dba_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/dba_name not found in the OpenAPI spec\"\n },\n \"legal_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/legal_name not found in the OpenAPI spec\"\n },\n \"merchant_type\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/merchant_type not found in the OpenAPI spec\"\n },\n \"mcc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc not found in the OpenAPI spec\"\n },\n \"mcc_desc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc_desc not found in the OpenAPI spec\"\n },\n \"email\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/email not found in the OpenAPI spec\"\n },\n \"website\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/website not found in the OpenAPI spec\"\n },\n \"phone_number\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/phone_number not found in the OpenAPI spec\"\n },\n \"average_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_ticket not found in the OpenAPI spec\"\n },\n \"high_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/high_ticket not found in the OpenAPI spec\"\n },\n \"average_monthly_volume\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_monthly_volume not found in the OpenAPI spec\"\n },\n \"address\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/address not found in the OpenAPI spec\"\n },\n \"tax_id\": \"\",\n \"tax_id_last_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/tax_id_last_4 not found in the OpenAPI spec\"\n },\n \"owner_1\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_2\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_3\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"billing_frequency\": \"MONTHLY\",\n \"billing_type\": \"GROSS\",\n \"deposit_frequency\": \"DISABLED\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"accelerated_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"allowed_payment_method_types\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/allowed_payment_method_types not found in the OpenAPI spec\"\n },\n \"available_deposit_method_ids\": [\n \"\",\n \"\"\n ],\n \"deposit_routes\": {\n \"aliquip_e\": {\n \"deposit_method_id\": \"\"\n },\n \"elit_1e\": {\n \"deposit_method_id\": \"\"\n },\n \"sed_2\": {\n \"deposit_method_id\": \"\"\n }\n },\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"WEEKLY\"\n }\n },\n \"status\": \"PENDING\",\n \"threeds_onboarding\": {\n \"american_express\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"discover\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"Visa\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"mastercard\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"American Express\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"visa\": {\n \"card_brand\": \"AMERICAN_EXPRESS\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n }\n },\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"DISABLED_BY_RAINFOREST\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"latest_merchant_application\": {\n \"merchant_application_id\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"updated_at\": \"\"\n }\n },\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-98ea5757-10bf-4a0c-88e8-98d19b8b84b9" }, { "id": "ef8da677-2fef-481f-b75b-736e686b4048", "name": "Bad request, check for validation errors.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-ef8da677-2fef-481f-b75b-736e686b4048" }, { "id": "950ca9f6-3997-4da3-ab09-e2ca86393fa1", "name": "Authorization missing or invalid.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-950ca9f6-3997-4da3-ab09-e2ca86393fa1" }, { "id": "f9501c58-2682-4af9-9a8a-b16f28396058", "name": "Authorization insufficient for requested action.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-f9501c58-2682-4af9-9a8a-b16f28396058" }, { "id": "a3cbb815-c632-4f80-b3ad-d7b1f33ac38f", "name": "Resource not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-a3cbb815-c632-4f80-b3ad-d7b1f33ac38f" }, { "id": "cd01526b-3a4c-4f55-8437-e7349cec8002", "name": "Unexpected error.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-cd01526b-3a4c-4f55-8437-e7349cec8002" } ], "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-aef9af06-9986-429a-aca6-8354ee8c5566" }, { "name": "Update merchant", "id": "201a91c2-03f2-4525-8b8b-060c40b9420d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"deposit_frequency\": \"WEEKLY\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"ENABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "id": "4e61c6cc-fac6-4578-a595-f984b20ba725", "key": "merchant_id", "value": "", "description": "(Required) The unique merchant identifier. \n\nPrefix is \"mid\" in production and \"sbx_mid\" in sandbox." } ] }, "description": "Update supported fields on a merchant. Only fields included in the payload will be updated. Omitted fields will not be updated. Merchant status must be `ACTIVE`." }, "response": [ { "id": "df95a4b3-7ad9-4516-8407-d883d53877db", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"deposit_frequency\": \"WEEKLY\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"ENABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {\n \"merchant_id\": \"\",\n \"platform_id\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/0/properties/platform_id not found in the OpenAPI spec\"\n },\n \"billing_profile_id\": \"\",\n \"billing_profile\": {\n \"id\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/billing_profile_id not found in the OpenAPI spec\"\n },\n \"name\": \"\"\n },\n \"name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/name not found in the OpenAPI spec\"\n },\n \"dba_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/dba_name not found in the OpenAPI spec\"\n },\n \"legal_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/legal_name not found in the OpenAPI spec\"\n },\n \"merchant_type\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/merchant_type not found in the OpenAPI spec\"\n },\n \"mcc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc not found in the OpenAPI spec\"\n },\n \"mcc_desc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc_desc not found in the OpenAPI spec\"\n },\n \"email\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/email not found in the OpenAPI spec\"\n },\n \"website\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/website not found in the OpenAPI spec\"\n },\n \"phone_number\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/phone_number not found in the OpenAPI spec\"\n },\n \"average_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_ticket not found in the OpenAPI spec\"\n },\n \"high_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/high_ticket not found in the OpenAPI spec\"\n },\n \"average_monthly_volume\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_monthly_volume not found in the OpenAPI spec\"\n },\n \"address\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/address not found in the OpenAPI spec\"\n },\n \"tax_id\": \"\",\n \"tax_id_last_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/tax_id_last_4 not found in the OpenAPI spec\"\n },\n \"owner_1\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_2\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_3\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"billing_frequency\": \"MONTHLY\",\n \"billing_type\": \"GROSS\",\n \"deposit_frequency\": \"DISABLED\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"accelerated_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"allowed_payment_method_types\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/allowed_payment_method_types not found in the OpenAPI spec\"\n },\n \"available_deposit_method_ids\": [\n \"\",\n \"\"\n ],\n \"deposit_routes\": {\n \"aliquip_e\": {\n \"deposit_method_id\": \"\"\n },\n \"elit_1e\": {\n \"deposit_method_id\": \"\"\n },\n \"sed_2\": {\n \"deposit_method_id\": \"\"\n }\n },\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"WEEKLY\"\n }\n },\n \"status\": \"PENDING\",\n \"threeds_onboarding\": {\n \"american_express\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"discover\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"Visa\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"mastercard\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"American Express\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"visa\": {\n \"card_brand\": \"AMERICAN_EXPRESS\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n }\n },\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"DISABLED_BY_RAINFOREST\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"latest_merchant_application\": {\n \"merchant_application_id\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"updated_at\": \"\"\n }\n },\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-df95a4b3-7ad9-4516-8407-d883d53877db" }, { "id": "8a990fbd-781e-4ab4-80e3-db5817e277ca", "name": "Bad request, check for validation errors.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"deposit_frequency\": \"WEEKLY\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"ENABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-8a990fbd-781e-4ab4-80e3-db5817e277ca" }, { "id": "b570e3d3-453f-4e6c-8282-9e73f8360c53", "name": "Authorization missing or invalid.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"deposit_frequency\": \"WEEKLY\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"ENABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-b570e3d3-453f-4e6c-8282-9e73f8360c53" }, { "id": "8e84f425-4f6c-4d26-a65f-7c0241147590", "name": "Authorization insufficient for requested action.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"deposit_frequency\": \"WEEKLY\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"ENABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-8e84f425-4f6c-4d26-a65f-7c0241147590" }, { "id": "1b9a3944-3eda-4eec-beb7-29a3848ad12a", "name": "Resource not found.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"deposit_frequency\": \"WEEKLY\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"ENABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-1b9a3944-3eda-4eec-beb7-29a3848ad12a" }, { "id": "8ec6ed4c-3ae8-47d4-9273-cee98d431623", "name": "Unexpected error.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"deposit_frequency\": \"WEEKLY\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"ENABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants/:merchant_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants", ":merchant_id" ], "variable": [ { "key": "merchant_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-8ec6ed4c-3ae8-47d4-9273-cee98d431623" } ], "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-201a91c2-03f2-4525-8b8b-060c40b9420d" } ], "id": "151c4fd0-c227-4143-be64-648307f2f471", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-151c4fd0-c227-4143-be64-648307f2f471" }, { "name": "Create merchant", "id": "226c88df-f31a-42bd-b54c-23d4770e6cb8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/name not found in the OpenAPI spec\"\n },\n \"merchant_id\": \"\",\n \"platform_id\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/0/properties/platform_id not found in the OpenAPI spec\"\n },\n \"billing_profile_id\": \"\",\n \"billing_profile\": {\n \"id\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/billing_profile_id not found in the OpenAPI spec\"\n },\n \"name\": \"\"\n },\n \"dba_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/dba_name not found in the OpenAPI spec\"\n },\n \"legal_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/legal_name not found in the OpenAPI spec\"\n },\n \"merchant_type\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/merchant_type not found in the OpenAPI spec\"\n },\n \"mcc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc not found in the OpenAPI spec\"\n },\n \"mcc_desc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc_desc not found in the OpenAPI spec\"\n },\n \"email\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/email not found in the OpenAPI spec\"\n },\n \"website\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/website not found in the OpenAPI spec\"\n },\n \"phone_number\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/phone_number not found in the OpenAPI spec\"\n },\n \"average_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_ticket not found in the OpenAPI spec\"\n },\n \"high_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/high_ticket not found in the OpenAPI spec\"\n },\n \"average_monthly_volume\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_monthly_volume not found in the OpenAPI spec\"\n },\n \"address\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/address not found in the OpenAPI spec\"\n },\n \"tax_id\": \"\",\n \"tax_id_last_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/tax_id_last_4 not found in the OpenAPI spec\"\n },\n \"owner_1\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_2\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_3\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"billing_frequency\": \"DAILY\",\n \"billing_type\": \"NET\",\n \"deposit_frequency\": \"DISABLED\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"accelerated_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"allowed_payment_method_types\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/allowed_payment_method_types not found in the OpenAPI spec\"\n },\n \"available_deposit_method_ids\": [\n \"\",\n \"\"\n ],\n \"deposit_routes\": {\n \"ipsuma6\": {\n \"deposit_method_id\": \"\"\n }\n },\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"WEEKLY\"\n }\n },\n \"status\": \"ACTIVE\",\n \"threeds_onboarding\": {\n \"american_express\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"discover\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"mastercard\": {\n \"card_brand\": \"VISA\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"visa\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"American Express\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n }\n },\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"DISABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"latest_merchant_application\": {\n \"merchant_application_id\": \"\",\n \"status\": \"PROCESSING\",\n \"updated_at\": \"\"\n },\n \"no_owner_has_25_percent\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ] }, "description": "Create a merchant with an initial merchant application." }, "response": [ { "id": "56a0bfee-bdd2-4d1d-b8f5-a88bf024502f", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/name not found in the OpenAPI spec\"\n },\n \"merchant_id\": \"\",\n \"platform_id\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/0/properties/platform_id not found in the OpenAPI spec\"\n },\n \"billing_profile_id\": \"\",\n \"billing_profile\": {\n \"id\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/billing_profile_id not found in the OpenAPI spec\"\n },\n \"name\": \"\"\n },\n \"dba_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/dba_name not found in the OpenAPI spec\"\n },\n \"legal_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/legal_name not found in the OpenAPI spec\"\n },\n \"merchant_type\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/merchant_type not found in the OpenAPI spec\"\n },\n \"mcc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc not found in the OpenAPI spec\"\n },\n \"mcc_desc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc_desc not found in the OpenAPI spec\"\n },\n \"email\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/email not found in the OpenAPI spec\"\n },\n \"website\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/website not found in the OpenAPI spec\"\n },\n \"phone_number\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/phone_number not found in the OpenAPI spec\"\n },\n \"average_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_ticket not found in the OpenAPI spec\"\n },\n \"high_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/high_ticket not found in the OpenAPI spec\"\n },\n \"average_monthly_volume\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_monthly_volume not found in the OpenAPI spec\"\n },\n \"address\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/address not found in the OpenAPI spec\"\n },\n \"tax_id\": \"\",\n \"tax_id_last_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/tax_id_last_4 not found in the OpenAPI spec\"\n },\n \"owner_1\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_2\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_3\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"billing_frequency\": \"DAILY\",\n \"billing_type\": \"NET\",\n \"deposit_frequency\": \"DISABLED\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"accelerated_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"allowed_payment_method_types\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/allowed_payment_method_types not found in the OpenAPI spec\"\n },\n \"available_deposit_method_ids\": [\n \"\",\n \"\"\n ],\n \"deposit_routes\": {\n \"ipsuma6\": {\n \"deposit_method_id\": \"\"\n }\n },\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"WEEKLY\"\n }\n },\n \"status\": \"ACTIVE\",\n \"threeds_onboarding\": {\n \"american_express\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"discover\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"mastercard\": {\n \"card_brand\": \"VISA\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"visa\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"American Express\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n }\n },\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"DISABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"latest_merchant_application\": {\n \"merchant_application_id\": \"\",\n \"status\": \"PROCESSING\",\n \"updated_at\": \"\"\n },\n \"no_owner_has_25_percent\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {\n \"merchant_id\": \"\",\n \"merchant_status\": \"PENDING\",\n \"merchant_application_id\": \"\",\n \"merchant_application_status\": \"CREATED\",\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"WEEKLY\"\n }\n }\n },\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-56a0bfee-bdd2-4d1d-b8f5-a88bf024502f" }, { "id": "a947d077-82ba-4bd1-84a0-ad464c18f2a1", "name": "Bad request, check for validation errors.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/name not found in the OpenAPI spec\"\n },\n \"merchant_id\": \"\",\n \"platform_id\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/0/properties/platform_id not found in the OpenAPI spec\"\n },\n \"billing_profile_id\": \"\",\n \"billing_profile\": {\n \"id\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/billing_profile_id not found in the OpenAPI spec\"\n },\n \"name\": \"\"\n },\n \"dba_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/dba_name not found in the OpenAPI spec\"\n },\n \"legal_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/legal_name not found in the OpenAPI spec\"\n },\n \"merchant_type\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/merchant_type not found in the OpenAPI spec\"\n },\n \"mcc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc not found in the OpenAPI spec\"\n },\n \"mcc_desc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc_desc not found in the OpenAPI spec\"\n },\n \"email\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/email not found in the OpenAPI spec\"\n },\n \"website\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/website not found in the OpenAPI spec\"\n },\n \"phone_number\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/phone_number not found in the OpenAPI spec\"\n },\n \"average_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_ticket not found in the OpenAPI spec\"\n },\n \"high_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/high_ticket not found in the OpenAPI spec\"\n },\n \"average_monthly_volume\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_monthly_volume not found in the OpenAPI spec\"\n },\n \"address\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/address not found in the OpenAPI spec\"\n },\n \"tax_id\": \"\",\n \"tax_id_last_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/tax_id_last_4 not found in the OpenAPI spec\"\n },\n \"owner_1\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_2\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_3\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"billing_frequency\": \"DAILY\",\n \"billing_type\": \"NET\",\n \"deposit_frequency\": \"DISABLED\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"accelerated_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"allowed_payment_method_types\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/allowed_payment_method_types not found in the OpenAPI spec\"\n },\n \"available_deposit_method_ids\": [\n \"\",\n \"\"\n ],\n \"deposit_routes\": {\n \"ipsuma6\": {\n \"deposit_method_id\": \"\"\n }\n },\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"WEEKLY\"\n }\n },\n \"status\": \"ACTIVE\",\n \"threeds_onboarding\": {\n \"american_express\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"discover\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"mastercard\": {\n \"card_brand\": \"VISA\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"visa\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"American Express\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n }\n },\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"DISABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"latest_merchant_application\": {\n \"merchant_application_id\": \"\",\n \"status\": \"PROCESSING\",\n \"updated_at\": \"\"\n },\n \"no_owner_has_25_percent\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-a947d077-82ba-4bd1-84a0-ad464c18f2a1" }, { "id": "d73d8d9c-1488-4b42-9817-8e068f1b4723", "name": "Authorization missing or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/name not found in the OpenAPI spec\"\n },\n \"merchant_id\": \"\",\n \"platform_id\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/0/properties/platform_id not found in the OpenAPI spec\"\n },\n \"billing_profile_id\": \"\",\n \"billing_profile\": {\n \"id\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/billing_profile_id not found in the OpenAPI spec\"\n },\n \"name\": \"\"\n },\n \"dba_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/dba_name not found in the OpenAPI spec\"\n },\n \"legal_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/legal_name not found in the OpenAPI spec\"\n },\n \"merchant_type\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/merchant_type not found in the OpenAPI spec\"\n },\n \"mcc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc not found in the OpenAPI spec\"\n },\n \"mcc_desc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc_desc not found in the OpenAPI spec\"\n },\n \"email\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/email not found in the OpenAPI spec\"\n },\n \"website\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/website not found in the OpenAPI spec\"\n },\n \"phone_number\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/phone_number not found in the OpenAPI spec\"\n },\n \"average_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_ticket not found in the OpenAPI spec\"\n },\n \"high_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/high_ticket not found in the OpenAPI spec\"\n },\n \"average_monthly_volume\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_monthly_volume not found in the OpenAPI spec\"\n },\n \"address\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/address not found in the OpenAPI spec\"\n },\n \"tax_id\": \"\",\n \"tax_id_last_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/tax_id_last_4 not found in the OpenAPI spec\"\n },\n \"owner_1\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_2\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_3\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"billing_frequency\": \"DAILY\",\n \"billing_type\": \"NET\",\n \"deposit_frequency\": \"DISABLED\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"accelerated_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"allowed_payment_method_types\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/allowed_payment_method_types not found in the OpenAPI spec\"\n },\n \"available_deposit_method_ids\": [\n \"\",\n \"\"\n ],\n \"deposit_routes\": {\n \"ipsuma6\": {\n \"deposit_method_id\": \"\"\n }\n },\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"WEEKLY\"\n }\n },\n \"status\": \"ACTIVE\",\n \"threeds_onboarding\": {\n \"american_express\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"discover\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"mastercard\": {\n \"card_brand\": \"VISA\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"visa\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"American Express\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n }\n },\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"DISABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"latest_merchant_application\": {\n \"merchant_application_id\": \"\",\n \"status\": \"PROCESSING\",\n \"updated_at\": \"\"\n },\n \"no_owner_has_25_percent\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-d73d8d9c-1488-4b42-9817-8e068f1b4723" }, { "id": "4b408fd6-a978-4bee-90ad-d2cedda4b072", "name": "Authorization insufficient for requested action.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/name not found in the OpenAPI spec\"\n },\n \"merchant_id\": \"\",\n \"platform_id\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/0/properties/platform_id not found in the OpenAPI spec\"\n },\n \"billing_profile_id\": \"\",\n \"billing_profile\": {\n \"id\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/billing_profile_id not found in the OpenAPI spec\"\n },\n \"name\": \"\"\n },\n \"dba_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/dba_name not found in the OpenAPI spec\"\n },\n \"legal_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/legal_name not found in the OpenAPI spec\"\n },\n \"merchant_type\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/merchant_type not found in the OpenAPI spec\"\n },\n \"mcc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc not found in the OpenAPI spec\"\n },\n \"mcc_desc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc_desc not found in the OpenAPI spec\"\n },\n \"email\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/email not found in the OpenAPI spec\"\n },\n \"website\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/website not found in the OpenAPI spec\"\n },\n \"phone_number\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/phone_number not found in the OpenAPI spec\"\n },\n \"average_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_ticket not found in the OpenAPI spec\"\n },\n \"high_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/high_ticket not found in the OpenAPI spec\"\n },\n \"average_monthly_volume\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_monthly_volume not found in the OpenAPI spec\"\n },\n \"address\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/address not found in the OpenAPI spec\"\n },\n \"tax_id\": \"\",\n \"tax_id_last_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/tax_id_last_4 not found in the OpenAPI spec\"\n },\n \"owner_1\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_2\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_3\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"billing_frequency\": \"DAILY\",\n \"billing_type\": \"NET\",\n \"deposit_frequency\": \"DISABLED\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"accelerated_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"allowed_payment_method_types\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/allowed_payment_method_types not found in the OpenAPI spec\"\n },\n \"available_deposit_method_ids\": [\n \"\",\n \"\"\n ],\n \"deposit_routes\": {\n \"ipsuma6\": {\n \"deposit_method_id\": \"\"\n }\n },\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"WEEKLY\"\n }\n },\n \"status\": \"ACTIVE\",\n \"threeds_onboarding\": {\n \"american_express\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"discover\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"mastercard\": {\n \"card_brand\": \"VISA\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"visa\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"American Express\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n }\n },\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"DISABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"latest_merchant_application\": {\n \"merchant_application_id\": \"\",\n \"status\": \"PROCESSING\",\n \"updated_at\": \"\"\n },\n \"no_owner_has_25_percent\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-4b408fd6-a978-4bee-90ad-d2cedda4b072" }, { "id": "3b24c46e-9ac5-41cf-be87-38e7055fa8a2", "name": "Resource not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/name not found in the OpenAPI spec\"\n },\n \"merchant_id\": \"\",\n \"platform_id\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/0/properties/platform_id not found in the OpenAPI spec\"\n },\n \"billing_profile_id\": \"\",\n \"billing_profile\": {\n \"id\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/billing_profile_id not found in the OpenAPI spec\"\n },\n \"name\": \"\"\n },\n \"dba_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/dba_name not found in the OpenAPI spec\"\n },\n \"legal_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/legal_name not found in the OpenAPI spec\"\n },\n \"merchant_type\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/merchant_type not found in the OpenAPI spec\"\n },\n \"mcc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc not found in the OpenAPI spec\"\n },\n \"mcc_desc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc_desc not found in the OpenAPI spec\"\n },\n \"email\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/email not found in the OpenAPI spec\"\n },\n \"website\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/website not found in the OpenAPI spec\"\n },\n \"phone_number\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/phone_number not found in the OpenAPI spec\"\n },\n \"average_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_ticket not found in the OpenAPI spec\"\n },\n \"high_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/high_ticket not found in the OpenAPI spec\"\n },\n \"average_monthly_volume\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_monthly_volume not found in the OpenAPI spec\"\n },\n \"address\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/address not found in the OpenAPI spec\"\n },\n \"tax_id\": \"\",\n \"tax_id_last_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/tax_id_last_4 not found in the OpenAPI spec\"\n },\n \"owner_1\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_2\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_3\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"billing_frequency\": \"DAILY\",\n \"billing_type\": \"NET\",\n \"deposit_frequency\": \"DISABLED\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"accelerated_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"allowed_payment_method_types\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/allowed_payment_method_types not found in the OpenAPI spec\"\n },\n \"available_deposit_method_ids\": [\n \"\",\n \"\"\n ],\n \"deposit_routes\": {\n \"ipsuma6\": {\n \"deposit_method_id\": \"\"\n }\n },\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"WEEKLY\"\n }\n },\n \"status\": \"ACTIVE\",\n \"threeds_onboarding\": {\n \"american_express\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"discover\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"mastercard\": {\n \"card_brand\": \"VISA\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"visa\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"American Express\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n }\n },\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"DISABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"latest_merchant_application\": {\n \"merchant_application_id\": \"\",\n \"status\": \"PROCESSING\",\n \"updated_at\": \"\"\n },\n \"no_owner_has_25_percent\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-3b24c46e-9ac5-41cf-be87-38e7055fa8a2" }, { "id": "c8c27b5f-02ac-4205-a8f4-ccdb8f3abf5c", "name": "Precondition failed.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/name not found in the OpenAPI spec\"\n },\n \"merchant_id\": \"\",\n \"platform_id\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/0/properties/platform_id not found in the OpenAPI spec\"\n },\n \"billing_profile_id\": \"\",\n \"billing_profile\": {\n \"id\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/billing_profile_id not found in the OpenAPI spec\"\n },\n \"name\": \"\"\n },\n \"dba_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/dba_name not found in the OpenAPI spec\"\n },\n \"legal_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/legal_name not found in the OpenAPI spec\"\n },\n \"merchant_type\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/merchant_type not found in the OpenAPI spec\"\n },\n \"mcc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc not found in the OpenAPI spec\"\n },\n \"mcc_desc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc_desc not found in the OpenAPI spec\"\n },\n \"email\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/email not found in the OpenAPI spec\"\n },\n \"website\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/website not found in the OpenAPI spec\"\n },\n \"phone_number\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/phone_number not found in the OpenAPI spec\"\n },\n \"average_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_ticket not found in the OpenAPI spec\"\n },\n \"high_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/high_ticket not found in the OpenAPI spec\"\n },\n \"average_monthly_volume\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_monthly_volume not found in the OpenAPI spec\"\n },\n \"address\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/address not found in the OpenAPI spec\"\n },\n \"tax_id\": \"\",\n \"tax_id_last_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/tax_id_last_4 not found in the OpenAPI spec\"\n },\n \"owner_1\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_2\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_3\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"billing_frequency\": \"DAILY\",\n \"billing_type\": \"NET\",\n \"deposit_frequency\": \"DISABLED\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"accelerated_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"allowed_payment_method_types\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/allowed_payment_method_types not found in the OpenAPI spec\"\n },\n \"available_deposit_method_ids\": [\n \"\",\n \"\"\n ],\n \"deposit_routes\": {\n \"ipsuma6\": {\n \"deposit_method_id\": \"\"\n }\n },\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"WEEKLY\"\n }\n },\n \"status\": \"ACTIVE\",\n \"threeds_onboarding\": {\n \"american_express\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"discover\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"mastercard\": {\n \"card_brand\": \"VISA\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"visa\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"American Express\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n }\n },\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"DISABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"latest_merchant_application\": {\n \"merchant_application_id\": \"\",\n \"status\": \"PROCESSING\",\n \"updated_at\": \"\"\n },\n \"no_owner_has_25_percent\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ] } }, "status": "Precondition Failed", "code": 412, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-c8c27b5f-02ac-4205-a8f4-ccdb8f3abf5c" }, { "id": "c1d444ab-59fc-49db-a3fd-466557a1f12a", "name": "Unexpected error.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/name not found in the OpenAPI spec\"\n },\n \"merchant_id\": \"\",\n \"platform_id\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/0/properties/platform_id not found in the OpenAPI spec\"\n },\n \"billing_profile_id\": \"\",\n \"billing_profile\": {\n \"id\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/billing_profile_id not found in the OpenAPI spec\"\n },\n \"name\": \"\"\n },\n \"dba_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/dba_name not found in the OpenAPI spec\"\n },\n \"legal_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/legal_name not found in the OpenAPI spec\"\n },\n \"merchant_type\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/merchant_type not found in the OpenAPI spec\"\n },\n \"mcc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc not found in the OpenAPI spec\"\n },\n \"mcc_desc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc_desc not found in the OpenAPI spec\"\n },\n \"email\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/email not found in the OpenAPI spec\"\n },\n \"website\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/website not found in the OpenAPI spec\"\n },\n \"phone_number\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/phone_number not found in the OpenAPI spec\"\n },\n \"average_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_ticket not found in the OpenAPI spec\"\n },\n \"high_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/high_ticket not found in the OpenAPI spec\"\n },\n \"average_monthly_volume\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_monthly_volume not found in the OpenAPI spec\"\n },\n \"address\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/address not found in the OpenAPI spec\"\n },\n \"tax_id\": \"\",\n \"tax_id_last_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/tax_id_last_4 not found in the OpenAPI spec\"\n },\n \"owner_1\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_2\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_3\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"billing_frequency\": \"DAILY\",\n \"billing_type\": \"NET\",\n \"deposit_frequency\": \"DISABLED\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"accelerated_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"allowed_payment_method_types\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/allowed_payment_method_types not found in the OpenAPI spec\"\n },\n \"available_deposit_method_ids\": [\n \"\",\n \"\"\n ],\n \"deposit_routes\": {\n \"ipsuma6\": {\n \"deposit_method_id\": \"\"\n }\n },\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"WEEKLY\"\n }\n },\n \"status\": \"ACTIVE\",\n \"threeds_onboarding\": {\n \"american_express\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"discover\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"mastercard\": {\n \"card_brand\": \"VISA\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"visa\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"American Express\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n }\n },\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"DISABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"latest_merchant_application\": {\n \"merchant_application_id\": \"\",\n \"status\": \"PROCESSING\",\n \"updated_at\": \"\"\n },\n \"no_owner_has_25_percent\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/merchants", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-c1d444ab-59fc-49db-a3fd-466557a1f12a" } ], "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-226c88df-f31a-42bd-b54c-23d4770e6cb8" }, { "name": "List merchants", "id": "dde8ba83-91b0-4c8c-8b66-9898591211c7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/merchants?platform_id=&merchant_id=&name=&status=ACTIVE&status=ONBOARDING&billing_profile_id=&billing_profile_id=&created_at.start=&created_at.end=&updated_at.start=&updated_at.end=&latest_merchant_application_status=CREATED&latest_merchant_application_status=COMPLETED&updated_at.start=&updated_at.end=&sort_by=name&sort_order=desc&limit=1000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ], "query": [ { "description": "The unique platform identifier. \n\nPrefix is \"plt\" in production and \"sbx_plt\" in sandbox.", "key": "platform_id", "value": "" }, { "description": "The unique merchant identifier. \n\nPrefix is \"mid\" in production and \"sbx_mid\" in sandbox.", "key": "merchant_id", "value": "" }, { "description": "Optional merchant name by which to search merchants.", "key": "name", "value": "" }, { "description": "One or more merchant statuses to filter by. Provide parameter multiple times to filter by multiple merchant status types. \n\n`ACTIVE` `DEACTIVATED` `ONBOARDING` `PENDING` `SUSPENDED`", "key": "status", "value": "ACTIVE" }, { "description": "One or more merchant statuses to filter by. Provide parameter multiple times to filter by multiple merchant status types. \n\n`ACTIVE` `DEACTIVATED` `ONBOARDING` `PENDING` `SUSPENDED`", "key": "status", "value": "ONBOARDING" }, { "description": "Optional billing profile ID by which to search merchants.", "key": "billing_profile_id", "value": "" }, { "description": "Optional billing profile ID by which to search merchants.", "key": "billing_profile_id", "value": "" }, { "description": "Created on or after in UTC RFC 3339 format.", "key": "created_at.start", "value": "" }, { "description": "Created on or before in UTC RFC 3339 format.", "key": "created_at.end", "value": "" }, { "description": "Last updated on or after in UTC RFC 3339 format.", "key": "updated_at.start", "value": "" }, { "description": "Last updated on or before in UTC RFC 3339 format.", "key": "updated_at.end", "value": "" }, { "description": "One or more merchant application statuses to filter by. Provide parameter multiple times to filter by multiple merchant application status types.", "key": "latest_merchant_application_status", "value": "CREATED" }, { "description": "One or more merchant application statuses to filter by. Provide parameter multiple times to filter by multiple merchant application status types.", "key": "latest_merchant_application_status", "value": "COMPLETED" }, { "description": "Last updated on or after in UTC RFC 3339 format.", "key": "updated_at.start", "value": "" }, { "description": "Last updated on or before in UTC RFC 3339 format.", "key": "updated_at.end", "value": "" }, { "description": "Optional value by which to sort the result set. Default sort by is created_at.", "key": "sort_by", "value": "name" }, { "description": "Order in which to return the sorted results; ascending or descending. Default sort order is descending.", "key": "sort_order", "value": "desc" }, { "description": "The maximum number of results to return.", "key": "limit", "value": "1000" }, { "description": "The offset of the first result to return; zero-based.", "key": "offset", "value": "0" } ] }, "description": "Query a list of merchants given optional search criteria." }, "response": [ { "id": "0c6ce77b-8542-4818-8982-c68d7d3a0de2", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants?platform_id=&merchant_id=&name=&status=ONBOARDING&billing_profile_id=&created_at.start=&created_at.end=&updated_at.start=&updated_at.end=&latest_merchant_application_status=COMPLETED&sort_by=name&sort_order=desc&limit=1000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ], "query": [ { "description": "The unique platform identifier. \n\nPrefix is \"plt\" in production and \"sbx_plt\" in sandbox.", "key": "platform_id", "value": "" }, { "description": "The unique merchant identifier. \n\nPrefix is \"mid\" in production and \"sbx_mid\" in sandbox.", "key": "merchant_id", "value": "" }, { "description": "Optional merchant name by which to search merchants.", "key": "name", "value": "" }, { "description": "One or more merchant statuses to filter by. Provide parameter multiple times to filter by multiple merchant status types. \n\n`ACTIVE` `DEACTIVATED` `ONBOARDING` `PENDING` `SUSPENDED`", "key": "status", "value": "ONBOARDING" }, { "description": "Optional billing profile ID by which to search merchants.", "key": "billing_profile_id", "value": "" }, { "description": "Created on or after in UTC RFC 3339 format.", "key": "created_at.start", "value": "" }, { "description": "Created on or before in UTC RFC 3339 format.", "key": "created_at.end", "value": "" }, { "description": "Last updated on or after in UTC RFC 3339 format.", "key": "updated_at.start", "value": "" }, { "description": "Last updated on or before in UTC RFC 3339 format.", "key": "updated_at.end", "value": "" }, { "description": "One or more merchant application statuses to filter by. Provide parameter multiple times to filter by multiple merchant application status types.", "key": "latest_merchant_application_status", "value": "COMPLETED" }, { "description": "Optional value by which to sort the result set. Default sort by is created_at.", "key": "sort_by", "value": "name" }, { "description": "Order in which to return the sorted results; ascending or descending. Default sort order is descending.", "key": "sort_order", "value": "desc" }, { "description": "The maximum number of results to return.", "key": "limit", "value": "1000" }, { "description": "The offset of the first result to return; zero-based.", "key": "offset", "value": "0" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {\n \"total_results\": \"\",\n \"results\": [\n {\n \"merchant_id\": \"\",\n \"platform_id\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/0/properties/platform_id not found in the OpenAPI spec\"\n },\n \"billing_profile_id\": \"\",\n \"billing_profile\": {\n \"id\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/billing_profile_id not found in the OpenAPI spec\"\n },\n \"name\": \"\"\n },\n \"name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/name not found in the OpenAPI spec\"\n },\n \"dba_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/dba_name not found in the OpenAPI spec\"\n },\n \"legal_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/legal_name not found in the OpenAPI spec\"\n },\n \"merchant_type\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/merchant_type not found in the OpenAPI spec\"\n },\n \"mcc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc not found in the OpenAPI spec\"\n },\n \"mcc_desc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc_desc not found in the OpenAPI spec\"\n },\n \"email\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/email not found in the OpenAPI spec\"\n },\n \"website\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/website not found in the OpenAPI spec\"\n },\n \"phone_number\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/phone_number not found in the OpenAPI spec\"\n },\n \"average_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_ticket not found in the OpenAPI spec\"\n },\n \"high_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/high_ticket not found in the OpenAPI spec\"\n },\n \"average_monthly_volume\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_monthly_volume not found in the OpenAPI spec\"\n },\n \"address\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/address not found in the OpenAPI spec\"\n },\n \"tax_id\": \"\",\n \"tax_id_last_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/tax_id_last_4 not found in the OpenAPI spec\"\n },\n \"owner_1\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_2\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_3\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"billing_frequency\": \"MONTHLY\",\n \"billing_type\": \"GROSS\",\n \"deposit_frequency\": \"DISABLED\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"accelerated_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"allowed_payment_method_types\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/allowed_payment_method_types not found in the OpenAPI spec\"\n },\n \"available_deposit_method_ids\": [\n \"\",\n \"\"\n ],\n \"deposit_routes\": {\n \"Lorem8\": {\n \"deposit_method_id\": \"\"\n },\n \"tempor_9\": {\n \"deposit_method_id\": \"\"\n }\n },\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"ANNUALLY\"\n }\n },\n \"status\": \"DEACTIVATED\",\n \"threeds_onboarding\": {\n \"american_express\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"Visa\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"discover\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"mastercard\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Visa\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"visa\": {\n \"card_brand\": \"AMERICAN_EXPRESS\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n }\n },\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"DISABLED_BY_RAINFOREST\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"latest_merchant_application\": {\n \"merchant_application_id\": \"\",\n \"status\": \"IN_REVIEW\",\n \"updated_at\": \"\"\n }\n },\n {\n \"merchant_id\": \"\",\n \"platform_id\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/0/properties/platform_id not found in the OpenAPI spec\"\n },\n \"billing_profile_id\": \"\",\n \"billing_profile\": {\n \"id\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/billing_profile_id not found in the OpenAPI spec\"\n },\n \"name\": \"\"\n },\n \"name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/name not found in the OpenAPI spec\"\n },\n \"dba_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/dba_name not found in the OpenAPI spec\"\n },\n \"legal_name\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/legal_name not found in the OpenAPI spec\"\n },\n \"merchant_type\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/merchant_type not found in the OpenAPI spec\"\n },\n \"mcc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc not found in the OpenAPI spec\"\n },\n \"mcc_desc\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/mcc_desc not found in the OpenAPI spec\"\n },\n \"email\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/email not found in the OpenAPI spec\"\n },\n \"website\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/website not found in the OpenAPI spec\"\n },\n \"phone_number\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/phone_number not found in the OpenAPI spec\"\n },\n \"average_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_ticket not found in the OpenAPI spec\"\n },\n \"high_ticket\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/high_ticket not found in the OpenAPI spec\"\n },\n \"average_monthly_volume\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/average_monthly_volume not found in the OpenAPI spec\"\n },\n \"address\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/address not found in the OpenAPI spec\"\n },\n \"tax_id\": \"\",\n \"tax_id_last_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/tax_id_last_4 not found in the OpenAPI spec\"\n },\n \"owner_1\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_2\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_3\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"owner_4\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/owner_1 not found in the OpenAPI spec\"\n },\n \"billing_frequency\": \"MONTHLY\",\n \"billing_type\": \"GROSS\",\n \"deposit_frequency\": \"DAILY\",\n \"card_release_delay_days\": \"\",\n \"ach_release_delay_days\": \"\",\n \"validated_ach_release_delay_days\": \"\",\n \"balance_checked_ach_release_delay_days\": \"\",\n \"accelerated_ach_release_delay_days\": \"\",\n \"paypal_wallet_release_delay_days\": \"\",\n \"venmo_release_delay_days\": \"\",\n \"paypal_paylater_release_delay_days\": \"\",\n \"allowed_payment_method_types\": {\n \"value\": \"reference #/paths/~1v1~1merchants~1%7Bmerchant_id%7D~1applications~1%7Bmerchant_application_id%7D/patch/requestBody/content/application~1json/schema/properties/allowed_payment_method_types not found in the OpenAPI spec\"\n },\n \"available_deposit_method_ids\": [\n \"\",\n \"\"\n ],\n \"deposit_routes\": {\n \"deserunt_81\": {\n \"deposit_method_id\": \"\"\n },\n \"reprehenderit_f0d\": {\n \"deposit_method_id\": \"\"\n }\n },\n \"additional_underwriting_data\": {\n \"merchant\": {\n \"start_date\": \"\"\n },\n \"historic_payment_volume\": {\n \"last_30_days\": \"\",\n \"last_180_days\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n }\n },\n \"subscription\": {\n \"amount\": \"\",\n \"currency_code\": {\n \"value\": \"reference #/paths/~1v1~1billing_profiles/post/requestBody/content/application~1json/schema/allOf/1/properties/currency_code not found in the OpenAPI spec\"\n },\n \"frequency\": \"ONE_TIME\"\n }\n },\n \"status\": \"CANCELED\",\n \"threeds_onboarding\": {\n \"american_express\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"discover\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Discover\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"mastercard\": {\n \"card_brand\": \"MASTERCARD\",\n \"card_brand_desc\": \"American Express\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n },\n \"visa\": {\n \"card_brand\": \"DISCOVER\",\n \"card_brand_desc\": \"Mastercard\",\n \"onboarded_at\": \"\",\n \"verified_at\": \"\"\n }\n },\n \"card_account_updater_enabled\": \"\",\n \"accelerated_ach_mode\": \"DISABLED\",\n \"reverse_payin_billing_fees_on_full_refund_enabled\": \"\",\n \"reverse_payin_billing_fees_on_ach_return_enabled\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"latest_merchant_application\": {\n \"merchant_application_id\": \"\",\n \"status\": \"DECLINED\",\n \"updated_at\": \"\"\n }\n }\n ]\n },\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-0c6ce77b-8542-4818-8982-c68d7d3a0de2" }, { "id": "1c7920e1-aae0-483b-a47c-52ef0c4a99bb", "name": "Bad request, check for validation errors.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants?platform_id=&merchant_id=&name=&status=ONBOARDING&billing_profile_id=&created_at.start=&created_at.end=&updated_at.start=&updated_at.end=&latest_merchant_application_status=COMPLETED&sort_by=name&sort_order=desc&limit=1000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ], "query": [ { "description": "The unique platform identifier. \n\nPrefix is \"plt\" in production and \"sbx_plt\" in sandbox.", "key": "platform_id", "value": "" }, { "description": "The unique merchant identifier. \n\nPrefix is \"mid\" in production and \"sbx_mid\" in sandbox.", "key": "merchant_id", "value": "" }, { "description": "Optional merchant name by which to search merchants.", "key": "name", "value": "" }, { "description": "One or more merchant statuses to filter by. Provide parameter multiple times to filter by multiple merchant status types. \n\n`ACTIVE` `DEACTIVATED` `ONBOARDING` `PENDING` `SUSPENDED`", "key": "status", "value": "ONBOARDING" }, { "description": "Optional billing profile ID by which to search merchants.", "key": "billing_profile_id", "value": "" }, { "description": "Created on or after in UTC RFC 3339 format.", "key": "created_at.start", "value": "" }, { "description": "Created on or before in UTC RFC 3339 format.", "key": "created_at.end", "value": "" }, { "description": "Last updated on or after in UTC RFC 3339 format.", "key": "updated_at.start", "value": "" }, { "description": "Last updated on or before in UTC RFC 3339 format.", "key": "updated_at.end", "value": "" }, { "description": "One or more merchant application statuses to filter by. Provide parameter multiple times to filter by multiple merchant application status types.", "key": "latest_merchant_application_status", "value": "COMPLETED" }, { "description": "Optional value by which to sort the result set. Default sort by is created_at.", "key": "sort_by", "value": "name" }, { "description": "Order in which to return the sorted results; ascending or descending. Default sort order is descending.", "key": "sort_order", "value": "desc" }, { "description": "The maximum number of results to return.", "key": "limit", "value": "1000" }, { "description": "The offset of the first result to return; zero-based.", "key": "offset", "value": "0" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-1c7920e1-aae0-483b-a47c-52ef0c4a99bb" }, { "id": "d14b0450-a812-4eea-8f09-e6827236beb9", "name": "Authorization missing or invalid.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants?platform_id=&merchant_id=&name=&status=ONBOARDING&billing_profile_id=&created_at.start=&created_at.end=&updated_at.start=&updated_at.end=&latest_merchant_application_status=COMPLETED&sort_by=name&sort_order=desc&limit=1000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ], "query": [ { "description": "The unique platform identifier. \n\nPrefix is \"plt\" in production and \"sbx_plt\" in sandbox.", "key": "platform_id", "value": "" }, { "description": "The unique merchant identifier. \n\nPrefix is \"mid\" in production and \"sbx_mid\" in sandbox.", "key": "merchant_id", "value": "" }, { "description": "Optional merchant name by which to search merchants.", "key": "name", "value": "" }, { "description": "One or more merchant statuses to filter by. Provide parameter multiple times to filter by multiple merchant status types. \n\n`ACTIVE` `DEACTIVATED` `ONBOARDING` `PENDING` `SUSPENDED`", "key": "status", "value": "ONBOARDING" }, { "description": "Optional billing profile ID by which to search merchants.", "key": "billing_profile_id", "value": "" }, { "description": "Created on or after in UTC RFC 3339 format.", "key": "created_at.start", "value": "" }, { "description": "Created on or before in UTC RFC 3339 format.", "key": "created_at.end", "value": "" }, { "description": "Last updated on or after in UTC RFC 3339 format.", "key": "updated_at.start", "value": "" }, { "description": "Last updated on or before in UTC RFC 3339 format.", "key": "updated_at.end", "value": "" }, { "description": "One or more merchant application statuses to filter by. Provide parameter multiple times to filter by multiple merchant application status types.", "key": "latest_merchant_application_status", "value": "COMPLETED" }, { "description": "Optional value by which to sort the result set. Default sort by is created_at.", "key": "sort_by", "value": "name" }, { "description": "Order in which to return the sorted results; ascending or descending. Default sort order is descending.", "key": "sort_order", "value": "desc" }, { "description": "The maximum number of results to return.", "key": "limit", "value": "1000" }, { "description": "The offset of the first result to return; zero-based.", "key": "offset", "value": "0" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-d14b0450-a812-4eea-8f09-e6827236beb9" }, { "id": "8c7b91a3-7f30-45b2-97e0-7be21b56762b", "name": "Authorization insufficient for requested action.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants?platform_id=&merchant_id=&name=&status=ONBOARDING&billing_profile_id=&created_at.start=&created_at.end=&updated_at.start=&updated_at.end=&latest_merchant_application_status=COMPLETED&sort_by=name&sort_order=desc&limit=1000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ], "query": [ { "description": "The unique platform identifier. \n\nPrefix is \"plt\" in production and \"sbx_plt\" in sandbox.", "key": "platform_id", "value": "" }, { "description": "The unique merchant identifier. \n\nPrefix is \"mid\" in production and \"sbx_mid\" in sandbox.", "key": "merchant_id", "value": "" }, { "description": "Optional merchant name by which to search merchants.", "key": "name", "value": "" }, { "description": "One or more merchant statuses to filter by. Provide parameter multiple times to filter by multiple merchant status types. \n\n`ACTIVE` `DEACTIVATED` `ONBOARDING` `PENDING` `SUSPENDED`", "key": "status", "value": "ONBOARDING" }, { "description": "Optional billing profile ID by which to search merchants.", "key": "billing_profile_id", "value": "" }, { "description": "Created on or after in UTC RFC 3339 format.", "key": "created_at.start", "value": "" }, { "description": "Created on or before in UTC RFC 3339 format.", "key": "created_at.end", "value": "" }, { "description": "Last updated on or after in UTC RFC 3339 format.", "key": "updated_at.start", "value": "" }, { "description": "Last updated on or before in UTC RFC 3339 format.", "key": "updated_at.end", "value": "" }, { "description": "One or more merchant application statuses to filter by. Provide parameter multiple times to filter by multiple merchant application status types.", "key": "latest_merchant_application_status", "value": "COMPLETED" }, { "description": "Optional value by which to sort the result set. Default sort by is created_at.", "key": "sort_by", "value": "name" }, { "description": "Order in which to return the sorted results; ascending or descending. Default sort order is descending.", "key": "sort_order", "value": "desc" }, { "description": "The maximum number of results to return.", "key": "limit", "value": "1000" }, { "description": "The offset of the first result to return; zero-based.", "key": "offset", "value": "0" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-8c7b91a3-7f30-45b2-97e0-7be21b56762b" }, { "id": "2c4992f1-c065-4561-b1af-5bf49d20626f", "name": "Resource not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants?platform_id=&merchant_id=&name=&status=ONBOARDING&billing_profile_id=&created_at.start=&created_at.end=&updated_at.start=&updated_at.end=&latest_merchant_application_status=COMPLETED&sort_by=name&sort_order=desc&limit=1000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ], "query": [ { "description": "The unique platform identifier. \n\nPrefix is \"plt\" in production and \"sbx_plt\" in sandbox.", "key": "platform_id", "value": "" }, { "description": "The unique merchant identifier. \n\nPrefix is \"mid\" in production and \"sbx_mid\" in sandbox.", "key": "merchant_id", "value": "" }, { "description": "Optional merchant name by which to search merchants.", "key": "name", "value": "" }, { "description": "One or more merchant statuses to filter by. Provide parameter multiple times to filter by multiple merchant status types. \n\n`ACTIVE` `DEACTIVATED` `ONBOARDING` `PENDING` `SUSPENDED`", "key": "status", "value": "ONBOARDING" }, { "description": "Optional billing profile ID by which to search merchants.", "key": "billing_profile_id", "value": "" }, { "description": "Created on or after in UTC RFC 3339 format.", "key": "created_at.start", "value": "" }, { "description": "Created on or before in UTC RFC 3339 format.", "key": "created_at.end", "value": "" }, { "description": "Last updated on or after in UTC RFC 3339 format.", "key": "updated_at.start", "value": "" }, { "description": "Last updated on or before in UTC RFC 3339 format.", "key": "updated_at.end", "value": "" }, { "description": "One or more merchant application statuses to filter by. Provide parameter multiple times to filter by multiple merchant application status types.", "key": "latest_merchant_application_status", "value": "COMPLETED" }, { "description": "Optional value by which to sort the result set. Default sort by is created_at.", "key": "sort_by", "value": "name" }, { "description": "Order in which to return the sorted results; ascending or descending. Default sort order is descending.", "key": "sort_order", "value": "desc" }, { "description": "The maximum number of results to return.", "key": "limit", "value": "1000" }, { "description": "The offset of the first result to return; zero-based.", "key": "offset", "value": "0" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-2c4992f1-c065-4561-b1af-5bf49d20626f" }, { "id": "b9e36627-1a12-400f-9f96-a9c5ab03e49b", "name": "Unexpected error.", "originalRequest": { "method": "GET", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/merchants?platform_id=&merchant_id=&name=&status=ONBOARDING&billing_profile_id=&created_at.start=&created_at.end=&updated_at.start=&updated_at.end=&latest_merchant_application_status=COMPLETED&sort_by=name&sort_order=desc&limit=1000&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "merchants" ], "query": [ { "description": "The unique platform identifier. \n\nPrefix is \"plt\" in production and \"sbx_plt\" in sandbox.", "key": "platform_id", "value": "" }, { "description": "The unique merchant identifier. \n\nPrefix is \"mid\" in production and \"sbx_mid\" in sandbox.", "key": "merchant_id", "value": "" }, { "description": "Optional merchant name by which to search merchants.", "key": "name", "value": "" }, { "description": "One or more merchant statuses to filter by. Provide parameter multiple times to filter by multiple merchant status types. \n\n`ACTIVE` `DEACTIVATED` `ONBOARDING` `PENDING` `SUSPENDED`", "key": "status", "value": "ONBOARDING" }, { "description": "Optional billing profile ID by which to search merchants.", "key": "billing_profile_id", "value": "" }, { "description": "Created on or after in UTC RFC 3339 format.", "key": "created_at.start", "value": "" }, { "description": "Created on or before in UTC RFC 3339 format.", "key": "created_at.end", "value": "" }, { "description": "Last updated on or after in UTC RFC 3339 format.", "key": "updated_at.start", "value": "" }, { "description": "Last updated on or before in UTC RFC 3339 format.", "key": "updated_at.end", "value": "" }, { "description": "One or more merchant application statuses to filter by. Provide parameter multiple times to filter by multiple merchant application status types.", "key": "latest_merchant_application_status", "value": "COMPLETED" }, { "description": "Optional value by which to sort the result set. Default sort by is created_at.", "key": "sort_by", "value": "name" }, { "description": "Order in which to return the sorted results; ascending or descending. Default sort order is descending.", "key": "sort_order", "value": "desc" }, { "description": "The maximum number of results to return.", "key": "limit", "value": "1000" }, { "description": "The offset of the first result to return; zero-based.", "key": "offset", "value": "0" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-b9e36627-1a12-400f-9f96-a9c5ab03e49b" } ], "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-dde8ba83-91b0-4c8c-8b66-9898591211c7" } ], "id": "7b89b1c5-887e-48dd-bd21-65cb167fc422", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-7b89b1c5-887e-48dd-bd21-65cb167fc422" } ], "id": "69306d02-9d82-45f6-8003-fa301a95fdb5", "createdAt": "2026-07-28T02:43:40.000Z", "updatedAt": "2026-07-28T02:43:40.000Z", "uid": "35240-69306d02-9d82-45f6-8003-fa301a95fdb5" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.sandbox.rainforestpay.com" } ] }