recurringResponse

The recuringResponse element is the parent element for the subscriptionId, responseCode, responseMessage, and recurringTxnId elements associated with a requested recurring payment. The system returns this element only when the sale transaction includes a recurringRequest element.

Parent Elements:

authorizationResponse, saleResponse

Attributes:

None

Child Elements:

subscriptionId, responseCode, responseMessage, recurringTxnId

Example:  recurringResponse Structure

<recurringResponse>

  <subscriptionId>1234567890</subscriptionId>

  <responseCode>Response Code</responseCode>

  <responseMessage>Response Message</responseMessage>

</recurringResponse>