#discodanne_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1240274868973473815
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
what type of connected account are you using? Standard, Express, or Custom?
because there mught be an extra fee when doing the payout: https://stripe.com/connect/pricing
if you have more questions about pricing, you should ask Stripe support directly: https://support.stripe.com/contact
Its mosly of how to get the information from the API.
Any easy way to get information about the application?
get what information exactly?
If the connecte account are Standard, Express, or Custom
I am just a bit confused since the application is not shown on Charges, just transactions
you created the accounts, so you should know their type.
I am just a bit confused since the application is not shown on Charges, just transactions
what do you mean by "application"? the application_fee you set?
"application": null,
"application_fee": null,
"application_fee_amount": null,
When looking at a charge
can you share the Charge ID (ch_xxx)?
thanks! give me a few minutes to look into this.
the application_fee was set to 0 for this payment_intent, so what exactly are you looking for?
the charge is 750, stripe fee 28 and the tranfer is 700
tr_3ObS1lF4WNVM80ZC05KW42Tb
We get leftover money here, that is what I am confused about.
The application_fee on the payment intent pi_3ObS1lF4WNVM80ZC0Boqgs On is null
The application_fee on the payment intent pi_3ObS1lF4WNVM80ZC0Boqgs On is null
that's expected, you didn't setapplication_feewhen creating the PaymentIntent, instead you usedtransfer_data.amount
I have not built the system, I am just helping them to bookkeep it.
So they are setting the charge amount and tranfer amount, which circumvents the application fee part?
if you want the application_fee set, then when creating the PaymentIntent you need to set application_fee.