#koidestroyer
1 messages · Page 1 of 1 (latest)
It's in the cents range. This is not for real invoicing, It's on integration tests which use somewhat random data so I just want to put a safeguard there so my tests don't fail for this reason
The thing is that the data is transient and the errors don't show the amount, I expected this value to be documented somewhere.
Stripe generally doesn't process payments that are <50 of the smallest amount of currency. E.g. for USD it is 50 cents: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-amount
The strange thing though is that it complained about customer_balance explicitly, and if I use card as method the small amounts are allowed
so it seems like there is an additional restriction on top of the minimum of 50 cents
Could you please share the Request ID with the error, and the successful one req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_6RadlIEEdaZDRK
And the successful one?
This is expected as the amount is <0.50 EUR
Where did you see that? I tried to find the amount and failed on the logs ui
The invoice in_1Mpsh2DoazGNhhkoM1jKXccK amount is EUR 0.24
oh, good idea I didn't think about searching for the invoice
so it seems like it's that number alone, based on the other samples
thanks! I'll just check if it's 50 cents or more
Happy to help. Please, let me know if you have any other questions.