Member bookings and transactions
Authenticated loyalty members can access their bookings and transactions, which are automatically recorded against their membership during an order.
In-progress orders
Creating and populating new orders for a loyalty member works in the same way as described in Orders.
The only difference is that the loyalty authentication cookie or token should be included for all API requests associated with the order.
Upcoming bookings
Use the GetCurrentJourneysForMember endpoint to get the list of upcoming journeys for the authenticated member.
Past bookings
Use the GetPastJourneysForMember endpoint to get the list of past journeys for the authenticated member.
Loyalty transactions
Use the GetMemberTransactions endpoint to get the list of loyalty transactions made by the authenticated member.
This endpoint supports pagination via the limit
and offset
query parameters.