Skip to content

createPaymentIntent

Create a Stripe Payment Intent. Currently just used for Klarna support. 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
}
}