#brightmorkli_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/1288870042015891524
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Sure, what are your questions? We can try to assist in here if they're developer-centric. Otherwise, you'll need to go to Stripe support
- When a subscription payment is made on our platform, the payment intent splits the subscription payment into two parts and stripe disburse it to two beneficiaries. This is our exisiting logic. Should a refund be initiated on such a subscription payment, how will stripe deal with it?
the payment intent splits the subscription payment into two parts and stripe disburse it to two beneficiaries
How are you doing this specifically?
This has been programmed into the PaymentIntent
Ok so you aren't using Stripe subscriptions then?
You're manually creating payment intents?
That looks like a destination charge
We discuss how to handle refunds for those here: https://docs.stripe.com/connect/destination-charges?platform=web&ui=stripe-hosted#issue-refunds
We are not doing things on the Stripe Dashboard but through the APIs. Based on what we want to achieve, service providers on our platform sets their own subscription package prices. On our application dashboard. You mentioned Stripe subscriptions, can it handle this feature?
I never mentioned the dashboard
You mentioned Stripe subscriptions, can it handle this feature?
Yeah
You can use transfer_data the same way you're using it in the above payment intent creation request
I will get in touch again on Monday. I will try to use the Stripe Subscriptions. Then we will revisit the refund implementation
I hope our chat history is preserved here?