#indeshprinja
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
No, the minimum amount depends on the currency: https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
I think there's some mismatch between the above list and the actual checkout-able min amount
I'm able to checkout with MXN 8 whereas the list says min has to be 8
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Both of these failed, as expected.
I see that the second request is made on UK account.
I believe it works in strict numbers for your local currency, as per docs - 10 MX for Mexican accounts, but for foreign currencies it converts it to your local one, where 1 MX - 0.04 GBP, and sets the limit in GBP, as per docs - £0.30.
Actually docs mention this:
The minimum amount you can charge depends on which bank account settlement currency the payment would be paid out to.
Happy to help!