Skip to main content
POST
Create vendor payroll

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string
required

Unique key for idempotent write requests.

Body

application/json
company_id
string
required

Company ID that the vendor payroll is being created for.

funding_currency
string
required

Currency of the wallet used for funding.

Example:

"USD"

funding_method
string
required

Concrete wallet funding method ID.

Example:

"custodial_account_123"

vendor_payments
object[]
required
Minimum array length: 1
name
string

Optional display name for the vendor payroll.

Response

200 - application/json

Vendor payroll created.

payroll_id
string
name
string
payment_mode
string
Example:

"vendor"

currency
string
volume_input_in_input_currency
number<double>
created
string<date-time>