Virtual account status
Check Virtual Account Status
Endpoint
GET /api/v1/virtual-accounts/{account_id}/status
Description
This endpoint allows you to check the status of a virtual account.
Request
Headers
Content-Type: application/json
Authorization: Bearer {your_api_token}
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
| string | Yes | Unique identifier of the virtual account |
Example Request
Response
Success (200)
Field | Type | Description |
---|---|---|
| string | Unique identifier of the account |
| string | Name of the virtual account holder |
| string | Current status of the account (e.g., active, inactive, suspended) |
| string | Timestamp of when the account was created |
| string | Timestamp of the last status update |
Example Response
Last updated