You need to set up the "PayPal Recurring" payment method service for your payment method.
The only difference between the standard and recurring one is that you create a slightly different payment request like so
var recurringPaymentRequest = new RecurringPaymentRequest( purchaseOrder, paymentMethod, new Money(purchaseOrder.OrderTotal.Value, purchaseOrder.BillingCurrency), DurationUnit.Year, 1); paymentMethodService.RequestPayment(recurringPaymentRequest);
PayPal Recurring payments
Hi,
We need to create paid user accounts, for this we need recurring payments with paypal, do you can take some information about that?
Thanks,
Alexand
You need to set up the "PayPal Recurring" payment method service for your payment method.
The only difference between the standard and recurring one is that you create a slightly different payment request like so
Hope this helps.
THanks, Soren )
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.