Skip to main content
POST
Create vendor payroll quotes

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 quotes are 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_payment_quotes
object[]
required
Minimum array length: 1

Response

200 - application/json

Vendor payroll quotes created.

company_quotes
object[]
vendor_quotes
object[]
fees
object