2

Is there any module available that can accept credit card and send into paypal for Titanium Appcelerator.I have tried many modules but they dont meet my requirements. Any help would be very helpful.

Requirements are I am building a titanium appcelerator application in which I want customer to pay owner via credit card. So simply its Credit card --> Paypal Money sending. I want to know if there is some module built in titanium that can full fill my requirement.

maazza
  • 7,016
  • 15
  • 63
  • 96
Ali Akram
  • 199
  • 4
  • 12
  • what are your requirements ? – maazza Dec 14 '15 at 11:20
  • Thanks maazza for responding. Requirements are I am building a titanium appcelerator application in which i want customer to pay owner via credit card. So simply its Credit card --> Paypal Money sending. I want to know if there is some module built in titanium that can full fill my requirement.Thanks – Ali Akram Dec 14 '15 at 11:49
  • add as much info as possible when you ask something it improves the odds of someone being able to answer it – maazza Dec 14 '15 at 12:31

1 Answers1

0

There exists a Ti.Paypal module. Take a look at it!

Sebastian
  • 625
  • 3
  • 13
  • Is this module of Paypal in accelerator works? https://github.com/appcelerator-modules/ti.paypal – Wikki Aug 29 '16 at 11:31
  • You can also have a look at https://github.com/AppWerft/Ti.Paypal (Android) and https://github.com/hansemannn/ti.paypal (iOS) – Sebastian Aug 31 '16 at 07:33
  • I have seen these two repo's but my need is to handle adaptive payment in parallel payment. My app let users buy services and pay for the fee and service cost. Is Appcelerator module for paypal not work any more? – Wikki Aug 31 '16 at 10:10