Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Alex Skrypnyk 6147 posts 24056 karma points MVP 8x admin c-trib
    Sep 27, 2012 @ 18:57
    Alex Skrypnyk
    0

    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

  • Søren Spelling Lund 1797 posts 2786 karma points
    Oct 01, 2012 @ 11:48
    Søren Spelling Lund
    1

    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);

    Hope this helps.

  • Alex Skrypnyk 6147 posts 24056 karma points MVP 8x admin c-trib
    Oct 01, 2012 @ 14:51
    Alex Skrypnyk
    0

    THanks, Soren )

Please Sign in or register to post replies

Write your reply to:

Draft