PayPal user to PayPal user checkout - paypal-rest-sdk

can anyone tell me how to accomplish this? Maybe point me in the right direction of a FAQ or tutorial?
I can't find this in PayPal's API documentation.
Using RESTful API...
Thanks

I want to create a PayPal to PayPal transaction, where I can specify both the buyer and the seller. All the documentation I've seen seems to only allow specification of the buyer.

Related

Connecting to customer's stripe account

Newbie to stripe here. I have seen this done on some apps but can't seem to be able to find documentation on stripe on how to do this:
On our website, we want to let our customers integrate our app with their Stripe account. So ideally I'd like to send the customers to stripe, they login and when they come back, our app has all the info we need from their stripe account (keys, ...?).
What is this flow called? Where can I find documentations for it?
Thank you in advance.
without knowing what you are planning on doing with your app it is difficult to know what you are exactly looking for. But I am guessing you’re looking for this guide right here: Build a Stripe Extension. If it doesn’t fit your use case, you may want to check out Stripe Connect.

Solidus payment integration with stripe connect account

My question is How to integrate the direct stripe connected account payment APIs in Solidus? I am new to solidus eCommerce platform and I have read about stripe provided the solidus_stripe for payment methods but I unable to configure the application_fees and send payment to stripe connected account.
It would be helpful if you share related topics links.
Thanks in advance.
Probably your best bet is to review the usage docs of that repo, along with Solidus' own payments overview.
I don't know of any examples to share with you beyond the snippets in the repo. I suggest asking the maintainers or Solidus community for examples if what is provided is not sufficient.

Stripe: How to manage user-to-user payment?

I am using Stripe API for a project.
My requirement is users using my app can pay some tips or service fees to other serving users. So basically it is a kind of user-to-user payment.
I have tried everything I can and I am searching on the Internet. But didn't find anything helpful.
Is it possible to do using Stripe?
I am new to Stripe. I have used PayPal before to achieve the same.
Thank you!
I don't know Stripe very well, but with most of the payment service providers you could only enter one account number to which the payments will be paid. This for security reasons so other people can't receive your payments by simply hacking a config value with the users' account number.

Charging other Stripe Merchants

I'm developing a donation platform on which I'll be taking a fee and am looking into using Stripe, but I'm snagged on one point that I haven't found any documentation for thus far.
Stripe doesn't handle chained payments, but does mention in their FAQ that: "If you want to collect a fee on the transactions, you can charge these merchants with your API key using Stripe."
Anyone know of some documentation or examples I could reference for this? Or could anyone point me in the right direction with their existing docs?
Thanks!
Stripe doesn't handle chained payments, but does mention in their FAQ that: "If you want to collect a fee on the transactions, you can charge these merchants with your API key using Stripe."
This just means your platform's users can pay you via credit card, and you can charge these cards with your Stripe API key. If you email support#stripe.com with more details on your setup, we can help you decide how to best structure your platform payments. Also feel free to jump into our chatroom at https://stripe.com/campfire.

Online Reservation and Payment System

we created an online reservation and payment system, we are going to use paypal to pay for the reservation fee.
how do we exactly save the information of our customer and reservation info to our database, after confirming their payment.
how do we confirm that they also paid it?
thanks in advance. as of now we're using the 'pay now' button
You should save the info to the database FIRST, then they can go to the PayPal site. After that, you can use Instant Payment Notification to mark the order as complete.
https://www.paypal.com/ipn
Paypal provide different methods to make payment; you can redirect user to PayPal from your application without taking customer information (e.g. name, phone, email). PayPal API is rich with multiple set of methods like SetExpressCheckOut, GetExpressCheckOut, DoExpressChckOut.
First please make a contract with PayPal and get the Merchant information; later you can have detailed documented API to talk to them.
Thank you

Resources