#Reyansh Sharma

1 messages · Page 1 of 1 (latest)

wispy heathBOT
astral ridge
#

hi! what is your question?

red kindle
#
  1. Created stripe customer.
  2. Created Setup Intent for the customer.
  3. Initiated ProcessSetupIntent (Server side implimentation - So waiting for the customer to tap/swipe the card).
  4. Next want to create a stripe subscription and attach the PM from setup intent to Subscription.

Question: Only way to get the setupintent confirmation response is either looping through Setup intent or through webhook?

#

Or is it possible to get the response in ProcessSetupIntent (Almost sure its not posssible 🙂 ).
Don't want to rely on poolling so only way could be through webhook though a lot of work so checking.

#

In TerminalJs implimentation we were ablw to wait for the reponse in client side and can initate a call to diffrent method after response

#

but seems not possible in server driven approach except with webhook

astral ridge
#

you'd use a webhook