Hi Chris.
Thanks for your information, i am facing problem with conveying my
business team that it is not possible to make that User has to leave the
website and go to the Online payment services website,where can i find this
kind of information which will give me information so as to convey my
business team. i tried to make a search on web to get information that would
support this point but i failed to get any information.It will be of great
help if any one can provide me information that would substantiate the point
below
"I know we all want to treat online payments as being
the same as accepting a credit card, but it's not. In
order for you to not know your customer's secret
information (which is the major lure of these sites)
they have to leave your site.
Credit cards go: customer ->vendor ->credit card
processor -> bank -> credit card processor ->vendor
->customer
paypal and google checkout go: customer
->google/paypal ->credit card processor -> bank ->
credit card processor->google/paypal-
>vendor->customer"
Thankas and regards
G Venkata Phanindra.
On 9/11/06, Chris Howe <[EMAIL PROTECTED]> wrote:
I know we all want to treat online payments as being
the same as accepting a credit card, but it's not. In
order for you to not know your customer's secret
information (which is the major lure of these sites)
they have to leave your site.
Credit cards go: customer ->vendor ->credit card
processor -> bank -> credit card processor ->vendor
->customer
paypal and google checkout go: customer
->google/paypal ->credit card processor -> bank ->
credit card processor->google/paypal->vendor->customer
--- "G.Venkata Phanindra" <[EMAIL PROTECTED]> wrote:
> Hi Chris.
> I want to know can we achive paypal
> integration with out user going
> out of my website.
> Thanks and Regards
> Phani
>
> On 9/11/06, Chris Howe <[EMAIL PROTECTED]>
> wrote:
> >
> > To support Google checkout, they must leave your
> > store. Google MANDATES that they do this. This
> is
> > the reason why I have no interest in completing
> google
> > checkout for Ofbiz. Google wants to be too big a
> part
> > of the transaction. Most retailers only want
> google
> > to do their credit card processing and take
> advantage
> > of the AdWords discount. Google on the other hand
> > wants to be consumer advocate as well. Dictating
> how
> > you develop your relationship with your customer.
> > IMO All of their dealings with AOL are really
> spoiling
> > their culture. They're attempting to create a
> walled
> > garden for google users with their services. The
> > difference between G and AOL is that with AOL you
> > started out with their service and were limited to
> > their services, with G they want the user to think
> > that they have a choice to go outside the garden,
> but
> > it's simply not worthwhile to do so.
> >
> >
> >
> > --- "G.Venkata Phanindra" <[EMAIL PROTECTED]>
> wrote:
> >
> > > Hi Rohit and Chris,
> > > I have a specific requirement with
> google
> > > check out integration
> > > with ofbiz.I donnot want the customer to go out
> of
> > > my webstore i want the
> > > user to provide all the information and i want
> to
> > > pass this information to
> > > google and get the response from the google,
> take
> > > respective action
> > > depending upon that specific response from
> google
> > > for this i am try ing to
> > > use the following method specified in developers
> > > guide
> > >
> >
> >
>
http://code.google.com/apis/checkout/developer/index.html#alternative_technique
> > > but the problem is i could not find api that is
> > > providinng us an optioin to
> > > pass on the user google acount information. is
> it
> > > possible to achive that we
> > > pass on information to google with out actually
> user
> > > going to the google
> > > check out page.
> > >
> > > regards
> > > Phani
> > >
> > >
> > > On 9/10/06, rohit2006 <[EMAIL PROTECTED]>
> > > wrote:
> > > >
> > > >
> > > > hi,
> > > >
> > > > google policies for sellers can be seen here.
> > > >
> > > >
> https://checkout.google.com/seller/policies.html
> > > >
> > > > more information on the checkout can be seen
> on
> > > this link
> > > >
> > >
> >
>
http://code.google.com/apis/checkout/samplecode.html.
> > > >
> > > > I was unable to exactly find the page on the
> work
> > > flow, but google does
> > > > neet
> > > > that you unable the buyer the ability to shop
> > > without creating an account
> > > > on
> > > > your store.
> > > >
> > > > Rohit
> > > >
> > > >
> > > >
> > > > cjhowe wrote:
> > > > >
> > > > > The extent that I got on OFBIZ-71 is a
> straight
> > > > > implementation of how google is asking for
> the
> > > > > information. The only information that it's
> > > taking is
> > > > > the info from the cart.
> > > > >
> > > > > Perhaps
> > > > > List orderItems =
> context.get("orderItems");
> > > > >
> > > > > should be
> > > > > HttpSession session = request.getSession();
> > > > > ShoppingCart cart = (ShoppingCart)
> > > > > session.getAttribute("shoppingCart");
> > > > > List orderItems =
> shoppingCart.get("items");
> > > > >
> > > > >
> > > > >
> > > > > Is it google's policy that you CAN'T know
> the
> > > identity
> > > > > until the order has been place or that the
> > > option
> > > > > should be available?
> > > > >
> > > > > --- rohit2006 <[EMAIL PROTECTED]>
> wrote:
> > > > >
> > > > >>
> > > > >> hi,
> > > > >>
> > > > >> before you start integrating google
> checkout,
> > > please
> > > > >> be sure to go through
> > > > >> the policies of google checkout. google
> > > checkout is
> > > > >> quite different than
> > > > >> paypal and i am not sure if you can use
> that as
> > > a
> > > > >> model. for eg. in google
> > > > >> checkout personal details are shared unitil
> the
> > > > >> customer has clicked the
> > > > >> order confirm button on google. Roughly the
> > > checkout
> > > > >> steps are the
> > > > >> following:
> > > > >>
> > > > >> 1) customer adds the products on your
> ecommerce
> > > > >> website.
> > > > >> 2) customer sees the cart, which has all
> the
> > > > >> products added by him
> > > > >> 3) along with your checkout button, the
> > > customer
> > > > >> sees a google checkout
> > > > >> button.
> > > > >> 4) customer clicks the google checkout and
> is
> > > > >> redirected to google hosted
> > > > >> pages, your website passes all the cart
> > > variables(
> > > > >> item name, quantity,
> > > > >> price etc) to google
> > > > >> 5) customer logs in google and then google
> > > sends you
> > > > >> his address details
> > > > >> like zip, country etc, and your site
> responds
> > > to it
> > > > >> with shipping methods
> > > > >> available and their charges.
> > > > >> 6) google recalculates the order total and
> if
> > > the
> > > > >> customer pays for the
> > > > >> order it sends you the personal details of
> the
> > > > >> customer and the customer is
> > > > >> redirected to your site.
> > > > >>
> > > > >> The above steps are for level 2
> integration. I
>
=== message truncated ===
--
G.Venkata Phanindra
Mob:: 9849852989