Financial Account
Update financial account status
Update financial account status
post/v1/financial_accounts/{financial_account_token}/update_status
Path parameters
financial_account_tokenstring uuid required
Globally unique identifier for financial account.
Request body
Example request
{
"status": "CLOSED",
"substatus": "END_USER_REQUEST"
}Response
OK
Example response
{
"token": "b68b7424-aa69-4cbc-a946-30d90181b621"
}