I am developing an ecommerce commercial web site that will take PayPal payments. I want to use Commerce Starter kit as the basis for this web site.
I want to configure the PayPay payment features and work with the PayPal Sandbox in order to test all this.
What Checkout/PayPal Payment featues are available for configuration? I want my website database to never be out of sync. I want the payment received on the website to be the same as the payment received at PayPal. What is the best PayPal configuration setting
best suited to this? What exactly is and should I be using PayPal Pro?
You can use PayPal Payments Standard or Pro (and you can change this on the fly), and it can also be configured to use the sandbox.
Here's a quick comparison of Standard vs. Pro:
https://www.paypal.com/us/cgi-bin/webscr?cmd=_wp-standard-pro-compare-outside. Basically, with Pro you keep the customer on your site instead of sending them to PayPal's site for the payment, after which they are sent back. I think "best" is what you think
it is; if you don't want to spend $30/month and don't mind sending your customer to PayPal for the payment, then Standard is fine.
i am sending the amount details , return url etc to the paypal after transaction it is coming to my site i am showing the approved or declined details so far is ok.
at the last page of paypal site that shows u the "RETURN TO MERCHANT" in that page view source there is details of transaction i want to get the "transaction id " which is in hiidden like txn_id
i want to get the transaction id can any one help me out
using express checkout,doexpresscheckout ,pdt,inv we can do this
Website Payments Standard
# Accept Credit Cards Online Accept major credit cards including Visa, MasterCard ® , American Express, and Discover. PayPal does the credit card processing for you. Accept: Accept major credit cards including Visa, MasterCard ® , American Express, and Discover.
PayPal does the credit card processing for you. Accept:
(Your customers don't need a PayPal account.)
# Accept PayPal Payments
# Works with Most Major Shopping Carts
Website Payments Pro
# Accept Credit Cards Online Accept major credit cards including Visa, MasterCard ® , American Express, and Discover. PayPal does the credit card processing for you. Accept: Accept major credit cards including Visa, MasterCard ® , American Express, and Discover.
PayPal does the credit card processing for you. Accept:
(Your customers don't need a PayPal account.)
# Customers Make Payments on YOUR Site Buyers paying by credit card don’t leave your site. The entire payment process takes place on your branded payment pages.
NickKA
Member
115 Points
243 Posts
PayPal Features in Commerce Starter
Oct 27, 2007 10:39 PM|LINK
I am developing an ecommerce commercial web site that will take PayPal payments. I want to use Commerce Starter kit as the basis for this web site.
I want to configure the PayPay payment features and work with the PayPal Sandbox in order to test all this.
What Checkout/PayPal Payment featues are available for configuration? I want my website database to never be out of sync. I want the payment received on the website to be the same as the payment received at PayPal. What is the best PayPal configuration setting best suited to this? What exactly is and should I be using PayPal Pro?
PayPal
doyleits
Contributor
3580 Points
549 Posts
Re: PayPal Features in Commerce Starter
Nov 05, 2007 06:43 PM|LINK
You can use PayPal Payments Standard or Pro (and you can change this on the fly), and it can also be configured to use the sandbox.
Here's a quick comparison of Standard vs. Pro: https://www.paypal.com/us/cgi-bin/webscr?cmd=_wp-standard-pro-compare-outside. Basically, with Pro you keep the customer on your site instead of sending them to PayPal's site for the payment, after which they are sent back. I think "best" is what you think it is; if you don't want to spend $30/month and don't mind sending your customer to PayPal for the payment, then Standard is fine.
Collabroscape LLC [www.collabroscape.com]
kvk543
Member
30 Points
15 Posts
Re: PayPal Features in Commerce Starter
Nov 15, 2007 09:11 AM|LINK
Hi all,
i am working with paypal for money transaction
i am sending the amount details , return url etc to the paypal after transaction it is coming to my site i am showing the approved or declined details so far is ok.
at the last page of paypal site that shows u the "RETURN TO MERCHANT" in that page view source there is details of transaction i want to get the "transaction id " which is in hiidden like txn_id
i want to get the transaction id can any one help me out
using express checkout,doexpresscheckout ,pdt,inv we can do this
but i tried hard no use
can any one clearly give details how to do this
thanx in advance
vijay
gunjansa
Member
192 Points
109 Posts
Re: PayPal Features in Commerce Starter
Jul 06, 2010 11:00 AM|LINK
https://merchant.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=merchant/compare_wp_products
Website Payments Standard
# Accept Credit Cards Online Accept major credit cards including Visa, MasterCard ® , American Express, and Discover. PayPal does the credit card processing for you. Accept: Accept major credit cards including Visa, MasterCard ® , American Express, and Discover. PayPal does the credit card processing for you. Accept:
(Your customers don't need a PayPal account.)
# Accept PayPal Payments
# Works with Most Major Shopping Carts
Website Payments Pro
<div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;" id="_mcePaste"><div class="compareHeader" id="firstpage"> <div class="wps"># Accept Credit Cards Online Accept major credit cards including Visa, MasterCard ® , American Express, and Discover. PayPal does the credit card processing for you. Accept: Accept major credit cards including Visa, MasterCard ® , American Express, and Discover. PayPal does the credit card processing for you. Accept:
(Your customers don't need a PayPal account.)
# Customers Make Payments on YOUR Site Buyers paying by credit card don’t leave your site. The entire payment process takes place on your branded payment pages.
# Credit Application Required
# Accept PayPal Payments
# Works with Most Major Shopping Carts
Website Payments Standard
<div class="mostpop"> </div> <div style="float: left; width: 115px;">No Monthly Fee
Website Payments Pro
$30 a Month
(Your customers don't need a PayPal account.)
-
- Works with Most Major Shopping Carts Hundreds
of the most popular shopping carts are pre-integrated to work seamlessly with PayPal. Check out a list of compatible carts on the next page.
Hundreds of the most popular shopping carts are pre-integrated to work seamlessly with PayPal. Check out a list of compatible carts on the next page.
-
</div> <div class="compareBottom" id="seeAll"> <div class="left">trivedimca
Member
80 Points
148 Posts
Re: PayPal Features in Commerce Starter
Jul 12, 2010 01:18 PM|LINK
Hi,
use :-
Request.QueryString["txn_id "].tostring();
trivedimca
Member
80 Points
148 Posts
Re: PayPal Features in Commerce Starter
Jul 12, 2010 01:19 PM|LINK
Let me know where you get stucked, so I can help u.