Charges
Create single-use Pay Links and checkout sessions
"Charge pages" or "Charges" are an extended feature of Helio Pay Links that allow you to generate unique, single-use checkout pages from the same paylinkId
.
Ways you can setup a charge and use a charge
- Via API: Generate a charge using the API, see endpoint here. This will return a URL to the charge page that users can use to complete their payment.
- Via Embedded Widget: To use a charge within your checkout widget, pass the
chargeToken
field in your configuration code. This value can be found at the end of the charge page URL returned when generating a charge via the API e.g.a1f67a3a-2152-4124-ad71-a8129e6d2e63
. This allows you to integrate charges directly into the checkout widget. For more information see here.
Charges are optimal for mobile payment flows, deep-linking, QR codes, embedded pay buttons on simple websites like Wix, plugins to E-commerce baskets, or other custom payment flows.

Updated 10 days ago