Commissions
Create Commission
This endpoint creates a commission.
POST
Base URL https://api.tolt.com
Body Parameters
number
The commission amount in cents
string | null - optional
The ID of the customer associated with this commission. Omit this field or set it to
null to create a commission without a customer.string - optional
Program ID for the commission. Required when
customer_id is omitted or null.string - optional
Partner ID for the commission. Required when
customer_id is omitted or null.string - optional
Associated transaction identifier
string - optional
Associated charge identifier
string - optional
Source of the commission
string - optional
Commission status. Valid values are: ‘pending’, ‘approved’, ‘paid’,
‘rejected’, ‘refunded’
number - optional
The revenue amount in cents
string - optional
ISO 8601 timestamp of when the commission was created
Response
boolean
Whether the request was successful
array[object]

