Category: API

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.

Stripe API Error – payment_intent_payment_attempt_failed

In this post, you’ll learn more about the Error payment_intent_payment_attempt_failed that is returned when working with the Stripe API Stripe API Error payment_intent_payment_attempt_failed Stripe API Error Description The latest payment attempt for the PaymentIntent has failed. Check the last_payment_error property on the PaymentIntent for more details, and provide a new payment method to attempt to fulfill this PaymentIntent again.