Contains information required to process a Pay by Bank (Open Banking) payment.
Beta Feature
Pay by Bank is currently in beta and not suitable for production environments.
Request
Property name | Type | Required | Description |
---|---|---|---|
cancel-url | string | required | URL where you redirect the shopper after they cancel the payment in their online banking portal. |
iban | string | required | International Banking Account Number. |
iban-first-four | string | required | First four digits of an International Banking Account Number (IBAN). |
iban-last-four | string | required | Last four digits of an IBAN. |
return-url | string | required | URL where you redirect the shopper after they authorize payment in their online banking portal. |
Response
Property Name | Type | Description |
---|---|---|
iban-first-four | string | First four digits of the IBAN used in the transaction. |
iban-last-four | string | Last four digits of the IBAN used in the transaction. |
pay-by-bank-url | string | URL that redirects the shopper to their banking portal where they can authenticate to their account and authorize payment. Each pay-by-bank-url contains a unique hosted page ID that is associated to the current transaction. |