WP Stripe Checkout

Por Noor Alam
(23 avaliações)
Baixar
  • Versão:
    1.2.2.54
  • Última atualização:
    há 15 dias
  • Instalações ativas:
    mais de 1.000
  • Versão do WordPress:
    5.3 ou maior
  • Testado até o WordPress:
    6.8.1
  • Versão do PHP:
    ou maior

Hospedagem WordPress com plugin WP Stripe Checkout

Onde hospedar o plugin WP Stripe Checkout?

Este plugin pode ser hospedado em qualquer servidor que possua WordPress configurado. Recomendamos fortemente escolher um provedor de hospedagem seguro, com servidores otimizados para WordPress, como o serviço de hospedagem da MCO2.

Hospedando o plugin WP Stripe Checkout em uma empresa de hospedagem confiável

A MCO2, além de configurar e instalar o WordPress na versão mais atual para seus clientes, fornece o plugin WP SafePress, um mecanismo singular que assegura e otimiza seu site ao mesmo tempo.

Por que a Hospedagem WordPress funciona melhor na MCO2?

A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização de imagens, proteção da página de login, bloqueio de atividades maliciosas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São recursos que potencializam seu WordPress para a máxima segurança e o máximo desempenho.

Stripe Checkout plugin lets you accept credit card payments via Stripe on your WordPress site. Whether you are selling products, offering services, or collecting donations, our lightweight Stripe payment plugin is built for speed, security, and simplicity.

Accept Stripe payments on your WordPress website in minutes

WP Stripe Checkout is great for:

  • Freelancers accepting client payments
  • Nonprofits collecting donations
  • Selling goods or services
  • Subscription-based offerings

Stripe Checkout Payment Methods

  • Apple Pay
  • Google Pay
  • Alipay
  • WeChat Pay
  • Bancontact
  • EPS
  • giropay
  • iDEAL
  • Przelewy24
  • Sofort
  • Afterpay/Clearpay
  • Boleto
  • OXXO
  • ACH Direct Debit
  • Bacs Direct Debit
  • BECS Debit
  • Canadian pre-authorised debit (PAD)
  • SEPA Direct Debit

Features

  • Accept credit/debit card payments with Stripe
  • Easy setup with Stripe API keys
  • Secure, PCI-compliant payment processing
  • Customizable payment button via shortcode
  • Supports one-time and recurring payments via Stripe payment links
  • Mobile-friendly Stripe Checkout integration
  • Detailed transaction logs in your dashboard
  • Support Dynamic 3D Secure payment authentication.
  • Support payment processing with Stripe test cards.
  • Support phone number collection at checkout.
  • Support user redeemable promotion codes at checkout.
  • Localized for different languages.
  • Automatically email Stripe receipts to your customers.
  • No complex setup like a membership/e-commerce plugin.
  • Easily Switch between live and sandbox mode for testing.
  • Send a purchase confirmation email to your customer after a transaction.
  • Send a sale notification email to a chosen recipient (e.g. the seller) after a transaction.
  • Automatic VAT/tax ID collection at checkout
  • Support orders of free trial payments without payment methods

WP Stripe Checkout Add-ons

WP Stripe Checkout Configuration

Once you have activated the plugin, you need to add your Stripe account API keys. It’s located under “WP Stripe Checkout -> Settings -> General”.

WP Stripe Checkout Emails

Stripe checkout plugin comes with an “Emails” tab where you will be able to configure some email related settings.

Stripe Webhook Endpoint

Go to “Developers > Webhooks > Add endpoint” and insert the URL shown in the plugin settings. Select this event – “checkout.session.completed” and click “Add endpoint”. This is where Stripe will send a notification after a checkout payment is successful.

You will also need to add the “checkout.session.async_payment_succeeded” and “checkout.session.async_payment_failed” events if you plan to use a payment method where there can be a delay in payment confirmation. For example:

  • Bacs Direct Debit
  • Boleto
  • Canadian pre-authorised debits
  • OXXO
  • SEPA Direct Debit
  • SOFORT
  • ACH Direct Debit

How to use Stripe Checkout

The easiest way to start accepting Stripe payments is to add the following shortcode to a post/page:

[wp_stripe_checkout_session name="My Product" price="2.99"]

Replace the value of “name” with your product name and “price” with the actual product price.

How to use Stripe Payment Links

This method allows you to integrate Stripe payment links with the plugin.

Step 1: Create a Payment Link

Log in to your Stripe account dashboard and navigate to the “Payment links” page (Payments > Payment links). Select an existing product or add a new one to create a payment link.

Step 2: Use the Payment Link in a Shortcode

In order to create a button with the payment link you can add the following shortcode to a post/page:

[wp_stripe_checkout_payment_link url="https://buy.stripe.com/live_6gPE4jw7dMbUKdd3345"]

For detailed setup instructions please visit the WP Stripe Checkout plugin page.

Capturas de tela

Stripe Payments plugin Demo

Stripe Payments plugin Demo

Stripe Plugin Orders Menu

Stripe Plugin Orders Menu

Stripe Plugin Email Sender Options

Stripe Plugin Email Sender Options

Stripe Plugin Purchase Receipt Email Settings

Stripe Plugin Purchase Receipt Email Settings

Stripe Plugin Sale Notification Email Settings

Stripe Plugin Sale Notification Email Settings

Do mesmo author (Noor Alam)

SMTP Mailer
(62 avaliações)

Configure a SMTP server to send email from your WordPress site. Configure the wp_mail() function to use SMTP instead of the PHP mail() function.