#chris21-creditnotes
1 messages ยท Page 1 of 1 (latest)
yep it has nothing to do with the connected account
on_behalf_of is just for changing the internal merchant of record for the purposes of statement descriptors/currency conversion etc, the actual payment objects and funds and refunds and credit notes are all on the platform's side
the refund comes from your platform's balance, not the connected account. You can use https://stripe.com/docs/api/refunds/create#create_refund-reverse_transfer to pull back the transfer to help you get the money for the refund. I haven't looked but I assume there's a way to have Credit notes do that too in their API
ah okay yeah let me take a deeper look into the doc that you sent! Thank you very much!
It seems like there is no way for me to specify refund_reverse_transfer for credit note creation: https://stripe.com/docs/api/credit_notes/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
@fiery falcon am I looking in the wrong place?
that's the right place, I suppose don't let you pass that through
I know very little about that Credit Note API, sorry
No worries! Is there a way to reverse the transfer manually afterwards? After the refund was already created?
Or who could I best reach out to regarding the credit note API?
I see some feature requests internally for that functionality but I don't think it was ever built
Yeah this feature would be very nice actually ๐ in that case I will try to make it work with manually reversing the transfer