#hayazee.
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Between, check that amountis not null
did you tried to debug your api call ?
It shows this as the recent IP but the time is incorrect guess the API wasn't hit. The req id it shows in the terminal of my vs code is: req_tACC4qbWfDbLZW.
According to this requestId, you are not sending any parameter
The API was working fine. Until I tried to transfer my balance to my stripe's dashboard. I tried to create the transfers object but it was telling me of insufficent balance error.
These are two different request issues
the first one is that your API isn't sending request payload/parameters
and the second one is that you have insufficent balance
I just wanna know how can i send/transfer my amount which was passed from my project and will be added into my stripe balance + how can i fetch that balance which was sent into stripe?
Sends data from project > data got saved in stripe's dashboard > get that saved data from stripe's dashboard and display it in my project.
I'm not sure I understand your question here. But you can retreive your available balance using this API:
https://stripe.com/docs/api/balance