Create a continuous (default) or transient payment intent. Continuous payment intents are created by default. To create a transient payment intent, the type field must be explicitly set to ‘transient’.
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"
Desired currency for the payment
USD, EUR Desired currency for the payments to settle in. This must match the currency used for the payment.
USD, EUR Unique system generated identifier for the wallet of the merchant.
36"212000"
Payment intent type. Defaults to 'continuous' if not specified.
continuous Successfully created a payment intent.