PUT
/
v2.01
/
{ClientId}
/
clients
{
    "TechEmails": [
        "platformtech@example.com"
    ],
    "AdminEmails": [],
    "BillingEmails": [],
    "FraudEmails": [],
    "HeadquartersAddress": {
        "AddressLine1": "Rue des plantes",
        "AddressLine2": "The Oasis",
        "City": "Paris",
        "Region": "Ile de France",
        "PostalCode": "75010",
        "Country": "FR"
    },
    "HeadquartersPhoneNumber": "+330606060606",
    "TaxNumber": "n/a",
    "PlatformURL": "http://mangopay.com/docs/please-ignore",
    "PlatformDescription": "n/a",
    "PrimaryThemeColour": "#afafaf",
    "PrimaryButtonColour": "#ff974b"
}  
{
    "PlatformType": null,
    "ClientId": "sandbox4586",
    "Name": "Platform’s name",
    "RegisteredName": "Platform’s SA",
    "TechEmails": [
        "platformtech@example.com"
    ],
    "AdminEmails": [],
    "BillingEmails": [],
    "FraudEmails": [],
    "HeadquartersAddress": {
        "AddressLine1": "Rue des plantes",
        "AddressLine2": "The Oasis",
        "City": "Paris",
        "Region": "Ile de France",
        "PostalCode": "75010",
        "Country": "FR"
    },
    "HeadquartersPhoneNumber": "+330606060606",
    "TaxNumber": "n/a",
    "PlatformCategorization": {
        "BusinessType": "MARKETPLACE",
        "Sector": "RENTALS"
    },
    "PlatformURL": "http://mangopay.com/docs/please-ignore",
    "PlatformDescription": "n/a",
    "CompanyReference": null,
    "PrimaryThemeColour": "#afafaf",
    "PrimaryButtonColour": "#ff974b",
    "Logo": null,
    "CompanyNumber": "00000000000000000000",
    "MCC": "0742"
}  
This endpoint allows you to update some of your platform information directly via the API.

Body parameters

TechEmails
array
Format: Emails must be ≤ 40 charactersList of email addresses to contact the platform for technical matters. 
Important: If the email length exceeds 40 characters, it will be be impossible to process some payments.
AdminEmails
array
List of email addresses to contact the platform for administrative or commercial matters.
BillingEmails
array
List of email addresses to contact the platform for billing matters.
FraudEmails
array
List of email addresses to contact the platform for fraud and compliance matters.
HeadquartersAddress
object
The address of the platform operator’s headquarters. This parameter must be provided for the platform’s payouts to be processed.
HeadquartersPhoneNumber
string
Max. length: 15 characters; international telephone numbering plan E.164 (+ followed by the country code, then the number)The phone number of the platform operator’s headquarters.
TaxNumber
string
The tax (or VAT) number for the company operating the platform.
PlatformURL
string
The URL of the platform’s website.
PlatformDescription
string
Max. length: 2,000 charactersThe description of what the platform does.
PrimaryThemeColour
string
Hex color codeThe primary color of your branding, which is displayed on some payment pages (e.g., mandate confirmation).
PrimaryButtonColour
string
Hex color codeThe primary color of your branding, which is displayed in call-to-action buttons on some payment pages (e.g., mandate confirmation).

Responses

{
    "PlatformType": null,
    "ClientId": "sandbox4586",
    "Name": "Platform’s name",
    "RegisteredName": "Platform’s SA",
    "TechEmails": [
        "platformtech@example.com"
    ],
    "AdminEmails": [],
    "BillingEmails": [],
    "FraudEmails": [],
    "HeadquartersAddress": {
        "AddressLine1": "Rue des plantes",
        "AddressLine2": "The Oasis",
        "City": "Paris",
        "Region": "Ile de France",
        "PostalCode": "75010",
        "Country": "FR"
    },
    "HeadquartersPhoneNumber": "+330606060606",
    "TaxNumber": "n/a",
    "PlatformCategorization": {
        "BusinessType": "MARKETPLACE",
        "Sector": "RENTALS"
    },
    "PlatformURL": "http://mangopay.com/docs/please-ignore",
    "PlatformDescription": "n/a",
    "CompanyReference": null,
    "PrimaryThemeColour": "#afafaf",
    "PrimaryButtonColour": "#ff974b",
    "Logo": null,
    "CompanyNumber": "00000000000000000000",
    "MCC": "0742"
}  
{
    "TechEmails": [
        "platformtech@example.com"
    ],
    "AdminEmails": [],
    "BillingEmails": [],
    "FraudEmails": [],
    "HeadquartersAddress": {
        "AddressLine1": "Rue des plantes",
        "AddressLine2": "The Oasis",
        "City": "Paris",
        "Region": "Ile de France",
        "PostalCode": "75010",
        "Country": "FR"
    },
    "HeadquartersPhoneNumber": "+330606060606",
    "TaxNumber": "n/a",
    "PlatformURL": "http://mangopay.com/docs/please-ignore",
    "PlatformDescription": "n/a",
    "PrimaryThemeColour": "#afafaf",
    "PrimaryButtonColour": "#ff974b"
}