#luskentyre_api

1 messages ยท Page 1 of 1 (latest)

drifting pollenBOT
#

๐Ÿ‘‹ 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/1303368723012259872

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

sweet sparrow
#

Been dealing with this too!! Any help would be super helpful ๐Ÿ™

jovial spire
#

hi! yeah you can't really reliabily detect that. We have a private feature to get the "product code" of a card which can indicate things like if it's business or not, but you need to have access to that on your account(ask Sales/Support) and also you can only get the product code after processing a payment on that card, you can't know it upfront from just the BIN.

lone jasper
#

I see, so there's no way to just say "mark up the fee Stripe charges by 0.2%"?

#

So we need to ask our account manager to get that product code

jovial spire
#

I'm not sure what that would mean to be honest

#

if you're on sticker pricing you're charged the same for all card types. If you're on IC+ then you only know the actual charge a few days later. My team mainly only works with sticker users.

#

but yeah because you can't estimate accurately without knowing the product code you might not take a large enough Application Fee or whatever in your Connect integration

#

product codes might help since you can check the product code after processing a PaymentIntent and before transferring, if you use a Separate Charges and Transfer Connect integration. It will all really depend on the specifics of your setup so something worth asking your account team.

drifting pollenBOT
lone jasper
#

yep so we're on IC+, and because of this we need to be able to idealy charge IC++0.2%, but if we're not able to do that, then we'd need to understand the card which is used and charge accordingly

jovial spire
#

well yeah the only way to understnad it is, as far as I know, check the "product code" after a payment on the card, or have your own way of figuring it out from things like the BIN, but I'm not aware of that a reliable way to do that.