#dabears-avs-paymentelement
1 messages · Page 1 of 1 (latest)
you have to collect this yourself. We only collect the full billing address where required for a given payment method, which isn't the case for card details
do you think it would help with card verification? less declines possibly?
unlikely no
collecting postal code helps, but we already do that
collecting the full address rarely helps, most banks never do anything with it anyways
were you the person asking about this this morning already?
i didnt ask about billing addresses, but i mentioned lots of declines. im just kind of powerless to do anything until my stripe partner moves me to a domestic stripe platforrm
so i am looking for any solution that i can do in the meantime, im getting kind of desperate, thank you for your help
yeah I don't really know what you mean by "my stripe partner" and such
but really collecting more details won't help
My company is partnered with a verified Stripe partner which is based in another country. We get lots of payment declines and I think it is because the payment is technically international. So I don't have my own Stripe account. We just use their Stripe platform on our website. All we do is retrieve the client secret from the partner and feed it into the payment element.
a real one that was declined?
any, I just want to look at what you're talking about. I work for Stripe so I can check an id and see your integration
our partner does not share those with us. i only have my publishable key
that works too, just DM me
i dm'd you
you can look this up I think which proves I work for Stripe
overall all I need is a PI id (pi_123) and you said you got a client_secret
or your pub key would be fine too, not really sensitive, just better in DM
i dm'd you
I know but you didn't give me any of what I need (and I try to never talk in private beyond getting the info I need)
i sent it in the dm
ah that's the partner, not your real Stripe account? The API key you shared is theirs, not yours
right, the api key is the one they supplied me
i dont have anything else, i can send you their api docs. All I have is a pk and i can get client secret's for the payment element. But I do not use my own Stripe account for my website
yeah okay, I think they are not using the on_behalf_of feature https://stripe.com/docs/connect/destination-charges#settlement-merchant
so all charges seem to come from their country
So you really do need to work with them to improve their integration and meet your needs, or change partners
okay they said they are going to try to move us to an american stripe account, but they said that could take a couple of weeks, but i am not sure why it would take that long. how hard would it be for them to implement the on_behalf_of
quite hard based on their entire flow of funds. But still you should share that doc with them. If they used this, they would never even need a US-based account and it would "just work"
okay, to make sure i fully understand the situation...so basically they have a single stripe account and all of my users have registered as connected accounts on their platform. and they are creating the charges themselves and not on behalf of the connected accounts? so the charges are coming from Ireland and not the US so my users' banks think their card is being used in Ireland versus being used in the US?
so to change this they would essentially need to update each and every step of the process to use this feature?
and you are 100% sure they are not using this feature? or is it a hypothesis
we have a meeting with them tomorrow so i will definitely bring this up
that is my understanding. I am not 100% sure as I only looked at a few transactions and you're not the owner of that account so I don't want to get too much into it
right
I am ~95% sure they don't use it though
And they should read https://stripe.com/docs/connect/charges-transfers#on-behalf-of specifically which would solve a lot of your woes (but be complex for them because of currency conversions and such)
really switching to Destination charges would be a lot cleaner/work but I don't know their business
okay. thank you so much it clears a lot of stuff up.
i know thats not a dev question so if you have no info i totally understand
I'm a developer, I don't know much about that. But we do supper escrow businesses as far as I know. The easiest is mostly to ask our support team and discuss your business model: https://support.stripe.com/contact
ok thank you! that is all i needed, you have been extremely helpful