#nerdslice_api

1 messages ¡ Page 1 of 1 (latest)

quartz voidBOT
dapper islandBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

quartz voidBOT
#

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

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

steady halo
#

When you say "cash" do you mean "debit"? Or do you mean actual physical cash?

proven forum
#

Physcial cash. So we are going to be offering a surcharge for using credit card

steady halo
#

You would have to account for that in the overall amount of the Payment Intent. There isn't a way to separate out additional fees unfortunately.

proven forum
#

Can I show cash price as a line item?

#

If not its all good.

#

Also can I ask about something else? How can I do a passthrough charge and deposit in their account a particular amount? E.g. If we want them to have a rate of 2.8% but we get 2.5 or 2.6% .

steady halo
# proven forum Can I show cash price as a line item?

You can show them whatever you want by setting the reader display: https://docs.stripe.com/api/terminal/readers/set_reader_display#set_reader_display-cart-line_items

That being said, this has no effect on any underlying payments, so you would need to have a way to handle cash payments outside of Terminal

proven forum
#

Oh we already do that, its all good on our end.

steady halo
#

Okay, right on.

steady halo
proven forum
#

Yes, we are connect and right now we are doing integration direct, and switching to "on behalf of" so that we can control the rate the store gets. e.g. they get 2.8% with a $.10 per transaction in person fee. So what we want is to determine how much is transferred from that transaction from our account to their connect account.

steady halo
#

You probably want to use either Application Fees with Destination charges: https://docs.stripe.com/connect/destination-charges

Or Separate Charges and Transfers, where you accept the funds from the charge and then subsequently make a Transfer (minus whatever amount you want): https://docs.stripe.com/connect/separate-charges-and-transfers

Create charges on your platform account, collect fees, and immediately transfer the remaining funds to your connected accounts.

Create charges on your platform account and transfer funds to multiple connected accounts.

proven forum
#

That is exact Thank you so much!

steady halo
#

Sure thing!

quartz voidBOT