#vishnu_12597
1 messages · Page 1 of 1 (latest)
Do you use Payment Link (re-usable) or Checkout Session (one-time)?
Both UI look the same, so wanna confirm which one do you use exactly
i want to use checkout session (one time) for subscription, but the customer can purchase other products for us with the same payment method(card)
I see! You'd need to ensure that customer is set and billing details are collected in order to have the payment method from last payment pre-filled: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer
A valid billing address, billing name and billing email are required on the payment method for Checkout to prefill the customer’s card details.
is their any option to set customer id to create payment link api request body?
Payment Link API doesn't support setting customer. customer field is only supported in Checkout Session API