List Info

Thread: Re: how do i know who is buying???




Re: how do i know who is buying???
user name
2007-01-27 00:28:49
Guess I don't know then.  Maybe (I'm guessing here) it's
something
that's restricted to the XML interface versus POSTed data.

Interested in the results though...

tony 

-----Original Message-----
From: google-checkout-api-integrationgooglegroups.com
[mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of
shamitpatelgmail.com
Sent: Friday, January 26, 2007 3:58 PM
To: Google Checkout Developers Forum - API Integration
Basics
Subject: [google-checkout-api-integration] Re: how do i know
who is
buying???


nope, it is not in the notification too... here is what i
get for the
notification of that order

_type: order-state-change-notification
timestamp: 2007-01-26T23:45:47.000Z
google-order-number: 433076442631440
new-fulfillment-order-state: NEW
new-financial-order-state: CHARGEABLE
previous-fulfillment-order-state: NEW
previous-financial-order-state: REVIEWING
serial-number: 68b4819f-fbb9-4dc1-8fc2-f37440f9ba83



_type: risk-information-notification
timestamp: 2007-01-26T23:45:48.150Z
google-order-number: 433076442631440
risk-information_billing-address_contact-name: some user
risk-information_billing-address_company-name:
risk-information_billing-address_email: shamitpatelgmail.com
risk-information_billing-address_phone:
risk-information_billing-address_fax:
risk-information_billing-address_address1: sme address
risk-information_billing-address_address2:
risk-information_billing-address_country-code: US
risk-information_billing-address_city: rochester
risk-information_billing-address_region: NY
risk-information_billing-address_postal-code: 11373
risk-information_ip-address: 74.138.220.138
risk-information_eligible-for-protection: true
risk-information_avs-response: U
risk-information_cvn-response: U
risk-information_partial-cc-number: 1111
risk-information_buyer-account-age: 0
se! rial-number: ff80df32-aa3a-43f7-80a0-23d447ef317d



_type: order-state-change-notification
timestamp: 2007-01-26T23:46:06.000Z
google-order-number: 433076442631440
new-fulfillment-order-state: PROCESSING
new-financial-order-state: CHARGED
previous-fulfillment-order-state: PROCESSING
previous-financial-order-state: CHARGING
serial-number: bd038018-ed0c-434d-9d52-a27ec879e134



_type: charge-amount-notification
timestamp: 2007-01-26T23:46:06.000Z
google-order-number: 433076442631440
latest-charge-amount_currency: USD
latest-charge-amount: 100.0
total-charge-amount_currency: USD
total-charge-amount: 100.0
serial-number: 64d6f400-68dc-47e7-8c57-6161cb2e3eb9



_type: new-order-notification
timestamp: 2007-01-26T23:45:45.094Z
shopping-cart_items_item-1_quantity: 1
shopping-cart_items_item-1_unit-price_currency: USD
shopping-cart_items_item-1_unit-price: 100.0
shopping-cart_items_item-1_item-name: Basic
shopping-cart_items_item-1_item-description: Basic - 110
Credits
shopping-cart_items: shopping-cart.items.item-1
order-adjustment_total-tax_currency: USD
order-adjustment_total-tax: 0.0
order-adjustment_adjustment-total: 0.0
order-adjustment_adjustment-total_currency: USD
google-order-number: 433076442631440
buyer-shipping-address_email: shamitpatelgmail.com
buyer-shipping-address_address1: sme address
buyer-shipping-address_address2:
buyer-shipping-address_contact-name: some user
buyer-shipping-address_company-name:
buyer-shipping-address_phone:
buyer-shipping-address_fax:
buyer-shipping-address_country-code: US
buyer-shippi! ng-address_city: rochester
buyer-shipping-address_region: NY
buyer-shipping-address_postal-code: 11373
buyer-billing-address_email: shamitpatelgmail.com
buyer-billing-address_address1: sme address
buyer-billing-address_address2:
buyer-billing-address_contact-name: some user
buyer-billing-address_company-name:
buyer-billing-address_phone:
buyer-billing-address_fax:
buyer-billing-address_country-code: US
buyer-billing-address_city: rochester
buyer-billing-address_region: NY
buyer-billing-address_postal-code: 11373
buyer-marketing-preferences_email-allowed: true
order-total: 100.0
order-total_currency: USD
fulfillment-order-state: NEW
financial-order-state: REVIEWING
buyer-id: 843488856707907
serial-number: f1d83b3d-3314-4181-951e-5ee9b187f7f0


On Jan 26, 6:24 pm, "Tony Birnseth" <t...1sit.com> wrote:
> You're sending it correctly.  What are you getting in
the new order
> notification?   You won't see it in the merchant
center, you need to
be
> able to receive it from the callback.
>
> Tonywww.ez-order-manager.com
>
> -----Original Message-----
> From: google-checkout-api-integrationgooglegroups.com
>
> [mailto:google-checkout-api-integrationgooglegroups.com] On Behalf Of

> shamitpa...gmail.com
> Sent: Friday, January 26, 2007 3:16 PM
> To: Google Checkout Developers Forum - API Integration
Basics
> Subject: [google-checkout-api-integration] Re: how do i
know who is 
> buying???
>
> <form method="POST"
>
> action="https://sandbox.google.com/checkout/cws/v2/Merchan
t/123456798/
> ch
> eckoutForm"
>     accept-charset="utf-8">
>
>     <input type="hidden"
name="item_name_1" value="Basic"/>
>     <input type="hidden"
name="item_description_1" value="Basic - 110

> Credits"/>
>     <input type="hidden"
name="item_quantity_1" value="1"/>
>     <input type="hidden"
name="item_price_1" value="100"/>
>
>     <input type="hidden"
name="merchant-order-number"
value="1919"/>
>
>     <input type="image" name="Google
Checkout" alt="Fast checkout 
> through Google"
>
> src="http://sandbox.google.com/checkout/buttons/chec
kout.gif?merchant_
> id
> =321654987
>              
&w=180&h=46&style=white&variant=text&loc
=en_US"
> height="46" width="180"/>
>
> </form>
>
> i have a form like this. with Merchant-order-number
specified for me 
> to track the order in my system. Google checkout is
still not getting
this.
> what am i doing wrong.
>
> Thanks.
>
> On Jan 26, 1:46 pm, "P" <chane...gmail.com> wrote:
> > Yes, because the merchant-private-data data are
not surfaced in the 
> > merchant user interface.
>
> > P
>
> > On Jan 26, 3:57 am, "shamitpa...gmail.com"
>
> > <shamitpa...marketinglocus.com>
wrote:
> > > So, does that mean i cannot use the simple
buy it now button to 
> > > implement this? I HAVE to go the API route?
>
> > > Thanks for the response
>
> > > On Jan 25, 9:00 pm, "P"
<chane...gmail.com> wrote:
>
> > > > You can include the account name for
that user in your system 
> > > > (or whatever identifying information you
need) in your cart in
>
ahttp://code.google.com/apis/checkout/deve
loper/index.html#tag_merchan..
> .
> > > > "The <merchant-private-data>
tag contains any well-formed XML 
> > > > sequence that should accompany an order.
Google Checkout will 
> > > > return this XML in the <merchant
calculation callback> and the 
> > > > <new order notification> for the
order.
> > > > I hope this helps."
>
> > > > P
>
> > > > On Jan 25, 5:26 pm,
"shamitpa...gmail.com"
>
> > > > <shamitpa...marketinglocus.com>
wrote:
> > > > > google tracks the payments by gmail
accounts. how do i know 
> > > > > which one of my users has
purchased?????






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

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