How to create test account with PayPal Payments Pro (Use to represent yourself as a merchant using Pro) option selected in sandbox?

萝らか妹 提交于 2019-12-08 05:46:09

问题


I am unable to create Paypal sandbox test account with option PayPal Payments Pro (Use to represent yourself as a merchant using Pro). I selected the option during test account creation but when I viewed the details of that account, then it displayed

Account Type : Seller (Use to represent yourself as the merchant).

Please help me as I am unable to do credit card payment integration using sandbox as it is showing

error :

Array
(
    [TIMESTAMP] => 2013-02-06T10:40:57Z
    [CORRELATIONID] => 2732f8af3ec70
    [ACK] => Failure
    [VERSION] => 85.0
    [BUILD] => 5060305
    [L_ERRORCODE0] => 10501
    [L_SHORTMESSAGE0] => Invalid Configuration
    [L_LONGMESSAGE0] => This transaction cannot be processed due to an invalid merchant configuration.
    [L_SEVERITYCODE0] => Error
    [AMT] => 100.00
    [CURRENCYCODE] => USD
)

Thanks in advance.


回答1:


The API credentials in the Sandbox environment uses the default buyer account you have. You need to make sure to use the “payments pro” option when you create a buyer account in the sandbox environment. You’ll then see a new set of API credentials under API credentials…

Steps below:

  1. Go to the link https://developer.paypal.com/us/cgi-bin/devscr?cmd=_sandbox-acct-session and login with your sandbox credentials

  2. And click on the link Preconfigured which will take you to https://developer.paypal.com/us/cgi-bin/devscr?cmd=_create-account-session

  3. From the options select Website Payments Pro (Use to represent yourself as a merchant using Pro) and create a Test Account and use these details for sandbox



来源:https://stackoverflow.com/questions/14728677/how-to-create-test-account-with-paypal-payments-pro-use-to-represent-yourself-a

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!