I would like share my thoughts on integrating paypal pro API in my project. After long time I'm coming back to online payment integration project. So I was recollected all the things that related to paypal integration and also got help from my collegues who are currenly working in such a kind of project.
Finally I can make the paypal pro API working with the NVP (Name value Pair) library with neccessary configuration made in the paypal.
Using paypal pro we don't need to redirect the user to paypal for payment, we can do that by asking the user to enter CC details in our site itself and then call the paypal pro API in a secure way.
Following are the steps that I have done for website payment pro API configuration in the paypal site. So it will be useful for me and for many others in the future.
1. Go to developer.paypal.com
2. Register as developer.
3. Create website payments pro account.
Enter all the billing details.(SSN -- 111XXXXXX)
Verify email account(by email or go to "Test Mail" section in sandbox")
4. Go to the following URL to enter bank or credit card details.
https://www.sandbox.paypal.com/row/cgi-bin/webscr?cmd=_seal-confirm-me&return_cmd=_account&standalone=1
5. Click create virtual terminal
6. Accept/reactivate billing aggreement in the account overview page.
7. Click request API credentials.
For building custom shopping carts: Store the following credential information in a secure location with limited access.
API Signature Credential:
API Username: sample_api1.gmail.com
API Password: XXXXXXXXXXXXXXXXXXXXXXXX
Signature: XXXXXXXXXXXXXXXXXXXXXXXX
Request Date: XXXXXXXXXXXXXXXXXXXXXXXX
No comments:
Post a Comment