April 2026
2026.04.08
Added documentation for CPN Managed Payments. With Managed Payments, Circle
handles licensing, compliance, minting, and settlement so you can offer
stablecoin payments without building these systems yourself.
Documentation additions
Added the following topics for Managed Payments:- CPN Managed Payments Overview
- Quickstart: Receive Stablecoin Payins
- Quickstart: Send Stablecoin Payouts
- Settlement Flows
- Sub-Wallet Architecture
API additions
Added the following Managed Payments endpoints:GET /v1/cpn/managedPayments/accountsPOST /v1/cpn/managedPayments/accountsGET /v1/cpn/managedPayments/accounts/{accountId}GET /v1/cpn/managedPayments/paymentIntentsPOST /v1/cpn/managedPayments/paymentIntentsGET /v1/cpn/managedPayments/paymentIntents/{paymentIntentId}POST /v1/cpn/managedPayments/paymentIntents/{paymentIntentId}/expirePOST /v1/cpn/managedPayments/paymentIntents/{paymentIntentId}/refundGET /v1/cpn/managedPayments/paymentsGET /v1/cpn/managedPayments/payments/{paymentId}POST /v1/cpn/managedPayments/accounts/{accountId}/withdrawalsGET /v1/cpn/managedPayments/accounts/{accountId}/withdrawalsGET /v1/cpn/managedPayments/accounts/{accountId}/withdrawals/{withdrawalId}GET /v1/cpn/managedPayments/accounts/{accountId}/depositsGET /v1/cpn/managedPayments/accounts/{accountId}/deposits/{depositId}POST /v1/cpn/managedPayments/accounts/{accountId}/wireAccountsGET /v1/cpn/managedPayments/accounts/{accountId}/wireAccounts/{wireAccountId}/instructionsGET /v1/cpn/managedPayments/addressBook/recipientsPOST /v1/cpn/managedPayments/addressBook/recipientsGET /v1/cpn/managedPayments/addressBook/recipients/{recipientId}PATCH /v1/cpn/managedPayments/addressBook/recipients/{recipientId}DELETE /v1/cpn/managedPayments/addressBook/recipients/{recipientId}GET /v1/cpn/managedPayments/payoutsPOST /v1/cpn/managedPayments/payoutsGET /v1/cpn/managedPayments/payouts/{payoutId}
2026.04.01
Documentation updates for CPN Console 2.0: expanded and clarified developer
docs for Circle Payments Network (CPN), including new how-tos, navigation
updates, a refreshed landing page, webhook guidance, and quickstart
improvements.
Documentation additions
- How-to: Set Up a Circle Wallet for CPN Payments
- How-to: Set Up Circle On/Off-Ramps for CPN Payments
- Bring Your Own Wallet for CPN