We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using this package and I want to know how to handle the following.
How would you let the user delete their credit card info?
How can you tell if the user already has credit card info saved? And show the card type and last four digits?
The text was updated successfully, but these errors were encountered:
this looks possible - it's in the Customer object from Stripe: https://stripe.com/docs/api/node#retrieve_customer
Sorry, something went wrong.
https://stripe.com/docs/api/node#delete_customer, I suppose, unless you mean changing card, which looks like it would come under the update function
No branches or pull requests
Using this package and I want to know how to handle the following.
How would you let the user delete their credit card info?
How can you tell if the user already has credit card info saved? And show the card type and last four digits?
The text was updated successfully, but these errors were encountered: