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
account_id
string
Yes
Unique identifier of the virtual account
Example Request
Response
Success (200)
Field
Type
Description
account_id
string
Unique identifier of the account
account_name
string
Name of the virtual account holder
status
string
Current status of the account (e.g., active, inactive, suspended)
created_at
string
Timestamp of when the account was created
updated_at
string
Timestamp of the last status update
Example Response
Last updated