问题描述
我正在为快速结账实现 PayPal 的客户端 REST 实现:https://developer.paypal.com/docs/integration/direct/express-checkout/integration-jsv4/client-side-REST-integration/
Im Implementing PayPal's Client Side REST implementation for Express Checkout:https://developer.paypal.com/docs/integration/direct/express-checkout/integration-jsv4/client-side-REST-integration/
谁知道您向他们传递交易或参考 ID 的字段是什么,然后他们将通过该 ID 返回?https://developer.paypal.com/docs/api/payments/
How does anyone know what the field is where you pass them a transaction or reference ID that they will then return via the?https://developer.paypal.com/docs/api/payments/
尝试了 transaction.reference_id 和 invoice_number 字段.没有运气.
Tried transaction.reference_id, and the invoice_number fields. No luck.
推荐答案
如果其他人想知道您可以使用绑定到每个事务对象的自定义"参数.
If anyone else is wondering you can make use of the 'custom' parameter bound to each transaction object.
这篇关于贝宝快速结账通行证交易ID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!