List Info

Thread: who did actually pay?




who did actually pay?
country flaguser name
United States
2007-08-17 11:04:39

We currently have a web-site of a few hundred registered
users. We
want to charge our customers for premium services
(intangible) on our
web-site.

If we used GoogleCheckout as a payment gateway...

How do we know which of our members actually paid? We have
our own DB
of unique user-names, but according to the GC policy we need
to place
the GC link before they log-in to our site.

So what is the standard way to correspond the payment made
using GC to
our unique member?

Thank you in advance for all your responses!


--~--~---------~--~----~------------~-------~--~----~
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: who did actually pay?
country flaguser name
United States
2007-08-17 12:39:20
Hi,

You can implement the Google Checkout XML API and API
callback URL.
This will allow Google Checkout to send XML new order
notifications
containing customer information to your server.  Your server
can then
parse out the user names to figure out who the customer is. 
For more
information and sample code, please take a look at our
Developer's
Guide:

http://code.google.com/apis/checkout/developer/index.ht
ml

-Peng

On Aug 17, 9:04 am, "pras...gmail.com"
<pras...gmail.com> wrote:
> We currently have a web-site of a few hundred
registered users. We
> want to charge our customers for premium services
(intangible) on our
> web-site.
>
> If we used GoogleCheckout as a payment gateway...
>
> How do we know which of our members actually paid? We
have our own DB
> of unique user-names, but according to the GC policy we
need to place
> the GC link before they log-in to our site.
>
> So what is the standard way to correspond the payment
made using GC to
> our unique member?
>
> Thank you in advance for all your responses!


--~--~---------~--~----~------------~-------~--~----~
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: who did actually pay?
country flaguser name
United States
2007-08-17 12:43:26
Hi,

You can implement the Google Checkout XML API and API
callback URL.
This will allow Google Checkout to send XML new order
notifications
containing customer information to your server.  Your server
can then
parse out the user names to figure out who the customer is. 
For more
information and sample code, please take a look at our
Developer's
Guide:

http://code.google.com/apis/checkout/developer/index.ht
ml

-Peng

On Aug 17, 9:04 am, "pras...gmail.com"
<pras...gmail.com> wrote:
> We currently have a web-site of a few hundred
registered users. We
> want to charge our customers for premium services
(intangible) on our
> web-site.
>
> If we used GoogleCheckout as a payment gateway...
>
> How do we know which of our members actually paid? We
have our own DB
> of unique user-names, but according to the GC policy we
need to place
> the GC link before they log-in to our site.
>
> So what is the standard way to correspond the payment
made using GC to
> our unique member?
>
> Thank you in advance for all your responses!


--~--~---------~--~----~------------~-------~--~----~
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: who did actually pay?
country flaguser name
United States
2007-08-18 04:52:31

Peng,

Thanks for your reply.

The user name that GC calls back with is the GC username,
how do we
match the GC username with anything with our systems user
info?

~Prash

On Aug 18, 1:43 am, GoogleCheckoutDevProPeng
<Checkout-Dev-Pro
+P...google.com> wrote:
> Hi,
>
> You can implement the Google Checkout XML API and API
callback URL.
> This will allow Google Checkout to send XML new order
notifications
> containing customer information to your server.  Your
server can then
> parse out the user names to figure out who the customer
is.  For more
> information and sample code, please take a look at our
Developer's
> Guide:
>
> http://code.google.com/apis/checkout/developer/index.ht
ml
>
> -Peng
>
> On Aug 17, 9:04 am, "pras...gmail.com"
<pras...gmail.com> wrote:
>
> > We currently have a web-site of a few hundred
registered users. We
> > want to charge our customers for premium services
(intangible) on our
> > web-site.
>
> > If we used GoogleCheckout as a payment gateway...
>
> > How do we know which of our members actually paid?
We have our own DB
> > of unique user-names, but according to the GC
policy we need to place
> > the GC link before they log-in to our site.
>
> > So what is the standard way to correspond the
payment made using GC to
> > our unique member?
>
> > Thank you in advance for all your responses!


--~--~---------~--~----~------------~-------~--~----~
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: who did actually pay?
user name
2007-08-18 10:12:06
Hi,


Also regarding to intangible goods take a look at the
digital delivery
document. You can find it in the checkou api developers
guide (dont
remember now the link just google: "checkou api
developers".

Regards,

Ignacio











On 8/18/07, prashkagmail.com <prashkagmail.com> wrote:
>
>
> Peng,
>
> Thanks for your reply.
>
> The user name that GC calls back with is the GC
username, how do we
> match the GC username with anything with our systems
user info?
>
> ~Prash
>
> On Aug 18, 1:43 am, GoogleCheckoutDevProPeng
<Checkout-Dev-Pro
> +P...google.com> wrote:
> > Hi,
> >
> > You can implement the Google Checkout XML API and
API callback URL.
> > This will allow Google Checkout to send XML new
order notifications
> > containing customer information to your server. 
Your server can then
> > parse out the user names to figure out who the
customer is.  For more
> > information and sample code, please take a look at
our Developer's
> > Guide:
> >
> > http://code.google.com/apis/checkout/developer/index.ht
ml
> >
> > -Peng
> >
> > On Aug 17, 9:04 am, "pras...gmail.com" <pras...gmail.com> wrote:
> >
> > > We currently have a web-site of a few hundred
registered users. We
> > > want to charge our customers for premium
services (intangible) on our
> > > web-site.
> >
> > > If we used GoogleCheckout as a payment
gateway...
> >
> > > How do we know which of our members actually
paid? We have our own DB
> > > of unique user-names, but according to the GC
policy we need to place
> > > the GC link before they log-in to our site.
> >
> > > So what is the standard way to correspond the
payment made using GC to
> > > our unique member?
> >
> > > Thank you in advance for all your responses!
>
>
> >
>


-- 
Code is like art but people loves painting something and
putting it
into a museum or art gallery, what happen with code then?
-> LETS
OPENSOURCE IT
If i have an apple and you have an apple and we switch then
we both
have an apple.
But if i have an idea and you have an idea and we switch
then we both
have two ideas.

--~--~---------~--~----~------------~-------~--~----~
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: who did actually pay?
country flaguser name
United States
2007-08-20 19:54:00
Hi,

The notification will contain information such as email
address, name,
billing address, etc.  Hopefully you should be able to match
the
Google Checkout information with your database information. 
If you
could provide more specifics on how your system is set up,
ie are
customers purchasing a login and then signing up or are they
pre-
existing customers, I may be able to provide more
integration ideas.

-Peng

On Aug 18, 8:12 am, "Ignacio Blanco"
<blanco...gmail.com> wrote:
> Hi,
>
> Also regarding to intangible goods take a look at the
digital delivery
> document. You can find it in the checkou api developers
guide (dont
> remember now the link just google: "checkou api
developers".
>
> Regards,
>
> Ignacio
>
> On 8/18/07, pras...gmail.com <pras...gmail.com> wrote:
>
>
>
>
>
> > Peng,
>
> > Thanks for your reply.
>
> > The user name that GC calls back with is the GC
username, how do we
> > match the GC username with anything with our
systems user info?
>
> > ~Prash
>
> > On Aug 18, 1:43 am, GoogleCheckoutDevProPeng
<Checkout-Dev-Pro
> > +P...google.com> wrote:
> > > Hi,
>
> > > You can implement the Google Checkout XML API
and API callback URL.
> > > This will allow Google Checkout to send XML
new order notifications
> > > containing customer information to your
server.  Your server can then
> > > parse out the user names to figure out who
the customer is.  For more
> > > information and sample code, please take a
look at our Developer's
> > > Guide:
>
> > >http://code.google.com/apis/checkout/developer/index.ht
ml
>
> > > -Peng
>
> > > On Aug 17, 9:04 am, "pras...gmail.com" <pras...gmail.com> wrote:
>
> > > > We currently have a web-site of a few
hundred registered users. We
> > > > want to charge our customers for premium
services (intangible) on our
> > > > web-site.
>
> > > > If we used GoogleCheckout as a payment
gateway...
>
> > > > How do we know which of our members
actually paid? We have our own DB
> > > > of unique user-names, but according to
the GC policy we need to place
> > > > the GC link before they log-in to our
site.
>
> > > > So what is the standard way to
correspond the payment made using GC to
> > > > our unique member?
>
> > > > Thank you in advance for all your
responses!
>
> --
> Code is like art but people loves painting something
and putting it
> into a museum or art gallery, what happen with code
then? -> LETS
> OPENSOURCE IT
> If i have an apple and you have an apple and we switch
then we both
> have an apple.
> But if i have an idea and you have an idea and we
switch then we both
> have two ideas.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---


[1-6]

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