During the payment process, CPN sends notifications using webhooks. These asynchronous notifications inform the entities on the progress of the payment and any required actions they must take. This guide demonstrates how to subscribe to CPN notifications as an OFI integrator. See Webhook Events for a complete list of the notifications that are sent over webhooks.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.
Steps
Use the following steps to set up a webhook endpoint and subscribe to notifications using the CPN API.Step 1: Set up a subscriber endpoint
To receive webhook notifications, you must expose a publicly accessible subscriber endpoint. The endpoint must be able to handle bothHEAD and POST
requests over HTTPS.
Note: During OFI integration, Circle works directly with you to configure
this endpoint.
Step 2: Subscribe to notifications
Set up an endpoint to receive notifications instead of polling for event updates using the/v2/subscriptions endpoint.
Shell
JSON