#blackgriffen237-paymentintent
1 messages · Page 1 of 1 (latest)
You should always go with PaymentIntent instead of Charge. Charge is a legacy API
This is the guide to how to charge off session: https://stripe.com/docs/payments/save-during-payment#charge-saved-payment-method
ok, so i am successfully using the paymentIntent for the initial charge but what do i save off and use for the subsequent paymentintent?
The Doc above should outline the whole process 🙂
Basically in your first Payment, you would need to specify setup_future_usage to off_session, and provide a Customer
yeah im doing that
ok i see
thereis nothing i can save i have to list the PaymentMethodListParams.Type.CARD and pick one?
im not sure i get that if the customer exists only against my account?
do users create customer accounts on Stripe that our outside my account?
No, any Customer is specifically belongs to one Stripe account