#sarita_21302

1 messages · Page 1 of 1 (latest)

agile basinBOT
foggy briar
bitter acorn
#

Thanks. What I want to achieve is have 3 set amounts and one custom amount field to accept donations. What will be the best way to achieve this? with custom style/branding. -so If I can send an amount value to stripe checkout to accept payment. Thanks in advance for your help.

agile basinBOT
zenith vector
#

Hi @bitter acorn I'm taking over this thread

bitter acorn
#

Thanks

zenith vector
#

This is how you create a payment link with a custom amount

bitter acorn
#

Thanks. What I want to achieve is have 3 set amounts and one custom amount field to accept donations. What will be the best way to achieve this? with custom style/branding. -so If I can send an amount value to stripe checkout to accept payment. Thanks in advance for your help.

#

And use stripe to accept payment

#

On click of 'Next Step', can I set an amount field and redirect to stripe checkout/payment link to complete payment process?

zenith vector
#

OK, I'd suggest you to create four payment links that corresponds to $2, $5, $10 and custom amount

bitter acorn
#

Yes, I have them all setup

#

I can link the fixed amount links to 3 buttons on the top and on 'Next step' click can redirect to the corresponding links

#

but not sure how to custom amount can be set

zenith vector
#

No you can't set the custom amount I'm afraid

bitter acorn
#

so what is the alternate?

zenith vector
#

One way is to remove the other amount field and let your customer specify the amount in Stripe checkout page. But you should discuss it with your desinger and engineer

bitter acorn
#

What is payment intend?

zenith vector
bitter acorn
#

If we custom-build the above layout and want to show stripe payment/checkout page for selected amount to collect payment - Is there a way to achieve it using stripe api? Does paymentIntent or any thing else provide this feature? Sorry for asking too many questions

zenith vector