API scopes

API scopes control the actions that applications integrating with Vitesse can perform. Each scope grants permission to access and perform specific API operations.

Scopes enforce separation of duties and help protect access to your data. For example, an application can have read-only access to payment data without permission to create or modify payments.

💡

When authenticating with the API, request only the scopes required by your integration.

For more information, see Authentication: Vitesse API and Authentication: Transaction API.

API scopeDescription
Create Account MovementsCreate and approve account movements.
View Account MovementsView account movements.
View AccountsView account details and balances.
Create Cheque VoidsCreate and approve cheque void requests.
View Cheque VoidsView cheque void requests and statuses.
Create Deferred Transaction GroupsCreate and approve deferred transaction groups.
View Deferred Transaction GroupsView deferred transaction groups and statuses.
Create Deferred Transaction RequestsCreate and approve deferred transaction requests.
View Deferred Transaction RequestsView deferred transaction requests and statuses.
Create Forex TransactionsCreate and approve foreign exchange transactions.
View Forex TransactionsView foreign exchange transactions and rates.
Create Payee Payment RequestsCreate and approve payee payment requests.
View Payee Payment RequestsView payee payment requests and statuses.
Create RecipientsCreate recipient records for payments and transactions.
Delete RecipientsDelete recipient records.
View RecipientsView recipient records and details.
Update RecipientsEdit and manage recipient records.
View RulesView configured business and transaction rules.
Create Transaction RequestsCreate and approve transaction requests.
View Transaction RequestsView transaction requests and statuses.
View TransactionsView transaction history and transaction details.
📘

All API requests require an identity token with the appropriate scopes. For information about configuring identity clients, see Manage identity clients.



Did this page help you?