如何从 Paypal V2 API 中找到交易 ID?我想为买家提供交易 ID 以跟踪他们的交易。
我可以获取订单 ID 和捕获 ID,但找不到在哪里可以找到交易 ID。只有已弃用的 V1 API 才能获取交易 ID。它不再适用于 V2 了吗?
仅供参考,V1 的答案在这里Paypal 交易 ID
小智 3
In the PayPal V2 API, there are three APIs are normally associated:
1) Create authorization - https://developer.paypal.com/docs/api/overview/#authentication-and-authorization
2) Create order - https://developer.paypal.com/docs/api/orders/v2/#orders_create
3) Capture order - https://developer.paypal.com/docs/api/orders/v2/#orders_capture
You can get the Transaction ID from this API response. It should be under
"payments": {
"captures": [
{
"id": "3C679366HH908993F",
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1427 次 |
| 最近记录: |