Category: API

Stripe API Error – debit_not_authorized

In this post, you’ll learn more about the Error debit_not_authorized that is returned when working with the Stripe API Stripe API Error debit_not_authorized Stripe API Error Description The customer has notified their bank that this payment was unauthorized.

Helix Bank Core Error Code 50429 – Class1

In this blog post, let’s learn about the error message “50429- Class1” in Helix Bank Core, the reason why it appears and the solution to fix it. Error Message 50429- Class1 Error Details Too many requests within a certain timeslice for your API Key. Wait a small amount of time and retry the request. If this happens regularly, contact Helix support to increase your rate…

Stripe API Error – email_invalid

In this post, you’ll learn more about the Error email_invalid that is returned when working with the Stripe API Stripe API Error email_invalid Stripe API Error Description The email address is invalid (e.g., not properly formatted). Check that the email address is properly formatted and only includes allowed characters.

Stripe API Error – setup_intent_authentication_failure

In this post, you’ll learn more about the Error setup_intent_authentication_failure that is returned when working with the Stripe API Stripe API Error setup_intent_authentication_failure Stripe API Error Description The provided payment method has failed authentication. Provide a new payment method to attempt to fulfill this SetupIntent again.

Stripe API Error – card_decline_rate_limit_exceeded

In this post, you’ll learn more about the Error card_decline_rate_limit_exceeded that is returned when working with the Stripe API Stripe API Error card_decline_rate_limit_exceeded Stripe API Error Description This card has been declined too many times. You can try to charge this card again after 24 hours. We suggest reaching out to your customer to make sure they have entered all of their information correctly and…

Stripe API Error – invalid_card_type

In this post, you’ll learn more about the Error invalid_card_type that is returned when working with the Stripe API Stripe API Error invalid_card_type Stripe API Error Description The card provided as an external account is not supported for payouts. Provide a non-prepaid debit card instead.

Helix Bank Core Error Code 59904 – Class1

In this blog post, let’s learn about the error message “59904- Class1” in Helix Bank Core, the reason why it appears and the solution to fix it. Error Message 59904- Class1 Error Details Passed an array value to a property which is not an array. {0} = destination type, {1} = property name, {2} = line number, {3} = character position. e.g.: “Error reading string….

Helix Bank Core Error Code 59011 – Class1

In this blog post, let’s learn about the error message “59011- Class1” in Helix Bank Core, the reason why it appears and the solution to fix it. Error Message 59011- Class1 Error Details Call /externalAccount/initiate instead.

Stripe API Error – card_declined

In this post, you’ll learn more about the Error card_declined that is returned when working with the Stripe API Stripe API Error card_declined Stripe API Error Description The card has been declined. When a card is declined, the error returned also includes the decline_code attribute with the reason why the card was declined. Refer to our decline codes documentation to learn more.

Helix Bank Core Error Code 59009 – Class1

In this blog post, let’s learn about the error message “59009- Class1” in Helix Bank Core, the reason why it appears and the solution to fix it. Error Message 59009- Class1 Error Details You are unable to do recurring contributions because it is disabled for your program.

Stripe API Error – authentication_required

In this post, you’ll learn more about the Error authentication_required that is returned when working with the Stripe API Stripe API Error authentication_required Stripe API Error Description The payment requires authentication to proceed. If your customer is off session, notify your customer to return to your application and complete the payment. If you provided the error_on_requires_action parameter, then your customer should try another card that…