Paypal Transaction ID

谁说胖子不能爱 提交于 2019-12-25 00:33:54

问题


I am using PayPal for payments in my Ionic application. I'm getting a transaction code like: PAY-0US81985GW1191216KOY7OXA, But in the transaction history on the PayPal website, the transaction code looks like: 3CC23774TG6379823. With some research, I found this link as a solution: https://developer.paypal.com/docs/api/payments/v1/#payment_get But I have no idea how to use this in my Ionic project.

Has anyone ever experienced this? Do you know how to help me? Thank you


回答1:


The PAY-xxx ID is like a token that gets used during the API call procedure to process the payment. The other one is the actual transaction ID associated with the transaction itself.



来源:https://stackoverflow.com/questions/53669952/paypal-transaction-id

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