buygiftcards.online is a gift card marketplace built with a real Stripe checkout, a Postgres database, and transactional email — the full storefront and order pipeline works end to end.
Gift card codes are currently issued by a placeholder provider that generates random, non-redeemable numbers. They are clearly labeled as demo codes wherever they appear. This exists so the checkout → payment → fulfillment → email flow can be tested without a live gift-card supplier.
To sell real, redeemable cards, you need a contract with a licensed distributor (for example Tango Card, Blackhawk Network, or Fiserv Gift Solutions) and to implement GiftCardProvider in src/lib/giftcard-provider.ts against their API. Brand names and logos shown here are used descriptively to indicate the product being sold and remain the property of their respective owners.
Checkout runs on Stripe. Until you switch your API keys from test to live mode (and complete Stripe's account verification), no real charges occur.