Define parameters that define the purchase: price, currency and then optional description of purchase.
Generated HTML will be displayed at the bottom of this page and all you need is to paste that HTML into your final page.
Clicking on the button will redirect customer to checkout.
Pay button display options
{{ errors.first('payButtonImageUrl') }}
{{ errors.first('min') }}
{{ errors.first('max') }}
{{ errors.first('step') }}
{{ errors.first('simpleInput') }}
{{ errors.first('fitButtonInline') }}
Preview
Payment Notifications
{{ errors.first('serverIpn') }}
{{ errors.first('notifyEmail') }}
{{ errors.first('browserRedirect') }}
These parameters allow you to influence process after purchase. Server IPN is location we'll query with details.
We can also deliver email notification to specified address.
Finally Browser Redirect defines where BTCPayServer will redirect customer after purchase is completed.
Advanced
{{ errors.first('checkoutQueryString') }}
This parameter allows you to specify additional query string paramters that should be appended to the checkout page once the invoice is created. For example, lang=da-DK would load the checkout page in Danish by default.
Generated code
Copied
Please fix errors shown in order for code generation to successfully execute.