#nkrtz_api

1 messages ยท Page 1 of 1 (latest)

boreal cipherBOT
#

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

final stag
woven spindle
#

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?

final stag
#

Correct, yes

woven spindle
#

Exist here best practices for refunds?Also for transaction fees stripe issue an invoice for my company?

final stag
#

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

woven spindle
#

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?

final stag
#

You should consult https://stripe.com/pricing or speak to support. We don't help with pricing info here โ€“ only dev/API questions

Find Stripe fees and pricing information. Find our processing fees for credit cards, pricing models and pay-as-you-go fees for businesses.

woven spindle
#

thanks

#

Can i accept only one kind of credit card at checkout?

final stag
#

What do you mean by 'one kind'?

woven spindle
#

At pricing table exists lots od card trypes with different transaction rates each. So can i accept only standard European Economic Area cards?

final stag
woven spindle
#

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

final stag
#

It would depends on what APIs/UIs you're using. You mentioning pricing table?

woven spindle
#

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"

final stag
#

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

woven spindle
#

I will now start the coding. I want your guidance here to start from the right spot

final stag
#

Well, generally people would leverage metadata to attach order references from their systems to payments in Stripe: https://docs.stripe.com/metadata

Learn how to use metadata to save additional information.