Skip to content

createPaymentIntent

Create a Stripe Payment Intent. Currently used for supporting additional payment methods via a custom front-end. When the payment succeeds, Healthie will receive a webhook and automatically complete the checkout.

Arguments

input · createPaymentIntentInput · Parameters for createPaymentIntent

Returns

createPaymentIntentPayload

Example

mutation createPaymentIntent($input: createPaymentIntentInput) {
createPaymentIntent(input: $input) {
intentClientSecret
messages
}
}