Accounts

HTTP MethodRouteAuthorization LevelRequired Permission(s)
GETaccountsEnd user or Merchant token (IP whitelist)(none)
Any accounts that have been assigned to the user's role(s).
GETaccounts/pagedEnd user or Merchant token (IP whitelist)(none)
Any accounts that have been assigned to the user's role(s).
GETaccounts/exportEnd user token(none)
Any accounts that have been assigned to the user's role(s).
GETaccounts/{accountID}End user or Merchant token (IP whitelist)(none)
Account must have been assigned to the user's role(s).
PUTaccounts/{id}End user or Merchant tokenAccountPermissions.CanUpdateAccount
GETaccounts/{accountID}/transactionsEnd user or Merchant token (IP whitelist)AccountPermissions.CanViewTransactions
GETaccounts/{accountID}/transactions/exportEnd user tokenAccountPermissions.CanViewTransactions
GETaccounts/{accountID}/transactions/{id}End user or Merchant token (IP whitelist)AccountPermissions.CanViewTransactions
GETaccounts/{accountID}/payoutsEnd user or Merchant token (IP whitelist)AccountPermissions.CanViewPayouts
GETaccounts/{accountID}/payouts/failedEnd user or Merchant token (IP whitelist)AccountPermissions.CanViewPayouts
POSTaccountsMerchant tokenMerchantPermissions.CanCreateAccounts
PUTaccounts/{accountID}/topup/{amount}End user token(none)
DELETEaccounts/archive/{id}End user or Merchant tokenMerchantPermissions.CanArchiveAccounts
PUTaccounts/unarchive/{id}End user or Merchant tokenMerchantPermissions.CanArchiveAccounts
POSTaccounts/{accountID}/statementsEnd user tokenAccountPermissions.CanExportData
GETaccounts/{accountID}/statements/{id}End user tokenAccountPermissions.CanExportData
GETaccounts/statementsEnd user tokenAny accounts that have been assigned to the user's role(s).
DELETEaccounts/statementsEnd user token(none)
POSTaccounts/{accountID}/virtualEnd user or Merchant tokenMerchantPermissions.CanCreateAccounts
GETaccounts/{accountID}/virtualEnd user or Merchant token (IP whitelist)Account must have been assigned to the user's role(s).
PUTaccounts/{accountID}/virtual/{virtualAccountID}End user or Merchant tokenAccountPermissions.CanUpdateAccount