-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error executing API call (422: Unprocessable Entity) when doing billie payments without a company name #840
Comments
hi @harli91 thats correct, Billie is a B2B Payment method and does not work without company name. See here https://docs.mollie.com/reference/extra-payment-parameters#billie |
@BlackScorp shouldn't the payment method be hidden when a company name is not present? |
@harli91 usually for B2B you have a special saleschannel because the Taxes are also calculated differently, so the payment method should be assigend to the B2B saleschannel |
@harli91 in order to support the payment method rule, we hide the payment methods only in special cases.
you can create a custom rule and add this rule to the payment method to hide billie |
@BlackScorp from what I can see in the documentation these parameters are "recommended" not required so why is the payment failing ? |
@harli91 it is recommend to have those values but the organisation Name in the billing address is required to have for billie |
@harli91 we are going to hide the payment method based on account type in the next release |
@BlackScorp sweet, thanks :) |
@BlackScorp I see you did a release 3 days ago, was the fix included? can't find it in the release notes |
@harli91 no, those were just hotfixes to fix ciritical issues |
@BlackScorp do you know when will a the next release will happen, thanks? |
@harli91 planed for next week, as long as nothing comes in between |
fixed with #849 |
When doing a billie payment without a company name I get the following errors
Could not create a Mollie payment url due to the following error: [2024-09-20T09:07:34+0000] Error executing API call (422: Unprocessable Entity): A billing organization name is required for this payment method. Documentation: https://docs.mollie.com/reference/v2/orders-api/create-order-payment
The text was updated successfully, but these errors were encountered: