简体   繁体   English

成功付款后,从Paypal网站获取交易ID到我的网站

[英]Get the Transaction ID from Paypal website to my web site after succesful payment

How can I get the Transaction ID from PayPal website to my web site after successful payment? 付款成功后,如何从PayPal网站获取交易ID?

I want to get all denial of current transaction so that I can insert it in my db. 我想拒绝所有当前事务,以便可以将其插入到数据库中。

Thanks in advance. 提前致谢。

You use the IPN feature of PayPal. 您使用PayPal的IPN功能。

They have a sandbox system which you can use to send test failures/success messages too so you can test your database bits. 他们有一个沙箱系统,您也可以使用它来发送测试失败/成功消息,以便您可以测试数据库位。

https://www.paypal.com/ipn https://www.paypal.com/ipn

https://developer.authorize.net/api/transaction_details/ https://developer.authorize.net/api/transaction_details/

This link might help. 该链接可能会有所帮助。 it explains various useful functions for getting transaction details. 它说明了获取交易明细的各种有用功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM