gpt4 book ai didi

paypal - 清空 related_resources 以响应信用卡付款

转载 作者:太空宇宙 更新时间:2023-11-03 15:48:12 24 4
gpt4 key购买 nike

我正在使用 paypalrestsdk 进行信用卡支付。当我切换到 SANDBOX 模式并发出请求时, Paypal 服务返回给我:

{'update_time': u'2016-11-17T16:47:46Z',
'payer':
{'payment_method': u'credit_card',
'funding_instruments': [
{'credit_card':
{'first_name': u'first_name',
'billing_address': {'city': u'London', 'postal_code': u'123','line1': u'fooo', 'country_code': u'EN'},
'expire_month': u'12',
'number': u'xxxxxxxxxxxx1111',
'last_name': u'last_name',
'expire_year': u'2020',
'type': u'visa'}}]},
'links': [
{'href': u'https://api.sandbox.paypal.com/v1/payments/payment/PAY-1GH35642K71421451LAW56MQ',
'method': u'GET',
'rel': u'self'}
],
'transactions': [
{'item_list': {
'items': [
{'currency': u'USD',
'price': u'367.77',
'name': u'Foooo',
'quantity': u'10'}],
'shipping_address': {'city': u'London', 'line1': u'line1', 'recipient_name': u'name', 'phone': u'321312', 'state': u'state', 'postal_code': u'123', 'country_code': u'EN'}},
'related_resources': [],
'amount': {'currency': u'USD', 'total': u'3688.77', 'details': {'subtotal': u'3677.70', 'shipping': u'11.07'}},
'description': u'Charge for order: #1'}],
'state': u'created',
'create_time': u'2016-11-17T16:47:46Z',
'intent': u'sale',
'id': u'PAY-1GH35642K71421451LAW56MQ'}

为什么 related_resources 是空的?我如何在沙盒模式下测试我的代码?当然,在生产模式下,related_resources 包含销售额,例如:https://developer.paypal.com/docs/integration/direct/accept-credit-cards/

信用卡号是4111111111111111。

最佳答案

4111111111111111 不再有效,您可以尝试使用另一个类似 4929931129414294

关于paypal - 清空 related_resources 以响应信用卡付款,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40661389/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com