Get transient account overfill information
Retrieve overfill information for a specific transient account
X-API-Key<token>
In: header
Path Parameters
accountIdstring
Transient account UUID
Format
uuidHeader Parameters
X-API-Keystring
API key for the application
X-App-Idstring
UUID of the application
Format
uuidResponse Body
curl -X GET "https://virtual-accounts-api.vantacrest.com/company/v1/transient-accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/overfill-info" \ -H "X-API-Key: string" \ -H "X-App-Id: 497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"data": {
"accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
"walletId": "0ecad4a2-3549-43fb-807e-9ff033247480",
"accountNumber": "string",
"accountName": "string",
"overfillAmount": 0,
"overfilled": true,
"settled": true,
"currency": "string",
"institution": "string",
"collectionsAccountId": "fb32ea18-8c9e-4af9-80c5-0fc8d779c454",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "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"
}
OPEN BANKING DOCS