SalePayout
Your payout for a sale and its transfer timeline.
- amountType: object · Moneynullablerequired
What you receive for this order, after the seller fee and any CardNexus Shield shipping-insurance premium.
nulluntil it is calculated.- 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. - paidType: string · DateStringFormat: date-timenullable
Out At requiredWhen the payout was transferred to you.
nulluntil paid out.
Examples
{
"amount": {
"amount": 12.05,
"currency": "EUR"
},
"eligibleAt": "2026-06-21T09:12:00.000Z",
"paidOutAt": null
}