Hosted checkout
OpenNode's Hosted Checkout is a pre-built, hosted payment page optimized for bitcoin payments.
How to use the Hosted Checkout
You can use OpenNode's hosted checkout experience by redirecting your user to the following URLs:
Development
- https://checkout.dev.opennode.com/ {id}
Production
- https://checkout.opennode.com/ {id}
Be sure to replace {id}
with the actual checkout ID you get back from our API when creating a charge.
Options
Default Lightning
To default to Lightning when the payer first opens the Hosted Checkout, add ?ln=1
to the end of the URL:
https://checkout.opennode.com/{id}?ln=1
Hide fiat value
To hide all references to fiat, add ?hf=1
to the end of the URL:
https://checkout.opennode.com/{id}?hf=1
Updated 5 months ago