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
De in3 betaalmethode is geselecteerd in Mollie, deze is ook voor een aantal formulieren in GravityForms te selecteren maar in Memberpress krijgen we helaas de payment gateway niet te zien.
Klopt het dat dit nog niet mogelijk is? Zo ja wanneer zou dit wel mogelijk zijn?
Zo nee, kunnen jullie een oplossing geven hoe dit wel te integreren is in Memberpress?
Simply adding the in3 payment method to MemberPress currently results in the following gateway error message:
ERROR: Unprocessable Entity - The payment method does not support recurring type
If we don't set support for the subscription capabilities in MemberPress (like create-subscriptions) for a payment method, should we then still continue to try to add a subscription to the payment?
If we don't set support for the subscription capabilities in MemberPress (like create-subscriptions) for a payment method, should we then still continue to try to add a subscription to the payment?
I think so, for recurring memberships we also want users/administrators to see the error message:
ERROR: Unprocessable Entity - The payment method does not support recurring type
Ah, I think I missed the one-time membership option. in3 works fine in that case and the error message is indeed correct then for recurring memberships. I created PR #14 to add the in3 payment method.
From customer:
Simply adding the in3 payment method to MemberPress currently results in the following gateway error message:
If we don't set support for the subscription capabilities in MemberPress (like
create-subscriptions
) for a payment method, should we then still continue to try to add a subscription to the payment?wp-pronamic-pay-memberpress/src/Gateways/Gateway.php
Lines 96 to 119 in b5b6be1
wp-pronamic-pay-memberpress/src/Pronamic.php
Lines 123 to 136 in b5b6be1
Internal Help Scout ticket: https://secure.helpscout.net/conversation/2275733463/25784
CC: @remcotolsma
The text was updated successfully, but these errors were encountered: