Igor Shmukler
unread,May 23, 2021, 1:48:10 PM5/23/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Stripe API Discussion
Hello,
I am integrating stripe payments into a new React.JS SPA.
I see that the client/browser could submit to the server payment
method and also submit a card token. Tokens can be used to execute
charge, while payment methods could be used to create a payment intent
to confirm and capture [or cancel if something goes wrong].
Is there a recommended method of integration? Say, I want to create
customer objects on the Stripe side to use either the charge API or
the payment intent API. I don't need subscriptions or any kind of
recurring billing.
Thank you,
Igor Shmukler