Elevate Your Ticketing Experience with mycashless API
Join the digital revolution with mycashless API. Say goodbye to lost sales and embrace the power of cashless® access and payments. Be part of the growing community of over 1500 events and food and beverage operations leveraging our technology.
Getting Started
To start your journey towards a seamless ticketing experience, you will need the following access data:
- Sandbox URL
- API Key
- Event UID
Event Statistics Dashboard
Stay on top of your event’s performance with the web interface:
- URL: https://mycashless.com/dashboard/admin
- Username
- Password
Adding Ticket Type to Catalog
Add a new ticket type to the catalog using the POST request:
POST /companies/ticket
Body:
{
“event_uid”: “xxxxxxx”,
“name”: “Ticket type 2”,
“price”: 0,
“ticket_date”: “2025-01-06T18:00:23.000”
}
Headers:
“api_key”: “xxxxxxx”
Sending Tickets
Deliver a seamless ticketing experience to your customers using the POST request:
POST /companies/transfer
Body:
{
“event_uid”: “xxxxxxx”,
“balance”: 0,
“promo_balance”: 0,
“email”: “[email protected]”,
“ticket_uid”: “aeee0b676921403b9ab9769c0c8b9715”,
“company_ticket_id”: “be5d34cd”,
“additional_info”:
{
“access_gate”: “Gate B”,
“seat_number”: “b12”
}
}
Headers:
“api_key”: “xxxxxx”
Webhook Payload
Stay updated with real-time notifications when a ticket is used:
{
“event_uid”: “xxx”,
“transfer_uid”: “xxx”,
“user_email”: “xxx”,
“company_ticket_id”: “xxx”,
“status”: “USED”,
“used_timestamp”: “2022-12-26T12:00:00.000”
}
Ticket Holder Journey
Delight your customers with a seamless ticketing journey. They will receive a dChip URL by mail at the registered email, download and install dChip, complete their profile, and see the tickets they have purchased.
Handling Multiple Tickets
Our platform intelligently groups multiple tickets with the same email address into one dChip URL. Remember, less is more – send just one email to the ticket holder.
Duplicate Tickets
We value uniqueness. If our API receives a ticket with a company_ticket_id that has already been used, it will respond with an error.
Join the mycashless revolution today and elevate your ticketing process!
You wanna get more info? Schedule a call with our Principal Engineer