如何使用沙盒中选择的PayPal Payments Pro(使用Pro将自己表示为商家)选项创建测试帐户



我无法使用选项Paypal Payments Pro创建Paypal沙箱测试帐户(用于使用Pro将自己表示为商家)。我在创建测试帐户时选择了该选项,但当我查看该帐户的详细信息时,它显示

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

请帮助我,因为我无法使用沙盒进行信用卡支付集成,因为它显示

错误

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
)

提前谢谢。

Sandbox环境中的API凭据使用您拥有的默认买家帐户。当你在沙盒环境中创建买家账户时,你需要确保使用"专业支付"选项。然后,您将在API凭据下看到一组新的API凭据…

以下步骤:

  1. 转到链接https://developer.paypal.com/us/cgi-bin/devscr?cmd=_sandbox-acct会话并使用您的沙箱凭据登录

  2. 然后点击链接预配置,它将带你https://developer.paypal.com/us/cgi-bin/devscr?cmd=_create-账户会话

  3. 从选项中选择Website Payments Pro(用于使用Pro将自己表示为商家),并创建一个测试帐户,并将这些详细信息用于沙盒

最新更新