#zh0glikk-payment-intent-royalties
1 messages ยท Page 1 of 1 (latest)
yep, one second
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I use this one api endpoint
for purchasing item, inside request I set application fee (for example 20%)
it's working correctly
I want to create payment from platform to any customers, is it really?
It should work something like refund to concrette customer stripe account
may be there are two ways, the customer calls royalties payout - admin accept it, or may be it could be done automatically
Are these customers , connected accounts?
yes
Let me know if I'm misunderstanding your question here ๐ but
- Your platform creates a PaymentIntent and charges an application fee
- You want to transfer the remaining amount to your connected accounts after you take your application_fee, Is that correct?
You should be able to use destination charges yes?
https://stripe.com/docs/connect/destination-charges
https://stripe.com/docs/connect/charges-transfers
I have found that I can set multiple destinations for one paymentIntent
First - for royaltyReceiver
Second - for item seller
(it could be different)
Yup if you have more than 1 connected account involved, yes you can use Separate charges and transfers