logoOPEN BANKING DOCS

Update transient account overfill information

Update overfill information for a transient account

PATCH
/transient-accounts/{accountId}/overfill
X-API-Key<token>

In: header

Path Parameters

accountIdstring

Transient account UUID

Formatuuid

Header Parameters

X-API-Keystring

API key for the application

X-App-Idstring

UUID of the application

Formatuuid
overfillAmountnumber

New overfill amount

Formatdecimal
Range0 <= value
overfilledboolean

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"
}