Skip to main content
PATCH
Update a wallet card by unique identifier

Authorizations

Authorization
string
header
required

Path Parameters

brand_id
string
required

Brand Identifier

program_id
string
required

Program Identifier

Query Parameters

person_id
string

Person Identifier

email
string

Email Address, for backwards compatibility, you should be using the unique_id. Only works if the email address is the unique identifier for the brand.

unique_id
string

External unique identifier for the wallet card (recommended). Must match the value stored in passdata.metaData at issue time, such as memberId.

Body

application/json

Fields to update on the wallet pass

person
object
geoLocation
object
ipAddress
string

IP Address

templateTierId
number

The wallet pass tier identifier.

templateId
number

The wallet pass template identifier

programId
number

The wallet pass program identifier

brandId
number

The wallet pass brand identifier

groupId
string

If provided, this group identifier will be used to group the wallet passes together.

currentMessage
string

If provided, the current message for the wallet pass overriding the default message.

passdata
object

Response

Wallet pass updated

message
string