#imin
1 messages · Page 1 of 1 (latest)
it's because 200 myr is below the minimum charge amount of 50 US cents converted
e.g.
StripeInvalidRequestError: Amount must convert to at least 50 cents. RM2.00 converts to approximately €0.40.
I understand. But myr is not a zero-decimal currency right? Or am I understanding this wrongly? to create payment Intent, amount needed to be an integer is it? So if I want to charge RM2.50 for example, instead of setting amount to 2.50, I need to set it to 250?