#kenengfou_it-PaymentMethod
1 messages · Page 1 of 1 (latest)
Hi, what currency is that?
the error means you will need to enable a payment method that can be used with that currency
hkd
You would want to review your Dashboard setting as the error suggested
Hmm I believe Card should be able to pay any currency
when you commented this out, do you have error? Can you provide request id from your Stripe Dashboard?
Do you have Chinese API documentation
use commented code ,
request-id: req_EmtzKNzZcLk8im
If you use "card" instead of AutomaticPaymentMethods like the previous screenshot, would it work?
it is work ,bug amount must > 400
bug api response msg is "Amount must be at least $4.00 hkd"
bugt api response msg is "Amount must be at least $4.00 hkd"
but api response msg is "Amount must be at least $4.00 hkd"
api 请求参数‘amount’输入大于400 能访问成功
The API request parameter 'amount' can be accessed successfully if input is greater than 400
Hey there! Taking over from @gray cloud
This is expected for HKD: https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
The API request parameter 'amount' can be accessed successfully if input is greater than 400
why
4$=31.2068 hkd
request-id: req_I8S1iKlFGuWQ81
You're passing currency: 'hkd' which requires a minimum amount of $4.00 HKD (amount: 400)
You mean a minimum purchase of 400 to use Stripe?
Well, it depends on which presentment currency you're using (as detailed on the document)
What currency do you want to create the payment in?
hkd
Then yes, the minimum amount is $4 HKD
sorry , have chinese document?
Don't believe we do. The language switcher is in the bottom left of the page
I don't understand "the minimum amount is $4 HKD" ,why the param 'amount' must greater than number '400' ,
How is it calculated
The amount parameter is in the smallest unit of the currency. In the case for HKD that's cents
thank you very much
Np!