giropayResponse
The giropayResponse
element is a child of the saleResponse
transaction when the method of payment in the request is giropay
. It contains child elements that you should store for future use/reference.
Although included in the schema, this API no longer supports the Giropay alternate payment method. Please consult your Worldpay Relationship Manager for additional information about SEPA support.
Parent Elements:
Attributes:
None
Child Elements (all Optional):
paymentPurpose, redirectUrl, redirectToken
Example: giropayResponse Structure
<giropayResponse>
<redirectUrl>URL of Worldpay Supplied Mandate</redirectUrl>
<redirectToken>Map Mandate to cnpTxnId</redirectToken>
<paymentPurpose>Reference Number + Billing Descsriptor</paymentPurpose>
</giropayResponse>