sequenceType
Although included in the schema, this API no longer supports the SEPA alternate payment method. Please consult your Worldpay Relationship Manager for additional information about SEPA support.
The sequenceType
element is a required child of the sepaDirectDebit
element and defines the purchase in terms of a one-time buy or a member of a recurring stream of debits. If the value of this element is either SubsequentRecurring, or FinalRecurring, you must include the mandateReference element in the request, specifying the value returned in the initial sepaDirectDebitResponse
.
Type = String (Enum); minLength = N/A; maxLength = N/A
Parent Elements:
Attributes:
None
Child Elements:
None
Enumerations:
Enumeration |
Description |
---|---|
OneTime |
The purchase is a one-time buy (i.e., not part of a recurring stream). |
FirstRecurring |
This purchase is the initial buy of a recurring stream. |
SubsequentRecurring |
This purchase is part of a recurring stream of purchases, but not the first or last in the stream. |
FinalRecurring |
This purchase is the final buy of a recurring stream. |