#Sarvesh

1 messages · Page 1 of 1 (latest)

snow vesselBOT
lethal narwhal
#

Hello

brittle gorge
#

Hi
We want to charge project flat price to user. So for each project he needs pay through Stripe. What will be the suitable APIs for it. We do not want to redirect user to Stripe for payment. We want to show Stripe payment details form on out website and internally post it to Stripe

#

we created Stripe account and set Test mode on

lethal narwhal
#

Are these just one-time payments?

brittle gorge
#

yes for now 1 time payment but may be in future if client ask then we need to do recurring subscriptions.

lethal narwhal
brittle gorge
#

ok so we need to create paymentIntent object right and include <script src="https://js.stripe.com/v3/"></script> to show a form to accept the card details

#

?

#

which webhook to subscribe to get events for payment sucess / fail ?

lethal narwhal
brittle gorge
#

ok got it, thank you

#

also share the flat price with recurring subscriptions API

lethal narwhal