INPUT_OBJECT
createPaymentIntentInput
Autogenerated input type of createPaymentIntent
link GraphQL Schema definition
- input createPaymentIntentInput {
- # The amount to charge in decimal format. e.g 10.99
- String :
- String :
- # The currency the payment will be made in. e.g 'usd'
- String :
- String :
- String :
- String :
- # Optional. Defaults to first_name if left blank.
- String :
- ID :
- # An array of possible payment method Required. Only current option is 'klarna'
- String] : [
- # Optional
- String :
- # The ID of the provider who will receive the payment.
- ID :
- # Optional, but recommended. Used to prevent duplicate PaymentIntents from being
- # created.
- String :
- # Optional
- String :
- }