vrtx Docs
Core APIs
  • Start
  • Onboarding
  • Wallet
  • Payouts
  • Cards
  • Transactions
Closed loop APIsCard Simulator
SDK APIs
  • Coming Soon!
Core APIs
  • Start
  • Onboarding
  • Wallet
  • Payouts
  • Cards
  • Transactions
Closed loop APIsCard Simulator
SDK APIs
  • Coming Soon!
  1. Business Accounts
  • Business Accounts
    • Get business account balance
      GET
    • Get transaction details
      GET
    • List business transactions
      GET
  • Wallet Accounts
    • Get wallet balance
      GET
    • List wallet transactions
      GET
  1. Business Accounts

Get business account balance

GET
https://api.staging.vrtx.sa/businesses/accounts/{account_id}/balance
Last modified:2025-12-03 10:51:05
Retrieves the current balance of a business's payout account.
This endpoint returns:
Current balance
Currency
Account ID
Error Scenarios:
404: Account not found

Request

Path Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.staging.vrtx.sa/businesses/accounts//balance'

Responses

🟢200OK
application/json
Default Response
Body

Example
{
    "account_id": "string",
    "currency": "string",
    "balance": "string"
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
🟠405Method Not Allowed
🟠409Conflict
🟠410Gone
🟠422Unprocessable Entity
🟠429Too Many Requests
🔴500Internal Server Error
🔴501Not Implemented
🔴503Service Unavailable
🔴504Gateway Timeout
🔴505HTTP Version Not Supported
Modified at 2025-12-03 10:51:05
Next
Get transaction details
Built with