#Jane_Zhong
1 messages · Page 1 of 1 (latest)
Hi there!
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
@frigid kraken let's what in this thread
reposting your message here:
ok
The error message is pretty clear:
message: "Amount must be no less than $250.00",
Yes . There problem is ,I have already set to 325 dollar ,attachment is my code ,please take a look at it
The request you shared has this: amount: "1100". So it's not $325.
Yes... this also confused me ... I don't know why I get this ?
For a test, can you hardcode the amount to 300000 for example?
Let me try and back to you
Ahh ,one more thing ... After I do the payout ..I always get a 20$ payment.Which I have no idea where dose it come from ....Therefore, I assuming that,maybe there is something wrong in my account .Anyway ,I am going to hardcode my amount to 300000 to see what will happen
.I always get a 20$ payment.Which I have no idea where dose it come from ..
Can you share the payment ID?
Yes :
pm_1MnIZMEm6oZta2poey9yGCAx
Because you are passing 20$ when creating the Payment
Can you share how are you creating the PaymentIntent ?
According to the requestId, you are passing 20$
https://dashboard.stripe.com/test/logs/iar_4ir34G9dX39biH
I don't get it .It means ,I am hardcoding to pay someone 20$ ?
I have hardcode the payout according to the suggesstion of Soma,seted it to 30000;and got the same error 'amount too small'
also this
And this is the payout code I set
I see multiple errors here...
According to the requestId you have in the PDF:
https://dashboard.stripe.com/test/logs/req_xBK9nRRzGzAZTF
You are passing 11$, the min amount should be $250.
Amounts are in cents between
this screenshot is a timeout error...
Yes ... I have multiplied 100 before sending out the request ... And Like I said ,I never set 11 dollar ... I have no idea where dose it come from , I have only set 325 dollar .
which means 32500
It is in testing mode
You need to debug your code... add some logs/breakpoints and see what is the value of readyToPay in your code
and check why it's been sent 1100 and not 32500
Ok,I am on it
I have tried ,and yes ,readyToPay is 300 in log
And I am again been charged 20 dollar ...
Is it possilbe reset my stripe account ?
Maybe ,it was because I have created some other accounts without notice it ..
evt_3MnfJVEm6oZta2po0A87F79X
This is my account Id :acct_1LhszfEm6oZta2po
Can you share the requestId ?
You need to add your logs just after this comment in the code you shared to me:
//ready to move the payment to the user's Express Account
No it has no impact on that... you have something in your integration that is sending wrong values..
My node.js crashed and seems not reach there ,You are see it from the code that it was failded to create payouts .
Howwever ,from my webhook ,I have received two events :
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I'm not sure that the code you are sharing and the event you are pointing to are related. The code you are sharing si for Payout while the events you are sharing are PaymentIntent and Charges...
This is the request of this event:
https://dashboard.stripe.com/test/logs/iar_alGfGQdbN8Uaph
Check the ids..
yes , because I only got these responses
Never mind , I am trying to debug to see if I had set something without notice .Thank you so much for your assistance .Will back to if i know something
The only thins I need to make sure is ,event thought it is in test mode ,I am still able to test the payout function ,right ?
Yes, for example
https://stripe.com/docs/payouts#manual-payouts