#Gomu-SCT
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
one second,
im trying to transfer money using the owner platform stripe ID
coudl be that the problem?
Ah I see, you can't use SCT to transfer the fund to platform, the fund can only be transferred from platform to connected accounts.
we are having a payment plaform, so we need to take a fee for our company of every payment
thats why we need to transfer some money to platform account
You should use transfer reversal instead https://stripe.com/docs/api/transfer_reversals/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.
with the reversal, you set the amount, and that money is moving back to platform account??
You can learn more about it here https://stripe.com/docs/connect/charges-transfers#reversing-transfers
with the reversal, you set the amount, and that money is moving back to platform account??
Yes, it can only reverse up to the unreversed amount remaining of the transfer, and if the connected account’s available balance is greater than the reversal amount or has connected reserves enabled.