Developer Documentation (API)
- Authentication
- PHP Package
- V2 Endpoints
- Pass Templates
- Get a list of templates
- Describe the structure of a pass template
- Create a new template
- Update a template
- Patch a template
- Publish changes of a template
- Get information about fields of a pass-template only
- Schedule a Push Notification
- List scheduled notifications of a template
- Delete a scheduled Push Notification
- Copy a Pass Template
- Delete a Pass Template
- Create an iFrame Integration for a Template
- Create an URL Integration for a Template
- Passes
- REST Hooks
- Validating passes
- Deprecated endpoints
PHP Package
There’s a PHP Package for the Flow Framework available that you can either use in your own Flow projects or check out code samples.
The git Repository is available here: gifttowallet.Api.Client
The PHP Class where the actual API calls are made is this one: Gift to Wallet Service
In case you’re using Composer you can add the package to your project by running the following command:
composer require gifttowallet/api-client