Category: API

Stripe API Error – invalid_charge_amount

In this post, you’ll learn more about the Error invalid_charge_amount that is returned when working with the Stripe API Stripe API Error invalid_charge_amount Stripe API Error Description The specified amount is invalid. The charge amount must be a positive integer in the smallest currency unit, and not exceed the minimum or maximum amount.

Stripe API Error – instant_payouts_unsupported

In this post, you’ll learn more about the Error instant_payouts_unsupported that is returned when working with the Stripe API Stripe API Error instant_payouts_unsupported Stripe API Error Description This card is not eligible for Instant Payouts. Try a debit card from a supported bank.

Stripe API Error – payment_method_currency_mismatch

In this post, you’ll learn more about the Error payment_method_currency_mismatch that is returned when working with the Stripe API Stripe API Error payment_method_currency_mismatch Stripe API Error Description The currency specified does not match the currency for the attached payment method. A payment can only be created for the same currency as the corresponding payment method.

Stripe API Error – invalid_source_usage

In this post, you’ll learn more about the Error invalid_source_usage that is returned when working with the Stripe API Stripe API Error invalid_source_usage Stripe API Error Description The source cannot be used because it is not in the correct state (e.g., a charge request is trying to use a source with a pending, failed, or consumed source). Check the status of the source you are…