Skip to content
  • There are no suggestions because the search field is empty.

How to Sell Digital Gift Cards from My WordPress Site

You can sell Facilipay Digital Gift Cards directly from your WordPress website by adding links or embedding the gift card purchase page. This lets customers buy gift cards without needing to visit an external site or navigate away from your domain.

Before You Begin

✔ You must have a Facilipay Business Portal account with digital gift cards enabled.
✔ Your payment gateway must be set up so customers can pay online for digital gift cards.
✔ You need your unique Facilipay digital gift card URL — found in your portal under Company Details.


Step-by-Step: Add Digital Gift Card Sales to WordPress

There are two common ways to integrate Facilipay digital gift card sales on your WordPress site:

Option 1 — Add a Link or Button

  1. Get Your Gift Card Link

    • Log in to the Facilipay Business Portal.

    • Go to My Business → Company Details.

    • Copy your digital gift card URL.

  2. Place a Link/Button on Your Site

    • Open the WordPress editor for the page where you want the button.

    • Add a Button block (or a Custom HTML/Shortcode block).

    • Use this HTML, replacing YOUR_GIFT_CARD_LINK with your actual Facilipay gift card URL:

       
    • Publish or update the page.
      Customers can now click the button and complete their gift card purchase via the Facilipay checkout.


Option 2 — Embed the Purchase Page (iFrame)

If you want customers to stay on your site instead of opening a new tab:

  1. Get Your Digital Gift Card URL (same as above).

  2. Add an iFrame in WordPress

    • Edit the page where you want to show the gift card purchase form.

    • Add a Custom HTML block and paste:

       
      src="YOUR_GIFT_CARD_LINK"
      width="100%"
      height="1200px"
      frameborder="0"
      >
       
       
    • Replace YOUR_GIFT_CARD_LINK with your Facilipay URL.

    • Adjust the height value as needed for your theme and layout.
      This embeds the gift card purchase interface directly on your WordPress page.


Tips & Best Practices

  • Prominent Placement: Place your “Buy Gift Cards” button or embedded section where customers can easily find it — such as your homepage, header, or a dedicated “Gift Cards” page.

  • Clear Call to Action: Use text like Buy a Gift Card or Send a Gift Voucher to make it obvious what the button does.

  • Test Across Devices: After adding the link or embed, test it on desktop and mobile to ensure everything displays correctly.

  • Promote: Once live, promote it through email newsletters, social media, and site banners to boost visibility.


What Customers Experience

When customers click your link or embedded frame:

  • They’ll see your Facilipay digital gift card purchase page.

  • They can select an amount (if applicable), enter recipient details, and pay securely online.

  • The digital gift card is delivered via email with redemption instructions.