#peter-subscription-payment
1 messages ยท Page 1 of 1 (latest)
Hello ๐
We have a guide here that would walk you through setting up a subscription flow
https://stripe.com/docs/billing/subscriptions/build-subscriptions
I don't want to do that by API. I will do that at the Dashboard.
But when I create a customer via API and create a PaymentIntend for that customer and he has paid successfully, his payment method is not stored for later use.
Is there in Option while creating an PaymentIntend to store the customers Payment Method?
You can use setup_future_usage parameter for that
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-setup_future_usage
Oh, cool, thanks what I'm searching for! Thanks a lot!
NP! ๐ Happy to help
Sorry to bother you again.
In this case, I've seen, the Stripe Cards are used.
The customer is setup up by php and the the checkout.js is user, to create the card.
Do you have an idea, how to pass the needed parameters?
Sorry not sure what you mean by Stripe Cards.
Can you reframe your question?
It is close to this examle: https://stripe.com/docs/payments/quickstart
Oh wait, I think I got it...
Ah glad you figured it out
peter-subscription-payment
Yeah, thanks again.