Redirect checkout demo

<CoalCheckoutButton />

Create a session, then redirect the user to a fully-hosted Coal checkout page.

Session config

// Your code

import { CoalCheckoutButton }

from "coal-react";

 

<CoalCheckoutButton

  checkoutUrl="https://..."

/>

Button will appear here

Create a session to see the checkout button →