Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/275.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 如何从PayPal付款中获取易趣商品编号?_Php_Paypal_Paypal Ipn - Fatal编程技术网

Php 如何从PayPal付款中获取易趣商品编号?

Php 如何从PayPal付款中获取易趣商品编号?,php,paypal,paypal-ipn,Php,Paypal,Paypal Ipn,我在eBay上卖东西,如果我可以使用PayPal IPN,它可以完全自动交付 我知道易趣销售人员仍然会向我的PayPal listener发送信息,但是否可以从IPN信息中提取易趣商品号,以便我知道要发送给买家的产品?易趣商品ID作为购物车商品号包含在PayPal IPN数据中。这是一个易趣交易的IPN示例 Array ( [mc_gross] => 131.52 [protection_eligibility] => Eligible [for_auctio

我在eBay上卖东西,如果我可以使用PayPal IPN,它可以完全自动交付


我知道易趣销售人员仍然会向我的PayPal listener发送信息,但是否可以从IPN信息中提取易趣商品号,以便我知道要发送给买家的产品?

易趣商品ID作为购物车商品号包含在PayPal IPN数据中。这是一个易趣交易的IPN示例

Array
(
    [mc_gross] => 131.52
    [protection_eligibility] => Eligible
    [for_auction] => true
    [address_status] => unconfirmed
    [item_number1] => 301218066165
    [tax] => 0.00
    [payer_id] => V5ZZZZZZA4
    [ebay_txn_id1] => 997709242020
    [address_street] => 200 Jacksonville Rd
    [payment_date] => 08:43:31 Jul 09, 2014 PDT
    [payment_status] => Completed
    [charset] => windows-1252
    [auction_closing_date] => 08:39:55 Jul 09, 2014 PDT
    [address_zip] => 37042
    [mc_shipping] => 11.53
    [mc_handling] => 0.00
    [first_name] => Tester
    [mc_fee] => 3.19
    [auction_buyer_id] => someebayuser
    [address_country_code] => US
    [address_name] => Tester Testerson
    [notify_version] => 3.8
    [custom] => 16372911015
    [payer_status] => unverified
    [business] => sales@domain.net
    [address_country] => United States
    [mc_handling1] => 0.00
    [num_cart_items] => 1
    [address_city] => Clarksville
    [verify_sign] => Ajfh8JrSDJjPlnEbvetFI.T0Ru67AHq1jQgmiX08YNtZfjc5B9GlZp.w
    [mc_shipping1] => 0.00
    [payer_email] => tester@email.com
    [tax1] => 0.00
    [txn_id] => 93M71753JN507112H
    [payment_type] => instant
    [last_name] => Testerson
    [address_state] => MN
    [item_name1] => Sony SmartWatch 2 SW2 Bluetooth NFC Smart Wrist Watch 1275-2741 Android NEW +Wty
    [receiver_email] => receiver@email.com
    [payment_fee] => 3.19
    [shipping_discount] => 0.00
    [quantity1] => 1
    [insurance_amount] => 0.00
    [receiver_id] => UBDZZZZZEPY
    [txn_type] => cart
    [item_name] => Sony SmartWatch 2 SW2 Bluetooth NFC Smart Wrist Watch 1275-2741 Android NEW +Wty
    [discount] => 0.00
    [mc_gross_1] => 119.99
    [mc_currency] => USD
    [item_number] => 301218066165
    [residence_country] => US
    [receipt_id] => 2559-0750-2193-4107
    [shipping_method] => Default
    [transaction_subject] => 
    [payment_gross] => 131.52
    [ipn_track_id] => ca2d1c92a0ee2
)
您可以看到易趣ID包含在易趣txn idn参数中,从1开始,并且您将为销售的每件商品设置一组商品参数

如果您需要比PayPal IPN提供的更多详细信息,您可以在IPN脚本中使用易趣的