Skip to content
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

Direct Debit Payment #5

Open
Citizen4our opened this issue Oct 6, 2022 · 0 comments
Open

Direct Debit Payment #5

Citizen4our opened this issue Oct 6, 2022 · 0 comments

Comments

@Citizen4our
Copy link

Citizen4our commented Oct 6, 2022

Direct Debit Payment have a Additional checkout fields settings in Admin.
If selected - "No, redirect to the MultiSafepay payment page"
I am getting the following error when tried set multisafepay_directdebit without params:

{ "errors": [ { "message": "Required parameter \"multisafepay_directdebit\" for \"payment_method\" is missing.", "extensions": { "category": "graphql-input" }, "locations": [ { "line": 2, "column": 3 } ], "path": [ "setPaymentMethodOnCart" ] } ], "data": { "setPaymentMethodOnCart": null } }

It looks like this admin setting is not checking when using GraphQl requests for direct debit payment. But if set account_holder_name, account_holder_iban params - you will see payment link when placing order.
I think need to change these params is optional and depend on ^^ admin setting.
Thanks in advance)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant