Category: API

Stripe API Error – sepa_unsupported_account

In this post, you’ll learn more about the Error sepa_unsupported_account that is returned when working with the Stripe API Stripe API Error sepa_unsupported_account Stripe API Error Description Your account does not support SEPA payments.

Stripe API Error – invoice_on_behalf_of_not_editable

In this post, you’ll learn more about the Error invoice_on_behalf_of_not_editable that is returned when working with the Stripe API Stripe API Error invoice_on_behalf_of_not_editable Stripe API Error Description You cannot update the on_behalf_of property of an invoice after the invoice has been assigned a number.

Helix Bank Core Error Code 59902 – Class1

In this blog post, let’s learn about the error message “59902- Class1” in Helix Bank Core, the reason why it appears and the solution to fix it. Error Message 59902- Class1 Error Details Property name is missing closing quote character (‘”‘). {0} = first character of property name, {1} = property name, {2} = line number, {3} = character position. e.g.: “Expected ‘:’ but got:…

Helix Bank Core Error Code 59903 – Class1

In this blog post, let’s learn about the error message “59903- Class1” in Helix Bank Core, the reason why it appears and the solution to fix it. Error Message 59903- Class1 Error Details Attempting to use “=” instead of “:” to separate property name and its value. {0} = property name (typically the name of the previous property, not the one with the issue), {1}…

Helix Bank Core Error Code 59901 – Class1

In this blog post, let’s learn about the error message “59901- Class1” in Helix Bank Core, the reason why it appears and the solution to fix it. Error Message 59901- Class1 Error Details Property name is missing opening quote character (‘”‘). {0} = property name, {1} = line number, {2} = character position. e.g.: “Invalid JavaScript property identifier character: “. Path ‘targetDate’, line 13, position…

Erply API Error 1150 – If you attempt to add a integration-specific field to a paym

In this post, you’ll learn more about the Error Code 1150that is returned when working with the Erply API Erply API Error Code 1150 Error Description If you attempt to add a integration-specific field to a payment, you also need to set input parameter “paymentServiceProvider”. See the documentation of savePayment to find out what should be the appropriate input value for “paymentServiceProvider”.

Stripe API Error – payment_intent_invalid_parameter

In this post, you’ll learn more about the Error payment_intent_invalid_parameter that is returned when working with the Stripe API Stripe API Error payment_intent_invalid_parameter Stripe API Error Description One or more provided parameters was not allowed for the given operation on the PaymentIntent. Check our API reference or the returned error message to see which values were not correct for that PaymentIntent.

Stripe API Error – payment_method_provider_timeout

In this post, you’ll learn more about the Error payment_method_provider_timeout that is returned when working with the Stripe API Stripe API Error payment_method_provider_timeout Stripe API Error Description The payment method failed due to a timeout. 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 intent again.