---
title: "Circle Account Setup"
method: PATCH
path: "/organization/circle-config"
tags: ["Organization"]
---

# Circle Account Setup

`PATCH /organization/circle-config`

Updates the Circle configuration for the organization. Only account owners have permission to do this. Note: in the first time configuration, all fields are mandatory, but after it is been configured at least once, you can replace a single field at a time.

## Request body

- object
  - `api_key` string — The Circle API key with permissions to POST & GET transfers
  - `wallet_id` string — The ID of the Circle walet from where the funds will be sent

## Response `200`

Circle configuration updated successfully

- object
  - `message` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/versions/39f9dc64156c/schema)
