I am searching for a good payment gateway plugin for UAE as stripe and Paypal is not available in UAE, Please help me to find out payment gateway for UAE?
You can use original in-app purchase functionality.
Please check https://github.com/dooboolab/react-native-iap
Related
I'm looking to integrate my app as a 3rd party payment provider for Shopify merchants to add to their websites. This will allow customers to select my app as a payment option, and upon purchase will be re-directed to a web-page hosted on my app, where they can complete their purchase. After completing their purchase they would then be re-directed back to the merchant's Shopify website.
I've read a lot of the docs online about how to do this but I still have some uncertainty around some things:
I've already seen that this was done by using a Hosted Payments SDK,
but has since been deprecated. The docs mention to create an app in
the Partner Dashboard or Shopify CLI, as well as create a payment
extension. From my understanding the only thing I would need would
be the payment extension? I would just like to be able to send the
payment request from the merchant's Shopify website to my app
(likely through a webhook) which can then process it and return a
link to redirect the customer to the necessary page to make the
payment.
I'm struggling to find any online documentation or examples
on how you would create this payment extension.
I also can't find
any examples on how I would set up a 3rd party payment gateway by
creating a Shopify Payment app.
I'm hoping someone can assist me with this. Thanks!
I am using Spartacus 4.2, SAP Commerce 2105 and SAP Digital Payment Add-on. I already configured Stripe as PSP and I am able to register regular credit and debt cards in Spartacus. I completed the google pay and apple pay in Stripe but after that they are not being display in Spartacus payment procedure. Do we need to configure something else in spartacus? Do We need to code something else in spartacus?
Currently i am using UK's PayPal Business account for PayPal adaptive api.
I successfully able to pay via PayPal adaptive api in my mobile app. Now i want to refund payment to sender and i am following the PayPal developer API Doc, i am follow this link for get refund. :- https://developer.paypal.com/docs/classic/api/adaptive-payments/Refund_API_Operation/
I have already put third party permission as mention in doc, still i am not able to refund success. I am always get "NO_API_ACCESS_TO_RECEIVER" status in response.
Please help me anyone, I try all thing as per research. What is wrong with my settings.
Yes, I have solved it,
You just get username from API credential after that open paypal sandbox account of your sandbox receiver and put your username into receiver's third party permission.
After you can refund that receiver.
Want to know what is the process for custom payment gateway integration with NopCommerce. If my payment gateway plugins not available ?
How to make a NopCommerce plugins for another payment gateway ? Which I required to integrate with my store .
What are the changes I need to be made, to integrate, new payment gateway ? into NopCommerce ?
nopCommerce documentation have good guides on this. Here is how you create a plugin. And here is how to write the payment method.
nopCommerce source code comes with a few payment plugins (i.e AuthorizeNET, PayPal, Google Checkout). Those are great real world examples to look at.
Good luck!
I am developing iphone application for a shopping cart, i have done all stuffs but now its turn for online payment, the web version support paypal standard and the client want to stick with paypal standard the user will be redirected and paypal site and log and complete order. Is this possible on iphone?
Some days before apple does not allow any third party payment gateway. But now apple allows it to use the third party payment gateway like Paypal. You can used paypal library which allows you to pay your payment of products which you purchased from the app. For doing all this, paypal provides the library for mobile application development. I had used it in my 3-4 apps & works fine for me.
may be this could help you
link
link
Download Mobile Express Checkout Library from library and add the same to your project.
Why not you using PayPal SDk for Mobile device ? I have integrated PayPal in my app through their MPL library and Modified some stuffs like App Key and price,Store name Receiver account details etc. And its working fine for me.
check this link which is Already answered.
Also you can have a look at Getting started Guide.
PayPal API : How to integrate it in my App? IOS5
https://developer.paypal.com/
You need to implement paypal on your web server first.
Then go to that link from UIWebview….