贝宝和沙盒支付凭证:沙盒和生产领域
PayPal and Sandbox payment credentials : sandbox and production fields
我对这个 API 很陌生。我想生成一个 PayPal PAY 按钮。我已经创建了一个 SANDBOX Paypal 作为供应商和买家。两个帐号。
我不知道如何获取 'sandbox' 和 'production' 字段。
我没有创建过APP,一直让我确认,发邮件我确认了10次
paypal.Button.render({
env: 'sandbox', // sandbox | production
// PayPal Client IDs - replace with your own
// Create a PayPal app: https://developer.paypal.com/developer/applications/create
client: {
sandbox: 'AFcWxV21C7fd0v3bYYYRCpSSRl31AULfweezb3a.97AL03QEPQS.cIvX',
production: 'QGWT5LPKXCYKNMEW'
},
// Show the buyer a 'Pay Now' button in the checkout flow
commit: true,
...
我不知道如何在 'client' 对象中获取沙箱和生产字段。
谢谢!
要创建电子邮件确认和验证的沙盒帐户,请参考以下步骤:
1. Login to http://developer.paypal.com/ with your LIVE PayPal account
2. Click Dashboard
3. Click sandbox accounts
4. Click Create account button on the top right corner
5. Create a business account for seller and a personal account for buyer
6. Please add bank account and credit card and also populate some amount to your account
7. The email address need not be an real one.
请参考以下link创建沙盒的参考:
https://developer.paypal.com/docs/classic/lifecycle/sb_create-accounts/
有关 PayPal Express 结账客户端集成,请参阅以下 links,您可以在其中找到获取客户端 ID 详细信息的步骤:
我对这个 API 很陌生。我想生成一个 PayPal PAY 按钮。我已经创建了一个 SANDBOX Paypal 作为供应商和买家。两个帐号。
我不知道如何获取 'sandbox' 和 'production' 字段。
我没有创建过APP,一直让我确认,发邮件我确认了10次
paypal.Button.render({
env: 'sandbox', // sandbox | production
// PayPal Client IDs - replace with your own
// Create a PayPal app: https://developer.paypal.com/developer/applications/create
client: {
sandbox: 'AFcWxV21C7fd0v3bYYYRCpSSRl31AULfweezb3a.97AL03QEPQS.cIvX',
production: 'QGWT5LPKXCYKNMEW'
},
// Show the buyer a 'Pay Now' button in the checkout flow
commit: true,
...
我不知道如何在 'client' 对象中获取沙箱和生产字段。
谢谢!
要创建电子邮件确认和验证的沙盒帐户,请参考以下步骤:
1. Login to http://developer.paypal.com/ with your LIVE PayPal account
2. Click Dashboard
3. Click sandbox accounts
4. Click Create account button on the top right corner
5. Create a business account for seller and a personal account for buyer
6. Please add bank account and credit card and also populate some amount to your account
7. The email address need not be an real one.
请参考以下link创建沙盒的参考:
https://developer.paypal.com/docs/classic/lifecycle/sb_create-accounts/
有关 PayPal Express 结账客户端集成,请参阅以下 links,您可以在其中找到获取客户端 ID 详细信息的步骤: