What are you talking about?
Do you even understand what is being asked?
What is the [% XXX %] for the street information ?
I figured out the rest even though your site has wrong information.
It does not matter if it comes from paypal or ebay or mars. If the info isnt there it will be blank. That has no meaning to what I am asking for.
Can you get someone to respond that actually knows e-junkie.
I've done all the work for you waiting for responses and even pointed this problem out a very long time again, and then again a bit ago with Tyson.
--------------------------------------------------------------------------
Integrating e-junkie with 3rd party and custom services
All the order data for each product in the order can be sent to script on your server in the background. To enable this behavior, check "Send payment data to my server" while adding or editing your product. Press NEXT/SUBMIT and enter the URL in Payment Variable Information URL field. All the order data will be sent to the URL you have specified for each product in the order individually.
E-junkie will send all the order data using POST to your URL only for successful completed payments. Currently, if E-junkie server is unable to reach your server, it will not retry.
Order Specific
payer_email
txn_id - transaction id of the payment. in some cases we add prefix to it (gc- for google checkout, au- for authorize.net, 2co- for 2checkout, cb- for clickbank and tp- for trialpay payments)
first_name
last_name
mc_gross - total amount of payment
custom - if you added &custom=someValue to the url in the shopping buttons you got from e-junkie
shipping
tax
invoice - unique invoice id that we generate
for_auction
auction_buyer_id
address_city
address_state
address_zip
address_country_code - 2 letter ISO country code
Item Specific
item_namex
item_numberx - item number you have set in product configuration
quantityx - quantity sold
mc_gross_x - sale price for this product * quantity sold
option_name1_x - (if applicable) if you are using any options with your products, then this will contain first option's name
option_selection1_x - (if applicable) if you are using any options with your products, then this will contain first option's value that buyer selected
option_name2_x
option_selection2_x
option_name3_x
option_selection3_x
item_cart_position - this will be posted once per notification and will provide the position of the item for which this post is being done. essentially, this will provide you the value of x (see above) so you can pick the item name, number etc. for this particular item
sku - SKU of the item sold, only applicable if you configured price affecting variants in Admin