v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

getEndCustomerDetailsOps end_customer

Get end customer details for ops

get/ops/end-customers/{id}

Path parameters

idstring regexp required

end-customer ID

Example:739b63c2-9e58-4964-b38d-4ebb424de242

end-customer ID

Response

OK response.

company_registration_numberstring

end-customer Company Registration Number

contractual_entitystring

PSP contractual entity

currencystring required

end customer currency

email_domainstring required

end-customer email domain

groupstring

end-customer group

idstring regexp required

end-customer ID

in_migrationboolean required

is the end-customer currently being migrated

is_newboolean required

end-customer is new

languagestring required

end-customer language

namestring required

end-customer name

not_vat_registeredboolean

end-customer declared it has no VAT number

psp_providerstring required

stripe

risk_statusstring

end-customer risk status

tax_numberstring

end-customer tax number

type'Sole proprietorship' | 'Partnership' | 'Corporation' | 'Limited Liability Company (LLC)'

Type of the company (required for US)

vat_numberstring

end-customer VAT number

Example response

{
  "billing_address": {
    "city": "abc123",
    "country_code": "DE",
    "line1": "abc123",
    "line2": "aaa",
    "postal_code": "abc123",
    "region": "abc123"
  },
  "company_registration_number": "abc123",
  "contractual_entity": "abc123",
  "currency": "abc123",
  "email_domain": "abc123",
  "end_users": [
    {
      "email": "abc123",
      "first_name": "abc123",
      "id": "739b63c2-9e58-4964-b38d-4ebb424de242",
      "is_new": false,
      "last_name": "abc123",
      "phone_number": {
        "country_code": "abc123",
        "country_prefix": "abc123",
        "international_format": "abc123",
        "national": "abc123",
        "number": "abc123"
      },
      "phone_type": "abc123"
    }
  ],
  "group": "abc123",
  "id": "739b63c2-9e58-4964-b38d-4ebb424de242",
  "in_migration": false,
  "is_new": false,
  "language": "abc123",
  "name": "abc123",
  "not_vat_registered": false,
  "psp_provider": "abc123",
  "risk_status": "abc123",
  "tax_number": "abc123",
  "type": "Partnership",
  "vat_number": "abc123"
}