We offer a fee payment endpoint if you want to charge your BaaS Clients for using your platform’s banking-as-a-service functionality.
This endpoint allows you to take fees (e.g., monthly/weekly, it can be decided by the platform) from your BaaS Clients.
Fee Payment must be Initiated and then Authorized. Before initiating a fee payment, please ensure that your Access token as a BaaS Partner has ob-baas-ps and ob-baas-ps:authz-nosca scope.
In this flow, Fee Payments are carried out without explicit SCA/MFA authorization; therefore, you need to have ob-baas-ps:authz-nosca scope in the token.
Initiate Fee Payment API (BaaS) is here.
Before initiating a Fee payment, you should get a list of all your BaaS Clients via Get BaaS Clients API and then, using baasClientId
that will be returned in the response body, you need to call the Get BaaS Client Accounts API to receive a specific BaaS Client Account.