#kallola_best-practices
1 messages · Page 1 of 1 (latest)
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.
- kallola_best-practices, 16 hours ago, 18 messages
- kallola_best-practices, 21 hours ago, 17 messages
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1240553712704028732
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
After the sepa is saved with Stripe, you won't be able to retrieve the full account number. Stripe will only return the last 4 digit under sepa_debit.last4 of Payment Method object: https://docs.stripe.com/api/payment_methods/object#payment_method_object-sepa_debit-last4
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
then how can i migrate my existing customers source details to payment method
Let me check how this can be done
Here's the guide on how you can migrate SEPA Source to Payment Method: https://support.stripe.com/questions/37b740f8-59be-41db-80b3-bd4ecd1aa957
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
but this will involve each of my seller to do it manually
Are you using Connect?
no
we have a marketplace and multiple sellers can regsiter and share thier indiviaul api keys which we use for creating sources and transactions
Thanks for sharing! Checking whether this is possible via API
We are only aware of this tool in https://support.stripe.com/questions/reusable-object-migration-from-sources-to-payment-intents to migrate SEPA source to payment method. I'd recommend checking with Support https://support.stripe.com/contact if there is any alternative