A service that processes online payments, like Stripe, enabling document sales through FlipLink.
Definition
A payment gateway is a service that processes online financial transactions between a buyer and a seller. It securely transmits payment information — credit card numbers, billing details, and authentication data — from the customer to the payment processor, handles authorization with the issuing bank, and confirms whether the transaction was approved or declined. The entire process typically completes in seconds. Payment gateways also handle encryption, fraud detection, and compliance with financial regulations like PCI DSS, ensuring that sensitive cardholder data is never exposed during the transaction.
Why It Matters
Without a payment gateway, there is no way to accept online payments for digital content. It is the infrastructure that makes selling eBooks, reports, guides, flipbooks, and other digital publications possible on the web. A reliable payment gateway handles security, fraud prevention, and regulatory compliance so publishers can focus on creating content rather than managing payment logistics. The choice of gateway also affects conversion rates — a familiar, trusted checkout experience reduces cart abandonment, while an unfamiliar or clunky payment flow drives potential buyers away.
How It Works in FlipLink
FlipLink integrates directly with Stripe as its payment gateway for the [Sell Documents](/features/sell-documents) feature. When you enable sales on a publication, FlipLink connects to your Stripe account to handle all payment processing. Readers pay through a secure Stripe checkout, and upon successful payment, they are automatically granted access to the publication. You manage payouts, refunds, and transaction history through your Stripe dashboard. No additional payment setup or third-party tools are required — connecting your Stripe account is all it takes. Stripe supports credit cards, debit cards, Apple Pay, Google Pay, and local payment methods in over 40 countries.
Security Considerations
Payment security is non-negotiable when selling digital content. Here is what the Stripe integration in FlipLink handles:
- **PCI DSS compliance:** Stripe is a Level 1 PCI-compliant service provider. Cardholder data is processed entirely on Stripe's infrastructure and never touches FlipLink's servers.
- **Encryption in transit:** All payment data is transmitted over TLS (Transport Layer Security), preventing interception during the transaction.
- **3D Secure authentication:** Stripe supports 3D Secure (3DS) for cards that require additional verification, reducing fraudulent transactions and chargebacks.
- **Fraud detection:** Stripe Radar uses machine learning to flag suspicious transactions before they are processed, protecting both publishers and buyers.
- **Tokenization:** After the initial transaction, Stripe stores card details as tokens rather than raw numbers, so even if data were intercepted, it would be useless without Stripe's decryption keys.
Publishers using FlipLink never handle raw payment data directly, which eliminates the need for their own PCI compliance certification.
Payment Gateway vs Payment Processor
These two terms are often confused, but they serve different roles in the payment chain:
| Aspect | Payment Gateway | Payment Processor |
|--------|----------------|-------------------|
| **Role** | Captures and encrypts payment data from the buyer | Routes the transaction to the card network and issuing bank |
| **Analogy** | The card reader at a checkout counter | The banking system behind the card reader |
| **Customer-facing** | Yes — the buyer interacts with the gateway's checkout form | No — operates entirely behind the scenes |
| **Examples** | Stripe Checkout, PayPal checkout page | Stripe Processing, Worldpay, First Data |
Stripe functions as both a payment gateway and a payment processor, which is why FlipLink only needs a single integration to handle the entire payment flow from checkout to payout.
Frequently Asked Questions
**What payment methods does FlipLink support through Stripe?**
Stripe supports all major credit and debit cards (Visa, Mastercard, American Express, Discover), plus digital wallets like Apple Pay and Google Pay. Depending on your Stripe account configuration and buyer location, local payment methods may also be available.
**Does FlipLink take a cut of my document sales?**
FlipLink does not charge a commission on sales. Standard Stripe processing fees apply (typically 2.9% + $0.30 per transaction for US cards), and you receive the remainder directly in your Stripe account.
**Can I offer refunds through FlipLink?**
Refunds are managed through your Stripe dashboard. When a refund is processed, FlipLink automatically revokes the buyer's access to the publication.
**Do I need my own SSL certificate for payment processing?**
No. Stripe handles all payment processing on its own PCI-compliant, SSL-secured infrastructure. Your FlipLink publication links already use HTTPS, and the Stripe checkout is hosted on Stripe's domain.