This is for Stripe

After enabling this payment option in the admin area you will need to modify it and enter the Secret key and Publishable key for the Stripe account.

*** Webhook ***

In stripe you can add a webhook. The webhook allows Stripe to notify the CMS after a payment is made and the CMS can then automatically update the order.

The webhook URL in Stripe should point to the webhook.php file in the payment option folder.

*** Reference Links ***
https://stripe.com/docs/payments/accept-a-payment
