将 paypal 支付网关集成到网络应用程序
我有一个名为“门票”的小部件,活动组织者使用门票小部件在线销售门票。 当活动组织者选择门票小部件时,他将输入门票名称、门票费用、门票数量、 和支付宝帐户 ID,之后他单击创建票证按钮,它应该放置一个按钮说“立即购买”并且 组织者发布该页面。 在另一端,当与会者单击“立即购买”按钮时,它将把他重定向到付款流程,并获得 付款流程完成。交易成功后,资金必须添加到活动组织者处 帐户和售出的门票数量应该在我的网络应用程序中减少。
解决方案:我尝试过使用 JavaScript 的“立即购买按钮”,但我认为它不适用于我们的应用程序。 因为这里组织者在我们的应用程序上出售他的门票,所以他需要创建自己的按钮并将其放置 在我们的网络应用程序中,这并不是一个完美的想法 所以请帮助我找出正确的方法。
I have a widget called "ticket", Event Organizer uses ticket widget to sell tickets online.
When event organizer select ticket widget he will enter the ticket name,ticket cost,quantity of tickets,
and pay pal account id, after that he clicks on create ticket button it should place a button say "buy now" and
organizers publishes the page.
At the other end when attendee clicks on "buy now" button it will redirect him to payment process, and gets
the payment process done.After the successful transaction the money has to added to event organizers
account and the number of tickets sold should be decremented in my web application.
Solutions:I have tried with "Buy Now Button" using JavaScript but i think it doesn't works out for our application.
Because here the organizer sells his tickets on our application ,so he needs to create his own button and place it
on our web application that is not to be any perfect idea
So kindly help me out in figuring out the right way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
并不是每个卖家都需要创建自己的按钮,而是您可以在生成的 PayPal 表单中传递他的 PayPal 电子邮件 ID,
这将转移该卖家帐户中的金额。
Its not like that every seller wont need to create their own button instead you can pass his paypal email id in the paypal form you generate
This will transfer the amount in that sellers account.