payByBankTranscation

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 nameTypeRequiredDescription
cancelUrlstringrequiredURL where you redirect the shopper after they cancel the payment in their online banking portal.
ibanstringrequiredInternational Banking Account Number.
ibanFirstFourstringrequiredFirst four digits of an International Banking Account Number (IBAN).
ibanLastFourstringrequiredLast four digits of an IBAN.
returnUrlstringrequiredURL where you redirect the shopper after they authorize payment in their online banking portal.

Response

Property NameTypeDescription
ibanFirstFourstringFirst four digits of the IBAN used in the transaction.
ibanLastFourstringLast four digits of the IBAN used in the transaction.
payByBankUrlstringURL 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.