v1
latestOpenAPI 3.1.0CC-BY-NC-SA-4.02026-07-2413803.8 MBProfiles API
Update profile
Update an existing profile.
Profiles are required for payment processing. Normally they are created and updated via the Mollie dashboard. Alternatively, you can use this endpoint to automate profile management.
🔑 Access with
Advanced access token with profiles.write
OAuth access with profiles.write
patch/v2/profiles/{profileId}
Request body
Example request
{
"name": "My new website name",
"website": "https://example.com",
"email": "test@mollie.com",
"phone": "+31208202071",
"description": "My website description",
"countriesOfActivity": [
"NL",
"GB"
],
"businessCategory": "OTHER_MERCHANDISE",
"mode": "live"
}