React
The React library provides a component and some hooks to easily integrate Cometh Checkout inside your React app. You can use it to easily launch Cometh Checkout in a iFrame, popup or seperate tab, and handle processing the transaction after the payment.
Install
or
Basic Usage
1. Initialize SDK
By default the Checkout process will be displayed as a popup. To change this, use the appropriate display
option:
2. Start checkout flow
3. Handle Results
Last updated