recurringRequest

The recurringRequest element is the parent of several child element that define the number of payments and plan type of recurring transaction to be handled by the Recurring Engine. It is an optional child of the Authorization and Sale transactions.

Parent Elements:

authorization, sale

Attributes:

None

Child Elements:

subscription

Example:  recurringRequest Structure

<recurringRequest>

  <subscription>

    <planCode>Plan Reference Code</planCode>

    <numberOfPayments>1 to 99</numberOfRemianingPayments>

    <startDate>Start Date of Recurring Cycle</startDate>

    <amount>Amount of Recurring Payment</amount>

  </subscription>

</recurringRequest>