Checkout integration flow
- Patient attempts to make an online claim, purchase or booking
- Details of purchase or claim are generated by the originating site
-
Originating site presents a
Continue to Payment
or similar action to the patient
- a. Clicking this action calls the https://stg-api-au.medipass.io/v3/transactions/invoices API and originating passes payload to Medipass
- b. Tyro Health Online API passes back paymentRequestURL
- c. URL is passed to the Checkout SDK https://www.npmjs.com/package/@medipass/checkout-sdk
- Continue to Payment button opens Tyro Health Online modal
- Patient completes payment via card entry, Apple Pay or Google Pay
- Modal closes and booking is complete