#aryan_56612

1 messages · Page 1 of 1 (latest)

noble elkBOT
cedar hound
#

Will stripe be saving payment methods of our users, if yes, how they can change or update them in future
The guides above tackle this. You collect another payment method and attach it to the customer

#

Can we use Stripe API and fetch payment details of our users to show on the frontend
You can't retrieve the card details (raw PAN) but you can display some information using this API:
https://stripe.com/docs/api/payment_methods

#

What communications does stripe sends in case of failure of payment.
You can configure stripe to send emails to customer in order to update their failure payment method