POST/api/v2/mor/public/kyb

Submit or resubmit KYB for the API key's MoR merchant.

Authentication

Send your API key in the x-api-key header on every request.

Request body

application/json

Request body fields
FieldTypeRequiredDescription
CompanyNamestringYes
RegistrationNumberstringYes
RegistrationCountrystringYes
IndustrystringYes
IncorporationDatestringNo
WebsitestringYes
BusinessDescriptionstringNo
AddressLine1stringNo
AddressLine2stringNo
CitystringNo
StatestringNo
CountrystringNo
PostalCodestringNo
PhoneNumberstringNo
PhoneCountryCodestringNo
UboInformationobjectNo
Ubosarray of MorKybUboPersonRequestNo

Responses

200 — OK

Example request

curl -X POST "https://{base_url}/api/v2/mor/public/kyb" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"CompanyName":"…","RegistrationNumber":"…","RegistrationCountry":"…","Industry":"…"}'

This page is generated from the live OpenAPI specification and always matches the current API.