CreatePaymentIntentForBookingPayload
Stripe PaymentIntent details for confirming a booking payment on the client.
type CreatePaymentIntentForBookingPayload {
clientSecret: String
paymentIntentId: String
stripeAccountId: String
error: String
}
Fields
CreatePaymentIntentForBookingPayload.clientSecret ● String scalar
The PaymentIntent client secret for Stripe.js confirmPayment.
CreatePaymentIntentForBookingPayload.paymentIntentId ● String scalar
The Stripe PaymentIntent id, for support and follow-up mutations.
CreatePaymentIntentForBookingPayload.stripeAccountId ● String scalar
The practice connected Stripe account id to pass to loadStripe when using Connect.
CreatePaymentIntentForBookingPayload.error ● String scalar
Returned By
createPaymentIntentForBooking mutation