Take Fees from BaaS Clients

General information

To charge BaaS Clients for Banking as a Service functionality, Fee Payment must be Initiated and then Authorized.

In this flow, Fee Payments will be carried out without explicit SCA/MFA authorization.

Postman collection of Banking as a Service API is here.

Fee Payment Initiation

To initiate Fee Payment on behalf of BaaS Client, you should call Post Fee Payment API. Use "accountId" parameter’s value that is received in the response body of Get BaaS Client Accounts API.

Access Token must include ob-baas-ps scope


Fee Payment Authorization

To authorize Fee Payment without explicit SCA, use Authorize Payment without SCA API.

Access Token must include ob-baas-ps:authz-nosca scope

Checking Fee Payment status

To check Fee Payment order status, use Get Payment Status API.

Access Token must include ob-baas-ps scope

Note that Fee Payments currently support only EUR currency.

Undefined