# Plum by Xoxoday ## Docs - [Error Handling](https://help-plum.xoxoday.com/API-GUIDE/Concepts/error-handling-1.md) - [Rate Limiting](https://help-plum.xoxoday.com/API-GUIDE/Concepts/rate-limiting.md) - [Webhooks](https://help-plum.xoxoday.com/API-GUIDE/Concepts/webhooks-1.md) - [Implementing Webhooks](https://help-plum.xoxoday.com/API-GUIDE/Concepts/webhooks-1/implementing-webhooks.md) - [Securing Webhooks](https://help-plum.xoxoday.com/API-GUIDE/Concepts/webhooks-1/securing-webhooks.md) - [Airmiles](https://help-plum.xoxoday.com/API-GUIDE/FAQ/airmiles-1.md) - [Mobile Top up](https://help-plum.xoxoday.com/API-GUIDE/FAQ/mobile-top-up.md) - [Overview](https://help-plum.xoxoday.com/API-GUIDE/Getting-Started/overview.md) - [Check List](https://help-plum.xoxoday.com/API-GUIDE/Go-Live-Checklist/check-list.md) - [Authentication - Reward APIs & Reward Links APIs](https://help-plum.xoxoday.com/API-GUIDE/Guides/authentication-2.md) - [Refresh token access token](https://help-plum.xoxoday.com/API-GUIDE/Guides/authentication-2/refresh-token-access-token.md) - [Token Management](https://help-plum.xoxoday.com/API-GUIDE/Guides/authentication-2/token-management-2.md) - [Validating Access Token](https://help-plum.xoxoday.com/API-GUIDE/Guides/authentication-2/validating-access-token.md) - [Authentication - Storefront Integration APIs & Reward Points APIs](https://help-plum.xoxoday.com/API-GUIDE/Guides/authentication-copy.md) - [Refresh token access token copy](https://help-plum.xoxoday.com/API-GUIDE/Guides/authentication-copy/refresh-token-access-token-copy.md) - [Token Management](https://help-plum.xoxoday.com/API-GUIDE/Guides/authentication-copy/token-management-copy.md) - [Validating Access Token](https://help-plum.xoxoday.com/API-GUIDE/Guides/authentication-copy/validating-access-token-copy.md) - [Concepts](https://help-plum.xoxoday.com/API-GUIDE/Guides/concepts-1.md) - [Funding Plum Wallet](https://help-plum.xoxoday.com/API-GUIDE/Guides/funding-your-account.md) - [Managing Cross-Currency Products](https://help-plum.xoxoday.com/API-GUIDE/Guides/managing-currencies.md) - [Xoxoday API — Standard Workflow & Example](https://help-plum.xoxoday.com/API-GUIDE/Guides/rewards-api-standard-workflow.md) - [Reward API](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/reward-api.md) - [Create Your API Key](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/reward-api/create-your-api-key.md) - [Send your first reward](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/reward-api/send-your-first-reward.md) - [Set Up Your Environment](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/reward-api/set-up-your-environment.md) - [Reward Links](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/reward-links.md) - [Create Your API Key](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/reward-links/create-your-api-key-copy-1.md) - [Create Your First Campaign](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/reward-links/create-your-first-campaign.md) - [Send Your First Reward Link](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/reward-links/send-your-first-reward-link-campaign.md) - [Set Up Your Environment](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/reward-links/set-up-your-environment-copy-1.md) - [Reward Points](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/reward-points.md) - [Create Your API Key](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/reward-points/create-your-api-key-copy.md) - [Send your first reward points](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/reward-points/send-your-first-reward-points.md) - [Set Up Your Environment](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/reward-points/set-up-your-environment-copy.md) - [Storefront Integrations](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/storefront-integrations.md) - [Create Your API Key](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/storefront-integrations/create-your-api-key-copy-2.md) - [Step by Step Guide for Storefront Integration](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/storefront-integrations/send-your-first-reward-points-copy.md) - [Set Up Your Environment](https://help-plum.xoxoday.com/API-GUIDE/Quick-Start/storefront-integrations/set-up-your-environment-copy-2.md) - [About Reward Link APIs](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Link-API/about-xoxolink-apis.md) - [Authentication](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Link-API/authentication-1.md) - [Refresh Token](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Link-API/authentication-1/refresh-token-2.md): Get a new access token using your refresh token. Every call issues a brand-new refresh token — the old one is immediately invalidated. Always persist the new refresh token from the response. - [Validate Token](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Link-API/authentication-1/validate-token-2.md): Validate whether the current `access_token` is still active. Pass the Bearer token in the `Authorization` header. - [Generate Link API](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Link-API/generate-link-api.md): Generate reward links in bulk without needing recipient email addresses. Ideal for reward automation where links are distributed via your own channels. - [Get Campaign Details API](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Link-API/get-campaign-details-api.md): Fetch the products/vouchers included in a specific campaign by campaign ID. - [Get Campaigns API](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Link-API/get-campaigns-api.md): Get the list of all reward link campaigns created from the dashboard. Supports pagination and filtering by name or enabled status. - [Send Link API](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Link-API/send-link-api.md): Generate a unique reward link per recipient and deliver it to their inbox. Ideal for automating reward distribution with email notifications. - [About Reward Points API](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Points-API/about-reward-points-api.md) - [Authentication](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Points-API/authentication-copy-1.md) - [Refresh Token](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Points-API/authentication-copy-1/refresh-token-1.md): Get a new access token using your refresh token. Every call issues a brand-new refresh token — the old one is immediately invalidated. Always persist the new refresh token from the response. - [Validate Token](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Points-API/authentication-copy-1/validate-token-1.md): Validate whether the current `access_token` is still active. Pass the Bearer token in the `Authorization` header. - [Cancel Points API](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Points-API/cancel-points-api.md): Cancel previously issued points for one or more recipients using their unique transaction ID. - [Creating User Tokens using Company Token](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Points-API/creating-user-tokens-using-company-token.md): Exchange a Company Bearer token for a User-scoped access token. Pass your Company-level Bearer token in the `Authorization` header. The response returns a full token set scoped to the specified user session. - [Fetch Points API](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Points-API/fetch-points-api.md): Fetch the current reward points balance for a specific user. Can be used to display balances inside your own UI. - [Send Points API](https://help-plum.xoxoday.com/API-PLAYGROUND/Reward-Points-API/send-points-api.md): Credit reward points to one or more recipients from the Super Admin wallet. - [Airmiles API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/airmiles-api.md) - [Get Airmiles Catalog API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/airmiles-api/get-airmiles.md): Fetch a paginated list of available airmiles programs to transfer miles. Must pass `"categoryType": "miles"` in the request body. Pass `"exchangeRate": 1` to include FX rates in the response. - [Get Filter API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/airmiles-api/get-filter-api-airmiles.md): Retrieve available filters for the airmiles catalog. Pass empty values to get all filters. `includeFilters` and `excludeFilters` only take effect when `filterGroupCode` is also provided. - [Get Order Details API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/airmiles-api/get-order-details-airmiles.md): Fetch details for a specific airmiles order using either `poNumber` or `orderId`. - [Get Order History](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/airmiles-api/get-order-history-airmiles.md): Fetch historical airmiles orders within a date range. - [Get Payment Report API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/airmiles-api/get-payment-report-airmiles.md): Fetch payment/transaction history within a date range. - [Get Balance API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/airmiles-api/getbalance.md): Fetch the available balance in your Admin wallet. Parameters are passed as **URL query string** for this endpoint, not as a JSON body. - [Place Order API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/airmiles-api/place-airmiles-order.md): Place an airmiles order. A unique `poNumber` must be sent per order. `userMeta.loyaltyMemberId` is required for miles transfer to the correct loyalty program account. - [Authentication](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/authentication.md) - [Refresh Token](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/authentication/refresh-token.md): Get a new access token using your refresh token. Every call issues a brand-new refresh token — the old one is immediately invalidated. Always persist the new refresh token from the response. - [Validate Token](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/authentication/validate-token.md): Validate whether the current `access_token` is still active. Pass the Bearer token in the `Authorization` header. Note: `expires_in` is in seconds. - [Charity API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/charity.md) - [Charity FAQ](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/charity/faq.md) - [Get Balance API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/charity/get-balance-api-3.md): Fetch the available balance in your Admin wallet. - [Get Charity API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/charity/get-charity.md): Fetch a paginated list of available charity organizations from the catalog. Pass `"exchangeRate": 1` to include FX rates in the response. - [Get Filters API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/charity/get-filters-api-1.md): Retrieve available filters for the charity catalog. Pass empty values to get all filters. `includeFilters` and `excludeFilters` only take effect when `filterGroupCode` is also provided. - [Get Order Details API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/charity/get-order-details-api-2.md): Fetch details for a specific charity order using either `poNumber` or `orderId`. - [Get Order History API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/charity/get-order-history-api-1.md): Fetch historical charity orders within a date range. - [Get Payment Report API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/charity/get-payment-report-api-2.md): Fetch payment/transaction history within a date range. - [Place Order API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/charity/place-order-api-1.md): Place a charity donation order. A unique `poNumber` must be sent per order. - [Giftcard API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/giftcard-api.md) - [Get Balance API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/giftcard-api/get-balance-api.md): Fetch the available balance in your Admin wallet. - [Get Filters API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/giftcard-api/get-filters-api.md): Retrieve available filters for the voucher catalog. Pass empty values to get all filters. `includeFilters` and `excludeFilters` only take effect when `filterGroupCode` is also provided. - [Get Order Details API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/giftcard-api/get-order-details-api.md): Fetch details for a specific order using either `poNumber` or `orderId`. Do not use this to poll delayed order status — use webhooks instead. - [Get Order History API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/giftcard-api/get-order-history-api.md): Fetch historical orders within a date range. Use a high `limit` and `page: 1` to retrieve all orders in the specified timeframe. - [Get Payment Report API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/giftcard-api/get-payment-report-api.md): Fetch payment/transaction history within a date range. - [Get Vouchers API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/giftcard-api/get-vouchers-api.md): Fetch a paginated list of vouchers from the Xoxoday catalog with optional filters and sorting. Pass `"exchangeRate": 1` to include FX rates in the response. Cache this response in your database and refresh periodically. - [Place Order API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/giftcard-api/place-order-api.md): Place an order for a voucher. A unique `poNumber` must be sent for every unique order to prevent duplicates. Maximum response time for realtime products is 120 seconds. If you receive a 5xx error, call Get Order Details with the `poNumber` to check if an order was created before retrying. - [Lounge API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/lounge.md) - [Get Lounge Catalog](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/lounge/fetch-lounge-catalog.md): Fetch a paginated list of available lounges across the globe. Must pass `"categoryType": "lounge"` in the request body. Pass `"exchangeRate": 1` to include FX rates in the response. - [Get Balance API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/lounge/get-balance-api-2.md): Fetch the available balance in your Admin wallet. Parameters are passed as **URL query string** for this endpoint, not as a JSON body. - [Get Filter API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/lounge/get-filter-api.md): Retrieve available filters for the lounge catalog. Pass empty values to get all filters. `includeFilters` and `excludeFilters` only take effect when `filterGroupCode` is also provided. - [Get Order Details API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/lounge/get-order-details-api-1.md): Fetch details for a specific lounge order using either `poNumber` or `orderId`. Do not use this to poll delayed order status — use webhooks instead. - [Get Order History](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/lounge/get-order-history.md): Fetch historical lounge orders within a date range. - [Get Payment Report API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/lounge/get-payment-report-api-1.md): Fetch payment/transaction history within a date range. - [Place Order API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/lounge/place-order.md): Place a lounge order. A unique `poNumber` must be sent per order. `loungeData` is required for DragonPass/partner fulfillment. Max quantity is `1` per order. - [Merchandise API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/merchandise.md) - [Get Balance API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/merchandise/get-balance-api-4.md): Fetch the available balance in your Admin wallet. - [Get Filter API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/merchandise/get-filter-api-1.md): Retrieve available filters for the merchandise catalog. Pass empty values to get all filters. `includeFilters` and `excludeFilters` only take effect when `filterGroupCode` is also provided. - [Get Merchandise API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/merchandise/get-merchandise-api.md): Fetch a paginated list of available merchandise products from the catalog. Must pass `"categoryType": "merchandise"` in the request body. - [Get Order Details API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/merchandise/get-order-details-api-3.md): Fetch details for a specific merchandise order using either `poNumber` or `orderId`. - [Get Order History API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/merchandise/get-order-history-api-2.md): Fetch historical merchandise orders within a date range. - [Get Payment Reports API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/merchandise/get-payment-reports-api.md): Fetch payment/transaction history within a date range. - [Place Order API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/merchandise/place-order-api-2.md): Place a merchandise order. A unique `poNumber` must be sent per order. Shipping details are required and passed as flat fields directly inside `data`. - [Mobile Top Up API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/mobile-top-up-api.md) - [Get Balance API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/mobile-top-up-api/get-balance-api-5.md): Fetch the available balance in your Admin wallet. Parameters are passed as **URL query string** for this endpoint, not as a JSON body. - [Get Filter API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/mobile-top-up-api/get-filter-api-2.md): Retrieve available filters for the mobile top-up catalog. - [Get Mobile Top Up Catalog](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/mobile-top-up-api/get-mobile-top-up-catalog.md): Fetch available mobile top-up products. Pass `"categoryType": "topup"`. Use `parentProductId` to scope results to a specific operator's denominations. - [Get Order Details API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/mobile-top-up-api/get-order-details-api-4.md): Fetch details for a specific top-up order using either `poNumber` or `orderId`. - [Get Order History API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/mobile-top-up-api/get-order-history-api-3.md): Fetch historical mobile top-up orders within a date range. - [Get Payment Reports API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/mobile-top-up-api/get-payment-reports-api-1.md): Fetch payment/transaction history within a date range. - [Get Mobile Operator API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/mobile-top-up-api/getmobileoperatorapi.md): Look up the mobile operator for a given phone number. Use the returned operator info to select the correct top-up product. - [Place Order API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/mobile-top-up-api/place-order-api-3.md): Place a mobile top-up order. `userMeta` with recipient phone details is required. Set `performOperatorValidation: 1` to validate the operator before placing the order. - [Perks API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/perks-api.md) - [Fetch Filter API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/perks-api/get-filter-api-3.md): Retrieve available filters for the perks/offers catalog. - [Fetch Offers API](https://help-plum.xoxoday.com/API-PLAYGROUND/Rewards-API/perks-api/get-vouchers-api-copy.md): Fetch a paginated list of available perks/offers from the catalog. - [About Storefront Integration](https://help-plum.xoxoday.com/API-PLAYGROUND/Storefront-Integration-API/about-marketplace-integration.md) - [Get Balance API](https://help-plum.xoxoday.com/API-PLAYGROUND/Storefront-Integration-API/api-endpoints-1/get-balance-api-1.md) - [Get Profile API](https://help-plum.xoxoday.com/API-PLAYGROUND/Storefront-Integration-API/api-endpoints-1/get-profile-api.md) - [Refund API](https://help-plum.xoxoday.com/API-PLAYGROUND/Storefront-Integration-API/api-endpoints-1/refund-api.md) - [SSO Redirection API](https://help-plum.xoxoday.com/API-PLAYGROUND/Storefront-Integration-API/api-endpoints-1/sso-redirection-api.md): Authenticate an end-user into Xoxoday's hosted StoreFront via SSO (SAML 2.0). Returns an `ssoToken` which is appended to the StoreFront redirect URL. If the user account does not exist in Xoxoday, one is created automatically. - [Update Redemption API](https://help-plum.xoxoday.com/API-PLAYGROUND/Storefront-Integration-API/api-endpoints-1/update-redemption-api.md) - [Authentication](https://help-plum.xoxoday.com/API-PLAYGROUND/Storefront-Integration-API/authentication-3.md) - [Refresh Token](https://help-plum.xoxoday.com/API-PLAYGROUND/Storefront-Integration-API/authentication-3/refresh-token-3.md): Get a new access token using your refresh token. Every call issues a brand-new refresh token — the old one is immediately invalidated. Always persist the new refresh token from the response. - [Validate Token](https://help-plum.xoxoday.com/API-PLAYGROUND/Storefront-Integration-API/authentication-3/validate-token-3.md): Validate whether the current `access_token` is still active. Pass the Bearer token in the `Authorization` header. - [Account Management FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/Account_Management_FAQs_12423061.md) - [FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/Reporting/FAQs_9395181.md) - [Payments and Wallet](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/Reporting/Payments_9395148.md) - [Plum Gift Cards API Report](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/Reporting/Plum_Gift_Cards_API_Report_9394878.md) - [Reporting FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/Reporting/Reporting_FAQs_12423821.md) - [Reporting](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/Reporting/Reporting_Overview_9394649.md) - [Reward Code Report](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/Reporting/Reward_Code_Report_9394999.md) - [Reward Link Report](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/Reporting/Reward_Link_Report_9395118.md) - [Reward Points Reports](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/Reporting/Reward_Points_Reports_9395141.md) - [Add Admin User](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/User Management/Add_Admin_User_9393966.md) - [Managing Threshold](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/User Management/Managing_Threshold_9394099.md) - [Removing an Admin User](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/User Management/Removing_an_Admin_User_9394337.md) - [Switching Account](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/User Management/Switching_Account_9394352.md) - [Updating Profile & Password](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/User Management/Updating_Profile__Password_9394545.md) - [User Management](https://help-plum.xoxoday.com/HELP-CENTER/Account Administration/User Management/User_Management_9393656.md) - [Account Management FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Account Settings/Account_Management_FAQs_12391878.md) - [Email Domain Authentication Overview](https://help-plum.xoxoday.com/HELP-CENTER/Account Settings/Branding Email Domain Authentication/Email_Domain_Authentication_Overview_9396593.md) - [Email Whitelisting](https://help-plum.xoxoday.com/HELP-CENTER/Account Settings/Branding Email Domain Authentication/Email_Whitelisting_9398552.md) - [Step-by-Step Guide to Authenticate Your Domain](https://help-plum.xoxoday.com/HELP-CENTER/Account Settings/Branding Email Domain Authentication/Step_by_step_guide_to_Authenticate_Your_Domain_9396789.md) - [Troubleshoot Domain Authentication](https://help-plum.xoxoday.com/HELP-CENTER/Account Settings/Branding Email Domain Authentication/Troubleshoot_Domain_Authentication_9398584.md) - [Storefront: A Global Reward Marketplace Overview](https://help-plum.xoxoday.com/HELP-CENTER/Account Settings/Storefront A Global Reward Marketplace/Storefront_A_Global_Reward_Marketplace_-_Overview_9395587.md) - [Storefront Branding Customization](https://help-plum.xoxoday.com/HELP-CENTER/Account Settings/Storefront A Global Reward Marketplace/Storefront_Branding_Customization_9395964.md) - [Campaigns Overview](https://help-plum.xoxoday.com/HELP-CENTER/Campaigns/Campaigns_Overview_9393473.md) - [Create a Reward Code Campaign](https://help-plum.xoxoday.com/HELP-CENTER/Campaigns/Create_a_Reward_Code_Campaign_10225615.md) - [Create a Reward Link Campaign](https://help-plum.xoxoday.com/HELP-CENTER/Campaigns/Create_a_Reward_Link_Campaign_9393611.md) - [Manage Campaigns](https://help-plum.xoxoday.com/HELP-CENTER/Campaigns/Duplicate_or_Disable_a_campaign_11948561.md) - [Campaigns FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Campaigns/FAQs/Campaigns_FAQs_12391388.md) - [Customize Reward Communication](https://help-plum.xoxoday.com/HELP-CENTER/Campaigns/FAQs/Customize_Reward_Communication_12391135.md) - [Delete or Disable a Reward Campaign](https://help-plum.xoxoday.com/HELP-CENTER/Campaigns/Reward Campaign Management/Delete_or_Disable_a_Reward_Campaign_9393652.md) - [Edit a Reward Campaign](https://help-plum.xoxoday.com/HELP-CENTER/Campaigns/Reward Campaign Management/Edit_a_Reward_Campaign_9393648.md) - [Cancellation/Refund](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/FAQs/End Users FAQs/CancellationRefund_10293935.md) - [Create Support Ticket](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/FAQs/End Users FAQs/Create_Support_Ticket_10364344.md) - [Delivery related Issues](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/FAQs/End Users FAQs/Delivery_related_Issues_10293930.md) - [Getting started for End Users FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/FAQs/End Users FAQs/Getting_started_for_End_Users_FAQs_10225703.md) - [Gift Box Queries](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/FAQs/End Users FAQs/Gift_Box_Queries_10293927.md) - [Getting started for Admins FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/FAQs/Getting_started_for_Admins_FAQs_12381338.md) - [Performance and Reliability](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/FAQs/Performance_and_Reliability_12411621.md) - [Account Verification: Overview](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/Getting Started For Admins/Account Verification/Account_Verification_Overview_9388003.md) - [Submitting Brand KYC: Amazon India and Mastercard](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/Getting Started For Admins/Account Verification/Submitting_Brand_KYC_Amazon_India_and_Mastercard_9388221.md) - [Submitting Verification Details](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/Getting Started For Admins/Account Verification/Submitting_Verification_Details_9388186.md) - [Changing Billing Address During Wallet Recharge](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/Getting Started For Admins/Changing_Billing_Address_During_Wallet_Recharge_12838984.md) - [Signing Up](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/Getting Started For Admins/Signing_Up_10363721.md) - [Funding the Account](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/Getting Started For Admins/Wallet Management/Funding_the_Account_10341684.md) - [Payment Methods](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/Getting Started For Admins/Wallet Management/Payment_Methods_9388446.md) - [Wallet Management: Overview](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/Getting Started For Admins/Wallet Management/Wallet_Management_Overview_9388267.md) - [Gift Vouchers - FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/Getting Started For End Users/Gift_Vouchers_-_FAQs_10293922.md) - [Redeem Reward Points](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/Getting Started For End Users/How to Redeem Rewards/Redeem_Reward_Points_10293897.md) - [Reward Code](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/Getting Started For End Users/How to Redeem Rewards/Reward_Code_10293891.md) - [Getting Started for End Users](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/Getting Started For End Users/Signing_UpLogging_In_10226000.md) - [Overview](https://help-plum.xoxoday.com/HELP-CENTER/Getting Started/Overview_10299963.md) - [ActiveCampaign: Overview](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/ActiveCampaign/ActiveCampaign_Overview_9398678.md) - [Creating Automation](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/ActiveCampaign/Creating_Automation_9398733.md) - [Zapier Integration](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Connect_Plum_to_thousands_of_apps_using_Zapier_10225676.md) - [Darwinbox: Overview](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Darwinbox/Darwinbox_Overview_9403819.md) - [Guide to Configure End-points](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Darwinbox/Guide_to_Configure_End-points_9403881.md) - [Forsta (Decipher) Integration](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Forsta_Decipher_Integration_9428640.md) - [Complete Wellness with Fitterfly](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Complete_Wellness_with_Fitterfly_12951805.md) - [Comprehensive Flexibility & Mobility Wellness with STRETCHIT](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Comprehensive_Flexibility__Mobility_Wellness_with_STRETCHIT_14013207.md) - [Comprehensive Flexibility & Mobility Wellness with STRETCHIT](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Comprehensive_Flexibility__Mobility_Wellness_with_STRETCHIT_14013225.md) - [Comprehensive Home Healthcare Made Easy with Portea](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Comprehensive_Home_Healthcare_Made_Easy_with_Portea_12701103.md) - [Comprehensive Wellness with HealthiFy](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Comprehensive_Wellness_with_HealthiFy_13569119.md) - [Comprehensive Wellness with Humm Care](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Comprehensive_Wellness_with_Humm_Care_12951782.md) - [Comprehensive Wellness with Unlock.fit](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Comprehensive_Wellness_with_Unlockfit_13568910.md) - [Dental Care with Clove Dental](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Dental_Care_with_Clove_Dental_13568883.md) - [Digital Healthcare for Employees with Practo](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Digital_Healthcare_for_Employees_with_Practo_13221512.md) - [Employee Wellness Sessions with 1to1 help](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Employee_Wellness_Sessions_with_1to1_help_13221471.md) - [Employee Wellness Support with Samvedna Care](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Employee_Wellness_Support_with_Samvedna_Care_12958092.md) - [Empower Employee Mental Wellness with Your DOST](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Empower_Employee_Mental_Wellness_with_Your_DOST_13568950.md) - [Empower Employee Mental Wellness with Your DOST](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Empower_Employee_Mental_Wellness_with_Your_DOST_14013804.md) - [Empower Employee Wellbeing with TruWorth Wellness](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Empower_Employee_Wellbeing_with_TruWorth_Wellness_13222277.md) - [Empower Women’s Wellness Journeys with Newmi Care](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Empower_Womens_Wellness_Journeys_with_Newmi_Care_12951813.md) - [Fast Diagnostic Testing with Orange Health](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Fast_Diagnostic_Testing_with_Orange_Health_14013780.md) - [Holistic Employee Wellness with YogiFi](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Holistic_Employee_Wellness_with_YogiFi_13221489.md) - [Holistic Fitness & Wellness with Cult.fit](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Holistic_Fitness__Wellness_with_Cultfit_13568955.md) - [Integrated Health & Wellness Solutions with MediBuddy](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Integrated_Health__Wellness_Solutions_with_MediBuddy_13568938.md) - [Master O](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Master_O_14013738.md) - [Personalized Nutrition and Weightloss with Fitelo](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Personalized_Nutrition_and_Weightloss_with_Fitelo_12701094.md) - [Preventive Health Checkups with Healthians](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Preventive_Health_Checkups_with_Healthians_13222268.md) - [Preventive Health Checkups with Thyrocare](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Preventive_Health_Checkups_with_Thyrocare_14013797.md) - [Seamless OPD Coverage for Employees with OPDSure](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Seamless_OPD_Coverage_for_Employees_with_OPDSure_12958082.md) - [Unlock Employee Wellness with Fitpass](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Unlock_Employee_Wellness_with_Fitpass_12700865.md) - [Wellbeing Reimagined with Fitterfly](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Health and Wellness/Wellbeing_Reimagined_with_Fitterfly_13568926.md) - [1-Many Link for Xoxolink’s Reward Automation](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/HubSpot/1-Many_Link_for_Xoxolinks_Reward_Automation_10225649.md) - [Email based Reward Automation](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/HubSpot/Email_based_Reward_Automation_9403738.md) - [Report Dashboard in HubSpot](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/HubSpot/Report_Dashboard_in_HubSpot_9403757.md) - [Send 1-1 reward via Xoxoday Widget](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/HubSpot/Send_1-1_reward_via_Xoxoday_Widget_9398889.md) - [Workflow based Reward Automation](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/HubSpot/Workflow_based_Reward_Automation_11483885.md) - [Integrations FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Integration_FAQs_12391679.md) - [Integrations Overview](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Integration_Overview_9398629.md) - [Integrations Report](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Integrations_Report_10345895.md) - [Other Integrations](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Other_Integrations_9428631.md) - [Anonymous Survey Rewarding](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Qualtrics/Anonymous_Survey_Rewarding_9405116.md) - [Public Survey Rewarding](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Qualtrics/Public_Survey_Rewarding_9404891.md) - [Qualtrics: Overview](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Qualtrics/Qualtrics_Overview_9404769.md) - [Using Qualtrics Workflow Extension to Send Rewards](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Qualtrics/Using_Qualtrics_Workflow_Extension_to_Send_Rewards_9404813.md) - [SAP Client Registration with Xoxoday for Stores Redemption](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/SAP Successfactors/SAP_Client_Registration_with_Xoxoday_for_Stores_Redemption_9420431.md) - [SAP Successfactor: Overview](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/SAP Successfactors/SAP_Successfactor_Overview_9419739.md) - [Salesforce Loyalty Cloud](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Salesforce Loyalty Cloud/Salesforce_Loyalty_Cloud_10660578.md) - [Salesforce Loyalty Onboarding Guide for Xoxoday Plum](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Salesforce Loyalty Cloud/Salesforce_Loyalty_Onboarding_Guide_for_Xoxoday_Plum_10660582.md) - [Create a Flow and Add Trigger Rewards](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Salesforce/Create_a_Flow_and_Add_Trigger_Rewards_9414475.md) - [Getting Started - Xoxoday Plum and Salesforce Integration](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Salesforce/Getting_Started_-_Xoxoday_Plum_and_Salesforce_Integration_9413632.md) - [Redemption Journey for your Recipients](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Salesforce/Redemption_Journey_for_your_Recipients_11494321.md) - [Salesforce Integration](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Salesforce/Salesforce_Overview_9412953.md) - [Send 1-1 reward](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Salesforce/Send_1-1_reward_9414453.md) - [Setting up Salesforce Integration](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Salesforce/Setting_up_Salesforce_Integration_9414377.md) - [Anonymous Survey Automation](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/SurveyMonkey/Anonymous_Survey_Automation_9404237.md) - [Public Survey Automation](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/SurveyMonkey/Public_Survey_Automation_9404150.md) - [SurveyMonkey and Qualtrics Integration](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/SurveyMonkey/SurveyMonkey_Overview_9403976.md) - [Survey Incentive Management with MRBuddies](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Survey_Incentive_Management_with_MRBuddies_12700856.md) - [Zapier + Plum](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Zapier__Plum_9429337.md) - [Automation: Workflow Rules](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Zoho CRM/Automation_Workflow_Rules_9423153.md) - [Send 1-1 rewards](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Zoho CRM/Send_1-1_rewards_9423106.md) - [Zoho CRM Integration](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Zoho CRM/Zoho_CRM_Overview_9423082.md) - [Zoho People](https://help-plum.xoxoday.com/HELP-CENTER/Integrations/Zoho_People_9428546.md) - [Approvals - Overview](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Approvals/Approvals_-_Overview_13051894.md) - [Managing Approvals](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Approvals/Managing_Approvals_13051900.md) - [Dashboard](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Dashboard_13051715.md) - [FAQ's - Offer Management for Merchants](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/FAQ's - Offer Management/FAQs_-_Offer_Management_for_Merchants_13068303.md) - [Offer Management for Admins - FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/FAQ's - Offer Management/Offer_Management_for_Admins_-_FAQs_13068230.md) - [Offer Management for Customers - FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/FAQ's - Offer Management/Offer_Management_for_Customers_-_FAQs_13068349.md) - [History](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/History_13051861.md) - [Logging in](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Logging_in_13051707.md) - [Merchants](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Merchants_13051720.md) - [Creating and Managing Offers](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for Merchants/Creating_and_Managing_Offers_13052110.md) - [Customer Module](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for Merchants/Customer_Module_13052123.md) - [History Module](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for Merchants/History_Module_13052151.md) - [Offer Management for Merchants](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for Merchants/Offer_Management_for_Merchants_13052079.md) - [Password](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for Merchants/Password_13052522.md) - [Account Settings](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for Merchants/Settings/Account_Settings_13052508.md) - [Settings](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for Merchants/Settings/Settings_13052214.md) - [Subscription](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for Merchants/Settings/Subscription_13052517.md) - [Stores Module](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for Merchants/Stores_Module_13052134.md) - [Viewing Reports](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for Merchants/Viewing_Reports_13052176.md) - [Dashboard Overview](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for customers/Dashboard_Overview_13052536.md) - [Listing of Offers](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for customers/Listing_of_Offers_13052554.md) - [Offer Management for Customers - Logging In](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for customers/Offer_Management_for_Customers_-_Logging_In_13052531.md) - [Personalized and Trending Offers](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for customers/Personalized_and_Trending_Offers_13052565.md) - [Redemption & Validation](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer Management for customers/Redemption__Validation_13052574.md) - [Offer Management - Product Tour Videos](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offer_Management_-_Product_Tour_Videos_13068142.md) - [Create an offer](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offers/Create_an_offer_13051742.md) - [Offers - Overview](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offers/Offers_-_Overview_13051735.md) - [Search and Filter Offers](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Offers/Search_and_Filter_Offers_13051757.md) - [Password](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Password_13051913.md) - [Reports Overview](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Reports/Reports_Overview_13051870.md) - [Viewing Reports & Insights](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Reports/Viewing_Reports__Insights_13051877.md) - [Activate a deactivated user​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Settings/Roles/Activate_a_deactivated_user_13051983.md) - [Add a new user](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Settings/Roles/Add_a_new_user_13051948.md) - [Deactivate existing user​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Settings/Roles/Deactivate_existing_user_13051965.md) - [Delete a user​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Settings/Roles/Delete_a_user_13051974.md) - [Edit a User](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Settings/Roles/Edit_a_User_13051993.md) - [Roles Landing Page​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Settings/Roles/Roles_Landing_Page_13051939.md) - [Viewing User Roles and Access Permissions](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Settings/Roles/Viewing_User_Roles_and_Access_Permissions_13051956.md) - [Settings - Overview](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Settings/Settings_-_Overview_13051925.md) - [Add new user feedback​ ​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Settings/User Feedback/Add_new_user_feedback_13052018.md) - [Edit or Delete User Feedback​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Settings/User Feedback/Edit_or_Delete_User_Feedback_13052026.md) - [User Feedback - Overview](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Settings/User Feedback/User_Feedback_-_Overview_13052001.md) - [Add Offers](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/Add_Offers_13051807.md) - [Add category or sub-category​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/Add_category_or_sub-category_13051794.md) - [Brand Management](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/Brand Setting/Brand_Management_13051847.md) - [Brand Search](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/Brand Setting/Brand_Search_13051850.md) - [Brand Setting](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/Brand Setting/Brand_Setting_13051836.md) - [Categories and sub-categories of the web portals​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/Categories_and_sub-categories_of_the_web_portals_13051783.md) - [Delete offer from the selected web portal​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/Delete_offer_from_the_selected_web_portal_13051825.md) - [Edit a category or sub-category​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/Edit_a_category_or_sub-category_13051802.md) - [Publish or Unpublish offers in the selected web portal​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/Publish_or_Unpublish_offers_in_the_selected_web_portal_13051817.md) - [Search/Filter for Offers in Web Portal​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/SearchFilter_for_Offers_in_Web_Portal_13051785.md) - [Track the offers of the selected web portal​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/Track_the_offers_of_the_selected_web_portal_13051815.md) - [View offer information​](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/View_offer_information_13051809.md) - [Web Portal](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/Web_Portal_13051774.md) - [Web Portals Management](https://help-plum.xoxoday.com/HELP-CENTER/Offers Management/Web Portal/Web_Portals_Management_13051780.md) - [Virtual PayPal International](https://help-plum.xoxoday.com/HELP-CENTER/Prepaid Card/Virtual_PayPal_International_9439647.md) - [Virtual Visa Card](https://help-plum.xoxoday.com/HELP-CENTER/Prepaid Card/Virtual_Visa_Card_9446874.md) - [Plum Product Roadmap - 2026](https://help-plum.xoxoday.com/HELP-CENTER/Product Roadmap - 2026/Plum_Product_Roadmap_-_2026_11512901.md) - [Product Updates - May 24](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Product_Updates_-_May_24_9414900.md) - [Release - December 2025](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_-_December_2025_13271374.md) - [Release - September 2025](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_-_September_2025_12740997.md) - [Release April 2020](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_April_2020_10294280.md) - [Release April 2023](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_April_2023_11476829.md) - [Release April 2024](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_April_2024_10299724.md) - [Release August 2020](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_August_2020_10294330.md) - [Release August 2023](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_August_2023_11476813.md) - [Release August 2025](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_August_2025_12741013.md) - [Release December 2020](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_December_2020_11476862.md) - [Release December 2021](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_December_2021_11476842.md) - [Release December 2022](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_December_2022_11476832.md) - [Release December 2024](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_December_2024_11476805.md) - [Release Feb - 2026](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_Feb_-_2026_11476826.md) - [Release Feb 2025](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_Feb_2025_11476794.md) - [Release February 2022](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_February_2022_11476841.md) - [Release February 2023](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_February_2023_11476831.md) - [Release February 2024](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_February_2024_10299726.md) - [Release January 2025](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_January_2025_11476802.md) - [Release July 2021](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_July_2021_11476855.md) - [Release July 2022](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_July_2022_11476836.md) - [Release July 2024](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_July_2024_10299704.md) - [Release July 2025](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_July_2025_11935422.md) - [Release June 2020](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_June_2020_10294314.md) - [Release June 2023](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_June_2023_11476816.md) - [Release June 2024](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_June_2024_10299711.md) - [Release June 2025](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_June_2025_11835953.md) - [Release March 2020](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_March_2020_10294299.md) - [Release March 2021](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_March_2021_11476859.md) - [Release March 2022](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_March_2022_11476839.md) - [Release March 2025](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_March_2025_11401651.md) - [Release May 2020](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_May_2020_10294305.md) - [Release May 2021](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_May_2021_11476856.md) - [Release May 2022](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_May_2022_11476837.md) - [Release May 2024](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_May_2024_10299714.md) - [Release May 2025](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_May_2025_11401655.md) - [Release November 2021](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_November_2021_11476847.md) - [Release November 2025](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_November_2025_13271392.md) - [Release October/November 2024](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_OctoberNovember_2024_10299702.md) - [Release October - 2025](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_October_-_2025_12740976.md) - [Release October 2021](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_October_2021_11476849.md) - [Release October 2022](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_October_2022_11476833.md) - [Release October 2023](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_October_2023_11476807.md) - [Release September 2020](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_September_2020_10294378.md) - [Release September 2022](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_September_2022_11476835.md) - [Release September 2023](https://help-plum.xoxoday.com/HELP-CENTER/Product Updates/Release_September_2023_11476810.md) - [Product Walkthrough Videos](https://help-plum.xoxoday.com/HELP-CENTER/Product Walkthrough Videos/Plum_Product_Videos_11153103.md) - [How to Bookmark Plum’s reward storefront for easy access Template](https://help-plum.xoxoday.com/HELP-CENTER/Resources/How_to_Bookmark_Plums_reward_storefront_for_easy_access_Temp_10294259.md) - [How to Redeem the Rewards on Plum’s Reward Storefront?](https://help-plum.xoxoday.com/HELP-CENTER/Resources/How_to_Redeem_the_Rewards_on_Plums_Reward_Storefront_10294266.md) - [How to Sign up on Plum’s reward storefront Template](https://help-plum.xoxoday.com/HELP-CENTER/Resources/How_to_Sign_up_on_Plums_reward_storefront_Template_10294257.md) - [Introduction to Plum Templates](https://help-plum.xoxoday.com/HELP-CENTER/Resources/Introduction_to_Plum_Templates_10294253.md) - [Launch Kit](https://help-plum.xoxoday.com/HELP-CENTER/Resources/Launch_Kit_10294222.md) - [Pre-Launch Template](https://help-plum.xoxoday.com/HELP-CENTER/Resources/Pre-Launch_Template_10294249.md) - [Admin/Business](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/AdminBusiness_9481232.md) - [Application, Dev and Security](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Application_Dev_and_Security_10294152.md) - [DPDP Act](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Certifications and Compliance/DPDP_Act_14321928.md) - [Certifications and Compliance](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Certifications and Compliance/Others-Documents_9481234.md) - [Cloud Security](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Cloud_Security_9453574.md) - [Cloud Security Alliance](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Cloud_Security_Alliance_11495847.md) - [Cloud Security Alliance](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Cloud_Security_Alliance_9481222.md) - [Cryptography and Encryption](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Cryptography_and_Encryption_10293953.md) - [Data Management](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Data_Management_9453714.md) - [Data Security](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Data_Security_9481228.md) - [Privacy and Security](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/FAQs/Privacy_and_Security_12389512.md) - [Finance Compliance](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Finance_Compliance_9481236.md) - [Governance, Risk, & Data Compliance](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Governance_Risk__Data_Compliance_10293955.md) - [HR Compliance](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/HR_Compliance_9479903.md) - [Identity and Access Management](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Identity_and_Access_Management_9479906.md) - [Security Overview](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Information_Security_9481231.md) - [Others](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Others_9481225.md) - [Policies & Procedures](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Policies__Procedures_9454927.md) - [Data Privacy](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Privacy_Compliance_10294163.md) - [Security Operations](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Security_Operations_9453677.md) - [Security Operations & Technical Capabilities and Support](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Security_Operations__Technical_Capabilities_and_Support_9453706.md) - [Solution Development](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Solution_Development_9479917.md) - [Tax Compliance](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Tax_Compliance_10294166.md) - [Training and Awareness](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Training_and_Awareness_9479968.md) - [Vulnerability and Threat Management](https://help-plum.xoxoday.com/HELP-CENTER/Security&Compliance/Vulnerability_and_Threat_Management_9479971.md) - [Reward Code FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/FAQs/Reward_Code_FAQs_12410542.md) - [Reward Points FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/FAQs/Reward_Points_FAQs_12423091.md) - [Send Gift Cards FAQs](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/FAQs/Send_Gift_Cards_FAQs_12390228.md) - [Gift Cards: Customize Reward Communication](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Gift Cards/Gift_Cards_-_Customize_Reward_Communication_9393402.md) - [Sending Gift Cards](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Gift Cards/Sending_Gift_Cards_to_recipients_9393377.md) - [Reward Code: Customize Reward Communication](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Code/Reward_Code_-_Customize_Reward_Communication_9393217.md) - [Reward Code Overview](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Code/Reward_Code_Overview_9389878.md) - [Send Reward Code Individually](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Code/Send_Reward_Code_Individually_9393227.md) - [Send Reward Code: Bulk Upload](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Code/Send_Reward_code_Bulk_Upload_9393278.md) - [Reward Link: Customize Reward Communication](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Links/Reward_Link_-_Customize_Reward_Communication_9388891.md) - [Reward Link Overview](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Links/Reward_Link_-_Overview_10341646.md) - [Send Reward Links: Bulk Upload](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Links/Send_Reward_Links_Bulk_Upload_9388956.md) - [Send Reward Links Individually](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Links/Send_Reward_Links_Send_Individually_9389038.md) - [Send Reward Links to Self](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Links/Send_Reward_Links_to_Self_9388906.md) - [Comparison Guide](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Mode and Types/Comparison_of_when_to_use_what_9388650.md) - [Reward Modes and Types Overview](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Mode and Types/Reward_Modes__Types_-_Overview_9388460.md) - [Reward Points Overview](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Points/Reward_Points_Overview_9393332.md) - [Send Reward Points: Bulk Upload](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Points/Send_Reward_Points_Bulk_Upload_9393362.md) - [Send Reward Points Individually](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Points/Send_Reward_Points_Send_Individually_9393339.md) - [Xoxo Reward Points](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/Reward Points/Xoxo_Reward_Points_10341652.md) - [SMS and WhatsApp Message Pricing](https://help-plum.xoxoday.com/HELP-CENTER/Send Rewards/SMS_and_WhatsApp_Message_Pricing_12809401.md) - [Refresh Token](https://help-plum.xoxoday.com/api-reference/authentication/refresh-token.md): Get a new access token using your refresh token. Every call issues a brand-new refresh token — the old one is immediately invalidated. Always persist the new refresh token from the response. - [Validate Token](https://help-plum.xoxoday.com/api-reference/authentication/validate-token.md): Validate whether the current `access_token` is still active. Pass the Bearer token in the `Authorization` header. - [Get Campaign Details API](https://help-plum.xoxoday.com/api-reference/campaigns/get-campaign-details-api.md): Fetch the products/vouchers included in a specific campaign by campaign ID. - [Get Campaigns API](https://help-plum.xoxoday.com/api-reference/campaigns/get-campaigns-api.md): Get the list of all reward link campaigns created from the dashboard. Supports pagination and filtering by name or enabled status. - [Generate Link API](https://help-plum.xoxoday.com/api-reference/links/generate-link-api.md): Generate reward links in bulk without needing recipient email addresses. Ideal for reward automation where links are distributed via your own channels. - [Send Link API](https://help-plum.xoxoday.com/api-reference/links/send-link-api.md): Generate a unique reward link per recipient and deliver it to their inbox. Ideal for automating reward distribution with email notifications. - [New plum](https://help-plum.xoxoday.com/help/plum/new-plum.md) ## OpenAPI Specs - [storefront-api](https://help-plum.xoxoday.com/specs/storefront-api.yaml) - [rewards-perks](https://help-plum.xoxoday.com/specs/rewards-perks.yaml) - [rewards-mobile-top-up](https://help-plum.xoxoday.com/specs/rewards-mobile-top-up.yaml) - [rewards-merchandise](https://help-plum.xoxoday.com/specs/rewards-merchandise.yaml) - [rewards-lounge](https://help-plum.xoxoday.com/specs/rewards-lounge.yaml) - [rewards-giftcard](https://help-plum.xoxoday.com/specs/rewards-giftcard.yaml) - [rewards-charity](https://help-plum.xoxoday.com/specs/rewards-charity.yaml) - [rewards-auth](https://help-plum.xoxoday.com/specs/rewards-auth.yaml) - [rewards-api](https://help-plum.xoxoday.com/specs/rewards-api.yaml) - [rewards-airmiles](https://help-plum.xoxoday.com/specs/rewards-airmiles.yaml) - [reward-points-api](https://help-plum.xoxoday.com/specs/reward-points-api.yaml) - [reward-link-api](https://help-plum.xoxoday.com/specs/reward-link-api.yaml)