By Polish Business Club Sp. o.o. on Wednesday, 22 May 2019
Posted in Payment Gateways
Replies 1
Likes 0
Views 525
Votes 0
Hello
I wrote a plugin to the Polish payment operator Przelewy24, which operates and supports current transactions.
I want to be able to run plans under PayPlan but with a recurring payment from a payment card. https://www.przelewy24.pl/eng/payment-solutions#recurring-payments-and-subscriptions
I found the REST Calls function in the component but I do not know how to use it and there is no documentation at the moment.
I am asking for a hint how to make a recurring payment based on other payment methods?
Hello,

Are you trying to make an "outgoing" REST API request from PayPlans? If that is the case, all you need to do is to create a new REST API call under the automation section and enter the details as you can see from here, https://take.ms/B7N7a

However, if you are trying to receive "incoming" REST API requests, you can't use this automation section. You would need to intercept and capture the variables from your payment plugin. You can take a look at the example in /plugins/payplans/fastspring/app/fastspring.php under the method onPayplansPaymentNotify
·
Wednesday, 22 May 2019 15:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post