#nkrtz_api
1 messages ยท Page 1 of 1 (latest)
๐ 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/1342465806394458213
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
is there a way to dynamically calculate the exact fee at the moment of payment and pass this cost to the customer?
There is not
Does Stripe provide an API or mechanism to retrieve the precise fee amount before the charge is finalized?
No, but you can find the fee(s) once payment is made: https://docs.stripe.com/expand/use-cases#stripe-fee-for-payment
These question was to solve a bigger issue. When a client make his payment there a case that client will be refunded. in this case the money which i will give back will be minus transaction fees so i must pay from my balance to equal the net price. I have understand this right?
Correct, yes
Exist here best practices for refunds?Also for transaction fees stripe issue an invoice for my company?
What kind of best practices?
Also for transaction fees stripe issue an invoice for my company?
Yes they're downloadable in your Dashboard: https://support.stripe.com/questions/download-tax-invoices-for-stripe-fees
Find help and support for Stripe. Our support site 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.
Thanks. For have lower fees so i will less in cases of refunds. Can accept only europe cards visa/mastercard so my fee will 1,5% + 0.35?
You should consult https://stripe.com/pricing or speak to support. We don't help with pricing info here โ only dev/API questions
What do you mean by 'one kind'?
At pricing table exists lots od card trypes with different transaction rates each. So can i accept only standard European Economic Area cards?
You'd need to configure a Radar rule to block payments from cards from certain countries: https://docs.stripe.com/radar/rules/supported-attributes
Perfect. And one last question. When client makes a payement can i add from api some tag to this payement from my app so to know for which booking request rfelcts to my app?
and some static text at each transaction when happens? I mean automatically
It would depends on what APIs/UIs you're using. You mentioning pricing table?
Yes or in other table. From record at Stripe which can see the transaction i want to add the booking id and a static text which will says that "unds held on behalf of third parties"
As I said, you need to tell me what APIs/UIs you're using to integrate Stripe. How you can do this will depend on that. Share some code or something you're using
I will now start the coding. I want your guidance here to start from the right spot
Well, generally people would leverage metadata to attach order references from their systems to payments in Stripe: https://docs.stripe.com/metadata