#slowgen - Refund
1 messages ยท Page 1 of 1 (latest)
HI ๐
Setting refund_application_fee to True means that you, the platform, will also refund the amount you collected in the application fee to the end-customer
Otherwise the end customer will not get a full refund for the amount they paid, just the amount that went to the Connect Account
OK cheers
Happy to help ๐
Hey are you sure this is about returning to customers? We've always set this to false but customer has always received the full refund
According to this description: https://stripe.com/docs/api/refunds/create#create_refund-refund_application_fee
Boolean indicating whether the application fee should be refunded when refunding this charge.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Are these destination charges or direct?
destination charges
Okay, thanks. More details here: https://stripe.com/docs/connect/destination-charges#refunding-app-fee
When refunding a charge with an application fee, by default the platform account keeps the funds from the application fee. To push the application fee funds back to the connected account, set the refund_application_fee parameter to true when creating the refund