Skip to content

Commit 96d041a

Browse files
JerryJerry
Jerry
authored and
Jerry
committed
update docs
1 parent 98f3ee1 commit 96d041a

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/wx_gopay.png

78.2 KB
Loading

doc/paypal.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ if ppRsp.Code != paypal.Success {
120120

121121
* <font color='#003087' size='4'>AccessToken</font>
122122
* 获取AccessToken(Get AccessToken):`client.GetAccessToken()`
123-
* <font color='#003087' size='4'>发票</font>
123+
* <font color='#003087' size='4'>Invoices</font>
124124
* 生成发票号码(Generate invoice number):`client.InvoiceNumberGenerate()`
125125
* 发票列表(List invoices):`client.InvoiceList()`
126126
* 创建虚拟发票(Create draft invoice):`client.InvoiceCreate()`
@@ -139,26 +139,33 @@ if ppRsp.Code != paypal.Success {
139139
* 创建发票模板(Create template):`client.InvoiceTemplateCreate()`
140140
* 删除发票模板(Delete template):`client.InvoiceTemplateDelete()`
141141
* 更新发票模板(Fully update template):`client.InvoiceTemplateUpdate()`
142-
* <font color='#003087' size='4'>订单</font>
142+
* <font color='#003087' size='4'>Orders</font>
143143
* 创建订单(Create order):`client.CreateOrder()`
144144
* 订单详情(Show order details):`client.OrderDetail()`
145145
* 更新订单(Update order):`client.UpdateOrder()`
146146
* 订单支付授权(Authorize payment for order):`client.OrderAuthorize()`
147147
* 订单支付捕获(Capture payment for order):`client.OrderCapture()`
148148
* 订单支付确认(Confirm the Order):`client.OrderConfirm()`
149-
* <font color='#003087' size='4'>支付</font>
149+
* <font color='#003087' size='4'>Payments</font>
150150
* 支付授权详情(Show details for authorized payment):`client.PaymentAuthorizeDetail()`
151151
* 重新授权支付授权(Reauthorize authorized payment):`client.PaymentReauthorize()`
152152
* 作废支付授权(Void authorized payment):`client.PaymentAuthorizeVoid()`
153153
* 支付授权捕获(Capture authorized payment):`client.PaymentAuthorizeCapture()`
154154
* 支付捕获详情(Show captured payment details):`client.PaymentCaptureDetail()`
155155
* 支付捕获退款(Refund captured payment):`client.PaymentCaptureRefund()`
156156
* 支付退款详情(Show refund details):`client.PaymentRefundDetail()`
157-
* <font color='#003087' size='4'>支出</font>
157+
* <font color='#003087' size='4'>Payment Method Tokens</font>
158+
* 为给定的支付来源创建支付令牌(Create payment token for a given payment source):`client.CreatePaymentToken()`
159+
* 列出所有支付令牌(List all payment tokens):`client.ListAllPaymentTokens()`
160+
* 检索付款令牌(Retrieve a payment token):`client.RetrievePaymentToken()`
161+
* 删除付款令牌(Delete payment token):`client.DeletePaymentToken()`
162+
* 创建设置令牌(Create a setup token):`client.CreateSetupToken()`
163+
* 检索设置令牌(Retrieve a setup token):`client.RetrieveSetupToken()`
164+
* <font color='#003087' size='4'>Payouts</font>
158165
* 创建批量支出(Create batch payout):`client.CreateBatchPayout()`
159166
* 批量支出详情(Show payout batch details):`client.ShowPayoutBatchDetails()`
160167
* 批量支出项目详情(Show Payout Item Details):`client.ShowPayoutItemDetails()`
161168
* 取消批量支付中收款人无PayPal账号的项目(Cancel Unclaimed Payout Item):`client.CancelUnclaimedPayoutItem()`
162-
* <font color='#003087' size='4'>订阅</font>
169+
* <font color='#003087' size='4'>Subscriptions</font>
163170
* 创建订阅计划(Create plan):`client.CreateBillingPlan()`
164171

0 commit comments

Comments
 (0)