Category: API

Stripe API Error – incorrect_number

In this post, you’ll learn more about the Error incorrect_number that is returned when working with the Stripe API Stripe API Error incorrect_number Stripe API Error Description The card number is incorrect. Check the card’s number or use a different card.

Stripe API Error – setup_attempt_failed

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

Stripe API Error – account_invalid

In this post, you’ll learn more about the Error account_invalid that is returned when working with the Stripe API Stripe API Error account_invalid Stripe API Error Description The account ID provided as a value for the Stripe-Account header is invalid. Check that your requests are specifying a valid account ID.

Stripe API Error – invalid_number

In this post, you’ll learn more about the Error invalid_number that is returned when working with the Stripe API Stripe API Error invalid_number Stripe API Error Description The card number is invalid. Check the card details or use a different card.

Stripe API Error – tax_id_invalid

In this post, you’ll learn more about the Error tax_id_invalid that is returned when working with the Stripe API Stripe API Error tax_id_invalid Stripe API Error Description The tax ID number provided is invalid (e.g., missing digits). Tax ID information varies from country to country, but must be at least nine digits.

Stripe API Error – payment_method_provider_decline

In this post, you’ll learn more about the Error payment_method_provider_decline that is returned when working with the Stripe API Stripe API Error payment_method_provider_decline Stripe API Error Description The payment or setup attempt was declined by the issuer or customer. Check the last_payment_error or last_setup_error property on the PaymentIntent or SetupIntent respectively for more details, and provide a new payment method to attempt to fulfill this…

Stripe API Error – missing

In this post, you’ll learn more about the Error missing that is returned when working with the Stripe API Stripe API Error missing Stripe API Error Description Both a customer and source ID have been provided, but the source has not been saved to the customer. To create a charge for a customer with a specified source, you must first save the card details.

Stripe API Error – billing_invalid_mandate

In this post, you’ll learn more about the Error billing_invalid_mandate that is returned when working with the Stripe API Stripe API Error billing_invalid_mandate Stripe API Error Description The Subscription or Invoice attempted payment on a PaymentMethod without an active mandate. In order to create Subscription or Invoice payments with this PaymentMethod, it must be confirmed on-session with a PaymentIntent or SetupIntent first.

Stripe API Error – intent_verification_method_missing

In this post, you’ll learn more about the Error intent_verification_method_missing that is returned when working with the Stripe API Stripe API Error intent_verification_method_missing Stripe API Error Description Intent does not have verification method specified in its PaymentMethodOptions object.