logoOPEN BANKING DOCS

Get transient account details by wallet ID

Retrieve detailed transient account information for a specific wallet

GET
/transient-accounts/wallet/{walletId}/details
X-API-Key<token>

In: header

Path Parameters

walletIdstring

Wallet UUID

Formatuuid

Header Parameters

X-API-Keystring

API key for the application

X-App-Idstring

UUID of the application

Formatuuid

Response Body

curl -X GET "https://virtual-accounts-api.vantacrest.com/company/v1/transient-accounts/wallet/497f6eca-6276-4993-bfeb-53cbbbba6f08/details" \  -H "X-API-Key: string" \  -H "X-App-Id: 497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "data": {
    "accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
    "accountNumber": "string",
    "accountName": "string",
    "walletId": "0ecad4a2-3549-43fb-807e-9ff033247480",
    "overfillAmount": 0,
    "overfilled": true,
    "settled": true,
    "balance": 0,
    "createdAt": "2019-08-24T14:15:22Z"
  }
}
{
  "success": true,
  "message": "string",
  "data": {},
  "timestamp": "2019-08-24T14:15:22Z"
}
{
  "success": true,
  "message": "string",
  "data": {},
  "timestamp": "2019-08-24T14:15:22Z"
}
{
  "success": true,
  "message": "string",
  "data": {},
  "timestamp": "2019-08-24T14:15:22Z"
}