Category: API

Stripe API Error – charge_already_captured

In this post, you’ll learn more about the Error charge_already_captured that is returned when working with the Stripe API Stripe API Error charge_already_captured Stripe API Error Description The charge you’re attempting to capture has already been captured. Update the request with an uncaptured charge ID.

Stripe API Error – setup_intent_setup_attempt_expired

In this post, you’ll learn more about the Error setup_intent_setup_attempt_expired that is returned when working with the Stripe API Stripe API Error setup_intent_setup_attempt_expired Stripe API Error Description The latest setup attempt for the SetupIntent has expired. Check the last_setup_error property on the SetupIntent for more details, and provide a new payment method to attempt to complete this SetupIntent again.

Stripe API Error – parameter_invalid_string_blank

In this post, you’ll learn more about the Error parameter_invalid_string_blank that is returned when working with the Stripe API Stripe API Error parameter_invalid_string_blank Stripe API Error Description One or more values provided only included whitespace. Check the values in your request and update any that contain only whitespace.

Stripe API Error – insufficient_funds

In this post, you’ll learn more about the Error insufficient_funds that is returned when working with the Stripe API Stripe API Error insufficient_funds Stripe API Error Description The customer’s account has insufficient funds to cover this payment.

Stripe API Error – amount_too_small

In this post, you’ll learn more about the Error amount_too_small that is returned when working with the Stripe API Stripe API Error amount_too_small Stripe API Error Description The specified amount is less than the minimum amount allowed. Use a higher amount and try again.