-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Payment Api Method is either an Array or String #316
Comments
Hi @borissmidt. I'm going to have a look and try to come up with an implementation solution for this use case. |
After further investigation this is not hard to fix, however it would be a breaking change. I can add it to the library and then you would need to either wait for the 4.0 tag or just use @ master as version when pulling your go module. I know this is risky and not ideal but it is the best compromise I can offer. I am expecting to start working in full to release v4 latest by the end of February and ideally earlier. |
Thank you for the fast response,
I can wait and use bancontact only for now and i'm glad it gets fixed in
the next version.
…On Fri, 2 Feb 2024, 13:33 Victor Hugo Avelar Ossorio, < ***@***.***> wrote:
After further investigation this is not hard to fix, however it would be a
breaking change. I can add it to the library and then you would need to
either wait for the 4.0 tag or just use @ master as version when pulling
your go module. I know this is risky and not ideal but it is the best
compromise I can offer. I am expecting to start working in full to release
v4 latest by the end of February and ideally earlier.
—
Reply to this email directly, view it on GitHub
<#316 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNXZFQMF6QLFI4AWWJTY7LYRTMJPAVCNFSM6AAAAABCOMXPNSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRTG4YTMMJWHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Is your feature request related to a problem? Please describe.
According to the API it should be possible to set multiple payment methods instead of one.
https://docs.mollie.com/reference/v2/payments-api/create-payment
The reason i would like this is because in belguim kbc, bellfius and bancontact are the most commen. But kbc and belfius are better priced. But other payment methods are not relevant to my usecase.
Describe the solution you'd like
A way to set multiple methods as an array or a workaround to set the method field.
The text was updated successfully, but these errors were encountered: