Input Parameters for cartCreatePaymentIntent
id
: The ID of the cart for which you want to create a payment intent.
Types
Cart
- Contains details about the cart, including items, addresses, payment intent details, and other relevant information. You can refer to the Cart type in the schema for a complete list of fields and their descriptions.
PaymentIntent
- Contains details about the payment intent:
id
: The unique identifier for the payment intent.clientSecret
: A secret string used to complete the payment on the client side.externalId
: An external identifier for the payment intent, typically provided by the payment gateway.