#dineshkumar6419
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dineshkumar6419-account-support, 6 days ago, 8 messages
Are you asking about how to save a payment method through stripe elements? https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements
No, we need to know what are the details stipe save from customer.
example : card number , email, expiry date and cvv, etc,.
we should add terms and condition in my website regard payment, for payment what are the deatils stripe saved from cudtmer...
No, for PCI compliance reason, Stripe won't surface the card details to users.
may i know what are the details stripe save from customers?
What do you want to achieve with Stripe APIs?
create customer and create subscriptions.
https://stripe.com/docs/billing/subscriptions/build-subscriptions you can get started from here
please provide this stripe link.
stripe, what are details saved?
is the stripe saved user entered card details?
Yes Stripe has to save the card details so that it can forward it to card network for processing. But Stripe won't expose sensitive card details to users.
And your integration does not need to access the card details at all.
so stripe save the user's card details, correct?
Looks like you are interested in knowing How stripe handle security. You can find out more here https://stripe.com/docs/security
i will check this doc.