#AlAlva
1 messages · Page 1 of 1 (latest)
Hi 👋
Can you share a request ID for a request that is triggering this error?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
sure, req_wpJK3aY5STso2J
Okay, you've got too many transfers in process. What's your question? The error message seems clear to me.
Is there a limit on the number of transfers i can have?
In this case the amount you are transfering (related to a charge) is greater than the charge it's related to. That does not make sense
Whats weird is i've been sending penny amounts to a unrelated amount of the noted $63.93..
I'm testing Transfering $ amounts to sellers, i have a process that allows me to see when a rental returns back from an order, then i can pay a percentage to the seller but this is where the error is happening. i create a transfer amount manually (in this case a penny or so) and then i get the error message)
Well since this is testing then you can see that this approach isn't one that will be successful if/when you go live. What is the overall outcome you are trying to achieve?
My overall outcome is, I just want to be to create a transfer to a seller. I'm using Stripe API Create a transfer, is there another way to achieve this?