Category: API

Stripe API Error – payment_intent_authentication_failure

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

Helix Bank Core Error Code 50505 – Class1

In this blog post, let’s learn about the error message “50505- Class1” in Helix Bank Core, the reason why it appears and the solution to fix it. Error Message 50505- Class1 Error Details HTTP/1.1 must be specified when using Helix. Change your code to issue HTTP/1.1 requests.

Helix Bank Core Error Code 59905 – Class1

In this blog post, let’s learn about the error message “59905- Class1” in Helix Bank Core, the reason why it appears and the solution to fix it. Error Message 59905- Class1 Error Details Attempting to pass null for a property value, but using an invalid casing (such as NULL or Null). {0} = property name, {1} = line number, {2} = character position. e.g.: “Error…

Stripe API Error – invalid_characters

In this post, you’ll learn more about the Error invalid_characters that is returned when working with the Stripe API Stripe API Error invalid_characters Stripe API Error Description This value provided to the field contains characters that are unsupported by the field.

Stripe API Error – instant_payouts_config_disabled

In this post, you’ll learn more about the Error instant_payouts_config_disabled that is returned when working with the Stripe API Stripe API Error instant_payouts_config_disabled Stripe API Error Description This connected account is not eligible for Instant Payouts. Ask the platform to enable Instant Payouts.

Stripe API Error – secret_key_required

In this post, you’ll learn more about the Error secret_key_required that is returned when working with the Stripe API Stripe API Error secret_key_required Stripe API Error Description The API key provided is a publishable key, but a secret key is required. Obtain your current API keys from the Dashboard and update your integration to use them.

Helix Bank Core Error Code 60003 – Class1

In this blog post, let’s learn about the error message “60003- Class1” in Helix Bank Core, the reason why it appears and the solution to fix it. Error Message 60003- Class1 Error Details An unverified customer cannot perform any actions in Helix (except call /customer/verify). Redirect the user to a page informing them of this.

Stripe API Error – token_in_use

In this post, you’ll learn more about the Error token_in_use that is returned when working with the Stripe API Stripe API Error token_in_use Stripe API Error Description The token provided is currently being used in another request. This occurs if your integration is making duplicate requests simultaneously.

Stripe API Error – payment_method_customer_decline

In this post, you’ll learn more about the Error payment_method_customer_decline that is returned when working with the Stripe API Stripe API Error payment_method_customer_decline Stripe API Error Description The customer did not approve the payment. Please provide a new payment method to attempt to fulfill this intent again.

Helix Bank Core Error Code 59955 – Class1

In this blog post, let’s learn about the error message “59955- Class1” in Helix Bank Core, the reason why it appears and the solution to fix it. Error Message 59955- Class1 Error Details The value for the property is not formatted as a decimal value. e.g.: “Value for property ‘interestRateMonthly’ is not formatted as a valid decimal (precision up to 2). Example value=1234.56789012345”