Accounts
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.