#wchiquito_api
1 messages ยท Page 1 of 1 (latest)
๐ 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/1492236511393878180
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello ๐ I don't believe we expose the creditor ID via the Mandate object - what is your use case for needing this?
I do see the creditor ID available via the Account object which might help: https://docs.stripe.com/api/accounts/object#account_object-settings-sepa_debit_payments-creditor_id
Hi ๐ ! Thank you so much for your reply.
Our use case is as follows: we're going to switch from the current Stripe Creditor ID for SEPA mandates to our own Creditor ID, but we've already processed many payments with the Stripe Creditor ID. We want to detect, for new payments, whether the Creditor ID of the mandate we're going to use is the old Stripe Creditor ID, so we can generate a new mandate with our own Creditor ID.
Thanks for explaining your use case, does fetching the creditor ID from ther account solve your issue then?
We will change the Creditor ID on our own account, therefore, we will have many SEPA mandates with the old Creditor ID.
hi there, I'm taking over for jazz as they had to step away. thanks for explaining your use case. I believe you'll need to reach out to our main support channel for this, as migrating to a new Creditor ID has implications that our team isn't familiar with, based on this documentation
to do so you can go to https://support.stripe.com/?contact=trueย . there will be an AI Assistant, you can tell it you want to speak with a human and that will open an email support case which will be routed to a team that specializes in SEPA
We are already in communication because we cannot currently make the change ourselves since we already have SEPA payments processed. However, we need help because currently the API does not appear to expose the Creditor ID of SEPA mandates associated with payments already processed.
that is correct as far as I can tell, this is not currently exposed on the API. if you're already in touch with Stripe Support about this, I would recommend asking them about the best way to go about migrating existing mandates, as this is a topic our team is not familiar with
Thank you so much for your help.