Frisbii Checkout
Frisbii Checkout is a multipurpose tool solving the following:
- Payment window for one-off payments (charge session)
- Payment window for storing customer payment method for recurring use or one-off MIT payments (recurring session)
- Signup window for setting or changing payment method on a subscription (subscription session)
Frisbii Payments Checkout works by an initial server-to-server API call to create a checkout session.
The API call returns a session id
that can be used with the Frisbii Checkout JS Web SDK to open the payment window.
A URL is also returned that can be used directly to show the payment window in a standalone browser window. Two different session types can be created as shown above.
Test it yourself
Try a live demo showing a one-off payment here :
<https://checkout.reepay.com/assets/demo/checkout/demo.html>
Customization
On your website
You can integrate Frisbii Checkout on your website in a number of ways. Either as a simple page redirect or directly on your website, as a full page overlay. We provide a JavaScript library to easily integrate Frisbii Checkout into your website.
Payment methods
With Frisbii Checkout, you can set up the payment methods you would like to accept. You can either configure the payment methods in a number of pre-defined configurations, or you can specify the payment methods specifically for a single payment.
Integration
To read more about the integration of Frisbii Checkout, see our reference documentation: Checkout.
Updated 14 days ago