Open the Portico Developer Guide site
Portico Schema
RecurringDataCode Element
Portico Schema > AuthRspStatusType Complex Type : RecurringDataCode Element
Description

MasterCard value that may be returned on recurring transactions. The only potential value on an approval is "01"; any of the other values may be returned on a decline.

Valid values include:

  • "01" (New account information available)
  • "02" (Cannot approve at this time, try again later)
  • "03" (Do not try again)
  • "21" (Recurring Payment Cancellation Service)

Namespace http://Hps.Exchange.PosGateway
Type
xs:string
Overview
RecurringDataCode optional xs:string

MasterCard value that may be returned on recurring transactions. The only potential value on an approval is "01"; any of the other values may be returned on a decline.

Valid values include:

  • "01" (New account information available)
  • "02" (Cannot approve at this time, try again later)
  • "03" (Do not try again)
  • "21" (Recurring Payment Cancellation Service)

Source
<xs:element name="RecurringDataCode" type="xs:string" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">MasterCard value that may be returned on recurring transactions. The only potential value on an approval is "01"; any of the other values may be returned on a decline.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">Valid values include:
                            <ul><li>"01" (New account information available)</li><li>"02" (Cannot approve at this time, try again later)</li><li>"03" (Do not try again)</li><li>"21" (Recurring Payment Cancellation Service)</li></ul></p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
AuthRspStatusType Complex TypePortico Schema