Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/294.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 商户界面中的Paypal计费计划_Php_Paypal_Payment Gateway_Paypal Sandbox - Fatal编程技术网

Php 商户界面中的Paypal计费计划

Php 商户界面中的Paypal计费计划,php,paypal,payment-gateway,paypal-sandbox,Php,Paypal,Payment Gateway,Paypal Sandbox,我正在使用PayPalRESTAPI创建计费计划,然后在计划中订阅用户 我的问题是,商家是否有任何方式可以在界面中看到账单计划,就像我可以使用它们一样 计划::全部($params,$this->\u api\u上下文) 就像在Stripe中一样,在界面中创建计划,然后我可以向用户订阅这些计划。这是否存在?到目前为止,我在贝宝上看到了订阅按钮,但没有计划 有什么想法吗?这似乎是贝宝众多不一致之处之一

我正在使用PayPalRESTAPI创建计费计划,然后在计划中订阅用户

我的问题是,商家是否有任何方式可以在界面中看到账单计划,就像我可以使用它们一样

计划::全部($params,$this->\u api\u上下文)

就像在Stripe中一样,在界面中创建计划,然后我可以向用户订阅这些计划。这是否存在?到目前为止,我在贝宝上看到了订阅按钮,但没有计划


有什么想法吗?

这似乎是贝宝众多不一致之处之一