paypal开发整理—Get Start
Posted 起名字是很难的事
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了paypal开发整理—Get Start相关的知识,希望对你有一定的参考价值。
Get started with PayPal Commerce Platform
原文地址:https://developer.paypal.com/docs/get-started/
There are four steps to get started with your PayPal integration:
开始PayPal集成有四个步骤:
- Create a PayPal account. ——创建PayPal帐户。
- Create a REST API app. ——创建REST API应用程序。
- Get your API credentials. ——获取API凭据。
- Create sandbox accounts for testing. ——创建用于测试的沙盒帐户。
Step 1: Create a PayPal account
Before you begin, you need a PayPal account. There are two types of accounts to choose from:
在开始之前,你需要一个PayPal账户。有两种类型的帐户可供选择:
- Developer account – Easiest way to get started. Requires only your country of residence and email address. Allows sandbox (test) API calls only.
开发人员帐户-最简单的方式开始。只需要你的居住国家和电子邮件地址。只允许沙箱API调用。
- Merchant account – A few more steps, but a lot more features. You need a merchant account to get your live API credentials.
商家帐户-更多的步骤,但更多的功能。你需要一个商家帐户来获得你的线上API凭证。
注册账号:
- 登陆控制台
- 选择“Sign up”
- 输入国家,邮箱和密码
- 点击注册.
将开发者账号升级为商家账号:
- 登陆控制台;
- 选择“My Account”;
- Under Business Account, select Upgrade and complete the online form.(在“业务帐户”下,选择“升级”并填写网上表格)
Step 2: Create a REST API app
The first step in getting your API credentials is to create a REST API app. The app is a set of stored configurations used to authenticate calls to PayPal APIs. You can have multiple apps associated with your account.
获取API凭证的第一步是创建一个REST API应用程序。该应用程序是一组存储的配置,用于验证对PayPal API的调用。你可以有多个应用程序与你的帐户相关联。
创建REST API应用程序:
- 登陆控制台;
- 选择“Create App”;
- 输入一个App名字;
- 点击“Create App”
Step 3: Get your API credentials
Your API credentials consist of a Client ID and Secret, which are required to make API calls and process transactions in the sandbox and live environments.
您的API凭证由Client ID和Secret组成,它们是在沙箱和线上环境中进行API调用和处理事务所必需的。
To get your sandbox API credentials(获取沙箱API凭证):
- 登陆控制台
- 在My Apps & Credentials下,在REST API App列表中选择app
- 复制Client ID
- 点击“show”,查看系统为您的客户端ID生成的Secret
Step 4: Create sandbox accounts for testing
Now that you have your API credentials, the last step is to create test buyer and merchant accounts so you can simulate transactions in the PayPal Sandbox environment.
现在您已经有了API凭证,最后一步是创建测试买家和商家帐户,这样您就可以在PayPal沙箱环境中模拟交易。
Environment | Base URL | Test here |
---|---|---|
Sandbox | https://api.sandbox.paypal.com | www.sandbox.paypal.com |
Live | https://api.paypal.com | www.paypal.com |
- 创建沙箱账号:
- 登陆控制台;
- 在sandbox下,选择“Accounts”;
- 选择“Create Account”
- 选择个人或企业,然后选择一个国家/地区为测试买家或卖家。
- 选择创建。沙箱电子邮件帐户由PayPal余额、信用卡、银行账户信息等生成。
更改沙盒的默认设置:
- 在账号行,点击“...”,选择“ View/Edit Account”;
- 选择“Edit”,就可以修改信息;
- 修改结束,点击“Save”
登陆沙盒:
- 登陆网址:https://www.sandbox.paypal.com/;
- 登陆测试的商家或买家账号密码;
- 在集成时,您可以在测试买方和卖方帐户之间切换,以验证事务是否按预期执行。
以上是关于paypal开发整理—Get Start的主要内容,如果未能解决你的问题,请参考以下文章
为什么我的PayPal 买家账号往商家账号付款,反而从商家账号里面扣款?