This call sets a custom price for a Wallet pass. The Wallet pass status will be updated to unpaid.
NOTE: The corresponding pass template needs to have payment configured and enabled

Resource URL

https://api.passslot.com/v1/passes/:passTypeIdentifier/:serialNumber/price

Example Request

Request

PUT https://api.passslot.com/v1/passes/pass.example.id1/27f145d2-5713-4a8d-af64-b269f95ade3b/price

{
    "price": 9.15,
}

Response

{
    "price": 9.15,
}

Resource Information

HTTP Method PUT
API Version 1
Requires Authentication? Yes
Request Format JSON
Request Object Price Object
Response Format JSON
Response Object Price Object