XFlutter allows you to purchase and send digital gift cards for a variety of services, making gifting easy and thoughtful. Whether it's for a birthday, holiday, or just because, our gift cards are the perfect way to show you care. Enjoy a seamless buying experience and share happiness with friends and family.
Follow these simple steps to easily purchase and send a gift card through XFlutter.
Frequently Asked Questions About XFlutter Gift Cards
Find answers to your questions regarding gift card purchases and usage.
How do I purchase a gift card through XFlutter?
To purchase a gift card, navigate to the Gift Card section in your XFlutter app, select the gift card you wish to buy, enter the recipient’s details, and make the payment.
Can I customize the amount on the gift card?
Yes, when purchasing a gift card, you can choose the amount to load onto the card, allowing for personalized gifting options.
How will the recipient receive the gift card?
The recipient will receive their digital gift card via email or SMS, depending on the details you provided during the purchase.
Can gift cards be used internationally?
Gift cards can typically be used at merchants that accept them; however, it’s important to check the specific terms and conditions of the gift card provider to ensure it can be used internationally.
XFlutter - GDPR Cookie Consent
.cookie-banner {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #1da1f2; /* Bleu XFlutter */
color: #ffffff;
padding: 20px;
text-align: center;
z-index: 1000;
font-family: 'Roboto', sans-serif; /* Police moderne */
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}
.cookie-banner a {
color: #ffffff;
text-decoration: underline;
font-weight: bold;
}
.cookie-banner a:hover {
color: #e0f7fa;
}
.cookie-buttons {
margin-top: 15px;
display: flex;
justify-content: center;
gap: 10px;
}
.cookie-buttons button {
padding: 10px 20px;
cursor: pointer;
background-color: #ffffff;
color: #1da1f2;
border: none;
border-radius: 5px;
font-weight: bold;
transition: background-color 0.3s;
}
.cookie-buttons button:hover {
background-color: #e0f7fa;
}
.cookie-buttons .decline {
background-color: #cccccc;
color: #333333;
}
.cookie-buttons .decline:hover {
background-color: #999999;
}
We use cookies on XFlutter to enhance your experience and provide personalized services. By continuing to use our site, you agree to our use of cookies. Learn more.
Accept
Decline
if (!document.cookie.split('; ').find(row => row.startsWith('cookiesAccepted='))) {
document.getElementById('cookieBanner').style.display = 'block';
}
function acceptCookies() {
document.cookie = "cookiesAccepted=true; max-age=31536000; path=/";
document.getElementById('cookieBanner').style.display = 'none';
}
function declineCookies() {
document.cookie = "cookiesAccepted=false; max-age=31536000; path=/";
document.getElementById('cookieBanner').style.display = 'none';
alert('Some features may be limited. You can enable cookies in your browser settings.');
}
Privacy & Policy