Skip to main content
POST
Create payer

Authorizations

Authorization
string
header
required

API key authentication. Include your access token as: Authorization: Basic <ACCESS_TOKEN>

Body

application/json
user_id
string
required
company_type
enum<string>
required
Available options:
employer,
client
payroll_invoice_currency
enum<string>
required

Must be EUR for Partner API payers.

Available options:
EUR
name
string
required

Payer company name.

website
string
required
email
string<email>
required
occupation
string

Employer only.

payment_amount
string

Employer only.

street_address
string

Client only.

street_address_2
string

Client only.

city
string

Client only.

region
string

Client only.

zip
string

Client only.

country
string

Client only. 2-character ISO country code.

Response

200 - application/json

Payer created.

external_company_id
string