java paypal api调用证书是必需的吗?
我正在使用 Java &贝宝快速结账& DoDirectPayment,我看到有两种选择 由 paypal 沙箱商户帐户提供的签名或由 paypal 沙箱商户帐户提供的签名。
如果我使用“签名”字符串,我需要任何证书吗?
I am using Java & paypal express checkout & DoDirectPayment, i see there are two options either by
signature given by paypal sandbox merchant account or signature given by paypal sandbox merchant account.
Do i need any certificate if i am using "signature" string ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 SandBox 中,这两个凭证(在 SandBox 主帐户和测试帐户中生成)是相同的。这是为了您的方便。
如果我使用“签名”字符串,我需要任何证书吗?不,如果您使用签名,则不需要证书。您甚至无法在单个 PayPal 帐户中同时创建这两个帐户。 API签名是访问API的新方式;甚至 PayPal 也建议使用 API 签名。
At SandBox, those two Credentials (generated at SandBox primary account and test account) are same. It is for your convenience.
Do i need any certificate if i am using "signature" string? No, you do not need certificate if you use Signature. You cannot even create both in single paypal account. API Signature is new way of accessing API; even PayPal recommands using API Signature.