#ebellotpu6_code
1 messages · Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ebellotpu6_code, 21 hours ago, 8 messages
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1240986629758521454
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hi!
How can I specify the pament methods allowed for the customer
looks like you already do that , by passing paymentMethodTypes. Is there an issue you're running into?
crashes with what error message?
{
"code": "amount_too_small",
"doc_url": "https://stripe.com/docs/error-codes/amount-too-small",
"message": "Amount must be at least €0.50 eur",
"param": "deferred_intent.payment_method_types",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_EEtrryDhWm6xdf?t=1715945129",
"type": "invalid_request_error"
}
seems self explanatory, how can I help clarify it more?
but I debbug my code and the amount is set to 48
48 is less than 50
so I have to put 4800?
if you want $48 and not 48c, yes