Use the following API so as to request a new subscription to be created with a BOC customer. This step should precede the OAuth2 flow.

- Subscription APIs B2B
Subscribe Plan
Create Subscription
v1.0.0 |
Get Subscription
v1.0.0 Use the following API so as to view details of an already created subscription. |
Get Subscription for Customer Account
v1.0.0 Use the following API to get details of subscriptions containing the specific account. |
Update Subscription
v1.0.0 Use the following API to activate a subscription created through the Create Subscription API call after the customer provided their consent through the OAuth2 flow. |
Revoke Subscription
v1.0.0 Use the following API to revoke an existing subscription. |

- Accounts APIs B2B
Subscribe Plan
Get Accounts
v1.0.0 Use the following API so as to retrieve basic account information such as account number, IBAN, account name and type, as well as available and current balance. |
Get Account Details
v1.0.0 Use the following API so as to get more detailed account level information. |
Get Account Statement
v1.0.0 Use the following API so as to obtain a transaction history for a specific account id. You supply a start and end date for which you want the transaction history as well as specify the last N transactions to be returned. |
Get Account Available Balance
v1.0.0 Use the following API so as to get back the available balance and current balance. |

- Business Payments APIs
Subscribe Plan
Get Multiple Payment Status
v1.0.0 Use the following API to retrieve the status of each transaction performed from the Multiple Payments API. |
Payroll/Group Payments
v1.0.0 Use the following API so as to perform payroll/group payments together and process them as one. |
Multiple Payments
v1.0.0 Use the following API to perform multiple payment transactions. |

- Authorization APIs B2B
Subscribe Plan
Get Oauth Token
v1.0.0 Use this particular API to get the access token which is a pre-requisite to calling all other APIs. |

- Other APIs
Subscribe Plan
Retrieve CIFs
v1.0.0 Use the following API to retrieve all CIFs of a specific subscriber. |