credit card implementation in Titanium - titanium-mobile

Now these days I am developing an app in titanium. Where i need to develop the code to use the Credit card payment from the App. i am done with paypal integration as it is available in Tianium as MPL.But I could not find any possibility of using the Credit card payment through the App as well as there is no module is available in Titanium so far as.
is there anybody had any experience such kind of Commerce app kindly share the Terms with me.I have very short Timelines for the Project.
I have seen an app PHOTOEXPRESS where we can use the Credit card payment processing. As I think this might be done by using WebView.
But I dont understand How to make the Connection with URL related to Credit card API.If anybody have any idea about this alternate way to go Kindly share.Any kind of help would be Appreciated.

Actually Titanium has an implementation of Mobile Commerce, take a look:
http://www.appcelerator.com/products/titaniumcommerce/
but if you want to do a manually implementation of PayPal for example, you can try this:
http://developer.appcelerator.com/question/117057/how-can-i-integrate-paypal-in-titanium
That will fix your problem.

You can try below mentioned modules for credit card payment-
ZooZ
clover

Related

How to save values from GSuite card form

I'll lead into this saying: This is my first Stack Overflow post, and I am also new to G Suite Add-On development, so please bear with me. I am working on a G Suite AddOn to extend GMail to work with another application's API. I am adding a Settings card using the Universal Actions instructions as provided by Google in this URL: https://developers.google.com/gsuite/add-ons/how-tos/universal-actions
My question is: I have the settings and about cards working, however: If I were using the settings card to collect a username/server URL for the 3rd party API Connection, how do I go about saving what is entered in the settings card to be used by the GMail Addon for connection properties?
Thank you in advance.
--Chris
I found the answer. Thank you to anyone who took a look. Using the PropertiesService I am able to save User and Script properties.

React native google pay and stripe integration error

I'm developing an application with react native and I am using this library
https://github.com/tipsi/tipsi-stripe in order to use Google Pay with stripe integration.
I already linked the test key from stripe and the merchant Id from play store.
I have a serious issue though. After running the app, when the Google Pay popup form opens,
i get the Google Pay dialog but with a message
"Unrecognized app. Please make sure you trust this app
before proceeding".
However when I enter a test card and press continue I get an additional error that says
Transaction declined: invalid payment method. [OR-CCSEH-05]
I would appreciate any help.
See image below
When testing Google Pay, you actually use real credit cards. That said, I'd be doubly positive you've got your environment set to use Test Mode in Google Pay. Outside of Tipsi, you'd usually set that with the WalletConstants.ENVIRONMENT_TEST constant. Hope that helps!
i've contacted google regarding this case, as i've been facing similar one and upon it's inspection i've received the following reply:
Thanks for being Patient. I apologize for the inconvenience caused.
Upon checking, I understand that you're unable to add testing cards. I would like to inform you that testing cards can't be added to Google Payment profile as payment Method.
Thanks!
upon further investigation by Stripe it self i've been assured:
For a bit of context on how Google Pay works to test payments. When you’re using your test mode API keys, the actual details of the card are ignored, and they get replaced with the Stripe 4242 test card. To test authentication you will not be able to add the test cards to your Google Pay account however there is a work around for this, you add our 3DS test cards to Chrome and use the PaymentRequest button with them (making sure to choose them, and not Google Pay itself). Unfortunately there is no direct method to testing this in your the app.
so setting WalletConstants.ENVIRONMENT_TEST at 5th step of their tutorial should be sufficient and then use your real card.
https://developers.google.com/pay/api/android/guides/tutorial

Braintree and credit card payment from mobile app

I am working on an app that requires payment to be collected from customers. I have few questions related to braintree integration with my app. I am actually struggling a bit with the workings of the braintree so thought of checking here.
The PCI compliance is critical so i do not want to store anything in my app or the backend server. Can I achieve this with braintree? I also don’t want customer to retype the credit card information when they come back to the app. As I understand there is a Vault functionality which can do this but I was not sure.
Do I invoke the braintree API from iOS app directly or do I need to first send the credit card information to my backend layer and then invoke the Braintree APIs from backend. I don’t want to transmit anything to my server due to the PCI compliance so I am hoping that I can just invoke the braintree API directly from the iOS APP and when user comes back, again invoke the braintree Vault API from the APP and pull the previously used credit card.
appreciate if anyone can pls. direct me to some kind of architecture / white paper/best practice on this. I went thru the APIs document on braintree site which provides and good API documents but i could not find the high level architecture document on this.
Thanks in advance..
Yes. https://articles.braintreepayments.com/control-panel/vault/overview
Yes use from iOS. https://developers.braintreepayments.com/ios+ruby/start/hello-client
for number three... I'm not sure where to find that. Definitely ask support

Google Checkout won't take initial subscription payment

I've been playing with Google Subscriptions for a while now and no matter how hard I try, I'm unable to get the initial payment to be charged.
Does anyone have any ideas? I've set the subscription to be Google managed and everything looks fine to me:
I recommend you have a look at the newer Google Wallet Subscriptions API. Much simpler to integrate and debug, simpler UX, and wider availability:
https://developers.google.com/in-app-payments/docs/subscriptions
https://developers.google.com/in-app-payments/docs/jsreference#sub

why paypal sandbox testing UI has no direct credit card payment method?

Paypal claims that customers without paypal accounts could pay with their credit cards directly, and it looks like true with the real paypal account payment interface like this:
however, when I tested with their sandbox interface, the interface looks like:
it seems like the sandbox testing environment has not been upgraded yet? Or we could trust that the IPN etc.. will work the same as the new credit card processing etc..?
You're right that the GUI isn't the same. But it looks like the functionality is there; you click the Continue button on the left.
just the GUI change , it was an old bug at Paypal of page versions but they say its fixed now.. hopefully u don't have to face this issue now

Resources