v1
latestOpenAPI 3.1.02026-07-2432337285.3 KBAccounts
Update Account
Partially update an existing account.
Only the fields provided in the request body will be modified; all other fields will remain unchanged.
patch/{account_id}/
Path parameters
account_idstring required
Headers
x-company-idinteger
ID of a child company for authentication. If not provided, the parent company will be authenticated.
ID of a child company for authentication. If not provided, the parent company will be authenticated.
Request body
Example request
{
"products": [
"PAYOUTS",
"PAYINS",
"INTERNAL_TRANSFER"
]
}Response
Successful Response