Issue new Punch Card
Issue a new Punch Card to a customer.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the Punch Card to issue a new card for
Body
ID of the customer to issue the Punch Card to
"cst_abc12345def678"
Response
The issued Bought Punch Card
A bought punch card
ID of the bought punch card, always starting with pcb_.
"pcb_abc12345def678"
ID of the punch card which is bought
"pcd_abc12345def678"
ID of the customer who owns this bought punch card
"cst_abc12345def678"
Indicates how many punches are left before the card is fully used
17
Actual status of the bought card. Can be active, expired or fully_used.
"active"
Date and time when the bought card will expire, written in ATOM format. Remains null when the card will not expire at all.
"2028-11-19T21:00:00+02:00"
Date and time when the card was issued to or bought by the customer. Written in ATOM format.
"2025-11-19T21:00:00+02:00"
