PayPal Express Checkout pass transactionID

岁酱吖の 提交于 2019-12-13 21:46:43

问题


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/

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/

Tried transaction.reference_id, and the invoice_number fields. No luck.


回答1:


If anyone else is wondering you can make use of the 'custom' parameter bound to each transaction object.



来源:https://stackoverflow.com/questions/46320753/paypal-express-checkout-pass-transactionid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!