#mtoledo2
1 messages · Page 1 of 1 (latest)
You can use the API to update the transfer_data.amount_percent on the Subscription (https://stripe.com/docs/api/subscriptions/update#update_subscription-transfer_data-amount_percent) and set that 95 to change the percent that is transferred for the next invoice
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and you should be able to create transfers from the dashboard here (https://dashboard.stripe.com/test/connect/transfers) -> click the "New" button
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ok, awesome thanks!