v1

latestOpenAPI 3.1.0CC-BY-NC-SA-4.02026-07-2413803.8 MB
Onboarding API

Submit onboarding data

⚠️ We no longer recommend implementing this endpoint. Please refer to the Client Links API instead to kick off the onboarding process for your merchants.

Submit data that will be prefilled in the merchant's onboarding. The data you submit will only be processed when the onboarding status is needs-data. Information that the merchant has entered in their dashboard will not be overwritten.

🔑 Access with

Advanced access token with onboarding.write

OAuth access with onboarding.write

post/v2/onboarding/me

Request body

Example request

{
  "organization": {
    "name": "Mollie B.V.",
    "address": {
      "streetAndNumber": "Keizersgracht 126",
      "postalCode": "1015 CW",
      "city": "Amsterdam",
      "country": "NL"
    },
    "registrationNumber": "30204462",
    "vatNumber": "NL815839091B01",
    "vatRegulation": "dutch"
  },
  "profile": {
    "name": "Mollie",
    "url": "https://www.mollie.com",
    "email": "info@mollie.com",
    "phone": "+31208202070",
    "description": "Payment service provider",
    "businessCategory": "MONEY_SERVICES"
  }
}

Response

An empty response.