Openbanking payments
Last updated
Was this helpful?
Last updated
Was this helpful?
Openbanking payments are payments where an consumer or business authorises a SEPA Sct or SEPA SCT Inst payment using the banks web portal. In the end, it is up to the
Steps to creating an openbanking single payment:
Create a payment request with the endpoint.
Redirect the user to the link specific in the next.redirect
field.
When the user authorised the payment, the payment method state
will change from created
to succeeded
.
When the user rejected the authorisation, the payment method state
will change from created
to failed
.
You can skip our bank selection menu by suppling the following fields:
openbanking.country
openbanking.bic
user.user_agent
user.accept
user.accept_encoding
user.accept_language
user.ip_address
user.language
Note that in order for the deep links to work on mobile, the redirect link must be opened by an sync user interaction (i.e. button click).
If no execution date has been requested, the payment will be executed by the issuing bank as soon as possible, usually within 1-20 seconds.
When the execution has been started, but is not guaranteed, we change the state
from created
to processing
(and call your webhook).
When the execution has been been guaranteed, we change the state
from created
, or processing
, to succeeded
.
Example response:
Example response after authorisation: