Apple Reward Transactions

  • After the reminders notification, if a condition is met (provision completed or spent on Apple Pay token), Shaype platform will post a notification with the type APPLE_PAY_REWARD_FOR_CUSTOMER, indicating that the client should carry out the reward transaction to their customer's account.
  • This rewards notifications is client configurable, so it can be enabled/disabled
  • To reward the customer, clients must leverage the Create Credit Transaction for an Account API to funding the account. To complete the funding, we ask you to use the APPLE_REWARD value in the transactionChannel field in the request to the endpoint.

📘

Google has no requirement for providing incentives or rewards to the customer, only reminders.

📘

Apple Pay Incentives are Account level. For Joint Accounts with multiple customers the account will only receive one reward.

Apple Reward Notification Event

{
  "customerHayId": "203d1dda-5665-440a-a757-102519fb0da8",
  "idempotencyKey": "bf3506c2-3781-44b8-8304-e1cc89e10ad2",
  "type": "APPLE_PAY_REWARD_FOR_CUSTOMER",
  "applePayRewardForCustomerEvent": {
    "accountId": "b91826b8-78f2-4d36-bfb4-a4139cee591e",
    "cardId": "bac20509-f094-470d-a65f-794b58e88f37"
  }
}