#Dona
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_F9QaHQGVW80PBT
Thanks. As the API response explained, the max amount for custom_unit_amount.maximum is $10,000.00
What can I do to get rid of restriction?
I'm not aware of way to remove this restriction.
Is it something to do with product definition or is it price limit for any product?
Another way is to set the large amount on the unit_amount (https://stripe.com/docs/api/prices/create#create_price-unit_amount) on the price directly instead of using custom_unit_amount.maximum
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.