#ironbeard-pi-sub-confirm
1 messages · Page 1 of 1 (latest)
Hey! Well, there's no parameter like that no. You'd just wait for confirmCardPayment to resolve and assuming success handle the state locally
Gotcha, so I could have a hidden div with a success message and reveal in then, etc?
Yeah, or route to a different part of the app
👍 awesome, thanks! if i do something like the code at https://stripe.com/docs/billing/subscriptions/build-subscription?ui=elements#complete-payment
will any SCA / extra customer input be handled before the // Successful subscription payment portion of the code? (in the subscribe.js code portion)
Create and manage subscriptions to accept recurring payments.
Yes, the 3DS/auth requirements are handled as part of that confirmCardPayment call