Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

This guide aims to assist you in setting up Stripe as the payment processor for Apple Pay on your MetaFox platform. Stripe offers a robust payment processing solution that integrates seamlessly with Apple Pay, providing a streamlined transaction experience for your users.

Benefits of Stripe Payment Processor

  • Secure payment processing with industry-standard security features.

Prerequisites

Before proceeding, you will also need to create an active Stripe Account. You will need to create and verify an active Stripe account to enable payment processing.

Set up Stripe account

Once you have an active Stripe account, you will need to:

  • Enable Apple Pay for Stripe if you intend to use Stripe with Apple Pay
  • Get the Public Key and Secret Key 
  • Add a webhook with as below:
    • Use the Endpoint URL https://yourdomain.com/api/v1/payment-processor/callback/stripe . You need to replace the yourdomain.com with the actual domain of your MetaFox site.
    • Enable following Stripe events: Payment Intent, Customer, Invoice.
    • Retrieve your webhook's secret from Stripe Dashboard’s - Webhooks settings, select webhook and obtain the secret.


Configure Stripe payment processor on MetaFox


  • No labels