You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.
Heidelpay responded with 400 when calling https://api.heidelpay.com/v1/payments/charges/. [{merchantMessage: Amount 1102.00000000 has mor than 4 posistions after the decimal point., customerMessage: Invaliv amount...."
The API is returns following error:
Heidelpay responded with 400 when calling https://api.heidelpay.com/v1/payments/charges/. [{merchantMessage: Amount 1102.00000000 has mor than 4 posistions after the decimal point., customerMessage: Invaliv amount...."
This is due wrong formatting of decimal numbers in the json serializer. you need a decimalconverter (https://www.newtonsoft.com/json/help/html/T_Newtonsoft_Json_JsonConverter_1.htm)
The text was updated successfully, but these errors were encountered: