...
- Enable Apple Pay for Stripe if you intend to use Stripe with Apple Pay
- Enable Google Pay for Stripe if you intend to use Stripe with Google Pay
- Get the Public Key and Secret Key
- Save these keys to configure payment processor on MetaFox site later.
- 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 to configure on the MetaFox site later.
...