#blackgriffen237-paymentintent

1 messages · Page 1 of 1 (latest)

cursive junco
#

You should always go with PaymentIntent instead of Charge. Charge is a legacy API

candid dew
#

ok, so i am successfully using the paymentIntent for the initial charge but what do i save off and use for the subsequent paymentintent?

cursive junco
#

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

candid dew
#

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?

cursive junco
#

No, any Customer is specifically belongs to one Stripe account