Tag Archives: Paypal Integration

How to get your paypal API details?

paypallogin

If you don’t know how to get the PayPal API details for integrating the PayPal with your system then simply follow the tutorial steps and you can get the details of your paypal API. this tutorial will help you to find your details.

Step 1)

Log in with your PayPal account.

paypallogin.png

Step 2)

Move your mouse over the Tools menu in the top navigation. Find More Tools within that. And click it. Scroll the page or search API credentials till you see a box with API credentials written. Click on it.

PayPal-Tools-All-Tools-API-Credentials.png

Step 3)

Once on the API credentials page, click on the last option for NVP/SOAP API integration.

PayPal-API-Access-NVP-SOAP-Integration.png

If this is the first time you are creating API credentials, complete the API Credential Request form.

Step 4)

Once you’ve created the API credentials, you will see View API Signature option under NVP / SOAP API integration. Clicking on that will bring you to a page like the following screenshot. Click on each “Show” link to see the API username, password, and signature.

View-or-Remove-API-signature.png

How to integrate PayPal in your PHP website?

paypal-logo

You are not aware of the PayPal payment gateway and you need to integrate PayPal in your PHP website then this tutorial will help you with how to integrate PayPal in the PHP website. No need to work with the hard code just simply follow the below steps and you can get the PayPal workable in your PHP website.

Step 1)

Click Here for download the PayPal standard code for PHP.

Step 2)

If you need to work with the live account then set the below URL in your form action

https://www.paypal.com

If you need to work with the sandbox account then set the below URL in your form action

https://www.sandbox.paypal.com/cgi-bin/webscr

Step 3)

Now you need to set your paypal email to the business input fields.

Also set the notify url, return url and cancel url of your website. where page will redirect after the action call.

Step 4)

When you follow the above steps successfully then you can get the paypal working in your php website.