#discodanne_api

1 messages ¡ Page 1 of 1 (latest)

molten cloudBOT
#

👋 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.

gloomy kestrel
#

hi there!

#

what type of connected account are you using? Standard, Express, or Custom?

frail otter
#

Its mosly of how to get the information from the API.
Any easy way to get information about the application?

gloomy kestrel
#

get what information exactly?

frail otter
#

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

gloomy kestrel
#

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?

frail otter
#

"application": null,
"application_fee": null,
"application_fee_amount": null,

#

When looking at a charge

gloomy kestrel
#

can you share the Charge ID (ch_xxx)?

frail otter
#

Sure let me find a good one

#

ch_3ObS1lF4WNVM80ZC0Pf342SH

gloomy kestrel
#

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?

frail otter
#

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

gloomy kestrel
#

The application_fee on the payment intent pi_3ObS1lF4WNVM80ZC0Boqgs On is null
that's expected, you didn't set application_fee when creating the PaymentIntent, instead you used transfer_data.amount

frail otter
#

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?

gloomy kestrel
#

if you want the application_fee set, then when creating the PaymentIntent you need to set application_fee.