Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Myr Posted March 9, 2023 Posted March 9, 2023 So, when I follow instructions to set this up: I end up with a blank box in the checkout instead of any pay option. I am using Stripe for cards and that works fine. Is it something simple? Do you need a fresh API and fresh webhook for every Stripe payment option you use. such as Card, Browser Features..., and Alipay?
Randy Calvert Posted March 9, 2023 Posted March 9, 2023 Did you register your domain and do the verification that is needed for this to be supported?
Jim M Posted March 9, 2023 Posted March 9, 2023 Additionally to what Randy said, are you using a compliant browser for these types? Aka Google Chrome for Google Pay and Safari for Apple Pay?
Myr Posted March 9, 2023 Author Posted March 9, 2023 Yes. Yes. Braintree is working for Google Pay And Apple Pay. (And yes, I went in and used the Stripe version of the Apple verification file for the purpose of my test) Adding in Apple/Google Pay via Stripe, breaks stripe and gives nothing. Including when I remove the braintree option for Google pay. Now I remember why I went through the hassle of getting Braintree to work... Stripe never worked for Google and Apple Pay for us... I tried that first long ago, since I had Stripe from early days. Also, Stripe is squawking about: Quote We've detected that you are using payment_method_types to configure payment methods. To manage payment methods from this page, replace payment_method_types with automatic_payment_methods. Is this coming with a future version?
Randy Calvert Posted March 9, 2023 Posted March 9, 2023 29 minutes ago, Myr said: Is this coming with a future version? I can tell you I setup a site that uses it with no problems last year with no change to the base IPB software. It does not require any code level changes.Â
Marc Posted March 10, 2023 Posted March 10, 2023 I can take a look to see why you are getting that message. Could I ask what you mean by it breaks? Stripe should actually work a lot easier than braintree, so it seems you have an issue individual to your site there somewhere, which Im sure we can get sorted with you
Myr Posted March 10, 2023 Author Posted March 10, 2023 On site, I get this: No options to fill anything in. Normal previously working Stripe Payment turns into this: No option to fill out card. Braintree option just works... In Stripe, this message was showing up when I was in the Payment Methods area: Â Â
Marc Posted March 10, 2023 Posted March 10, 2023 Have you changed Something since, as Im seeing this on your site with no issue?
Myr Posted March 10, 2023 Author Posted March 10, 2023 3 hours ago, Marc Stridgen said: Have you changed Something since, as Im seeing this on your site with no issue? Yes, I deleted the Apple/Google Pay option since it was breaking stripe and Invision removed the ability to toggle on/off payment options several versions ago. So the only way to keep the site functional, was to delete the broken Stripe "Apple/Google Pay" option.
Marc Posted March 10, 2023 Posted March 10, 2023 Are you able to re-add that temporally so we can take a look? You really shouldnt have that issue, so would like to get it resolved for you if we can
Myr Posted March 10, 2023 Author Posted March 10, 2023 3 minutes ago, Marc Stridgen said: Are you able to re-add that temporally so we can take a look? You really shouldnt have that issue, so would like to get it resolved for you if we can Done. I duplicated existing Stripe option and renamed it Apple/Google Pay. It is listed last as payment options and Stripe is working this time. 🤨, but Apple/Google Pay is still blank.
Solution Marc Posted March 10, 2023 Solution Posted March 10, 2023 Looking at the console errors there, it appears you are getting an error from stripe due to using an old set of keys.  Quote Uncaught IntegrationError: It looks like you're using an older Stripe key. In order to use this API, you'll need to use a modern API key, which is prefixed with 'pk_live_' or 'pk_test_'.   You can roll your publishable key here: https://dashboard.stripe.com/account/apikeys Â
Marc Posted March 10, 2023 Posted March 10, 2023 Just now, Myr said: I think that did it. Glad to hear it. Thank you for the confirmation 🙂 Myr 1
Recommended Posts