You are here: Ektron Namespace > Providers API > PaymentGatewayProvider Class > PaymentGatewayProvider Methods > RecurringPaymentProcessed
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
PaymentGatewayProvider.RecurringPaymentProcessed Method

Handles a recurring payment that has been processed. This method should be the callback point when a recurring payment is processed.

C#
public virtual void RecurringPaymentProcessed(string recurringTransactionId, string paymentTransactionId);
Visual Basic
Public virtual Function RecurringPaymentProcessed(recurringTransactionId As string, paymentTransactionId As string) As void
Parameters 
Description 
recurringTransactionId 
The ID of the recurring transaction. 
paymentTransactionId 
The ID of the individual payment. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!