#JacquesVivi
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_ehg3QesRsLPhGU
But you can't pass settings.sepa_debit_payments while creating the account creation, check the API doc:
https://stripe.com/docs/api/accounts/create
Ok. I have to create the account. Then update it with the creditor_id
But do it before ethe KYC
Otherwise I won't be able to update it.
Exact ?
You can't update that field throw API too:
https://stripe.com/docs/api/accounts/update#update_account-settings
You can't set or update settings.sepa_debit_payments using API it's not supported in the public API.
I try since one month ://. But how do I set it for my connect express accounts? With or without API?
That's not supported by the public API, so I would say it's not possible to set it by your end.
So we have to ask the support@stripe.com to register it for each one of our express customer ?
possibly! sorry, I don't have a lot of context on this concept of setting a custom creditor ID . I don't know if you are following some docs/information you were given that said it was possible to supply your own SEPA creditor ID, programmatically that's not something I've heard about being possible.
I would say when using Express usually you do Destination charges, meaning it's your platform that does all the payment processing, so the Express accounts are not involved in taking SEPA payments at all beyond just receiving the funds from a Transfer.
It was a Stripe solution architect who advised me to do this to lower the customer rejection rate. So that the bank accounts can have the name of the express account more than the name of my software. If it is not possible to put the ICS of my express account, I have to use my ICS? Or that of Stripe?
is it really possible? Because I'm not going to ask my clients to generate their ICS from their banks if in the end I can't integrate it into Stripe
I'd suggest asking the Solutions Architect for help directly
maybe there's some beta or setting needed on your account to be able to do this.
Ok I will ask