Documentation Index
Fetch the complete documentation index at: https://developers.circle.com/llms.txt
Use this file to discover all available pages before exploring further.
The Partner Onboarding API base URL is
https://api-sandbox.circle.com for
sandbox and https://api.circle.com for production. All requests require a
Bearer token obtained via Circle key exchange in the Authorization header. All
POST requests require an X-Idempotency-Key header with a client-generated
UUID v4.Prerequisites
Before you begin:- You have an API key for the Partner Onboarding API from the Circle Mint Console.
- All application sections have
completestatus. - Required documents have been uploaded.
Steps
Step 1. Submit the application
Submit an application when all sections havecomplete status:
| Field | Description |
|---|---|
endUserIpAddress | Your customer’s IP address (IPv4 or IPv6, 7-39 characters) |
endUserAgreesToTermsOfService | Must be true. Confirms your customer agreed to Circle’s terms |
DRAFT to SUBMITTED. If any sections are
incomplete, the server returns a 409 error.
Example response:
Step 2. Track application status
Monitor your application’s progress by polling or by using webhook notifications (set up a subscription in the Console under Developer > Subscriptions):Step 3. List all applications
List applications for your partner account. You can filter by status:starting_after with the applicationId
of the last item to fetch the next page.
If the application moves to PENDING_CUSTOMER_INFORMATION, the compliance team
has issued one or more Requests for Information (RFIs). See
Handle requests for information for
the full RFI workflow.