dongyuan9149 2013-09-15 15:07
浏览 76

Paypal订阅集成php

I have spent all day on something that should only take a couple of minutes.

I need to add a subscription service onto a website, the user needs to enter their full name and email address as part of the subscription, paypal should then take the payment and redirect back to the site while passing the full name and email so accounts can be created.

I am at a loss here as their documentation is all over the place and conflicts with itself. How do I create a subscription button with the additional fields and get it all working.

And how the hell do I test it? I have attempted creating one with the subscription button on the paypal site but when the checkout is completed it doesn't go back to the site to create the fields unless you press the button and when you do there is nothing no post data no get data nothing!

  • 写回答

1条回答 默认 最新

  • douan2907 2013-09-15 15:14
    关注

    You could try using PHP-Payment it allows you to redirect to a page upon success. https://github.com/phpfour/php-payment/tree/master/src/php/Rbs

    评论

报告相同问题?

悬赏问题

  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类