#Adityaph-app-fee
1 messages · Page 1 of 1 (latest)
Yes that is correct
I see, you can use SetupIntent to collect the customer's payment details, and calculate the application fee based on card type. Then use the SetupIntent's payment_method and calculated app fee to create a payment intent
Can i add a colleague to this thread
Sure, what's his/her Discord username?
spacemonkey17
I couldn't find this user, has he/she joined this Discord server?
we can discuss in this thread
Alternatively you can also reach out to us via Stripe Support if the information is sensitive.
This is our current flow we are using
https://stripe.com/docs/connect/destination-charges
Step 1 is we create a payment intent (using the application fees)
But at this point we dont know which card the user would be paying with
We are using destination charges with custom connect
Maybe you want to explore the SetupIntent? https://stripe.com/docs/payments/setup-intents It allows you to save the payment method without charging the customer
Ok understood. Let us explore this. If we have any follow up questions, should we use this same thread?
Thanks for the response @subtle tendon
let me check the docs
But does setup payment intents also work with destination charges (Custom connect)?
CC: @silent oxide
This thread is open for 24 hours. If it's closed when you come back, feel free to ask in the dev-help channel and we can unarchive it or create a new one
Yes, you can use SetupIntent with Stripe Connect
Noted. Thanks Jack