sepaDirectDebit

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 sepaDirectDebit element is a child of the sale transaction that, through its child elements, defines information needed to process a SEPA Direct Debit transaction. At this time, you can use the SEPA Direct Debit method of payment in Online transactions only.

Parent Elements:

sale

Attributes:

None

Child Elements:

Required: iban, mandateProvider, sequenceType

Optional: mandateReference, mandateURL, mandateSignatureDate, preferredLanguage

Example: sepaDirectDebit Structure

<sepaDirectDebit>

  <mandateProvider>Merchant or Vantiv</mandateProvider>

  <sequenceType>One Time or Type of Recurring</sequenceType>

  <mandateReference>Ref to First Payment of Recurring Stream</mandateReference>

  <mandateUrl>URL of Merchant Hosted Mandate</mandateUrl>

  <mandateSignatureDate>2016-06-12</mandateSignatureDate>

  <iban>Consumer Account Number</iban>

  <preferredLanguage>Country Code of Language</preferredLanguage>

</sepaDirectDebit>