#ynspc
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
Do you know what kind of Connect subscriptions you're creating?
Should be fairly straight forward then. Are you building functionality for the acocunt to do this themselves?
Yes if it is possible from using apis
Sure, then you'd just cancel the subscription (https://stripe.com/docs/billing/subscriptions/cancel). That won't automatically trigger a refund for any paid invoices so you'd need to handle that separately depending on your requirements
Yeah so in that case can the connect account admin can handle on their own or platform has to be part for the refund?
In the case of standard/direct subscriptions, the refund would be actioned on the conncted account. You'd just create the Refund via the API as the platform
So this kind of refund needs to be initiated from platform
Well, if you're building a UI in your application to enabled them to cancel and refund you'd make the API request as the platform
Otherwise the conncted account can just process the refund separately themsevles via Dashboard or API
So there won't be any role of platform if dashboard or api
Not unless you specifically create the API request with platform keys no
Thanks, 🙏