RCUR

Customers

Create customer

post https://rcur.app/api/v2/customers

Requires your API key as Authorization: Bearer <key>. See authentication.

Request body

application/json

Customer data

  • number string

    Customer number

  • first_name string required

    First name

  • last_name string required

    Last name

  • email string required

    Email address

  • organization_name string

    Organization name

  • phone string

    Phone number

  • address string

    Street address

  • postal_code string

    Postal code

  • city string

    City

  • country string

    ISO 3166-1 alpha-2 country code

  • vat_number string

    VAT number

  • locale string

    One of nl en fr de es

Responses

200 Customer details Customer object
  • id string required
  • number string nullable
  • first_name string required
  • last_name string required
  • email string required
  • phone string nullable
  • organization_name string nullable
  • address string nullable
  • postal_code string nullable
  • city string nullable
  • country string nullable
  • vat_number string nullable
  • locale string nullable

    One of nl en fr de es

  • mollie_customer_id string nullable
  • created_at string required
201 Customer created Customer object
  • id string required
  • number string nullable
  • first_name string required
  • last_name string required
  • email string required
  • phone string nullable
  • organization_name string nullable
  • address string nullable
  • postal_code string nullable
  • city string nullable
  • country string nullable
  • vat_number string nullable
  • locale string nullable

    One of nl en fr de es

  • mollie_customer_id string nullable
  • created_at string required
422 Validation error ValidationError object
  • status integer required
  • error string required
  • fields object
Try it Send this request with your own API key

Requests run against the live data of the organization that owns the key. This POST request changes that data.