Quickstarts
Review a list of all Centrobill integration quickstart guides.
Each guide walks you through a complete, working integration from setup to live payment — including code examples, result handling, and a checklist of steps to complete before going live.
Payments
| Quickstart | Description |
|---|---|
| Server-to-server quickstart | Collect card details in your own payment form, tokenize them client-side, and submit the charge from your server. Full control over the checkout UI; requires PCI DSS certification. |
| Tokenization quickstart | Tokenize a card, make an initial charge, and set up subsequent payments using stored credentials, without re-entering card details. |
| Hosted Payment Page quickstart | Generate a Centrobill-hosted payment page URL and redirect the customer to it. Centrobill handles card input, 3DS, and the payment result. |
| Express checkout flow quickstart | Render a Centrobill checkout button on your page using the JS SDK. The SDK handles the checkout window, payment processing, and callbacks, no server-side integration is required. |
