{
  "info": {
    "name": "Asaas — mcp.ai",
    "description": "REST API for the Asaas MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/asaas",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "asaas_accounts_access_tokens_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts/access/tokens/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            "access",
            "tokens",
            "create"
          ]
        },
        "description": "Create API key for a subaccount (POST /v3/accounts/{id}/accessTokens). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_accounts_access_tokens_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts/access/tokens/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            "access",
            "tokens",
            "delete"
          ]
        },
        "description": "Delete API key for a subaccount (DELETE /v3/accounts/{id}/accessTokens/{accessTokenId}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"accessTokenId\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_accounts_access_tokens_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts/access/tokens/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            "access",
            "tokens",
            "list"
          ]
        },
        "description": "List API keys for a subaccount (GET /v3/accounts/{id}/accessTokens).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_accounts_access_tokens_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts/access/tokens/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            "access",
            "tokens",
            "update"
          ]
        },
        "description": "Update API key for a subaccount (PUT /v3/accounts/{id}/accessTokens/{accessTokenId}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"accessTokenId\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_accounts_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            "create"
          ]
        },
        "description": "Create subaccount (POST /v3/accounts). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_accounts_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            "delete"
          ]
        },
        "description": "Close non-BaaS subaccount (DELETE /v3/accounts/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_accounts_escrow_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts/escrow/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            "escrow",
            "create"
          ]
        },
        "description": "Save or update Escrow Account configuration for subaccount (POST /v3/accounts/{id}/escrow). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_accounts_escrow_create_2",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts/escrow/create/2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            "escrow",
            "create",
            "2"
          ]
        },
        "description": "Create default Escrow Account configuration to all subaccounts (POST /v3/accounts/escrow). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_accounts_escrow_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts/escrow/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            "escrow",
            "list"
          ]
        },
        "description": "Reterive Escrow Account configuration for subaccount (GET /v3/accounts/{id}/escrow).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_accounts_escrow_list_2",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts/escrow/list/2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            "escrow",
            "list",
            "2"
          ]
        },
        "description": "Retrieve default Escrow Account configuration (GET /v3/accounts/escrow).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_accounts_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            "get"
          ]
        },
        "description": "Retrieve a single subaccount (GET /v3/accounts/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_accounts_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            "list"
          ]
        },
        "description": "List subaccounts (GET /v3/accounts).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_accounts_resend_activation_link_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts/resend/activation/link/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts",
            "resend",
            "activation",
            "link",
            "create"
          ]
        },
        "description": "Resend activation link for non-BaaS subaccount (POST /v3/accounts/{id}/resendActivationLink). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_anticipations_cancel_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anticipations/cancel/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anticipations",
            "cancel",
            "create"
          ]
        },
        "description": "Cancel anticipation (POST /v3/anticipations/{id}/cancel). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_anticipations_configurations_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anticipations/configurations/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anticipations",
            "configurations",
            "list"
          ]
        },
        "description": "Retrieve status of automatic anticipation (GET /v3/anticipations/configurations).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_anticipations_configurations_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anticipations/configurations/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anticipations",
            "configurations",
            "update"
          ]
        },
        "description": "Update status of automatic anticipation (PUT /v3/anticipations/configurations). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_anticipations_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anticipations/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anticipations",
            "create"
          ]
        },
        "description": "Request anticipation (POST /v3/anticipations). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_anticipations_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anticipations/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anticipations",
            "get"
          ]
        },
        "description": "Retrieve a single anticipation (GET /v3/anticipations/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_anticipations_limits_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anticipations/limits/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anticipations",
            "limits",
            "list"
          ]
        },
        "description": "Retrieve anticipation limits (GET /v3/anticipations/limits).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_anticipations_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anticipations/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anticipations",
            "list"
          ]
        },
        "description": "List anticipations (GET /v3/anticipations).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_anticipations_simulate_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/anticipations/simulate/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "anticipations",
            "simulate",
            "create"
          ]
        },
        "description": "Simulate anticipation (POST /v3/anticipations/simulate). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_bill_cancel_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/bill/cancel/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "bill",
            "cancel",
            "create"
          ]
        },
        "description": "Cancel bill payments (POST /v3/bill/{id}/cancel). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_bill_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/bill/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "bill",
            "create"
          ]
        },
        "description": "Create a bill payment (POST /v3/bill). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_bill_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/bill/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "bill",
            "get"
          ]
        },
        "description": "Retrieve a single bill payment (GET /v3/bill/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_bill_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/bill/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "bill",
            "list"
          ]
        },
        "description": "List bill payments (GET /v3/bill).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_bill_simulate_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/bill/simulate/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "bill",
            "simulate",
            "create"
          ]
        },
        "description": "Simulate a bill payment (POST /v3/bill/simulate). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_chargebacks_dispute_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/chargebacks/dispute/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "chargebacks",
            "dispute",
            "create"
          ]
        },
        "description": "Create a chargeback dispute (POST /v3/chargebacks/{id}/dispute). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_chargebacks_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/chargebacks/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "chargebacks",
            "list"
          ]
        },
        "description": "List chargebacks (GET /v3/chargebacks/).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_checkouts_cancel_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/checkouts/cancel/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "checkouts",
            "cancel",
            "create"
          ]
        },
        "description": "Cancel a checkout (POST /v3/checkouts/{id}/cancel). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_checkouts_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/checkouts/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "checkouts",
            "create"
          ]
        },
        "description": "Create new checkout (POST /v3/checkouts). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_credit_bureau_report_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/credit/bureau/report/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "credit",
            "bureau",
            "report",
            "create"
          ]
        },
        "description": "Make consultation (POST /v3/creditBureauReport). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_credit_bureau_report_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/credit/bureau/report/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "credit",
            "bureau",
            "report",
            "get"
          ]
        },
        "description": "Retrieve a credit bureau report (GET /v3/creditBureauReport/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_credit_bureau_report_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/credit/bureau/report/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "credit",
            "bureau",
            "report",
            "list"
          ]
        },
        "description": "List credit bureau reports (GET /v3/creditBureauReport).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_credit_card_pre_authorization_config_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/credit/card/pre/authorization/config/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "credit",
            "card",
            "pre",
            "authorization",
            "config",
            "create"
          ]
        },
        "description": "Save or update pre-authorization configuration (POST /v3/creditCard/preAuthorization/config). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_credit_card_pre_authorization_config_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/credit/card/pre/authorization/config/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "credit",
            "card",
            "pre",
            "authorization",
            "config",
            "list"
          ]
        },
        "description": "Retrieve pre-authorization configuration (GET /v3/creditCard/preAuthorization/config).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_credit_card_tokenize_credit_card_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/credit/card/tokenize/credit/card/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "credit",
            "card",
            "tokenize",
            "credit",
            "card",
            "create"
          ]
        },
        "description": "Credit card tokenization (POST /v3/creditCard/tokenizeCreditCard). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_customers_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "create"
          ]
        },
        "description": "Create new customer (POST /v3/customers). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_customers_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "delete"
          ]
        },
        "description": "Remove Customer (DELETE /v3/customers/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_customers_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "get"
          ]
        },
        "description": "Retrieve a single customer (GET /v3/customers/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_customers_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "list"
          ]
        },
        "description": "List customers (GET /v3/customers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_customers_notifications_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/notifications/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "notifications",
            "list"
          ]
        },
        "description": "Retrieve notifications from a customer (GET /v3/customers/{id}/notifications).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_customers_restore_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/restore/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "restore",
            "create"
          ]
        },
        "description": "Restore removed customer (POST /v3/customers/{id}/restore). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_customers_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "update"
          ]
        },
        "description": "Update existing customer (PUT /v3/customers/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_escrow_finish_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/escrow/finish/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "escrow",
            "finish",
            "create"
          ]
        },
        "description": "Finish payment escrow in the Escrow Account (POST /v3/escrow/{id}/finish). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_finance_balance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/finance/balance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "finance",
            "balance"
          ]
        },
        "description": "Retrieve account balance (GET /v3/finance/balance).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_finance_payment_statistics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/finance/payment/statistics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "finance",
            "payment",
            "statistics"
          ]
        },
        "description": "Collections statistics (GET /v3/finance/payment/statistics).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_finance_split_statistics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/finance/split/statistics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "finance",
            "split",
            "statistics"
          ]
        },
        "description": "Retrieve split values (GET /v3/finance/split/statistics).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_financial_transactions_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/financial/transactions/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "financial",
            "transactions",
            "list"
          ]
        },
        "description": "Retrieve extract (GET /v3/financialTransactions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_fiscal_info_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fiscal/info/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fiscal",
            "info",
            "create"
          ]
        },
        "description": "Create and update tax information (POST /v3/fiscalInfo/). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_fiscal_info_federal_service_codes_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fiscal/info/federal/service/codes/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fiscal",
            "info",
            "federal",
            "service",
            "codes",
            "list"
          ]
        },
        "description": "List federal service codes (GET /v3/fiscalInfo/federalServiceCodes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_fiscal_info_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fiscal/info/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fiscal",
            "info",
            "list"
          ]
        },
        "description": "Retrieve tax information (GET /v3/fiscalInfo/).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_fiscal_info_municipal_options_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fiscal/info/municipal/options/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fiscal",
            "info",
            "municipal",
            "options",
            "list"
          ]
        },
        "description": "List municipal configurations (GET /v3/fiscalInfo/municipalOptions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_fiscal_info_national_portal_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fiscal/info/national/portal/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fiscal",
            "info",
            "national",
            "portal",
            "create"
          ]
        },
        "description": "Configure invoice issuing portal (POST /v3/fiscalInfo/nationalPortal). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_fiscal_info_nbs_codes_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fiscal/info/nbs/codes/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fiscal",
            "info",
            "nbs",
            "codes",
            "list"
          ]
        },
        "description": "List NBS codes (GET /v3/fiscalInfo/nbsCodes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_fiscal_info_operation_indicator_codes_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fiscal/info/operation/indicator/codes/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fiscal",
            "info",
            "operation",
            "indicator",
            "codes",
            "list"
          ]
        },
        "description": "List operation indicator codes (GET /v3/fiscalInfo/operationIndicatorCodes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_fiscal_info_services_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fiscal/info/services/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fiscal",
            "info",
            "services",
            "list"
          ]
        },
        "description": "List municipal services (GET /v3/fiscalInfo/services).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_fiscal_info_tax_classification_codes_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fiscal/info/tax/classification/codes/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fiscal",
            "info",
            "tax",
            "classification",
            "codes",
            "list"
          ]
        },
        "description": "List tax classification codes (GET /v3/fiscalInfo/taxClassificationCodes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_fiscal_info_tax_situation_codes_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fiscal/info/tax/situation/codes/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fiscal",
            "info",
            "tax",
            "situation",
            "codes",
            "list"
          ]
        },
        "description": "List tax situation codes (GET /v3/fiscalInfo/taxSituationCodes).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_installments_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/installments/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "installments",
            "create"
          ]
        },
        "description": "Create Installment (POST /v3/installments). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_installments_create_credit_card",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/installments/create/credit/card",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "installments",
            "create",
            "credit",
            "card"
          ]
        },
        "description": "Create Installment with credit card (POST /v3/installments/). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_installments_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/installments/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "installments",
            "delete"
          ]
        },
        "description": "Remove installment (DELETE /v3/installments/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_installments_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/installments/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "installments",
            "get"
          ]
        },
        "description": "Retrieve a single installment (GET /v3/installments/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_installments_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/installments/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "installments",
            "list"
          ]
        },
        "description": "List installments (GET /v3/installments).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_installments_payment_book_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/installments/payment/book/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "installments",
            "payment",
            "book",
            "list"
          ]
        },
        "description": "Generate installment booklet (GET /v3/installments/{id}/paymentBook).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_installments_payments_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/installments/payments/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "installments",
            "payments",
            "delete"
          ]
        },
        "description": "Cancel charges of an installment (pending and overdue) (DELETE /v3/installments/{id}/payments). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_installments_payments_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/installments/payments/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "installments",
            "payments",
            "list"
          ]
        },
        "description": "List payments of a installment (GET /v3/installments/{id}/payments).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_installments_refund_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/installments/refund/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "installments",
            "refund",
            "create"
          ]
        },
        "description": "Refund installment (POST /v3/installments/{id}/refund). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_installments_splits_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/installments/splits/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "installments",
            "splits",
            "update"
          ]
        },
        "description": "Update installment splits (PUT /v3/installments/{id}/splits). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_invoices_authorize_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/invoices/authorize/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "invoices",
            "authorize",
            "create"
          ]
        },
        "description": "Issue an invoice (POST /v3/invoices/{id}/authorize). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_invoices_cancel_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/invoices/cancel/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "invoices",
            "cancel",
            "create"
          ]
        },
        "description": "Cancel an invoice (POST /v3/invoices/{id}/cancel). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_invoices_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/invoices/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "invoices",
            "create"
          ]
        },
        "description": "Schedule invoice (POST /v3/invoices). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_invoices_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/invoices/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "invoices",
            "get"
          ]
        },
        "description": "Retrieve a single invoice (GET /v3/invoices/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_invoices_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/invoices/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "invoices",
            "list"
          ]
        },
        "description": "List invoices (GET /v3/invoices).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_invoices_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/invoices/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "invoices",
            "update"
          ]
        },
        "description": "Update invoice (PUT /v3/invoices/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_lean_payments_capture_authorized_payment_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lean/payments/capture/authorized/payment/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lean",
            "payments",
            "capture",
            "authorized",
            "payment",
            "create"
          ]
        },
        "description": "Capture payment with Pre-Authorization with summary data in response (POST /v3/lean/payments/{id}/captureAuthorizedPayment). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_lean_payments_create_credit_card",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lean/payments/create/credit/card",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lean",
            "payments",
            "create",
            "credit",
            "card"
          ]
        },
        "description": "Create new payment with credit card with summary data in response (POST /v3/lean/payments/). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_lean_payments_create_lean",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lean/payments/create/lean",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lean",
            "payments",
            "create",
            "lean"
          ]
        },
        "description": "Create new payment with summary data in response (POST /v3/lean/payments). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_lean_payments_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lean/payments/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lean",
            "payments",
            "delete"
          ]
        },
        "description": "Delete payment with summary data (DELETE /v3/lean/payments/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_lean_payments_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lean/payments/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lean",
            "payments",
            "get"
          ]
        },
        "description": "Retrieve a single payment with summary data (GET /v3/lean/payments/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_lean_payments_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lean/payments/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lean",
            "payments",
            "list"
          ]
        },
        "description": "List payments with summary data (GET /v3/lean/payments).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_lean_payments_receive_in_cash_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lean/payments/receive/in/cash/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lean",
            "payments",
            "receive",
            "in",
            "cash",
            "create"
          ]
        },
        "description": "Confirm cash receipt with summary data in response (POST /v3/lean/payments/{id}/receiveInCash). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_lean_payments_refund_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lean/payments/refund/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lean",
            "payments",
            "refund",
            "create"
          ]
        },
        "description": "Refund payment with summary data in response (POST /v3/lean/payments/{id}/refund). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_lean_payments_restore_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lean/payments/restore/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lean",
            "payments",
            "restore",
            "create"
          ]
        },
        "description": "Restore removed payment with summary data in response (POST /v3/lean/payments/{id}/restore). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_lean_payments_undo_received_in_cash_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lean/payments/undo/received/in/cash/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lean",
            "payments",
            "undo",
            "received",
            "in",
            "cash",
            "create"
          ]
        },
        "description": "Undo cash receipt confirmation with summary data in response (POST /v3/lean/payments/{id}/undoReceivedInCash). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_lean_payments_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lean/payments/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lean",
            "payments",
            "update"
          ]
        },
        "description": "Update existing payment with summary data in response (PUT /v3/lean/payments/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_list_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "accounts"
          ]
        },
        "description": "Lista as conexões (contas) Asaas vinculadas a este install — id, label.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_mobile_phone_recharges_cancel_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mobile/phone/recharges/cancel/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mobile",
            "phone",
            "recharges",
            "cancel",
            "create"
          ]
        },
        "description": "Cancel a cell phone recharge (POST /v3/mobilePhoneRecharges/{id}/cancel). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_mobile_phone_recharges_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mobile/phone/recharges/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mobile",
            "phone",
            "recharges",
            "create"
          ]
        },
        "description": "Request recharge (POST /v3/mobilePhoneRecharges). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_mobile_phone_recharges_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mobile/phone/recharges/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mobile",
            "phone",
            "recharges",
            "get"
          ]
        },
        "description": "Recover a single cell phone recharge (GET /v3/mobilePhoneRecharges/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_mobile_phone_recharges_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mobile/phone/recharges/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mobile",
            "phone",
            "recharges",
            "list"
          ]
        },
        "description": "List cell phone top-ups (GET /v3/mobilePhoneRecharges).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_mobile_phone_recharges_provider_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mobile/phone/recharges/provider/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mobile",
            "phone",
            "recharges",
            "provider",
            "list"
          ]
        },
        "description": "Search for cell phone provider (GET /v3/mobilePhoneRecharges/{phoneNumber}/provider).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"phoneNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_my_account_account_number_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/my/account/account/number/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "my",
            "account",
            "account",
            "number",
            "list"
          ]
        },
        "description": "Retrieve Asaas account number (GET /v3/myAccount/accountNumber).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_my_account_commercial_info_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/my/account/commercial/info/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "my",
            "account",
            "commercial",
            "info",
            "create"
          ]
        },
        "description": "Update business data (POST /v3/myAccount/commercialInfo/). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_my_account_commercial_info_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/my/account/commercial/info/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "my",
            "account",
            "commercial",
            "info",
            "list"
          ]
        },
        "description": "Retrieve business data (GET /v3/myAccount/commercialInfo/).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_my_account_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/my/account/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "my",
            "account",
            "delete"
          ]
        },
        "description": "Delete White Label subaccount (DELETE /v3/myAccount/). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_my_account_documents_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/my/account/documents/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "my",
            "account",
            "documents",
            "create"
          ]
        },
        "description": "Send documents (POST /v3/myAccount/documents/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_my_account_documents_files_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/my/account/documents/files/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "my",
            "account",
            "documents",
            "files",
            "create"
          ]
        },
        "description": "Update sent document (POST /v3/myAccount/documents/files/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_my_account_documents_files_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/my/account/documents/files/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "my",
            "account",
            "documents",
            "files",
            "delete"
          ]
        },
        "description": "Remove sent document (DELETE /v3/myAccount/documents/files/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_my_account_documents_files_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/my/account/documents/files/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "my",
            "account",
            "documents",
            "files",
            "get"
          ]
        },
        "description": "View document sent (GET /v3/myAccount/documents/files/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_my_account_documents_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/my/account/documents/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "my",
            "account",
            "documents",
            "list"
          ]
        },
        "description": "Check pending documents (GET /v3/myAccount/documents).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_my_account_fees_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/my/account/fees/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "my",
            "account",
            "fees",
            "list"
          ]
        },
        "description": "Retrieve account fees (GET /v3/myAccount/fees/).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_my_account_payment_checkout_config_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/my/account/payment/checkout/config/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "my",
            "account",
            "payment",
            "checkout",
            "config",
            "create"
          ]
        },
        "description": "Save payment checkout customization (POST /v3/myAccount/paymentCheckoutConfig/). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_my_account_payment_checkout_config_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/my/account/payment/checkout/config/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "my",
            "account",
            "payment",
            "checkout",
            "config",
            "list"
          ]
        },
        "description": "Retrieve personalization settings (GET /v3/myAccount/paymentCheckoutConfig/).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_my_account_status_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/my/account/status/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "my",
            "account",
            "status",
            "list"
          ]
        },
        "description": "Check account registration status (GET /v3/myAccount/status/).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_notifications_batch_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/notifications/batch/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "notifications",
            "batch",
            "update"
          ]
        },
        "description": "Update existing notifications in batch (PUT /v3/notifications/batch). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_notifications_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/notifications/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "notifications",
            "update"
          ]
        },
        "description": "Update existing notification (PUT /v3/notifications/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_dunnings_cancel_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/dunnings/cancel/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "dunnings",
            "cancel",
            "create"
          ]
        },
        "description": "Cancel payment dunning (POST /v3/paymentDunnings/{id}/cancel). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_dunnings_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/dunnings/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "dunnings",
            "create"
          ]
        },
        "description": "Create a payment dunning (POST /v3/paymentDunnings). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_dunnings_documents_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/dunnings/documents/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "dunnings",
            "documents",
            "create"
          ]
        },
        "description": "Resend documents (POST /v3/paymentDunnings/{id}/documents). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_dunnings_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/dunnings/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "dunnings",
            "get"
          ]
        },
        "description": "Recover a single payment dunning (GET /v3/paymentDunnings/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_dunnings_history_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/dunnings/history/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "dunnings",
            "history",
            "list"
          ]
        },
        "description": "Event history lists (GET /v3/paymentDunnings/{id}/history).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_dunnings_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/dunnings/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "dunnings",
            "list"
          ]
        },
        "description": "List payment dunnings (GET /v3/paymentDunnings).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_dunnings_partial_payments_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/dunnings/partial/payments/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "dunnings",
            "partial",
            "payments",
            "list"
          ]
        },
        "description": "List payments received (GET /v3/paymentDunnings/{id}/partialPayments).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_dunnings_payments_available_for_dunning_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/dunnings/payments/available/for/dunning/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "dunnings",
            "payments",
            "available",
            "for",
            "dunning",
            "list"
          ]
        },
        "description": "List payments available for payment dunning (GET /v3/paymentDunnings/paymentsAvailableForDunning).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_dunnings_simulate_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/dunnings/simulate/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "dunnings",
            "simulate",
            "create"
          ]
        },
        "description": "Simulate a payment dunning (POST /v3/paymentDunnings/simulate). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_links_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "create"
          ]
        },
        "description": "Create a payments link (POST /v3/paymentLinks). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_links_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "delete"
          ]
        },
        "description": "Remove a payments link (DELETE /v3/paymentLinks/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_links_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "get"
          ]
        },
        "description": "Retrieve a single payments link (GET /v3/paymentLinks/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_links_images_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/images/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "images",
            "create"
          ]
        },
        "description": "Add an image to a payments link (POST /v3/paymentLinks/{id}/images). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_links_images_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/images/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "images",
            "delete"
          ]
        },
        "description": "Remove an image from payments link (DELETE /v3/paymentLinks/{paymentLinkId}/images/{imageId}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"paymentLinkId\": \"\",\n  \"imageId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_links_images_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/images/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "images",
            "get"
          ]
        },
        "description": "Retrieve a single payments link image (GET /v3/paymentLinks/{paymentLinkId}/images/{imageId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"paymentLinkId\": \"\",\n  \"imageId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_links_images_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/images/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "images",
            "list"
          ]
        },
        "description": "List images from a payments link (GET /v3/paymentLinks/{id}/images).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_links_images_set_as_main_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/images/set/as/main/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "images",
            "set",
            "as",
            "main",
            "update"
          ]
        },
        "description": "Set payments link main image (PUT /v3/paymentLinks/{paymentLinkId}/images/{imageId}/setAsMain). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"paymentLinkId\": \"\",\n  \"imageId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_links_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "list"
          ]
        },
        "description": "List payments links (GET /v3/paymentLinks).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_links_restore_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/restore/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "restore",
            "create"
          ]
        },
        "description": "Restore a payments link (POST /v3/paymentLinks/{id}/restore). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payment_links_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payment/links/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payment",
            "links",
            "update"
          ]
        },
        "description": "Update a payments link (PUT /v3/paymentLinks/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_bank_slip_refund_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/bank/slip/refund/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "bank",
            "slip",
            "refund",
            "create"
          ]
        },
        "description": "Refund Bank Slip (POST /v3/payments/{id}/bankSlip/refund). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_billing_info_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/billing/info/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "billing",
            "info",
            "list"
          ]
        },
        "description": "Retrieve payment billing information (GET /v3/payments/{id}/billingInfo).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_capture_authorized_payment_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/capture/authorized/payment/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "capture",
            "authorized",
            "payment",
            "create"
          ]
        },
        "description": "Capture payment with Pre-Authorization (POST /v3/payments/{id}/captureAuthorizedPayment). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_chargeback_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/chargeback/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "chargeback",
            "list"
          ]
        },
        "description": "Retrieve a single chargeback (GET /v3/payments/{id}/chargeback).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "create"
          ]
        },
        "description": "Create new payment (POST /v3/payments). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_create_credit_card",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/create/credit/card",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "create",
            "credit",
            "card"
          ]
        },
        "description": "Create new payment with credit card (POST /v3/payments/). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "delete"
          ]
        },
        "description": "Delete payment (DELETE /v3/payments/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_documents_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/documents/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "documents",
            "create"
          ]
        },
        "description": "Upload payment documents (POST /v3/payments/{id}/documents). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_documents_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/documents/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "documents",
            "delete"
          ]
        },
        "description": "Delete document from a payment (DELETE /v3/payments/{id}/documents/{documentId}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"documentId\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_documents_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/documents/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "documents",
            "get"
          ]
        },
        "description": "Retrieve a single document of a payment (GET /v3/payments/{id}/documents/{documentId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"documentId\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_documents_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/documents/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "documents",
            "list"
          ]
        },
        "description": "List documents of a payment (GET /v3/payments/{id}/documents).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_documents_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/documents/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "documents",
            "update"
          ]
        },
        "description": "Update settings of a document of a payment (PUT /v3/payments/{id}/documents/{documentId}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"documentId\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_escrow_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/escrow/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "escrow",
            "list"
          ]
        },
        "description": "Retrieve payment escrow in the Escrow Account (GET /v3/payments/{id}/escrow).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "get"
          ]
        },
        "description": "Retrieve a single payment (GET /v3/payments/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_identification_field_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/identification/field/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "identification",
            "field",
            "list"
          ]
        },
        "description": "Get digitable bill line (GET /v3/payments/{id}/identificationField).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_limits_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/limits/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "limits",
            "list"
          ]
        },
        "description": "Recovering payment limits (GET /v3/payments/limits).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "list"
          ]
        },
        "description": "List payments (GET /v3/payments).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_pay_with_credit_card_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/pay/with/credit/card/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "pay",
            "with",
            "credit",
            "card",
            "create"
          ]
        },
        "description": "Pay a charge with a credit card (POST /v3/payments/{id}/payWithCreditCard). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_pix_qr_code_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/pix/qr/code/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "pix",
            "qr",
            "code",
            "list"
          ]
        },
        "description": "Get QR Code for Pix payments (GET /v3/payments/{id}/pixQrCode).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_receive_in_cash_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/receive/in/cash/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "receive",
            "in",
            "cash",
            "create"
          ]
        },
        "description": "Confirm cash receipt (POST /v3/payments/{id}/receiveInCash). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_refund_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/refund/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "refund",
            "create"
          ]
        },
        "description": "Refund payment (POST /v3/payments/{id}/refund). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_refunds_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/refunds/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "refunds",
            "list"
          ]
        },
        "description": "Retrieve refunds of a single payment (GET /v3/payments/{id}/refunds).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_restore_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/restore/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "restore",
            "create"
          ]
        },
        "description": "Restore removed payment (POST /v3/payments/{id}/restore). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_simulate_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/simulate/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "simulate",
            "create"
          ]
        },
        "description": "Sales simulator (POST /v3/payments/simulate). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_splits_paid_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/splits/paid/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "splits",
            "paid",
            "get"
          ]
        },
        "description": "Retrieve a single paid split (GET /v3/payments/splits/paid/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_splits_paid_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/splits/paid/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "splits",
            "paid",
            "list"
          ]
        },
        "description": "List paid splits (GET /v3/payments/splits/paid).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_splits_received_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/splits/received/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "splits",
            "received",
            "get"
          ]
        },
        "description": "Retrieve a single received split (GET /v3/payments/splits/received/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_splits_received_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/splits/received/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "splits",
            "received",
            "list"
          ]
        },
        "description": "List received splits (GET /v3/payments/splits/received).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_status_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/status/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "status",
            "list"
          ]
        },
        "description": "Retrieve status of a payment (GET /v3/payments/{id}/status).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_undo_received_in_cash_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/undo/received/in/cash/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "undo",
            "received",
            "in",
            "cash",
            "create"
          ]
        },
        "description": "Undo cash receipt confirmation (POST /v3/payments/{id}/undoReceivedInCash). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "update"
          ]
        },
        "description": "Update existing payment (PUT /v3/payments/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_payments_viewing_info_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/payments/viewing/info/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "payments",
            "viewing",
            "info",
            "list"
          ]
        },
        "description": "Payment viewing information (GET /v3/payments/{id}/viewingInfo).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_address_keys_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/address/keys/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "address",
            "keys",
            "create"
          ]
        },
        "description": "Create a key (POST /v3/pix/addressKeys). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_address_keys_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/address/keys/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "address",
            "keys",
            "delete"
          ]
        },
        "description": "Remove key (DELETE /v3/pix/addressKeys/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_address_keys_external_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/address/keys/external/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "address",
            "keys",
            "external",
            "list"
          ]
        },
        "description": "Check Pix Key (GET /v3/pix/addressKeys/external).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_address_keys_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/address/keys/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "address",
            "keys",
            "get"
          ]
        },
        "description": "Retrieve a single key (GET /v3/pix/addressKeys/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_address_keys_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/address/keys/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "address",
            "keys",
            "list"
          ]
        },
        "description": "List keys (GET /v3/pix/addressKeys).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_automatic_authorizations_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/automatic/authorizations/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "automatic",
            "authorizations",
            "create"
          ]
        },
        "description": "Create an authorization (POST /v3/pix/automatic/authorizations). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_automatic_authorizations_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/automatic/authorizations/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "automatic",
            "authorizations",
            "delete"
          ]
        },
        "description": "Cancel an authorization (DELETE /v3/pix/automatic/authorizations/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_automatic_authorizations_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/automatic/authorizations/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "automatic",
            "authorizations",
            "get"
          ]
        },
        "description": "Retrieve a single authorization (GET /v3/pix/automatic/authorizations/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_automatic_authorizations_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/automatic/authorizations/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "automatic",
            "authorizations",
            "list"
          ]
        },
        "description": "List authorizations (GET /v3/pix/automatic/authorizations).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_automatic_payment_instructions_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/automatic/payment/instructions/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "automatic",
            "payment",
            "instructions",
            "get"
          ]
        },
        "description": "Retrieve a single payment instruction (GET /v3/pix/automatic/paymentInstructions/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_automatic_payment_instructions_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/automatic/payment/instructions/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "automatic",
            "payment",
            "instructions",
            "list"
          ]
        },
        "description": "List payment instructions (GET /v3/pix/automatic/paymentInstructions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_qr_codes_decode_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/qr/codes/decode/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "qr",
            "codes",
            "decode",
            "create"
          ]
        },
        "description": "Decode a QRCode for payment (POST /v3/pix/qrCodes/decode). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_qr_codes_pay_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/qr/codes/pay/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "qr",
            "codes",
            "pay",
            "create"
          ]
        },
        "description": "Pay a QRCode (POST /v3/pix/qrCodes/pay). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_qr_codes_static_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/qr/codes/static/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "qr",
            "codes",
            "static",
            "create"
          ]
        },
        "description": "Create static QRCode (POST /v3/pix/qrCodes/static). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_qr_codes_static_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/qr/codes/static/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "qr",
            "codes",
            "static",
            "delete"
          ]
        },
        "description": "Remove a static QR Code (DELETE /v3/pix/qrCodes/static/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_token_bucket_address_key_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/token/bucket/address/key/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "token",
            "bucket",
            "address",
            "key",
            "list"
          ]
        },
        "description": "Available Token Bucket Check (GET /v3/pix/tokenBucket/addressKey).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_transactions_cancel_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/transactions/cancel/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "transactions",
            "cancel",
            "create"
          ]
        },
        "description": "Cancel a scheduled transaction (POST /v3/pix/transactions/{id}/cancel). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_transactions_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/transactions/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "transactions",
            "get"
          ]
        },
        "description": "Retrieve a single transaction (GET /v3/pix/transactions/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_transactions_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/transactions/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "transactions",
            "list"
          ]
        },
        "description": "List transactions (GET /v3/pix/transactions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_transactions_recurrings_cancel_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/transactions/recurrings/cancel/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "transactions",
            "recurrings",
            "cancel",
            "create"
          ]
        },
        "description": "Cancel a recurrence (POST /v3/pix/transactions/recurrings/{id}/cancel). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_transactions_recurrings_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/transactions/recurrings/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "transactions",
            "recurrings",
            "get"
          ]
        },
        "description": "Retrieve a single recurrence (GET /v3/pix/transactions/recurrings/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_transactions_recurrings_items_cancel_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/transactions/recurrings/items/cancel/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "transactions",
            "recurrings",
            "items",
            "cancel",
            "create"
          ]
        },
        "description": "Cancel a recurrence item (POST /v3/pix/transactions/recurrings/items/{id}/cancel). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_transactions_recurrings_items_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/transactions/recurrings/items/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "transactions",
            "recurrings",
            "items",
            "list"
          ]
        },
        "description": "List recurrence items (GET /v3/pix/transactions/recurrings/{id}/items).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_pix_transactions_recurrings_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pix/transactions/recurrings/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pix",
            "transactions",
            "recurrings",
            "list"
          ]
        },
        "description": "List recurrences (GET /v3/pix/transactions/recurrings).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_sandbox_my_account_approve_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sandbox/my/account/approve/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sandbox",
            "my",
            "account",
            "approve",
            "create"
          ]
        },
        "description": "(Sandbox only) Approve account (POST /v3/sandbox/myAccount/approve). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_sandbox_payment_confirm_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sandbox/payment/confirm/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sandbox",
            "payment",
            "confirm",
            "create"
          ]
        },
        "description": "(Sandbox only) Confirm payment (POST /v3/sandbox/payment/{id}/confirm). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_sandbox_payment_overdue_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sandbox/payment/overdue/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sandbox",
            "payment",
            "overdue",
            "create"
          ]
        },
        "description": "(Sandbox only) Force charge overdue (POST /v3/sandbox/payment/{id}/overdue). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "create"
          ]
        },
        "description": "Create new subscription (POST /v3/subscriptions). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_create_credit_card",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/create/credit/card",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "create",
            "credit",
            "card"
          ]
        },
        "description": "Create subscription with credit card (POST /v3/subscriptions/). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_credit_card_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/credit/card/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "credit",
            "card",
            "update"
          ]
        },
        "description": "Update credit card without charging the subscription (PUT /v3/subscriptions/{id}/creditCard). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "delete"
          ]
        },
        "description": "Remove subscription (DELETE /v3/subscriptions/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "get"
          ]
        },
        "description": "Retrieve a single subscription (GET /v3/subscriptions/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_invoice_settings_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/invoice/settings/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "invoice",
            "settings",
            "create"
          ]
        },
        "description": "Create configuration for issuing invoices (POST /v3/subscriptions/{id}/invoiceSettings). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_invoice_settings_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/invoice/settings/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "invoice",
            "settings",
            "delete"
          ]
        },
        "description": "Remove configuration for issuing invoices (DELETE /v3/subscriptions/{id}/invoiceSettings). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_invoice_settings_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/invoice/settings/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "invoice",
            "settings",
            "list"
          ]
        },
        "description": "Retrieve configuration for issuing invoices (GET /v3/subscriptions/{id}/invoiceSettings).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_invoice_settings_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/invoice/settings/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "invoice",
            "settings",
            "update"
          ]
        },
        "description": "Update configuration for issuing invoices (PUT /v3/subscriptions/{id}/invoiceSettings). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_invoices_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/invoices/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "invoices",
            "list"
          ]
        },
        "description": "List invoices for subscription charges (GET /v3/subscriptions/{id}/invoices).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "list"
          ]
        },
        "description": "List subscriptions (GET /v3/subscriptions).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_payment_book_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/payment/book/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "payment",
            "book",
            "list"
          ]
        },
        "description": "Generate subscription booklet (GET /v3/subscriptions/{id}/paymentBook).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_payments_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/payments/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "payments",
            "list"
          ]
        },
        "description": "List payments of a subscription (GET /v3/subscriptions/{id}/payments).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_subscriptions_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscriptions/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscriptions",
            "update"
          ]
        },
        "description": "Update existing subscription (PUT /v3/subscriptions/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_transfers_cancel_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/transfers/cancel/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "transfers",
            "cancel",
            "delete"
          ]
        },
        "description": "Cancel a transfer (DELETE /v3/transfers/{id}/cancel). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_transfers_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/transfers/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "transfers",
            "create"
          ]
        },
        "description": "Transfer to another Institution’s account or Pix key (POST /v3/transfers). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_transfers_create_internal",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/transfers/create/internal",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "transfers",
            "create",
            "internal"
          ]
        },
        "description": "Transfer to Asaas account (POST /v3/transfers/). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_transfers_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/transfers/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "transfers",
            "get"
          ]
        },
        "description": "Retrieve a single transfer (GET /v3/transfers/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_transfers_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/transfers/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "transfers",
            "list"
          ]
        },
        "description": "List transfers (GET /v3/transfers).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_wallets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/wallets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "wallets"
          ]
        },
        "description": "Retrieve WalletId (GET /v3/wallets/).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_webhooks_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhooks/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhooks",
            "create"
          ]
        },
        "description": "Create new Webhook (POST /v3/webhooks). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_webhooks_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhooks/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhooks",
            "delete"
          ]
        },
        "description": "Remove Webhook (DELETE /v3/webhooks/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_webhooks_get",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhooks/get",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhooks",
            "get"
          ]
        },
        "description": "Retrieve a single Webhook (GET /v3/webhooks/{id}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"query\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_webhooks_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhooks/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhooks",
            "list"
          ]
        },
        "description": "List Webhooks (GET /v3/webhooks).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_webhooks_remove_backoff_create",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhooks/remove/backoff/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhooks",
            "remove",
            "backoff",
            "create"
          ]
        },
        "description": "Remove webhook backoff (POST /v3/webhooks/{id}/removeBackoff). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "asaas_webhooks_update",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/webhooks/update",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "webhooks",
            "update"
          ]
        },
        "description": "Update Existing Webhook (PUT /v3/webhooks/{id}). [write, mexe em dinheiro]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"id\": \"\",\n  \"body\": \"\",\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}