paypal - 接受拱形卡付款

标签 paypal payment braintree

我已经创建了一个 paypal 企业帐户,我想使用 paypal v.zero 库存储信用卡以接受付款。我已经使用沙盒帐户测试了所有内容,但无法使用我的 Paypal 企业帐户。我不断收到以下错误

{
"creditCardVerification": null,
"transaction": null,
"subscription": null,
"errors":{
"allDeepValidationErrors":[
{"attribute": "payment_method_token", "code": "TRANSACTION_PAYMENT_METHOD_TOKEN_CARD_TYPE_IS_NOT_ACCEPTED", "message": "Payment instrument type is not accepted by this merchant account."…},
{"attribute": "merchant_account_id", "code": "TRANSACTION_PAYMENT_INSTRUMENT_NOT_SUPPORTED_BY_MERCHANT_ACCOUNT", "message": "Merchant account does not support payment instrument."…}
],
"allValidationErrors":[]
},
"parameters":{
"transaction[type]": "sale",
"transaction[payment_method_token]": "xxxxxx",
"transaction[amount]": "1"
},
"message": "Payment instrument type is not accepted by this merchant account.\nMerchant account does not support payment instrument.",
"target": null,
"success": false
}

最佳答案

error in "transaction[amount]": "1" 你有金额的传递货币 使用 "transaction[amount]": {"value":"1.0", "currency":"USD"}

关于paypal - 接受拱形卡付款,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41979287/

相关文章:

ios - Braintree - 嵌入式用户界面 - Apple Pay - Swift 3

iOS : Add a UIView returned by Braintree to the screen

paypal - 未注册接受数字交付商品的付款。 “

PayPal 已收费,但付款响应为 "INVALID"

php - 如何通过 stripe checkout 传递账单明细

php - Paypal - 成功 - 重定向不起作用

ruby-on-rails - 如何在 ActiveMerchant 中使用存储的付款方式进行购买?

php - 带有 REST PHP 的 PayPal 返回错误 400

php - 选择 Paypal 服务

c# - Paypal API,HttpWebRequest 抛出 SSL WebException