Skip to main content
GET
https://api-dev-embedded.embedly.ng
/
embedded
/
api
/
v1
/
wallets
/
org
/
wallets
/
{id}
Get a virtual wallet
curl --request GET \
  --url https://api-dev-embedded.embedly.ng/embedded/api/v1/wallets/org/wallets/{id}
{
  "data": {
    "id": "string",
    "orgId": "string",
    "businessId": null,
    "accountNumber": "string",
    "bankCode": "string",
    "type": "virtual",
    "isFrozen": true,
    "isExpired": false,
    "status": false,
    "expiresAt": null,
    "reason": null,
    "label": "string",
    "accountName": "Account name/ customLabel",
    "dateCreated": "2025-06-16T10:35:22.234Z",
    "dateUpdated": "2025-06-16T10:44:34.571Z"
  }
}

Get A Virtual wallet


id
string
required
The unique identifier of your organization, Example: 299b88c8-b13c-4336-8ed6-2ff4ab3e7f49
{
  "data": {
    "id": "string",
    "orgId": "string",
    "businessId": null,
    "accountNumber": "string",
    "bankCode": "string",
    "type": "virtual",
    "isFrozen": true,
    "isExpired": false,
    "status": false,
    "expiresAt": null,
    "reason": null,
    "label": "string",
    "accountName": "Account name/ customLabel",
    "dateCreated": "2025-06-16T10:35:22.234Z",
    "dateUpdated": "2025-06-16T10:44:34.571Z"
  }
}