首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >电子支票不发送mc_fee的Paypal IPN

电子支票不发送mc_fee的Paypal IPN
EN

Stack Overflow用户
提问于 2014-06-24 11:45:00
回答 1查看 272关注 0票数 0

使用Paypal沙箱,当发送电子支票支付IPN消息时,它不包括mc_fee

代码语言:javascript
复制
transaction_subject=42%7c6650a562-d533-44aa-8564-0c9c0e7d19b2&txn_type=web_accept&payment_date=10%3a12%3a04+Jun+23%2c+2014+PDT&last_name=Gullen&residence_country=US&pending_reason=echeck&item_name=4+items&payment_gross=53.76&mc_currency=USD&business=payments%40scirra.com&payment_type=echeck&protection_eligibility=Ineligible&verify_sign=AynlJ2zsmflH.74VEfIBZZJsEArxAjNAi0hD7WaaPRn3XedTlWuF7oga&payer_status=verified&test_ipn=1&tax=0.00&payer_email=tom%40scirra.com&txn_id=69591827P76604800&quantity=1&receiver_email=payments%40scirra.com&first_name=Tom&payer_id=N4ZM2MRGFSGG6&receiver_id=PPMVMPWQE975C&item_number=&handling_amount=0.00&payment_status=Pending&shipping=0.00&mc_gross=53.76&custom=42%7c6650a562-d533-44aa-8564-0c9c0e7d19b2&charset=windows-1252&notify_version=3.8&ipn_track_id=6e3b4b535ff63

当费用在接收帐户显示为$2.40时。

当付款清空时,电子支票付款的mc_fee是否已发送?有没有人有一个被清除的电子检查IPN消息的例子?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-06-24 13:06:15

是的,这笔费用将包括在IPN的结清/完成的付款。这是一个清理过的电子信息网络的样本。

代码语言:javascript
复制
Array
(
    [mc_gross] => 25.00
    [invoice] => 4145
    [item_mpn1] => 
    [protection_eligibility] => Ineligible
    [item_count_unit1] => 0
    [item_number1] => 20
    [tax] => 0.00
    [payer_id] => WZQB555NMG
    [payment_date] => 08:56:21 Sep 20, 2012 PDT
    [item_tax_rate1] => 0
    [payment_status] => Completed
    [charset] => windows-1252
    [mc_shipping] => 0.00
    [item_tax_rate_double1] => 0.00
    [mc_handling] => 0.00
    [first_name] => Tester
    [mc_fee] => 0.85
    [notify_version] => 3.7
    [echeck_time_processed] => 07:00:23 Sep 25, 2012 PDT
    [custom] => 
    [payer_status] => verified
    [num_cart_items] => 1
    [mc_handling1] => 0.00
    [verify_sign] => AapgbjzZyTSfkmpNOv5lUoTq-NAIA1Troj6rjlQyLdJv8HapgwwIiw4M
    [payer_email] => tester@hey.org
    [mc_shipping1] => 0.00
    [item_style_number1] => 
    [tax1] => 0.00
    [contact_phone] => 972-294-5555
    [item_plu1] => 
    [txn_id] => 9MD93138E1640023P
    [payment_type] => echeck
    [payer_business_name] => Little Elm Friends of the Library
    [last_name] => Deaver
    [item_name1] => USBSwiper Software Only RENTAL Program
    [receiver_email] => testseller@testerseller.com
    [item_isbn1] => 
    [payment_fee] => 0.85
    [quantity1] => 1
    [receiver_id] => M5VR555CSK6
    [txn_type] => cart
    [item_model_number1] => 
    [mc_gross_1] => 25.00
    [mc_currency] => USD
    [item_taxable1] => N
    [residence_country] => US
    [transaction_subject] => USBSwiper.com Web OrderUSBSwiper Software Only RENTAL Program
    [payment_gross] => 25.00
    [ipn_track_id] => 5104f64ac8bd2
)
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/24385783

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档