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: 10px;
right: 10px;
background-color: rgba(0, 0, 0, 0.8); /* Fond semi-transparent */
color: #ffffff;
padding: 10px 15px;
border-radius: 5px;
font-family: 'Roboto', sans-serif;
font-size: 12px; /* Petite écriture */
line-height: 1.5;
z-index: 1000;
max-width: 300px; /* Largeur limitée pour plus de discrétion */
}
.cookie-banner a {
color: #1da1f2;
text-decoration: none;
}
.cookie-banner a:hover {
text-decoration: underline;
}
.cookie-buttons {
margin-top: 8px;
display: flex;
gap: 8px;
}
.cookie-buttons button {
background: none;
border: 1px solid #ffffff;
color: #ffffff;
padding: 4px 8px;
font-size: 11px;
cursor: pointer;
border-radius: 3px;
}
.cookie-buttons button:hover {
background-color: #1da1f2;
border-color: #1da1f2;
}
.cookie-buttons .decline:hover {
background-color: #666;
border-color: #666;
}
We use cookies to improve your experience on XFlutter. By continuing, you agree to our cookie policy.
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.');
}
Privacy & Policy