#masudrhossain
1 messages · Page 1 of 1 (latest)
Hi! that's expected, generally you should not integrate that way. You should use https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements where confirming the PaymentIntent on the client side will attach the card automatically.
So we shouldn't create a customer because the Subscrtipn.create code will automatically do that for us?
What if we also do single charges?
?ui=elements is this suppose to send me to a specific part of the page? Because it's not
it's supposed to send you to the tab that is for 'custom code' as opposed to Checkout
Custom flow? ya
no, you still create and pass a Customer, but you create an "incomplete" subscription that then gets activated on the frontend
and this works with stripe elements? Because all we're doing is taking in the credit card number and passing that to the post request.
yes it works with Elements