2016-10-20 9 views
0

IPN 리스너로가는 eBay PayPal 지급을 어떻게 중단합니까? (바람직하지만 가능하지 않을 수도 있습니다.) 또는 - 청취자에게 지불금이 어디에서 오는 것인지 묻는 방법은 무엇입니까? 이베이에서하다면 을 (앞으로 내 주문 관리 시스템을 확장하는 희망에서 테이블 또는 저장 말)/그냥 확인 아무것도 할 수없는 경우 등 송장 myshop 로그 순서, 전송,에서PayPal IPN에 대해 PayPal 지불이 이베이에서 제공되었는지 확인

IPN 변수 내가 사용할 수 있습니다 무엇

? 품목 번호의 길이를 확인하십시오. umm

답변

1

이베이에서 온 경우 for_auction 매개 변수가 true로 설정되어 있습니다. ebay_txn_idn, 여기서 n은 항목 배열의 번호입니다. 또한 auction_buyer_id도 포함됩니다. 그것들을 신고 할 수있는 많은 옵션이 있습니다. 답장을 보내

Array 
(
    [mc_gross] => 440.99 
    [protection_eligibility] => Eligible 
    [for_auction] => true 
    [address_status] => confirmed 
    [item_number1] => 232029148438 
    [tax] => 0.00 
    [payer_id] => 83W5CCCCCCCS6 
    [ebay_txn_id1] => 1370976126013 
    [address_street] => 123 Test Ave 
    [payment_date] => 23:52:09 Oct 20, 2016 PDT 
    [payment_status] => Completed 
    [charset] => windows-1252 
    [address_zip] => 59840-2149 
    [mc_shipping] => 21.00 
    [first_name] => David 
    [mc_fee] => 10.00 
    [auction_buyer_id] => comasdfr33 
    [address_country_code] => US 
    [address_name] => Tester Testerson 
    [notify_version] => 3.8 
    [custom] => EBAY_EMSCX0000687394734010 
    [payer_status] => unverified 
    [business] => [email protected] 
    [address_country] => United States 
    [num_cart_items] => 1 
    [address_city] => Hamilton 
    [verify_sign] => A0av94YibvcTZFf.ILwh4u8suh06AqfSvHzsAv3r.zSG91GuDFSbZ.Mw 
    [payer_email] => [email protected] 
    [contact_phone] => 408-636-6400 
    [txn_id] => 9EX39945FA6779640 
    [payment_type] => instant 
    [last_name] => Testerson 
    [address_state] => MT 
    [item_name1] => Zebra GX420d USB/Serial/Ethernet Mono Direct Printer 
    [receiver_email] => [email protected] 
    [payment_fee] => 10.00 
    [quantity1] => 1 
    [receiver_id] => EMY7DGXTF8ZVE 
    [insurance_amount] => 0.00 
    [txn_type] => cart 
    [item_name] => Zebra GX420d USB/Serial/Ethernet Mono Direct Printer 
    [mc_gross_1] => 419.99 
    [mc_currency] => USD 
    [item_number] => 232029148438 
    [residence_country] => US 
    [receipt_id] => 0428-5320-1923-6500 
    [transaction_subject] => 
    [payment_gross] => 440.99 
    [ipn_track_id] => 9429e4ed195db 
) 
+0

감사 : 여기

는 이베이 경매에서 온 IPN의 예입니다. 오, 그렇다면 이베이 경매에만 해당됩니까? 또는 어떤 eBay 판매든지를 위해 당신은 알고 있는가? 건배 – Sploxon

+0

하지만 확실히 - ebay_tax_idn은 트릭을 할 것 같습니다. – Sploxon

+0

모든 eBay 판매에 해당합니다. –