#parkdev
1 messages · Page 1 of 1 (latest)
You mean you want to detach duplicate payment methods from the same customer?
Additional context: We've been running for two years and haven't manually handled payment methods duplicates. Now I'd like to go back and keep a single copy of payment methods for all my customers (Some have 15+ payment methods that are all the same card). I want to do that for all my customers.
Here's an example customer; https://dashboard.stripe.com/customers/cus_JqinLxeZtbLH6t
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So 1 card 1 payment method for everyone.
detach all duplicates.
OK. There's no function to remove duplciates through Dashboard but you can do it through API
Also, I are there any downsides to removing all the duplicates? Only difference I see from the different pms are their setup for future usage field. Would it be a problem to lose these?
Please delete your API key from your message, this server is public so everyone can see it
You need to specify the customer ID in your API call see https://stripe.com/docs/api/payment_methods/customer_list#list_customer_payment_methods
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So I can't get all payment methods regardless of customer?
No
I see, any downsides to detaching duplicates?
Will the data/payments that were made by detached duplicates still be available
The payment data will still be there