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
When entering an expense manually, I cannot select a credit card as a payment method - it doesn't appear on the list.
When trying to add an expense with the API against /api/expenses, i get an error:
{"error":"HTTP status code 400 was received","rawResponse":"{"status_code":400,"error":"Bad Request","message":"Payment account has invalid type.","errors":[{"type":"PAYMENT.ACCOUNT.HAS.INVALID.TYPE","code":500}]}"}
Please add support for a "Credit Card" payment type.
The text was updated successfully, but these errors were encountered:
When entering an expense manually, I cannot select a credit card as a payment method - it doesn't appear on the list.
When trying to add an expense with the API against /api/expenses, i get an error:
{"error":"HTTP status code 400 was received","rawResponse":"{"status_code":400,"error":"Bad Request","message":"Payment account has invalid type.","errors":[{"type":"PAYMENT.ACCOUNT.HAS.INVALID.TYPE","code":500}]}"}
Please add support for a "Credit Card" payment type.
The text was updated successfully, but these errors were encountered: