My Checkout Button Does Nothing
Check the snippet is complete
This is the most common cause. The page needs both lines, and the button needs its class.
<script src="https://bryktopay.com/static/js/checkout.js" defer></script>
<button class="brykto-checkout-button" data-button-id="bky_btn_xxxxxxxxxxxxxxxx">Pay with Brykto</button>
Things that stop it working:
class="brykto-checkout-button"missing or altered. The script finds buttons by this class and ignores everything else.- The
<script>line missing from the page. - The
data-button-idcut short or mistyped.
Copy the snippet fresh from your dashboard rather than retyping it.
Check your site did not strip the code
Some website builders remove <script> tags from ordinary text blocks. If your platform has a dedicated embed or custom HTML block, use that instead.
To check, open your published page and view its source. If the script line is not there, your builder removed it.
The new tab was blocked
The payment page opens in a new tab. If your browser blocks pop-ups, it looks like nothing happened.
There is usually a small icon in the address bar when this happens. Allow pop-ups for your own site and try again.
The button was removed
A button deleted from your dashboard stops working immediately, including on pages you published long ago. Check it is still listed under Checkout Buttons.
You have reached your monthly limit
On the Free plan, once you hit 30 completed payments in a calendar month your buttons stop taking payments until the 1st. See Understanding your plan.