SalePayout
Your payout for a sale and its transfer timeline.
- amountType: object · Moneynullablerequired
What you receive for this order, after the seller fee.
nulluntil it is calculated.A monetary amount as a decimal in the currency's major unit paired with its currency code —
{ amount: 14.99, currency: "USD" }means $14.99.- amountType: numberrequired
Decimal amount in the currency's major unit (e.g.
5.23for €5.23). 2 decimal places for EUR/USD/GBP/CHF/CAD/AUD. - currencyType: string enumrequiredvalues
- U
S D US Dollar.
- E
U R Euro.
- G
B P British Pound.
- C
A D Canadian Dollar.
- C
H F Swiss Franc.
- eligibleType: string · DateStringFormat: date-timenullable
At requiredWhen the payout becomes eligible for transfer.
nullwhen not yet set.An ISO 8601 date-time in UTC, e.g.
2024-08-14T10:23:11.000Z. - paidType: string · DateStringFormat: date-timenullable
Out At requiredWhen the payout was transferred to you.
nulluntil paid out.An ISO 8601 date-time in UTC, e.g.
2024-08-14T10:23:11.000Z.
Examples
{
"amount": {
"amount": 12.05,
"currency": "EUR"
},
"eligibleAt": "2026-06-21T09:12:00.000Z",
"paidOutAt": null
}