List Info

Thread: simple notification after a purchase




simple notification after a purchase
country flaguser name
United States
2007-05-20 14:13:55
Hello all,

I've had PayPal and Google Checkout working on my site for a
while,
however they both required my intervention after a purchase
was made
(I had to edit my database to show that a purchase was
made).

I'd like to have Google Checkout notify me when an order has
been
completed so this can be done automatically.

With PayPal, this was simple -- it took me about 1 hour to
integrate
their "Instant Payment Notification" (http://www.paypal.com/
cgi-bin/
webscr?cmd=p/xcl/rec/ipn-code-outside).  The great part is
that they
have a callback to their system using HTTPS to validate an
order, so I
don't have to have a certificate on my server.

After about 2 hours of sorting through the api docs on
google
checkout, I'm almost no further along.

Is there a easy (as compared to PayPal) way to do this?  I
don't need
anything complex -- I just need google checkout to tell me
when an
order was made and what it was for.

Thanks,
-d


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: simple notification after a purchase
user name
2007-05-20 16:23:24
Hi after an order is placed google will send you a new-order-notification (http://code.google.com/apis/checkout/developer/index.html#new_order_notification) message with all the order information, in order to receive this you should configure in the integration console the API callback URL, this url will be called by google everytime a buyer place an order, then you should be able to get this either XML or HTML messages and update your database automatically.

Regards,

Ignacio

On 5/20/07, darrell.esaugmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">darrell.esaugmail.com < darrell.esaugmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> darrell.esaugmail.com> wrote:

Hello all,

I9;ve had PayPal and Google Checkout working on my site for a while,
however they both required my intervention after a purchase was made
(I had to edit my database to show that a purchase was made).

I'd like to have Google Checkout notify me when an order has been
completed so this can be done automatically.

With PayPal, this was simple -- it took me about 1 hour to integrate
their "Instant Payment Notification" ( http://www.paypal.com/cgi-bin/
webscr?cmd=p/xcl/rec/ipn-code-outside). ; The great part is that they
have a callback to their system using HTTPS to validate an order, so I
don9;t have to have a certificate on my server.

After about 2 hours of sorting through the api docs on google
checkout, I'm almost no further along.

Is there a easy (as compared to PayPal) way to do this? ; I don't need
anything complex -- I just need google checkout to tell me when an
order was made and what it was for.

Thanks,
-d

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "API Integration Basics&quot; group.
To post to this group, send email to google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: simple notification after a purchase
country flaguser name
United States
2007-05-20 19:49:44
Hi darrell,

If there's an 'easy' way, then I've yet to find it.

I also implemented PayPal's IPN in about an hour, but I've
now spent
over sixteen hours on Google Checkout's equivalent and I'm
far from
finished yet.

You will need an SSL certificate on your server and you'll
definitely
want Google's sample code from:

  
http://code.google.com/apis/checkout/samplecode.html

although even the latest release of that is buggy and has to
be
manually patched.

One of the main disadvantages (as far as simplicity is
concerned) of
Google's notification system is that, unlike PayPal's,
there's not
just one but several notifications and these can arrive days
apart. I
basically just bother with two at the moment: the New Order
notification and the Charged notification. Any others I just
log and
deal with manually.

Good luck!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: simple notification after a purchase
country flaguser name
United States
2007-05-23 11:42:25
Hey,

I have a cubecart website setup that was going to use paypal
(IPN) but
the customer can't get a paypal account (because of a
previous issue
he had with paypal).  I asked a question about integrating
cubecart
with google checkout WITHOUT an SSL certificate and
confirmed that you
CAN!  I'll post the tlink to our thread.

http://groups.google.com/group/google-checkout
-api-integration/browse_thread/thread/1c91fa70b6a4b38f/b9ada
571b7f46b5b?lnk=raot

On May 20, 7:49 pm, lesss <les-sm...pushposters.co.uk> wrote:
> Hi darrell,
>
> If there's an 'easy' way, then I've yet to find it.
>
> I also implemented PayPal's IPN in about an hour, but
I've now spent
> over sixteen hours on Google Checkout's equivalent and
I'm far from
> finished yet.
>
> You will need an SSL certificate on your server and
you'll definitely
> want Google's sample code from:
>
>  
http://code.google.com/apis/checkout/samplecode.html
>
> although even the latest release of that is buggy and
has to be
> manually patched.
>
> One of the main disadvantages (as far as simplicity is
concerned) of
> Google's notification system is that, unlike PayPal's,
there's not
> just one but several notifications and these can arrive
days apart. I
> basically just bother with two at the moment: the New
Order
> notification and the Charged notification. Any others I
just log and
> deal with manually.
>
> Good luck!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: simple notification after a purchase
user name
2007-05-23 11:53:41
Hi

yes u can, if u plan to do a Level 1 integration with GC

but if u plan to do a level 2 integration, SSL cert is necessary...

http://code.google.com/apis/checkout/developer/index.html#checkout_integration_options

hope this helps

ropu

On 5/23/07, scampisi < steve.campisigmail.com">steve.campisigmail.com> wrote:

Hey,

I have a cubecart website setup that was going to use paypal (IPN) but
the customer can't get a paypal account (because of a previous issue
he had with paypal).&nbsp; I asked a question about integrating cubecart
with google checkout WITHOUT an SSL certificate and confirmed that you
CAN!&nbsp; I'll post the tlink to our thread.

http://groups.google.com/group/google-checkout-api-integration/browse_thread/thread/1c91fa70b6a4b38f/b9ada571b7f46b5b?lnk=raot

On May 20, 7:49 pm, lesss < les-sm...pushposters.co.uk">les-sm...pushposters.co.uk &gt; wrote:
>; Hi darrell,
&gt;
> If there's an 'easy&#39; way, then I've yet to find it.
>
&gt; I also implemented PayPal';s IPN in about an hour, but I've now spent
> over sixteen hours on Google Checkout&#39;s equivalent and I'm far from
>; finished yet.
>
> You will need an SSL certificate on your server and you'll definitely
> want Google';s sample code from:
>
  http://code.google.com/apis/checkout/samplecode.html
>
> although even the latest release of that is buggy and has to be
> manually patched.
&gt;
> One of the main disadvantages (as far as simplicity is concerned) of
> Google';s notification system is that, unlike PayPal';s, there's not
> just one but several notifications and these can arrive days apart. I
> basically just bother with two at the moment: the New Order
&gt; notification and the Charged notification. Any others I just log and
> deal with manually.
>
> Good luck!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "API Integration Basics&quot; group.
To post to this group, send email to google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )