#zombiewa
1 messages · Page 1 of 1 (latest)
I suppose we can use the address element with mode billing.
So the Payment Element presents what is needed to create a payment.
I had a followup though, while confirming the setup how can i skip passing in a return_url?
That happens without using the address element
ok
I had a followup though, while confirming the setup how can i skip passing in a return_url?
You can't, it is a required field
Once the setup intent is confirmed we need to store a success and an identifier to the payment method on our end, which is why we dont want the redirect. Is there a way to prevent the redirect?
I guess i can set redirect to if_required. Is there a list for which payment methods need a redirect vs which ones do not?