Recent content by alexco888

  1. alexco888

    Token is Required Error for my Upsell/Downsell

    Hi. I hope you are great. I am making some tests to my website with the Test Gateway. Everything was working smoothly but then it stopped working. The first step (the normal purchase) before the upsell/downsell funnel is working correctly, on the next step (with my upsell) is when I had this...
  2. alexco888

    Bug related to Stripe in PSB

    Hi! I just saw a bug because one client did not wanted to buy our product vía Stripe. They said they saw a message related to Stripe to accept being charged for future payments according to our terms. This might be obviously be perceived as a scam because we are offering a One Time Payment...
  3. alexco888

    Bump Offer Image Issue on PSB

    I have had a recurring issue regarding my bump Offer. It has been automatically enabling the image of it (even if I had been sure that I disabled the image everytime). I am using ads and it is a poor experience to see a random image not related to our product appear contineously even after...
  4. alexco888

    Issues regarding PSB checkout font

    Hi! I hope you are great. I have been experienced different issues regarding the loaded font on the checkout. The countdown is not loaded neither. I just saw that this is not happening on the Pabbly URL: The fonts are not requested/loaded and the UX experience might be poor. How can we fix...
  5. alexco888

    I switched my Stripe Account, will that affect my future payments from a paid subscription customer?

    I want to charge our customer because he already received this product. We already deactivated this Stipe option and created the other one. I am going to activate it again. Can you please confirm if this will allow us to receive our recurring payments in the future? (Consider that we already...
  6. alexco888

    I switched my Stripe Account, will that affect my future payments from a paid subscription customer?

    Hi! I hope you are great!! :) Happy new Year!! Here in Mexico we are still in the 31th December :). I just received my first payment from Pabblu Subscription Billing🥳. Nevertheless, I realized that it was linked to a Stripe Account in the US and not the Stripe Account that we need to use for...
  7. alexco888

    How can I integrate Pabbly Subscription Billing + Webhooks to my Next.js project?

    Hi! I hopy you are great :) I would like to be able to update an allow-list for my Next.js Application with Clerk. I share a code that allows me to do it manually with node.js: I only need to change the identifier and I automatically add that email to my Clerk's allow-list. const axios =...
  8. alexco888

    How to change the language on the Stripe popup (on fields that do not appear on the Blocks section)?

    Hi! I made all the posible changes on the Stripe popup (on the blocks section). But I do not know how to change the words that still appear in English. Can somebody here help me with that? I attach an image (the words: card number, expiration, country + "By providing your card information, you...
  9. alexco888

    How to embed a Popup Checkout Page on a Next.js application (React)

    By the way, I forgot to mention that I needed to create as well in the app directory a new file: global.d.ts with the following code (due to Typescript): // global.d.ts export {}; declare global { interface Window { open_center_popup: (url: string) => void; } }
  10. alexco888

    How to embed a Popup Checkout Page on a Next.js application (React)

    The provided information did not work since I am working with Next.js and not traditional HTML (like Wordpress). Nevertheless, I found how to implement Pabbly Embedded Popup Checkout Pages. I share my solution in case this help to somebody else in the forum :). I am using Next.js 14 with...
  11. alexco888

    How to embed a Popup Checkout Page on a Next.js application (React)

    Hi! I hope you are great! :) I just found this information about how to embed a Checkout Page with traditional HTML: https://forum.pabbly.com/threads/embedding-a-popup-checkout-page-within-your-website-button-a-step-by-step-guide.12097/ Can somebody in here help me understand how to do that in...
Top