Rewards
This section details how to leverage Shaype's integration with our current customer rewards provider. Please contact our CSM team to get access to this functionality.
We currently provide an option to register your customers card with our partner PokitPal. You will be able to provide your customers CardId and we will manage sending the sensitive card information securely to PokitPal so that your customer can start to generate rewards on their spending via PokitPal's merchant relationships.
To enrol a card in PokitPal Rewards call POST/cards/{cardId}/rewards endpoint.
Sample Payload
{
"status": "ACTIVE"
}
API Guidance
The API we provide will confirm when a duplicate request is made and this feedback is in the HTTP code responses.
HTTP response Code | Outcome |
---|---|
200 | The card is ACTIVE in PokitPal but the card was previously added |
201 | The card is now ACTIVE in PokitPal |
Updated about 2 months ago