Integrates PayPal payments and Credit Cards payments (Stripe, Braintree) into BA Book Everything plugin. Stripe integration supports 3D Secure card payments, Apple Pay, Google Pay, Strong Customer Authentication (from version 2.0.0). To use Apple Pay, you need to register with Apple, as described in Stripe Documentation.

After activating the plugin, add your payment settings on “BA Settings” page on the WP dashboard.

From the version 2.0.0 the plugin requires:

  • PHP 7.4 or higher
  • Stripe: activated events payment_intent.succeeded, payment_intent.payment_failed in the webhook
  • Stripe: webhook endpoint secret (go to the Stripe Developer Dashboard, create or open “BA Book Everything” webhook, click “Reveal” under the “Signing secret” to recreate and show the secret)

From the version 2.2.0 the PayPal Checkout standard integration is added to replace depricated redirect (standard) integration.