Hello all!
I’m having trouble with my cart checkout using Stripe and I was wondering if someone had some knowledge that could really help me out here:
Why does the checkout after the cart give different options to pay vs the individual created payment links?
The problem:
I made a website that sells 2 products that can be bought through Stripe. I linked Stripe to the website and configured the 2 products in the Stripe account. The problem is the payment methods available when I checkout through the cart vs the payment methods if I create a single payment button. It shows me very minimal payment methods to finalize the payment.
When I add a single payment button to the product page and click, it DOES show the right:
- Payment methods
- Adress input
- Phone number input
Why does the checkout after the cart give different options to pay vs the individual created payment links?
The individual links create a link:
buy.stripe.com
The cart creates a dynamic link:
checkout.stripe.com
Does someone know the answer to this problem??? HELP!