Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 NVP(CreateRecurringPaymentsProfile) 在 Paypal 中创建定期付款资料。
请告诉我,如何使用 api 请求检查新付款?
我需要它来继续我自己网站上的用户计费计划。
我有“PROFILEID”、“TOKEN”、“TRANSACTIONID”。
网站是使用 php 创建的。
只需将新字段添加到您的事务表 flag_is_new 并将其设置为默认值 0。之后,在每次检查新事务结束时将此字段更新为 1。