Retrieves the collection of BusinessRegistry resources.
BusinessRegistry collection
[- {
- "fiscalId": "string",
- "email": "string",
- "businessName": "string",
- "enabled": false,
- "emailAlerts": true,
- "locale": "string",
- "country": "string",
- "subAccountId": 0
}
]
Creates a new Business Registry (a fee will be charged).
Please note that the default value of the enabled
is false
. Add an explicit setting to the payload if you prefer to create an enabled entity.
The new BusinessRegistry resource
fiscalId required | string [ 1 .. 32 ] characters |
businessName required | string Business name, it cannot be omitted when creating data |
email required | string <email> It is not possible to use the same email for two different business registries |
emailAlerts | boolean or null If set to true an email will be sent automatically to this business registry when a connect URL is requested and every time a reconnect will be necessary |
locale | string or null A valid ISO 639-1 locale code. It will be used as a default language for presenting data to the user. Possible values are: bg, cz, de, en, es-MX, es, fi, fr, he, hr, hu, it, nl, pl, pt-BR, pt, ro, ru, si, sk, tr, uk, zh-HK(Traditional), zh(Simplified). Defaults to en. |
country | string or null A valid ISO-3166-1 Alpha-2 code (https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes). Financial institutions listed during connection will be filtered using this parameter. |
enabled | boolean or null |
BusinessRegistry resource created
Invalid input
Unprocessable entity
{- "fiscalId": "string",
- "businessName": "string",
- "email": "user@example.com",
- "emailAlerts": true,
- "locale": "it",
- "country": "IT",
- "enabled": true
}
{- "fiscalId": "string",
- "email": "string",
- "businessName": "string",
- "enabled": false,
- "emailAlerts": true,
- "locale": "string",
- "country": "string",
- "subAccountId": 0
}
Retrieves a BusinessRegistry resource.
BusinessRegistry resource
Resource not found
{- "fiscalId": "string",
- "email": "string",
- "businessName": "string",
- "enabled": false,
- "emailAlerts": true,
- "locale": "string",
- "country": "string",
- "subAccountId": 0
}
Changes a Business Registry. Please note that it is not possible to replace the e-mail
The updated BusinessRegistry resource
businessName | string Business name, it can be omitted when updating data |
emailAlerts | boolean or null If set to true an email will be sent automatically to this business registry when a connect URL is requested and every time a reconnect will be necessary |
locale | string or null A valid ISO 639-1 locale code. It will be used as a default language for presenting data to the user. Possible values are: bg, cz, de, en, es-MX, es, fi, fr, he, hr, hu, it, nl, pl, pt-BR, pt, ro, ru, si, sk, tr, uk, zh-HK(Traditional), zh(Simplified). Defaults to en. |
country | string or null A valid ISO-3166-1 Alpha-2 code (https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes). Financial institutions listed during connection will be filtered using this parameter. |
enabled | boolean or null |
BusinessRegistry resource updated
Invalid input
Resource not found
Unprocessable entity
{- "businessName": "string",
- "emailAlerts": true,
- "locale": "it",
- "country": "IT",
- "enabled": true
}
{- "fiscalId": "string",
- "email": "string",
- "businessName": "string",
- "enabled": false,
- "emailAlerts": true,
- "locale": "string",
- "country": "string",
- "subAccountId": 0
}
Removal of a business registry involves deletion of data on his accounts and transactions, as well as withdrawal of consent to access the data.
BusinessRegistry resource deleted
Resource not found
Lists all the Bank Managers linked to the Business Registry, having permissions to assign Accounts to it.
BusinessRegistry collection
[- {
- "uuid": "string",
- "name": "string",
- "email": "string"
}
]
Link a new Bank Manager the Business Registry, hereby granting them permission to assign Accounts to it.
BusinessRegistry resource created
Invalid input
Unprocessable entity
{- "email": "user@example.com"
}
null
Gets branding data for a Business Registry
BusinessRegistry resource
Resource not found
{- "brandName": "string",
- "contactEmail": "user@example.com",
- "contactPhone": "string"
}
Updates branding data for a Business Registry..
BusinessRegistry resource updated
Invalid input
Resource not found
Unprocessable entity
{- "brandName": "string",
- "contactEmail": "user@example.com",
- "contactPhone": "string"
}
{- "brandName": "string",
- "contactEmail": "user@example.com",
- "contactPhone": "string"
}
Gets the URL of the current Business Registry logo
BusinessRegistry resource
Resource not found
{- "url": "string"
}
Updates the Business Registry logo. Image will be transmitted in the payload as a base64 string
BusinessRegistry resource updated
Invalid input
Resource not found
Unprocessable entity
{- "data": "string"
}
{- "url": "string"
}
Enables or disables auto-renew of subscriptions. This feature cannot be performed by sub-accounts.
BusinessRegistry resource updated
Invalid input
Resource not found
Unprocessable entity
{- "autoRenew": true
}
{- "autoRenew": true
}
Creates a new user sub account for the business registry. See also the authentication documentation
BusinessRegistry resource created
Invalid input
Unprocessable entity
{- "password": "string"
}
null