#marcotrilo_39845
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- marcotrilo_39845, 40 minutes ago, 6 messages
Thanks for your help in advance 🙂
Hi, let me help you with this.
You can use Separate Charges and Transfers, where you can create a Transfer after you have checked the card brand, with the correct application_fee_amount: https://stripe.com/docs/connect/separate-charges-and-transfers
Thanks Vanya!
That's very helpful
Do you have any pointers on how that would work when using the Terminal SDK?
Currently I'm doing the following:
- Create Payment Intent
collectPaymentMethodprocessPayment
Should I create a server-side Transfer between step 2 and 3?
You complete a normal Terminal charge, and only after you can create a Transfer, and reference the charge/PaymentIntent to be used as a source.
The only change to your normal Terminal transaction is to add transfer_group
Correct
That's amazing, thank you so much for your help again
Happy to help.