#nauman
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
I have implement the stripe check out page when I check out I want to save the card details for the future payments, Customer already created but card details are not attached with customer
you need to use this field https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-setup_future_usage
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks let me try that