#OliverDev-payouts

1 messages · Page 1 of 1 (latest)

upbeat mauve
mental tangle
#

a thousand thanks 🙂

#

A question I can't find on your site how to make a pulsate like (Offer me a pizza) with an option that I can donate 2 €, 5 € 10 € etc ... how can I do it?
I have a site with HTML, Css, Js, Php.

upbeat mauve
#

https://stripe.com/docs/payments/accept-a-payment is the guide for charging a customer who visits your site a specific amount. We don't have a particular guide for accepting donations, but basically you'd have to build some UI on your page to let the customer enter/select an amount, communicate that to your backend, and have your backend create a PaymentIntent or CheckoutSession for that amount and then do the rest of the steps.

mental tangle
#

thank you

mental tangle
#

Hi, a question what's the difference if I make a payment button or link? or not

autumn stirrup
#

HI 👋 sincere apologies for the delay. I'm not sure I understand, could you elaborate on your question?

mental tangle
#

What is the difference between these two buttons?

#

which is better and why

autumn stirrup
#

So Payment Links is a link that you generate which leads to a hosted checkout page, this approach is very quick to set up and requires no coding on the Stripe side. Stripe Checkout also leads your customer to a hosted checkout experience, but they have more capabilities than links but they require interacting with the Stripe API to create the checkout sessions.

mental tangle
#

understood thank you very much I have placed an order for trial with link now it does not let me delete it anymore why?

autumn stirrup
#

Once a product has been purchased it can't be deleted.

mental tangle
#

but i did it for myself as a test so i have to archive it ?

#

last question I asked this link as a test but because it does not show me pay with apple pay or google pay I have activated both

#

above email there should be pay with apple pay or google pay instead it does not show anything why?

autumn stirrup
#

Yes, once a product has been used it can only be archived. Do you meet the prerequisites for using either Apple Pay or Google Pay?

#

Google Pay requires using Chrome for desktop or Chrome on Android. For both you need to have a card saved to your Chrome profile, and on mobile you also need to have the Google Pay app installed.

#

Apple Pay also requires you have a card saved against your Apple ID, and that you're using Safari on an iOS or macOS device, and that you have access to a biometric authentication method to confirm you're the one making the purchase.

mental tangle
#

yes I have the mac I use sfari and I have 3 cards connected but it does not show me pay with ap

mental tangle
autumn stirrup
#

Hm, I'm not seeing it either, and as far as I can tell everything seems to be set up correctly.

limber violet
#

It looks like you are using Stripe Tax here, correct? Unfortunately Stripe Tax does not currently support GPay+Apple Pay so that may explain why they are not showing up here