#JeffP - application fee
1 messages · Page 1 of 1 (latest)
Hi there. By application fee, are you referring to the Connect application fee? Are you a Connect user?
Yes we are a connect user and currently pass an application fee through stripe checkout v2.0 but i am not sure how to add it in the new version
Are you using Subscriptions or one-time payments?
one time payments
Got it. Here: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-application_fee_amount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok, do I need to pass an additional field to tell stripe who the fee and payment goes to like in the old version?
What else were you passing in the old version?
The old version would only return a token and then you would use that to create the charge, at the time of creating a charge you would pass "stripe_account"
which would be the connect account number
Gotcha. This: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-transfer_data-destination
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok, so would this be like doing a direct charge? https://stripe.com/docs/connect/charges
Just want to make sure that we are not changing how our charges go through