Files
formipay/admin/templates/paypal-instruction.html
2025-08-21 20:39:34 +07:00

48 lines
3.2 KiB
HTML

<div class="global-paypal-instruction" style="display:none;">
<h5>Step 1: Create a PayPal Business Account</h5>
<ul class="paypal-instruction-point">
<li><b>Go to PayPal Website:</b> Open your web browser and go to PayPal\'s website.</li>
<li><b>Sign Up:</b> Click on <u>Sign Up</u> in the top right corner.</li>
<li><b>Select Business Account:</b> Choose the "Business Account" option and click <b>Continue</b>.</li>
<li><b>Fill in Your Information:</b> Enter your email address and create a password. Follow the steps to fill in your business information (name, address, etc.).</li>
<li><b>Complete Verification:</b> PayPal may ask you to verify your identity by confirming your email address and phone number. Follow the prompts in your email and on the website to complete this step.</li>
</ul>
<h5>Step 2: Access PayPal Developer Portal.</h5>
<ul class="paypal-instruction-point">
<li><b>Go to PayPal Developer Website:</b> Open a new browser tab and navigate to the <a href="https://developer.paypal.com/" target="_blank"><u>PayPal Developer site</u></a>.</li>
<li><b>Log In:</b> Click “Log In to Dashboard” in the top-right corner and use your PayPal business account credentials to log in.</li>
</ul>
<h5>Step 3: Create PayPal REST API App</h5>
<ul class="paypal-instruction-point">
<li><b>Navigate to Dashboard:</b> Once logged in, you will see the Developer Dashboard.</li>
<li><b>Click on <u>My Apps & Credentials</u></b>: Look for this option in the left sidebar.</li>
<li><span><b>Create an App:</b></span>
<ul>
<li>Find the “REST API apps” section.</li>
<li>Click the "Create App" button.</li>
</ul>
</li>
<li><b>Name Your App:</b> Give your app a name (e.g., “My WordPress Store”) and click “Create App”.</li>
<li><span><b>View Your Credentials:</b></span> Once created, you\'ll see your new app. Here you will find:
<ul>
<li>Client ID</li>
<li>Secret</li>
<li>Sandbox and Live credentials (make sure to toggle between Sandbox and Live as needed)</li>
</ul>
</li>
</ul>
<h5>Step 4: Gather Required Merchant Data</h5>
<p>Now that you have created your PayPal app, you can gather the required merchant data.</p>
<ul class="paypal-instruction-point">
<li><b>PayPal Client ID:</b> Copy the Client ID from your app settings.</li>
<li><b>PayPal Secret:</b> Copy the Secret from your app settings.</li>
<li><b>PayPal Environment:</b> Decide whether you want to work in Sandbox (for testing) or Live (for actual transactions). Make a note of which environment you are using.</li>
<li><b>Merchant Email:</b> Log in to your PayPal account and note the email address linked to your account. This is typically the email you used when signing up.</li>
</ul>
<h5>Final Notes</h5>
<ul>
<li>Keep your PayPal Client ID and Secret secure; do not share them publicly.</li>
<li>Always test your integration in the Sandbox environment before going Live.</li>
</ul>
</div>
<div id="connect-status"></div>