#ivan_gift-cards
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1243114719636881469
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi
You want to accept payment from Gift Card or create those Gift Cards and offer them ?
Hi
Both. We would like to sell Giftcards in our shop, that other Customers will be able to use during Checkout.
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
I'm trying to figure out the Voucher feature from this documentation. Would this support following example:
Voucher is bought with value of 100 EUR.
Customer does checkout for 75 EUR.
Voucher now has 25 EUR remaining.
Customer does another Checkout for 150 EUR.
Pays with Voucher for 25 EUR.
Pays remaining 125 EUR with another payment method (eg. credit card)
unfortunately that's not possible in the way you are describing it
you would have to build a separate integration to make what you're describing possible
From what i can see we would need to use a 3rd party providers to do this then. From some google searches I can find Giftpro, Giftup, Cardivo. Are there any specific providers you'd recommend?
I don't know any of these to be honest
you can actually create your own implementation
where you create a coupon with the whole amount
and when the Checkout is completed you create a new coupon with the difference amount and send the user the new promotion code to use on their next checkout
Ok, I should have enough information to go on for now. I can talk through the options with the client, and figure out how to proceed. Thanks for the help!