#Reyansh Sharma
1 messages · Page 1 of 1 (latest)
hi! what is your question?
- Created stripe customer.
- Created Setup Intent for the customer.
- Initiated ProcessSetupIntent (Server side implimentation - So waiting for the customer to tap/swipe the card).
- 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
you'd use a webhook