You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a eurail/interrail pass is purchased the retailer might want to know the pass status (activated/blocked/declined). This is part of fullfilment I guess. Which field could we use as Eurail to show this status. The pass status is no correlated when it can be used, customer can activate it within 11 months after purchase, this is done via de Eurail app.
The text was updated successfully, but these errors were encountered:
PATCH /fulfillments/{id} is here to apply the activation of a day of the pass.
Fulfillment.status indicates overall validity of the pass, e.g. if it was issued (fulfilled), used for the first time (activated), refunded, exchanged, ...
Fulfillment.availableUsage indicates remaining validity of the pass (remaining dates, zones, etc., date range of validity)
If there are any missing information, please, file an issue for that. Passes definitely need more refinement in the API. They haven't been implemented by many parties yet so we collect the experience.
When a eurail/interrail pass is purchased the retailer might want to know the pass status (activated/blocked/declined). This is part of fullfilment I guess. Which field could we use as Eurail to show this status. The pass status is no correlated when it can be used, customer can activate it within 11 months after purchase, this is done via de Eurail app.
The text was updated successfully, but these errors were encountered: