Update transient account overfill information
Update overfill information for a 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
uuidoverfillAmountnumber
New overfill amount
Format
decimalRange
0 <= valueoverfilledboolean
Whether the account is overfilled
reason?string | null
Reason for the overfill update
Response Body
curl -X PATCH "https://virtual-accounts-api.vantacrest.com/company/v1/transient-accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/overfill" \ -H "X-API-Key: string" \ -H "X-App-Id: 497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "overfillAmount": 0, "overfilled": true }'{
"data": {}
}{
"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