Using Paypal iOS SDK, i can perform single payment.
but i need recurring payment after some specific cycle. In which auto maniacally payments will get deducted from users Paypal account.
Please help me out if anyone is having any idea.
Thanks in advance!
Refer to https://developer.paypal.com/docs/integration/mobile/mobile-sdk-overview/, mobile SDK don't support recurring payment currently. If you want to deduct money from buyer's account after buyer sign agreement, you can try to use future payment.
Similar case: Recurring payment for Paypal Android SDK for your reference.
I have used Paypal REST web services for Recurring Payments.
Related
I currently have an app that allows users to manage their customers. That said, I want my app's users to be able to take payment from their own customers, and have the funds deposit to their own bank accounts. Does anyone know if Stripe, Paypal, or Square has an SDK that would allow users to login to their own payment accounts to take payment? Any help and/or tips are super appreciated!
For PayPal, use a regular Checkout integration (Web JS SDK, Native SDK, and/or server-side REST API integration, as desired) and when creating the order specify a payee object with an email_address or merchant_id that is to receive the payment
See the documentation for details.
We can complete parallel payment by Paypal MPL (Mobile payment library) - Called Adaptive Payment using Paypal
and i didn't found any other way to complete adaptive (parallel) payment with recurring feature.
If anyone can help then it will be great help.
i don't have any idea to do so using bellow Api's.
Braintree
express checkout
if this api's are usefull then please inform.
I am developing an application that has a function allow an customer pay to another customer.Can I use Paypal mobile or Stripe? how to implement it?
Stripe has a full solution of this. This is call stripe connect.
Suppose you have a marketplace and you have buyer and seller. Now you want to send money directly to your seller.
For this situation you can use stripe connect.
To use stripe connect your seller need to connect with his/ her stripe account (similar as facebook or social media login).
When you use stripe connect a charge will deduct from buyers account which is called stripe charge. Another type of charge you can deduct from your buyer which is called application fee. You can set your own application fee.
Money will send directly to seller's stripe account after deducting stripe charge and applicatipn fee. You also have full refund option in stripe comnect.
There're several options for you to implement a person-to-person payment function, but you may want to check with venmo as the most convenient way for an native APP integration
Stripe is one of the popular gateway for receiving payment in Canada, if you have user base of canada than i would recommend using stripe, you can find the integration kit here
Paypal is also good option you can get the documentation of paypal integration here.
For Paypal account you need to verify your email id & bank accounts same is for stripe.
Any help would be awesome. I'm using PayPal MPL to take payment from customer in iOS, but in certain scenario something goes wrong with the transaction and I need to issue a refund to the customer. I should have the Payment ID from the transaction. Is it possible to make a call using PayPal MPL to initiate the refund? Thanks in advance!
I see sample of this being achieved from a server-side, but wanting to see if this is possible doing it from the app instead.
I am new to Apple Pay. We need to develop an application in which we need to pay from Customer to Customer. I have checked out official documentation of ApplePay for payment from the documents given on below link.
https://developer.apple.com/apple-pay/
They have mentioned that customer can pay to merchant for Service or goods.
But if we need to accept make payment one customer to other customer then it is possible or not? If it is possible then how can we accept it?
Thanks in advance!
Apple Pay can be used to make any payment into a merchant's account, using one of the payment providers that Apple Pay supports. Currently Apple Pay supports payments using Braintree, Stripe and others (see their web page). It's up to you what you do with the money once you receive it, you could transfer it to another user, but not using Apple Pay.
You'd want to use a payment provider that supports customer to customer payments, like Paypal.