Prizes
/Get Customer Prizes
Get Customer Prizes
https://api.vivamo.co/v1/customers/{externalCustomerId}/prizes
Retrieve prize records for a customer. Defaults to the current calendar year. Pass taxYear to retrieve records from a different year. Results are sorted by date won, most recent first.
Path parameters
externalCustomerIdstringRequired
The customer identifier you provided when creating the record.
Query parameters
taxYearinteger
Filter by tax year. Defaults to the current year if omitted.
Required range: 2000 <= x <= 2100
Response
List of prize records.
prizesarray of objectpersonalTaxTypestringbingostringhorse_racingstringtaxYearintegerstatusstringrecordedstringsubmittedstringfiledstringreportableWinningsnumberdateWonstringtypeOfWagerstringfederalIncomeTaxWithheldnumberracestringwinningsFromIdenticalWagersnumberwagerAmountnumberticketOrCardNumberstringpayerInitialsstringpayerLocationstringcashierOrWindowstringcreatedAtstring
A W-2G prize record for a customer.
The operator's personal tax type.
Tax year derived from the `dateWon` field.
Examples:2026
Current filing status of the prize record.
Examples:recorded
IRS Box 1: gross winnings amount.
Examples:1500
IRS Box 2: date the prize was won.
Examples:2026-02-15T00:00:00.000Z
IRS Box 3: type of wager (e.g. `bingo`, `horse_racing`).
Examples:bingo
IRS Box 4: federal income tax withheld. Defaults to `0`.
IRS Box 6: race name. Required for horse racing prizes.
IRS Box 7: winnings from identical wagers.
Wager amount. Used for the 300x multiplier validation on horse racing prizes.
IRS Box 5: ticket or card number. Required for bingo prizes.
Examples:TICKET-001
IRS Box 8: first person to initiate the payout.
IRS Box 10: window or location where the payout was made.
Cashier or window identifier.
Timestamp when the prize record was created.
Built with