我已按照https://developer.paypal.com/docs/api/quickstart/create-billing-agreement/和本教程https://phppot.com/php/how-to-manage-recurring-payments-using-paypal-subscriptions-in-php/的说明进行操作。
在“执行开票协议”(项目4)之后,我需要做些什么以捕获这笔付款以及此重复发生的将来付款?
我手中有$agreement
之后的$agreement->execute($token, $apiContext)
变量,如https://phppot.com/php/how-to-manage-recurring-payments-using-paypal-subscriptions-in-php/中第4项所述。
是否存在用于捕获付款的“已发布的内容”列表?如何获取协议下达的付款?