Skip to main content
GET
Get one ResellerPayout
A ResellerPayout records a payment made to or received from a reseller partner, tracking payout amounts, dates, and associated invoices.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the ResellerPayout-Read role.

Path Parameters

integer
required
The Id of the ResellerPayout record to retrieve.

Code Examples

Response

200

integer
ID of the reseller linked to this record.
integer
ID of the reseller user associated with this record.
string
Display name of the linked reseller user full (read-only).
integer
ID of the reseller currency associated with this record.
string
The reseller currency code value for this reseller payout.
boolean
Whether approved is enabled.
boolean
Whether paid out is enabled.
string
Date/time value for paid out date.
string
The paid out reference value for this reseller payout.
number
The amount value for this reseller payout.
string
The error description value for this reseller payout.
string
Date/time value for last payment attempt.
string
Current file name of the reseller invoice data (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the reseller invoice data.
boolean
Set to true to remove the current reseller invoice data file.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response