{ "info": { "_postman_id": "6fd39884-47af-4ec7-8147-759f2d1487c2", "name": "Resolve API Reference Access Keys Customers API", "description": "API Support: [accounts@resolvepay.com](mailto:accounts@resolvepay.com?subject=API)\n\nLegacy (v2) API documentation: [https://app.resolvepay.com/docs/api/v2](https://app.resolvepay.com/docs/api/v2)\n", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:46:43.000Z", "updatedAt": "2026-07-28T02:46:43.000Z", "lastUpdatedBy": "35240", "uid": "35240-6fd39884-47af-4ec7-8147-759f2d1487c2" }, "item": [ { "name": "customers", "item": [ { "name": "{customer_id}", "item": [ { "name": "enroll", "item": [ { "name": "Enroll a customer", "id": "8744925f-514d-46f9-b020-aaa7b2cf7499", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/customers/:customer_id/enroll", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "enroll" ], "variable": [ { "id": "de5400b0-50af-4b19-bbe1-e94030ebd0d5", "key": "customer_id", "value": "", "description": "(Required) ID of the customer to enroll" } ] }, "description": "
\n As of July 2023, this route has been replaced with a stub response and will soon be deprecated.\n The `confirm_enrollment` status no longer exists and, once approved by Resolve, customers will either be `enrolled`\n (if they applied through an application) or `pending_enrollment` (if credit checked).\n
\n" }, "response": [ { "id": "6f11ff52-6c4c-4986-9906-541f0238b302", "name": "An object representing the customer.", "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}}/customers/:customer_id/enroll", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "enroll" ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"source\": \"API\",\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_age_range\": \"10+\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"business_name\": \"\",\n \"business_trade_name\": \"\",\n \"business_phone\": \"\",\n \"business_type\": \"government\",\n \"email\": \"\",\n \"personal_name_first\": \"\",\n \"personal_name_last\": \"\",\n \"personal_phone\": \"\",\n \"amount_approved\": \"\",\n \"amount_authorized\": \"\",\n \"amount_available\": \"\",\n \"amount_balance\": \"\",\n \"amount_unapplied_payments\": \"\",\n \"default_terms\": \"net20\",\n \"advance_rate\": \"\",\n \"credit_status\": \"pending\",\n \"net_terms_status\": \"enrollment_expired\",\n \"net_terms_enrollment_url\": \"\",\n \"net_terms_enrollment_expires_at\": \"\",\n \"credit_check_requested_at\": \"\",\n \"archived\": \"\",\n \"duns_number\": \"\",\n \"credit_decisions\": [\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"decision\": \"hold\",\n \"amount\": \"\",\n \"advance_rate\": \"\",\n \"decline_code\": \"thin_file\",\n \"hold_code\": \"past_due\"\n },\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"decision\": \"line_adjustment\",\n \"amount\": \"\",\n \"advance_rate\": \"\",\n \"decline_code\": \"sole_prop\",\n \"hold_code\": \"other\"\n }\n ]\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-6f11ff52-6c4c-4986-9906-541f0238b302" }, { "id": "6fda15e6-adeb-4552-a882-a030b300606f", "name": "Bad request 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}}/customers/:customer_id/enroll", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "enroll" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"validation_error\",\n \"details\": [\n {\n \"path\": \"\",\n \"message\": \"\"\n },\n {\n \"path\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-6fda15e6-adeb-4552-a882-a030b300606f" }, { "id": "0eea1c80-5c88-4f8b-9e09-013ce6364912", "name": "Unauthorized 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}}/customers/:customer_id/enroll", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "enroll" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-0eea1c80-5c88-4f8b-9e09-013ce6364912" }, { "id": "1cced807-ddbf-4247-9203-f4e8b42a5f3c", "name": "Not found 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}}/customers/:customer_id/enroll", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "enroll" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"not_found_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-1cced807-ddbf-4247-9203-f4e8b42a5f3c" }, { "id": "4cb88409-bc27-4828-9b23-7415d7835dc0", "name": "Unprocessable entity 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}}/customers/:customer_id/enroll", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "enroll" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"invalid_request\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-4cb88409-bc27-4828-9b23-7415d7835dc0" }, { "id": "2f9522dc-acb1-4293-89ee-f4cd1f454c97", "name": "Rate limit 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}}/customers/:customer_id/enroll", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "enroll" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-2f9522dc-acb1-4293-89ee-f4cd1f454c97" } ], "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-8744925f-514d-46f9-b020-aaa7b2cf7499" } ], "id": "015d5fe6-2e92-43a1-b276-9dbc3a8bfe78", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-015d5fe6-2e92-43a1-b276-9dbc3a8bfe78" }, { "name": "credit-check", "item": [ { "name": "Request a credit check", "id": "662e8b9b-03f7-47ff-94eb-7cceefef9496", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount_requested\": \"\",\n \"has_purchase_history\": \"\",\n \"business_description\": \"\",\n \"has_purchase_terms_history\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/:customer_id/credit-check", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "credit-check" ], "variable": [ { "id": "cb621362-9c12-4849-9804-9364b4eb2438", "key": "customer_id", "value": "", "description": "(Required) ID of the customer being submitted for a credit check" } ] }, "description": "You may request a credit check on a customer who hasn't previously been credit checked.\nThis endpoint returns no content. You'll be able to see the date you requested the credit check\n(`credit_check_requested_at`) and `credit_status` updated to `pending` or, in the case of an instant decision,\n`approved` or `declined` by fetching the Customer entity.\n\nA `hold` credit status represents when a customer's credit account is over 15 days overdue.\nA `deactivated` credit status represents when a customer's credit account has been deactivated.\n\nWhen a customer's `credit_status` is `approved` - the customer's `net_terms_status` represents the current state of a customer's enrollment in the approved net terms offer.\nSee #fetchCustomer for more details.\n\nNote: Except for instant decisions, a decision should be reflected on the Customer entity within 1 business day.\n" }, "response": [ { "id": "ee419eea-7433-494b-9e7f-a8160d574d20", "name": "Credit check request accepted.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount_requested\": \"\",\n \"has_purchase_history\": \"\",\n \"business_description\": \"\",\n \"has_purchase_terms_history\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/:customer_id/credit-check", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "credit-check" ], "variable": [ { "key": "customer_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-ee419eea-7433-494b-9e7f-a8160d574d20" }, { "id": "24d91d22-e6d4-4ad6-aa6b-2512ed50b9f2", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount_requested\": \"\",\n \"has_purchase_history\": \"\",\n \"business_description\": \"\",\n \"has_purchase_terms_history\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/:customer_id/credit-check", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "credit-check" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"validation_error\",\n \"details\": [\n {\n \"path\": \"\",\n \"message\": \"\"\n },\n {\n \"path\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-24d91d22-e6d4-4ad6-aa6b-2512ed50b9f2" }, { "id": "5f769b8c-5c40-4bd6-84e0-25e3b37a726d", "name": "Unauthorized error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount_requested\": \"\",\n \"has_purchase_history\": \"\",\n \"business_description\": \"\",\n \"has_purchase_terms_history\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/:customer_id/credit-check", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "credit-check" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-5f769b8c-5c40-4bd6-84e0-25e3b37a726d" }, { "id": "986a1397-abba-4431-98da-6e650a77cc51", "name": "Not found error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount_requested\": \"\",\n \"has_purchase_history\": \"\",\n \"business_description\": \"\",\n \"has_purchase_terms_history\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/:customer_id/credit-check", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "credit-check" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"not_found_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-986a1397-abba-4431-98da-6e650a77cc51" }, { "id": "918c6af5-52ee-469c-9a1c-2588b59ff69b", "name": "Credit check already created for this customer", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount_requested\": \"\",\n \"has_purchase_history\": \"\",\n \"business_description\": \"\",\n \"has_purchase_terms_history\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/:customer_id/credit-check", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "credit-check" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"invalid_request\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-918c6af5-52ee-469c-9a1c-2588b59ff69b" }, { "id": "6a2c26fa-e02e-49de-88e8-068bd1075849", "name": "Rate limit error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount_requested\": \"\",\n \"has_purchase_history\": \"\",\n \"business_description\": \"\",\n \"has_purchase_terms_history\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/:customer_id/credit-check", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id", "credit-check" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-6a2c26fa-e02e-49de-88e8-068bd1075849" } ], "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-662e8b9b-03f7-47ff-94eb-7cceefef9496" } ], "id": "c384bcaa-8998-4dd0-b006-82ff08478b52", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-c384bcaa-8998-4dd0-b006-82ff08478b52" }, { "name": "Fetch a customer", "id": "a03ab5da-ea72-4538-8627-f31f34919daf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id" ], "variable": [ { "id": "4429c236-d9fc-49a0-b8fd-a521343221f8", "key": "customer_id", "value": "", "description": "(Required) ID of the customer to return" } ] }, "description": "Retrieve an existing customer by its ID.\n\nA successful response to this request will be the Customer entity.\nIf customer enrollment is required, we will return `net_terms_status='pending_enrollment'` and a not null `net_terms_enrollment_url`.\nIf customer enrollment is not required (customer applied through a direct application), we will return `net_terms_status='enrolled'`.\n" }, "response": [ { "id": "b76254fc-9fac-49c6-a1bd-ae3715aede7f", "name": "An object representing the customer.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"source\": \"API\",\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_age_range\": \"10+\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"business_name\": \"\",\n \"business_trade_name\": \"\",\n \"business_phone\": \"\",\n \"business_type\": \"government\",\n \"email\": \"\",\n \"personal_name_first\": \"\",\n \"personal_name_last\": \"\",\n \"personal_phone\": \"\",\n \"amount_approved\": \"\",\n \"amount_authorized\": \"\",\n \"amount_available\": \"\",\n \"amount_balance\": \"\",\n \"amount_unapplied_payments\": \"\",\n \"default_terms\": \"net20\",\n \"advance_rate\": \"\",\n \"credit_status\": \"pending\",\n \"net_terms_status\": \"enrollment_expired\",\n \"net_terms_enrollment_url\": \"\",\n \"net_terms_enrollment_expires_at\": \"\",\n \"credit_check_requested_at\": \"\",\n \"archived\": \"\",\n \"duns_number\": \"\",\n \"credit_decisions\": [\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"decision\": \"hold\",\n \"amount\": \"\",\n \"advance_rate\": \"\",\n \"decline_code\": \"thin_file\",\n \"hold_code\": \"past_due\"\n },\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"decision\": \"line_adjustment\",\n \"amount\": \"\",\n \"advance_rate\": \"\",\n \"decline_code\": \"sole_prop\",\n \"hold_code\": \"other\"\n }\n ]\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-b76254fc-9fac-49c6-a1bd-ae3715aede7f" }, { "id": "a0e934b5-d216-4a19-b08a-5071a9aceafe", "name": "Unauthorized error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-a0e934b5-d216-4a19-b08a-5071a9aceafe" }, { "id": "dcee9355-723c-4424-853e-013e363d4940", "name": "Not found error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"not_found_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-dcee9355-723c-4424-853e-013e363d4940" }, { "id": "691c8f6f-52b1-47a1-bfa1-4b9afde784db", "name": "Rate limit error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-691c8f6f-52b1-47a1-bfa1-4b9afde784db" } ], "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-a03ab5da-ea72-4538-8627-f31f34919daf" }, { "name": "Update a customer", "id": "8d51bb2c-cd37-4f97-801b-da6530158255", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"business_name\": \"\",\n \"email\": \"\",\n \"default_terms\": \"net10\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id" ], "variable": [ { "id": "68754cdd-9305-4583-ba06-5abe20da781d", "key": "customer_id", "value": "", "description": "(Required) ID of the customer to update" } ] }, "description": "Update a customer." }, "response": [ { "id": "cd0b6da7-6307-4892-b502-c96563c7eb73", "name": "An object representing the customer.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"business_name\": \"\",\n \"email\": \"\",\n \"default_terms\": \"net10\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"source\": \"API\",\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_age_range\": \"10+\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"business_name\": \"\",\n \"business_trade_name\": \"\",\n \"business_phone\": \"\",\n \"business_type\": \"government\",\n \"email\": \"\",\n \"personal_name_first\": \"\",\n \"personal_name_last\": \"\",\n \"personal_phone\": \"\",\n \"amount_approved\": \"\",\n \"amount_authorized\": \"\",\n \"amount_available\": \"\",\n \"amount_balance\": \"\",\n \"amount_unapplied_payments\": \"\",\n \"default_terms\": \"net20\",\n \"advance_rate\": \"\",\n \"credit_status\": \"pending\",\n \"net_terms_status\": \"enrollment_expired\",\n \"net_terms_enrollment_url\": \"\",\n \"net_terms_enrollment_expires_at\": \"\",\n \"credit_check_requested_at\": \"\",\n \"archived\": \"\",\n \"duns_number\": \"\",\n \"credit_decisions\": [\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"decision\": \"hold\",\n \"amount\": \"\",\n \"advance_rate\": \"\",\n \"decline_code\": \"thin_file\",\n \"hold_code\": \"past_due\"\n },\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"decision\": \"line_adjustment\",\n \"amount\": \"\",\n \"advance_rate\": \"\",\n \"decline_code\": \"sole_prop\",\n \"hold_code\": \"other\"\n }\n ]\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-cd0b6da7-6307-4892-b502-c96563c7eb73" }, { "id": "8432858c-8a96-4f2f-b0da-e1ee2c4933d6", "name": "Bad request error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"business_name\": \"\",\n \"email\": \"\",\n \"default_terms\": \"net10\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"validation_error\",\n \"details\": [\n {\n \"path\": \"\",\n \"message\": \"\"\n },\n {\n \"path\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-8432858c-8a96-4f2f-b0da-e1ee2c4933d6" }, { "id": "94316a88-55d0-424c-a9d5-28ea717c9d58", "name": "Unauthorized error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"business_name\": \"\",\n \"email\": \"\",\n \"default_terms\": \"net10\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-94316a88-55d0-424c-a9d5-28ea717c9d58" }, { "id": "a76eb88a-23ed-4fce-aca7-8e98e6c2e3f9", "name": "Not found error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"business_name\": \"\",\n \"email\": \"\",\n \"default_terms\": \"net10\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"not_found_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-a76eb88a-23ed-4fce-aca7-8e98e6c2e3f9" }, { "id": "0662a566-cde2-431c-87fd-e376feaef537", "name": "Rate limit error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"business_name\": \"\",\n \"email\": \"\",\n \"default_terms\": \"net10\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "customers", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-0662a566-cde2-431c-87fd-e376feaef537" } ], "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-8d51bb2c-cd37-4f97-801b-da6530158255" } ], "id": "4a878d72-0196-4e8f-bbc9-cdd9a4d4fbb3", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-4a878d72-0196-4e8f-bbc9-cdd9a4d4fbb3" }, { "name": "List all customers", "id": "792767de-81f0-4607-b0b0-085d4b8569d1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/customers?limit=25&page=1&filter[email][eq]=&filter[business_name][eq]=&filter[created_at][eq]=&filter[created_at][gt]=&filter[created_at][lt]=&filter[created_at][gte]=&filter[created_at][lte]=&filter[amount_approved][eq]=&filter[amount_approved][gt]=&filter[amount_approved][lt]=&filter[amount_approved][gte]=&filter[amount_approved][lte]=&filter[amount_available][eq]=&filter[amount_available][gt]=&filter[amount_available][lt]=&filter[amount_available][gte]=&filter[amount_available][lte]=&filter[amount_authorized][eq]=&filter[amount_authorized][gt]=&filter[amount_authorized][lt]=&filter[amount_authorized][gte]=&filter[amount_authorized][lte]=&filter[amount_balance][eq]=&filter[amount_balance][gt]=&filter[amount_balance][lt]=&filter[amount_balance][gte]=&filter[amount_balance][lte]=&filter[amount_unapplied_payments][eq]=&filter[amount_unapplied_payments][gt]=&filter[amount_unapplied_payments][lt]=&filter[amount_unapplied_payments][gte]=&filter[amount_unapplied_payments][lte]=&filter[advance_rate][eq]=&filter[advance_rate][gt]=&filter[advance_rate][lt]=&filter[advance_rate][gte]=&filter[advance_rate][lte]=&filter[archived][eq]=&filter[archived][ne]=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "description": "Limit the number of customers returned.", "key": "limit", "value": "25" }, { "description": "Specify the page of customers returned.", "key": "page", "value": "1" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[email][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[business_name][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][ne]", "value": "" }, { "description": "Sort customers by the specified fields.\n\nThe sort order for each sort field is ascending unless it is prefixed with a minus,\nin which case it is descending.\n\nMultiple sort fields supported by allowing comma-separated sort fields. Sort fields will be applied in the order specified.\n\nSorting is allowed by the following fields: `id`, `created_at`, `amount_approved`, `amount_available`, `business_name`.\n\nExample: `sort=business_name,-created_at`\n", "key": "sort", "value": "" } ] }, "description": "Return a list of customers." }, "response": [ { "id": "adda448b-1214-4541-8ad0-2873dba96879", "name": "An object with an array of results containing up to the limit. If no customers are found, the results array will be empty.\n", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/customers?limit=25&page=1&filter[email][eq]=&filter[business_name][eq]=&filter[created_at][eq]=&filter[created_at][gt]=&filter[created_at][lt]=&filter[created_at][gte]=&filter[created_at][lte]=&filter[amount_approved][eq]=&filter[amount_approved][gt]=&filter[amount_approved][lt]=&filter[amount_approved][gte]=&filter[amount_approved][lte]=&filter[amount_available][eq]=&filter[amount_available][gt]=&filter[amount_available][lt]=&filter[amount_available][gte]=&filter[amount_available][lte]=&filter[amount_authorized][eq]=&filter[amount_authorized][gt]=&filter[amount_authorized][lt]=&filter[amount_authorized][gte]=&filter[amount_authorized][lte]=&filter[amount_balance][eq]=&filter[amount_balance][gt]=&filter[amount_balance][lt]=&filter[amount_balance][gte]=&filter[amount_balance][lte]=&filter[amount_unapplied_payments][eq]=&filter[amount_unapplied_payments][gt]=&filter[amount_unapplied_payments][lt]=&filter[amount_unapplied_payments][gte]=&filter[amount_unapplied_payments][lte]=&filter[advance_rate][eq]=&filter[advance_rate][gt]=&filter[advance_rate][lt]=&filter[advance_rate][gte]=&filter[advance_rate][lte]=&filter[archived][eq]=&filter[archived][ne]=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "description": "Limit the number of customers returned.", "key": "limit", "value": "25" }, { "description": "Specify the page of customers returned.", "key": "page", "value": "1" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[email][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[business_name][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][ne]", "value": "" }, { "description": "Sort customers by the specified fields.\n\nThe sort order for each sort field is ascending unless it is prefixed with a minus,\nin which case it is descending.\n\nMultiple sort fields supported by allowing comma-separated sort fields. Sort fields will be applied in the order specified.\n\nSorting is allowed by the following fields: `id`, `created_at`, `amount_approved`, `amount_available`, `business_name`.\n\nExample: `sort=business_name,-created_at`\n", "key": "sort", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"limit\": \"\",\n \"page\": \"\"\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-adda448b-1214-4541-8ad0-2873dba96879" }, { "id": "80a4b9a6-f99b-403f-82a3-b8bd10637d84", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/customers?limit=25&page=1&filter[email][eq]=&filter[business_name][eq]=&filter[created_at][eq]=&filter[created_at][gt]=&filter[created_at][lt]=&filter[created_at][gte]=&filter[created_at][lte]=&filter[amount_approved][eq]=&filter[amount_approved][gt]=&filter[amount_approved][lt]=&filter[amount_approved][gte]=&filter[amount_approved][lte]=&filter[amount_available][eq]=&filter[amount_available][gt]=&filter[amount_available][lt]=&filter[amount_available][gte]=&filter[amount_available][lte]=&filter[amount_authorized][eq]=&filter[amount_authorized][gt]=&filter[amount_authorized][lt]=&filter[amount_authorized][gte]=&filter[amount_authorized][lte]=&filter[amount_balance][eq]=&filter[amount_balance][gt]=&filter[amount_balance][lt]=&filter[amount_balance][gte]=&filter[amount_balance][lte]=&filter[amount_unapplied_payments][eq]=&filter[amount_unapplied_payments][gt]=&filter[amount_unapplied_payments][lt]=&filter[amount_unapplied_payments][gte]=&filter[amount_unapplied_payments][lte]=&filter[advance_rate][eq]=&filter[advance_rate][gt]=&filter[advance_rate][lt]=&filter[advance_rate][gte]=&filter[advance_rate][lte]=&filter[archived][eq]=&filter[archived][ne]=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "description": "Limit the number of customers returned.", "key": "limit", "value": "25" }, { "description": "Specify the page of customers returned.", "key": "page", "value": "1" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[email][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[business_name][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][ne]", "value": "" }, { "description": "Sort customers by the specified fields.\n\nThe sort order for each sort field is ascending unless it is prefixed with a minus,\nin which case it is descending.\n\nMultiple sort fields supported by allowing comma-separated sort fields. Sort fields will be applied in the order specified.\n\nSorting is allowed by the following fields: `id`, `created_at`, `amount_approved`, `amount_available`, `business_name`.\n\nExample: `sort=business_name,-created_at`\n", "key": "sort", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"validation_error\",\n \"details\": [\n {\n \"path\": \"\",\n \"message\": \"\"\n },\n {\n \"path\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-80a4b9a6-f99b-403f-82a3-b8bd10637d84" }, { "id": "dca926cb-25bc-4544-a493-a461280d0de9", "name": "Unauthorized error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/customers?limit=25&page=1&filter[email][eq]=&filter[business_name][eq]=&filter[created_at][eq]=&filter[created_at][gt]=&filter[created_at][lt]=&filter[created_at][gte]=&filter[created_at][lte]=&filter[amount_approved][eq]=&filter[amount_approved][gt]=&filter[amount_approved][lt]=&filter[amount_approved][gte]=&filter[amount_approved][lte]=&filter[amount_available][eq]=&filter[amount_available][gt]=&filter[amount_available][lt]=&filter[amount_available][gte]=&filter[amount_available][lte]=&filter[amount_authorized][eq]=&filter[amount_authorized][gt]=&filter[amount_authorized][lt]=&filter[amount_authorized][gte]=&filter[amount_authorized][lte]=&filter[amount_balance][eq]=&filter[amount_balance][gt]=&filter[amount_balance][lt]=&filter[amount_balance][gte]=&filter[amount_balance][lte]=&filter[amount_unapplied_payments][eq]=&filter[amount_unapplied_payments][gt]=&filter[amount_unapplied_payments][lt]=&filter[amount_unapplied_payments][gte]=&filter[amount_unapplied_payments][lte]=&filter[advance_rate][eq]=&filter[advance_rate][gt]=&filter[advance_rate][lt]=&filter[advance_rate][gte]=&filter[advance_rate][lte]=&filter[archived][eq]=&filter[archived][ne]=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "description": "Limit the number of customers returned.", "key": "limit", "value": "25" }, { "description": "Specify the page of customers returned.", "key": "page", "value": "1" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[email][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[business_name][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][ne]", "value": "" }, { "description": "Sort customers by the specified fields.\n\nThe sort order for each sort field is ascending unless it is prefixed with a minus,\nin which case it is descending.\n\nMultiple sort fields supported by allowing comma-separated sort fields. Sort fields will be applied in the order specified.\n\nSorting is allowed by the following fields: `id`, `created_at`, `amount_approved`, `amount_available`, `business_name`.\n\nExample: `sort=business_name,-created_at`\n", "key": "sort", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-dca926cb-25bc-4544-a493-a461280d0de9" }, { "id": "1518c382-f989-4306-bdec-5696b296ba0b", "name": "Rate limit error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/customers?limit=25&page=1&filter[email][eq]=&filter[business_name][eq]=&filter[created_at][eq]=&filter[created_at][gt]=&filter[created_at][lt]=&filter[created_at][gte]=&filter[created_at][lte]=&filter[amount_approved][eq]=&filter[amount_approved][gt]=&filter[amount_approved][lt]=&filter[amount_approved][gte]=&filter[amount_approved][lte]=&filter[amount_available][eq]=&filter[amount_available][gt]=&filter[amount_available][lt]=&filter[amount_available][gte]=&filter[amount_available][lte]=&filter[amount_authorized][eq]=&filter[amount_authorized][gt]=&filter[amount_authorized][lt]=&filter[amount_authorized][gte]=&filter[amount_authorized][lte]=&filter[amount_balance][eq]=&filter[amount_balance][gt]=&filter[amount_balance][lt]=&filter[amount_balance][gte]=&filter[amount_balance][lte]=&filter[amount_unapplied_payments][eq]=&filter[amount_unapplied_payments][gt]=&filter[amount_unapplied_payments][lt]=&filter[amount_unapplied_payments][gte]=&filter[amount_unapplied_payments][lte]=&filter[advance_rate][eq]=&filter[advance_rate][gt]=&filter[advance_rate][lt]=&filter[advance_rate][gte]=&filter[advance_rate][lte]=&filter[archived][eq]=&filter[archived][ne]=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "customers" ], "query": [ { "description": "Limit the number of customers returned.", "key": "limit", "value": "25" }, { "description": "Specify the page of customers returned.", "key": "page", "value": "1" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[email][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[business_name][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[created_at][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_approved][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_available][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_authorized][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_balance][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[amount_unapplied_payments][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][gt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][lt]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][gte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[advance_rate][lte]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][eq]", "value": "" }, { "description": "Filter customers by the specified fields.\n\nFilter semantics: `filter[field][operator]=value`.\n\nAvailable filter operators:\n- `eq` - equal (=)\n- `ne` - not equal (!=)\n- `gt` - greater than (>)\n- `gte` - greater than or equal (>=)\n- `lt` - less than (<)\n- `lte` - less than or equal (<=)\n\nFiltering is allowed by the following fields:\n - `email` (`eq`)\n - `business_name` (`eq`)\n - `created_at` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_approved` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_available` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_authorized` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_balance` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `amount_unapplied_payments` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `advance_rate` (`eq`, `gt`, `lt`, `gte`, `lte`)\n - `archived` (`eq`, `ne`)\n\nExample: `filter[email][eq]=test@resolvepay.com`\n\nNote: filter with the `eq` operator is equivalent to the following filter `filter[field]=value`\n", "key": "filter[archived][ne]", "value": "" }, { "description": "Sort customers by the specified fields.\n\nThe sort order for each sort field is ascending unless it is prefixed with a minus,\nin which case it is descending.\n\nMultiple sort fields supported by allowing comma-separated sort fields. Sort fields will be applied in the order specified.\n\nSorting is allowed by the following fields: `id`, `created_at`, `amount_approved`, `amount_available`, `business_name`.\n\nExample: `sort=business_name,-created_at`\n", "key": "sort", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-1518c382-f989-4306-bdec-5696b296ba0b" } ], "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-792767de-81f0-4607-b0b0-085d4b8569d1" }, { "name": "Create a customer", "id": "9647583c-e7ff-47a3-a76b-704f046df985", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_name\": \"\",\n \"email\": \"\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"default_terms\": \"net120\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers", "host": [ "{{baseUrl}}" ], "path": [ "customers" ] }, "description": "Create a customer." }, "response": [ { "id": "73115c40-3b27-42b5-a855-b3a220b69196", "name": "An object representing the customer.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_name\": \"\",\n \"email\": \"\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"default_terms\": \"net120\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers", "host": [ "{{baseUrl}}" ], "path": [ "customers" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"source\": \"API\",\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_age_range\": \"10+\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"business_name\": \"\",\n \"business_trade_name\": \"\",\n \"business_phone\": \"\",\n \"business_type\": \"government\",\n \"email\": \"\",\n \"personal_name_first\": \"\",\n \"personal_name_last\": \"\",\n \"personal_phone\": \"\",\n \"amount_approved\": \"\",\n \"amount_authorized\": \"\",\n \"amount_available\": \"\",\n \"amount_balance\": \"\",\n \"amount_unapplied_payments\": \"\",\n \"default_terms\": \"net20\",\n \"advance_rate\": \"\",\n \"credit_status\": \"pending\",\n \"net_terms_status\": \"enrollment_expired\",\n \"net_terms_enrollment_url\": \"\",\n \"net_terms_enrollment_expires_at\": \"\",\n \"credit_check_requested_at\": \"\",\n \"archived\": \"\",\n \"duns_number\": \"\",\n \"credit_decisions\": [\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"decision\": \"hold\",\n \"amount\": \"\",\n \"advance_rate\": \"\",\n \"decline_code\": \"thin_file\",\n \"hold_code\": \"past_due\"\n },\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"decision\": \"line_adjustment\",\n \"amount\": \"\",\n \"advance_rate\": \"\",\n \"decline_code\": \"sole_prop\",\n \"hold_code\": \"other\"\n }\n ]\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-73115c40-3b27-42b5-a855-b3a220b69196" }, { "id": "cd8a4499-266e-48ee-bbb0-2c9bfc6a25ea", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_name\": \"\",\n \"email\": \"\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"default_terms\": \"net120\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers", "host": [ "{{baseUrl}}" ], "path": [ "customers" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"validation_error\",\n \"details\": [\n {\n \"path\": \"\",\n \"message\": \"\"\n },\n {\n \"path\": \"\",\n \"message\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-cd8a4499-266e-48ee-bbb0-2c9bfc6a25ea" }, { "id": "de953ff2-84bc-4bf3-abb9-692ef9530996", "name": "Unauthorized error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_name\": \"\",\n \"email\": \"\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"default_terms\": \"net120\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers", "host": [ "{{baseUrl}}" ], "path": [ "customers" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"authentication_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-de953ff2-84bc-4bf3-abb9-692ef9530996" }, { "id": "90a74fbf-115e-4765-9c82-258b322c8115", "name": "Not found error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_name\": \"\",\n \"email\": \"\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"default_terms\": \"net120\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers", "host": [ "{{baseUrl}}" ], "path": [ "customers" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"not_found_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-90a74fbf-115e-4765-9c82-258b322c8115" }, { "id": "67527bbf-ba69-4c57-83bb-02fc3358ab16", "name": "Rate limit error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"business_address\": \"\",\n \"business_city\": \"\",\n \"business_state\": \"\",\n \"business_zip\": \"\",\n \"business_country\": \"\",\n \"business_name\": \"\",\n \"email\": \"\",\n \"business_ap_email\": \"\",\n \"business_ap_phone\": \"\",\n \"business_ap_phone_extension\": \"\",\n \"default_terms\": \"net120\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/customers", "host": [ "{{baseUrl}}" ], "path": [ "customers" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"message\": \"\",\n \"type\": \"rate_limit_error\"\n }\n}", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-67527bbf-ba69-4c57-83bb-02fc3358ab16" } ], "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-9647583c-e7ff-47a3-a76b-704f046df985" } ], "id": "a5699574-a7c4-47e6-8d40-b3d604a6a821", "createdAt": "2026-07-28T02:46:44.000Z", "updatedAt": "2026-07-28T02:46:44.000Z", "uid": "35240-a5699574-a7c4-47e6-8d40-b3d604a6a821" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://app-sandbox.resolvepay.com/api" } ] }