Contains the 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 |
---|---|---|---|
cancelUrl | 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. |
ibanFirstFour | string | required | First four digits of an International Banking Account Number (IBAN). |
ibanLastFour | string | required | Last four digits of an IBAN. |
returnUrl | string | required | URL where you redirect the shopper after they authorize payment in their online banking portal. |
Response
Property Name | Type | Description |
---|---|---|
ibanFirstFour | string | First four digits of the IBAN used in the transaction. |
ibanLastFour | string | Last four digits of the IBAN used in the transaction. |
payByBankUrl | string | URL that redirects the shopper to their banking portal where they can authenticate to their account and authorize payment. Each payByBankUrl contains a unique hosted page ID that is associated to the current transaction. |