Here is the situation.
Someone has PayPal account and sends invoice to me. I have to PAY for the invoice. If I log into my account the invoice is there.
Can I list the invoices that are sent to me via API and pay for them with API request?
Unfortunately, no, this is not something that is available right now.
Related
I'm looking for functionality to make direct payments to my Stripe Customers bank accounts without Stripe Connect.
Is it actually possible to do?
Do I have to use any other payment providers for that?
I spent a lot of hours to find correct way of doing such kind of payment flow, but all of them requires Stripe Connect for customer which is unacceptable in my situation.
At the end of this issue was decided to use Wise (TransferWise). Because Stripe does not provide required functionality.
I want to pay to the seller for his sold products How can I do this using in django please help. I'm looking into paypal payouts but is there any SDK? or anything that can help me?
If you receive a full payment into your own account, you can later send money from that account in an automated way using Payouts. To be approved for Payouts, see the information at https://developer.paypal.com/docs/payouts/integrate/prerequisites/#get-access-to-paypal-payouts
You can use the Payouts-Python-SDK for your implementation.
A company I help out have signed up to sell their magazine and newspaper products via an online affiliate.
The affiliate link directs users to a payment page on the client site, but they are using paypal for payments which as you know takes you away from the site.
I'd updated the paypal accounts to redirect back to the client site, where the affiliate tracking code sits, but I believe because we go off to paypal in the middle of the payment, no tracking is sent back.
Essentially, I need Paypal to send a specific code (in this case the merchant ID) and the order value when it redirects.
What would be the best way of doing this?
Thanks
Tom
I would send the affiliate ID in the CUSTOM parameter of your PayPal request and then setup an IPN solution to log the transaction in your database accordingly.
The CUSTOM parameter will come back in IPN so you can easily update your system with the affiliate ID.
I'm developing a B2C site where many shop enroll with the site and sell their products. The Site owner needs to get a 5% of the sales done through their site from the sellers. That is when a customer buys product for $100, $5 must be credited to the site owner's Authorize.net account and 95$ must be credited to Seller's Authorize.net account. Does Authorize.net has this option already.
The short answer is that you can't do it with Auth.NET
The good news are that you CAN implement such a behavior with other payment processing solutions - by taking advantage of their affiliation system.
You can Try Paypal for achieving this task.
I want to pay my customers with Paypal Payment Pro , I mean send some money from my Merchant account to a Personnal account . At the momment i just can ask the client to give his credit card infromations ane send the money to my Merchant account but I want the reverse.
PS : I use Django WPP https://github.com/johnboxall/django-paypal
Use Mass Payments. I was looking at this site to figure out how to use it with django. It worked like a charm. Your customers need to have paypal accounts though, but I don't think that's an issue if you're paying them.
That's not how the PayPal Payment Pro API works. It allows you to accept money, not to send money. You want to use Mass Payments or the Adaptive Payments API.