Docs

Payments Articles & FAQ

18911195

2017-07-27T14:54:42Z

2019-01-17T09:43:43Z

31972

2

4

228511

Transaction amount limit in Stripe

Transaction amount limit in Stripe

Topics Covered.

Minimum Transaction values

Error - Amount must convert to at least 50 cents

When a charge/invoice less than 0.50 USD is generated for a subscription, the invoice will be created and the payment attempt will be made. However due a restriction on the gateways end the transaction will fail with the error " Amount must convert to at least 50 cents.” and the invoice will be unpaid (enter dunning),

The minimum amount for processing a transaction through Stripe in USD is $0.50 and the maximum amount for a single charge is $999,999.99. Click Here for other currencies.

Note: please check with your respective gateway for their minimum & maximum transactions limits

Invoices are usually generated for such charges when there is a change in the subscription and a proration is calculated.

As per Chargebee's behaviour invoices will be generated. But due to the restriction on the gateway's end, Chargebee cannot control these failures.

A suggestion would be to add these charges to the next invoice for the customer.

  • If you are doing it via UI, you can preview your invoice when you make changes. If it has a charge lesser than the threshold supported by Stripe, add it to unbilled charges instead of invoicing. Please check this video on how it works.

  • If you are doing it via API, you can pass the parameter " Invoice Immediately” as false when you call the Update a Subscription API, so that any amount charged by making changes to the existing subscription, will be added to the next invoice.

  • You can enable the option to round off invoice that will generate an invoice to the closest whole number.

The transaction amount may vary based on the currency in which you are processing the transactions. For more information on the allowed minimum and maximum transaction amount, kindly refer to this link.

Feel Free to contact Chargebee support for more information.

Related Articles 

Testing with Stripe sandbox
I'm getting card declined or processor declined error. What's going on?
What does Chargebee offer that Stripe doesn't?
Stripe Error: “This Connect account cannot currently make live charges”.
Error: "Payment collection failed. Customer does not have a linked card with ID card". What’s going on?
How do I configure Chargebee’s webhook in Stripe?
Which API keys do I need to set up stripe.js? Where can I find them?
How to retrieve the Stripe payment method id for stripe payment intent API?
For ACH payments, how do I pass a bank account to Chargebee using the API?
I'm moving to a new Stripe account in Chargebee. What are the steps to be followed?
Stripe India for INR and non-INR transactions
How to move to a new Stripe account?
Configuring Payments via Stripe
What is stripe.js? What are my implementation options with stripe.js?
How to setup Stripe-Plaid authentication?
Error “As per Indian Regulations, goods export transactions require a billing and shipping address.
What is the Chargebee + stripe.js flow of information?
How to disable all payment methods and allow only ACH?
How to configure Gpay Via Stripe?
My customer “created” date is different in Stripe and doesn’t match with Chargebee records. Why?
Why are we receiving “[EXTERNAL] Stripe webhook delivery issues emails” from Stripe?
Is it mandatory to configure Chargebee webhook in Stripe?
What are the new Stripe India RBI e-mandate changes?
How to configure SEPA Payments via Stripe?
Stripe SEPA via API
How to enable Stripe Level 2 Data in Chargebee?
Error: The payment is blocked due to a high likelihood of chargeback
Unable to find the customer details in Gateway - Stripe
How to use Financial Connections- ACH via Stripe?
Stripe capture_method
How can I disallow payments using PrePaid Cards via Stripe?
What is the general 3DS checkout flow with Stripe and Chargebee?
If a payment method is deleted in Chargebee, will it be deleted in Stripe?
How will the RBI e-mandate regulations impact my Stripe Integration with Chargebee?
How to enable BACS payment method via Stripe?
How to enable BECS payment method via Stripe?
How to enable Boleto payment method via Stripe?
How to confirm Stripe is receiving level 2 data from Chargebee?
How to resolve Bank account verification error "Gateway Err: The micro deposit has a type of descriptor_code"
Why Unattempted payment attempts in Stripe being refunded ?
Why payments made through the Chargebee sandbox are not reflected in the Stripe dashboard ?
Was this article helpful?
Loading…