Welcome to the myPOSPointe Gift Card Services REST API Documentation. This API provides secure, reliable, and seamless integration for third-party applications to access core gift card functionalities. Through these endpoints, users can perform a variety of essential operations, including Balance Check, Reload, Redeem, and other key gift card services. This documentation is intended to assist developers in integrating our gift card services into their own applications efficiently and securely.To start using the myPOSPointe Gift Card Services REST API, you will first need to request a Developer Account. Most of the API endpoints are secured using Basic Authentication, ensuring that sensitive operations are protected. Additionally, certain endpoints, such as the Health Check, are publicly accessible without authentication.Authentication is tied to a Group ID (FranchiseID), which is used to securely access a specific group of stores. This ensures that each franchise can securely manage and interact with its gift card services without interfering with others.You can apply for a developer account using the following Link :For devices using unencrypted cards, an additional layer of security is required before interacting with any endpoint. You must first generate a token for the card by calling the token endpoint and passing the card details. Upon a successful request, the system will return a token, which expires 10 minutes after its creation.This token must be used for all subsequent requests related to the card during that session. By implementing this tokenization method, we ensure an extra layer of security for transactions made with unencrypted cards. Modified at 2024-09-11 10:01:22