#dabears-avs-paymentelement

1 messages · Page 1 of 1 (latest)

hard slate
#

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

cunning crater
#

do you think it would help with card verification? less declines possibly?

hard slate
#

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?

cunning crater
#

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

hard slate
#

yeah I don't really know what you mean by "my stripe partner" and such

#

but really collecting more details won't help

cunning crater
#

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.

hard slate
#

Do you have an example PaymentIntent id I can look at?

#

pi_12345

cunning crater
#

a real one that was declined?

hard slate
#

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

cunning crater
#

our partner does not share those with us. i only have my publishable key

hard slate
#

that works too, just DM me

cunning crater
#

i dm'd you

hard slate
#

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

cunning crater
#

i dm'd you

hard slate
#

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)

cunning crater
#

i sent it in the dm

hard slate
#

thanks

#

so what's the name of your "partner"?

cunning crater
#

trustap

hard slate
#

ah that's the partner, not your real Stripe account? The API key you shared is theirs, not yours

cunning crater
#

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

hard slate
#

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

cunning crater
#

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

hard slate
#

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"

cunning crater
#

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

hard slate
#

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

cunning crater
#

right

hard slate
#

I am ~95% sure they don't use it though

#

really switching to Destination charges would be a lot cleaner/work but I don't know their business

cunning crater
#

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

hard slate
#

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

cunning crater
#

ok thank you! that is all i needed, you have been extremely helpful