Accounts
GetAccountCountries returns the list of countries associated with an account
Send 'Authorization: APIKey ' to authenticate with a API key.
account_id represents the account identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
GetUserByAccountId returns the user information for the provided account id
Send 'Authorization: APIKey ' to authenticate with a API key.
account_id represents the account identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
account_type is an optional query parameter to filter leves by account type
level is an optional query parameter to filter leves by level
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
ListAccountLimitOverrides returns all the overrides information for the provided account id
Send 'Authorization: APIKey ' to authenticate with a API key.
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Send 'Authorization: APIKey ' to authenticate with a API key.
country represents the country associated to the rail schemas
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
GetUserAccounts returns all accounts associated to the provided user_id
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
GetAccountInfo returns the account information for the provided account id
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
account_id represents the account identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
GetAccountLimits returns the limits information for the provided account id
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
account_id represents the account identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
GetAccountWithdrawalDestinations handle the request to get all withdrawal destinations for an account
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
account_id represents the account identifier
name optionally filters destinations by name It ignores case and matches any destination that contains the provided name
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
RegisterWithdrawalDestination handle the request to register a withdrawal destination
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
account_id represents the account identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
DeleteWithdrawalDestination handle the request to delete a withdrawal destination
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
account_id represents the account identifier
destination_id represents the withdrawal destination identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
UpdateWithdrawalDestination handle the request to update a withdrawal destination
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
account_id represents the account identifier
destination_id represents the withdrawal destination identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
ConfirmWithdrawalDestination handle the request to confirm a withdrawal destination
Send 'Authorization: APIKey ' to authenticate with a API key.
user_id represents the user identifier
account_id represents the account identifier
destination_id represents the withdrawal destination identifier
A successful response.
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
Last updated