PaymentIntent
No description
type PaymentIntent {
id: ID
requiresAction: Boolean!
paymentIntentClientSecret: String
success: Boolean
error: String
signedOrder: String
}
No description
type PaymentIntent {
id: ID
requiresAction: Boolean!
paymentIntentClientSecret: String
success: Boolean
error: String
signedOrder: String
}
PaymentIntent.id
● ID
scalarPaymentIntent.requiresAction
● Boolean!
non-null scalarPaymentIntent.paymentIntentClientSecret
● String
scalarPaymentIntent.success
● Boolean
scalarPaymentIntent.error
● String
scalarPaymentIntent.signedOrder
● String
scalar