Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
- Option 1
- Option 2
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
Example:
"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"
Desired currency for the payments to settle in. This must match the currency used for the payment method.
Available options:
USD, EUR, BTC, ETH Unique system generated identifier for the wallet of the merchant.
Maximum length:
36Example:
"212000"
Response
Successfully created a payment intent.
- Option 1
- Option 2