商家的帐户无法使用activemerchant + Ruby on rails + Paypal处理交易

问题描述 投票:0回答:1

想要使用活跃的商家用PayPal解析付款我做了所有的设置,但响应得到这样的错误,如果有人可以帮助我,那么它提前非常感谢:)

响应

======response===========#<ActiveMerchant::Billing::Response:0x00000000061820d0 @params={"timestamp"=>"2019-02-27T12:29:37Z", "ack"=>"Failure", "correlation_id"=>"21a7f98432854", "version"=>"124", "build"=>"46457558", "amount"=>"10.00", "amount_currency_id"=>"USD", "message"=>"This transaction cannot be processed. The merchant's account is not able to process transactions.", "error_codes"=>"10548", "Timestamp"=>"2019-02-27T12:29:37Z", "Ack"=>"Failure", "CorrelationID"=>"21a7f98432854", "Errors"=>{"ShortMessage"=>"Invalid Configuration", "LongMessage"=>"This transaction cannot be processed. The merchant's account is not able to process transactions.", "ErrorCode"=>"10548", "SeverityCode"=>"Error"}, "Version"=>"124", "Build"=>"46457558", "Amount"=>"10.00"}, @message="This transaction cannot be processed. The merchant's account is not able to process transactions.", @success=false, @test=true, @authorization=nil, @fraud_review=false, @error_code=:processing_error, @emv_authorization=nil, @avs_result={"code"=>nil, "message"=>nil, "street_match"=>nil, "postal_match"=>nil}, @cvv_result={"code"=>nil, "message"=>nil}>==========

**

错误:无法处理此事务。商家的帐户无法处理交易。

**

ruby-on-rails ruby-on-rails-4 paypal paypal-sandbox activemerchant
1个回答
0
投票

您需要联系PayPal以解决此错误。如果你看这里:https://support.picnet.net/hc/en-us/articles/114094053611-Understanding-PayPal-Website-Payments-Pro-error-messages错误ID 10548它说帐户没有设置为商业商家帐户。

© www.soinside.com 2019 - 2024. All rights reserved.