Update financial account status
Update financial account status
Path parameters
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",
"blockchain_addresses": {
"ETHEREUM": "0x5f2b9e8a1c4d7f0e3a6b9c2d5e8f1a4b7c0d3e6f"
}
}Changes
Changed in 4 of the 83 revisions of this API.34
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the new
DELINQUENTenum value to the request property/request-property-enum-value-added
- ○
- ○
removed the
CHARGEBACKenum value from the/response property for the response statusresponse-property-enum-value-removed
- ○
removed the
INTERCHANGEenum value from the/response property for the response statusresponse-property-enum-value-removed
- ○
- ●
added the new
CHARGEBACKenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
INTERCHANGEenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
PROVISIONAL_CREDIT_ACCOUNTenum value to the/response property for the response statusresponse-property-enum-value-added
- ●