#mrelliot69 - questions
1 messages · Page 1 of 1 (latest)
So i noticed that on the api version (2018-02-28) that i'm using the dynamic prefix is not pulling the prefix that is set on the connected account when using charges with on behalf of (express)
Can you share the request ID (req_xxx) where you see this? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Thanks! Can you clarify what you mean by "dynamic prefix"? Is it the calculated_statement_descriptor?
what i mean by dynamic preffix is
on the charge i'm using the param : statement_descriptor_suffix with on_behalf_of the preffix should be pulled from the connected account, and that its not happening its pulling from the platform
Currently I see the statement descriptor set as SP* INVOIC #518. What where you expecting to see instead?
Sorry for the delay, Discord is a little busy. Having a look now.
ok np
In this case I'm guessing you were expecting to see "FUL. LLC" in the statement descriptor?
the prefix of the connected acc + dynamic suffix set on the charge
Thanks, having a look.
Oh, that's actually expected with the API version you are using. And this is mentioned in our doc: https://stripe.com/docs/connect/statement-descriptors#set-the-static-component-for-a-connected-account
yap but its not happening the prefix is not being set ( connected account prefix)
any idea why?
Yes, that because with the API version you use (2018-02-28), we use the platform information for the statement descriptor. If you want to change that, they you need to use a more recent API version, at least 2019-02-19.
does stripe provide other way around to set this on my api version
Here's how you can set the API version on a specific request: https://stripe.com/docs/api/versioning
can the method setApiVersion of the sdk be used to set the version, insted of a param
i think i answered my own question ahah, is on the doc that you sent that i can use it
Sure! But but in that case I recommend checking the API change-log to make sure upgrading your API version won't break something: https://stripe.com/docs/upgrades#api-changelog
Hey, can you share the req_xxx for the API call?
its not a api call, that is the error returned on the validation information account by stripe
is returned on the account obj -- on the index errors
i'm just checking to know why is giving invalid address and the address seems correcct
But correcting the address how? Via the API? The Dashboard? Connect onboarding?
express dashboard
I'm not sure I'm afraid. You're better off speaking to support for account queries: https://support.stripe.com/contact
Find help and support for Stripe. Our support center 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.