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

Organization access token with profiles.write

OAuth access with profiles.write

Path Params
string
required

Provide the ID of the related profile.

Body Params
string | null

The profile's name, this will usually reflect the trade name or brand name of the profile's website or application.

string | null

The URL to the profile's website or application. Only https or http URLs are allowed. No @ signs are allowed.

string | null

The email address associated with the profile's trade name or brand.

If the domain contains non-ASCII characters, encode it as Punycode per RFC 3492.

string | null

The phone number associated with the profile's trade name or brand.

string | null

The products or services offered by the profile's website or application.

countriesOfActivity
array of strings | null

A list of countries where you expect that the majority of the profile's customers reside, in ISO 3166-1 alpha-2 format.

countriesOfActivity
string | null

The industry associated with the profile's trade name or brand. Please refer to the business category list for all possible options.

Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/hal+json