Make changes to a previously created iOS mobile wallet template using its passbook_template_id
and the its associated campaign's SmartLink token.
Request
In the body of the request, include any of the parameters you’d like to update. Anything that is omitted will remain as-is. See the elements & attributes table for a list of all the elements you can update.
Adding dynamic strip images
If you would like to customize strip images for your users, you can add additional strip images to your wallet templates using the strip_images
array of objects. This will not change the default strip image, but will allow you to update wallet items using the assigned IMAGE_CODE
.
To be sure the image is properly parsed, add a token to the source_url
that defines the file's extension (example: &extension=.png
). See an example below:
{
"strip_images": [
{
"source_url": "https://fakeurl.com/p/rp/abcdefghijkl.png?mi_points=1285&mi_name=George&extension=.png",
"image_code": "DYNAMIC"
}
]
}