Author: CodexWorld Author URL: http://www.codexworld.com/ Author Email: contact@codexworld.com Tutorial Link: http://www.codexworld.com/stripe-checkout-payment-gateway-integration-php/ ============ Instructions ============ 1. Create a database (for example, codexworld) and import the "SQL/orders.sql" file into this database. 2. Open the "config.php" file in a editor: ===> Specify your product details. ===> Specify the API Secret key (STRIPE_API_KEY) and Publishable key (STRIPE_PUBLISHABLE_KEY) as per your Stripe developer keys. ===> Specify the Success page URL (STRIPE_SUCCESS_URL) and Cancel page URL (STRIPE_CANCEL_URL) as per your Stripe developer keys. ===> Specify the database host (DB_HOST), username (DB_USERNAME), password (DB_PASSWORD), and name (DB_NAME) as per your MySQL database credentials. 3. Open the "index.php" file on the browser ===> Click on the Buy button ===> CHeck the Stripe checkout. ============ May I Help You =========== If you have any questions about this script, send us by posting a comment here - http://www.codexworld.com/stripe-checkout-payment-gateway-integration-php/#respond.