#alok2565-invalid-request
1 messages · Page 1 of 1 (latest)
do you have a request ID I can look into?
it should start with req_.....
following up on the above
You're getting the error because you're probably making a request for an amount that is less than the minimum charge amounts
https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
what's the ID?
By the way what should be the minimum amount to pass for MYR currency ?
I need to print the id from api
i'm doing for malaysia pls help me
For MYR, minimum amount is RM 2
however the amount property takes in the smallest currency unit
hence if you wanted to charge RM 2, you'd have to pass in amount as amount: 200
Amount must convert to at least 200 sen. $0.01 converts to approximately RM0.03. like this i'm getting
You can try passing in a bigger amount in $ value and backtrace it by taking out $1 each time