Open the Portico Developer Guide site
PosGateway Schema
RecurringDataCode Element
PosGateway 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)
  • "04" (Declined due to lack of cryptography or partial shipment indicator)
  • "21" (Recurring Payment Cancellation Service)
  • "24" (Retry after 1 hour)
  • "25" (Retry after 24 hour)
  • "26" (Retry after 2 days)
  • "27" (Retry after 4 days)
  • "28" (Retry after 6 days)
  • "29" (Retry after 8 days)
  • "30" (Retry after 10 days)

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)
  • "04" (Declined due to lack of cryptography or partial shipment indicator)
  • "21" (Recurring Payment Cancellation Service)
  • "24" (Retry after 1 hour)
  • "25" (Retry after 24 hour)
  • "26" (Retry after 2 days)
  • "27" (Retry after 4 days)
  • "28" (Retry after 6 days)
  • "29" (Retry after 8 days)
  • "30" (Retry after 10 days)

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>"04" (Declined due to lack of cryptography or partial shipment indicator)</li><li>"21" (Recurring Payment Cancellation Service)</li><li>"24" (Retry after 1 hour)</li><li>"25" (Retry after 24 hour)</li><li>"26" (Retry after 2 days)</li><li>"27" (Retry after 4 days)</li><li>"28" (Retry after 6 days)</li><li>"29" (Retry after 8 days)</li><li>"30" (Retry after 10 days)</li></ul></p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
AuthRspStatusType Complex TypePosGateway Schema