Introduction
A third party gift card is a gift card where the issuer is not a “my organization”. Third party gift cards are issued to a customer via a salesline and they are obtained from a supplier via a purchase line. The seller (my organization) has no control about the validity or the current balance of the gift card. The relevant data of the gift card, like a card number and an activation code are retrieved via a purchase from a gift card supplier and are then handed over to the customer.
How to implement it
The concept is produced by M10955 “Novulo Third Party Giftcards at call templates”. This component creates a dependency with sales, purchases, call templates and drop shipment lines as all of these ingredients are needed for a proper handling of the third party gift card.
Prerequisites
As the process is highly customizable regarding the creation of the sales line (website/POS), the configuration of the supplier API and the communication back to the customer (e-mail, phone, portal) a good understanding of workflows, call template processes and sequential imports is required for a successful set-up.
Example process:
- A customer requests a gift card for a certain amount. A sales line is created, and the sales order is confirmed.
- Now, the actual gift card has to be bought from a supplier. We need a drop shipment for that. Make sure to set up a drop shippable purchase price list item for the supplier of the gift card. The correct supplier is determined via the external drop shipment features of M8877. The process “N_Sales - Dropship all drop shippable sales lines with external supplier (with logging)” handles the determination of the supplier and the creation of the purchase.
- Now the purchase order has to be sent to the supplier. In most cases, this happens via API calls. Make sure to configure the right call templates and link them to the supplier with M10069 “Novulo Purchasing via call templates”. Right before sending the call to the supplier, the process “N_Call - Prepare purchase for sending order with third party gift cards” from M10955 should be executed with a call template process. This ensures that “Third party gift card” records are created. If the purchase line has a quantity of 3, then 3 individual records have to be created, for example. Most suppliers want to know a custom identifier per gift card that is requested. The ID of the third party gift card can be used for that, for example.
- The response of the supplier should contain detailed info about the gift cards. By importing the response based on the unique identifier per card, the data can be stored. It is recommended to use the default processing of responses from M7899 for the import.
- The third party gift cards are automatically linked to their original sales line when they are ensured via “N_Call - Prepare purchase for sending order with third party giftcards”. Therefore, by filtering based on the linked sales line, one can then communicate the gift card data to the customer.
Todo
- Refund logic for third party giftcards