#kob_api

1 messages ¡ Page 1 of 1 (latest)

hybrid plinthBOT
#

👋 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/1328728282668990496

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

cunning hemlock
#

hi! do you understand the distinction between Direct and Destination Charges? Do you know which one(or both) you're using, for the card-not-present(not Terminal) and the card-present(Terminal) integration?
https://docs.stripe.com/connect/charges#types

Express accounts should always be used with Destination Charges.

visual lark
# cunning hemlock hi! do you understand the distinction between Direct and Destination Charges? Do...

Hello! Thanks for the quick reply and the reference material. Provided what we saw in the request bodies and how it is functioning from a user perspective, I think you've put words to the exact issue - we are using Direct Charges when users take a card-not-present payment , and Destination Charges for card-present payments.

Direct Charges seem more like what we are aiming for - the users need visibility into the full charge amount and the fee that is being transferred to us. They get this with card-not-present transactions, but do not have the same visibility for card-present transactions. In addition, they lack this visibility for refunds. Can you help me understand why Destination charges are preferred for Express Accounts?

cunning hemlock
#

Can you help me understand why Destination charges are preferred for Express Accounts?
because the liability for refunds and disputes is with the platform and you can manage/control the flow of funds. If you use Direct Charges, the liability is with the Connected account, and Express accounts do not have a full Dashboard experience and can not issue refunds or respond to disputes or see full customer/payment details.