Vibes currently supports wallet items for both Apple and Android, but due to the differences between the operating systems on which these items live, the Apple and Android wallet items must be created and updated separately. The Android API allows you to retrieve, create, and update templates for Android users.
The Android Wallet Templates API allows you to update, retrieve and create templates for Google Wallet (formerly known as Android Wallet). You can find the iOS documentation here.
Available API Methods
Parameters for URL
Parameter | Description |
---|---|
token | Campaign SmartLink token |
company_key | Company’s key |
wallet_object_template_id | Unique identifier for the wallet_object_template to be retrieved |
Elements & Attributes
Elements | Description | Required | Format/example |
---|---|---|---|
| A string to describe the wallet object | yes | "title": <a_string> |
| A string for the name of the merchant the loyalty card/offer is valid for | yes | "provider": <a_string> |
| A string that is usually the company for the wallet object | yes | "issuer”: <a_string> |
| A hash for the loyalty_points field
| no | loyalty_points": { |
| A hash for the
| no | "secondary_loyalty_points": { |
| A string for the | no | "hero_image": <a_string> |
| A string for the | yes | "logo": <a_string> |
| A string for the | no | "strip_image": <a_string> |
| An array of dynamic strip images with a | no | "strip_images": s] |
| A hash for describing the barcode on a | yes | "barcode": { |
| A hex value for the background color
| no | "background_color": <a_string> |
| A string that will be sent on a smart tap | no | "nfc_message": <a_string> |
| A hash representing the account field on the | no | "account": { |
| A hash representing the rewards tier section of the | no | "rewards_tier": { |
| An array of hashes for the subinfo section of the | no | "subinfo": meters] |
| An array of hashes for the text area of the | no | "text_area": ters] |
| An array of hashes for the messages section of the | no | "messages": eters] |
| An array of hashes for the links section of the wallet_object | no | "links": rameters] |