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’.
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, BTC, ETH Desired currency for the payments to settle in. This must match the currency used for the payment.
USD, EUR, BTC, ETH 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.