Checkout Flow

This demo is the component mounted in it's standard "checkout" state when the integrator intends to submit for payment with a saved method.

In order to submit for a payment with one of the displayed cards from your up to date vault just add an event listener to the component on the mount inside your application (I use the Ref api in react) listening for 'chosen'.

You can then use the GUID provided in the event detail to submit to your payments integration API.

Chosen: