Billwerk+ Checkout
Billwerk + 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)
Billwerk+ 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 Billwerk+ 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 Billwerk+ 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 Billwerk+ Checkout into your website.
Payment methods
With Billwerk+ 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 Billwerk+ Checkout, see our reference documentation: Checkout.
Updated 7 months ago