Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Is it possible using PayPal split all incoming payments into two accounts?
Me and another guy are partnering up to sell some products, we need a way for all of our incoming payments to be split 50/50. Is this possible at all? I'd really like to use Stripe but not against using PayPal.
Thanks
You can check Adaptive Payments
Adaptive payments handles payments between a sender of a payment and one or more receivers of the payment. You are an application owner, such as a merchant that owns a website, the owner of a widget on a social networking site, the provider of a payment application on mobile phones, and so on. Your application is the caller of Adaptive Payments API operations.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I need to make portal that able to get money from one user and pay another user, when fill some conditions. User order some item, he must pay a portal that price, then when user pay portal, portal get some percent and other pay to user which is item which first user ordered, it's a two different transactions.
I think that paypal is good for that but I do not know how to do that.
I start to implement portal in laravel framework. Has anybody any idea how to I implement something like that.
You can achieve it by two way (as per my knowledge)
1) Using Paypal Adaptive payments
https://developer.paypal.com/docs/classic/adaptive-payments/integration-guide/APIntro/
2) First accept payments from first user(Buyer) then after keeping your percentage pay to second user (seller) by paypal transaction using email address or using any offline mode.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I was wondering if there was a way to return a list of failed recurring account transactions.
I have a client who wants to have the actual list embedded on his site and doesn't want to have to log into the dashboard every single time.
I have looked all through the API yet I cannot find anything about it.
A good direction on where to look would really help as well.
Thank you.
There isn't any API that will return those directly, but you could use Instant Payment Notification (IPN) to save details about recurring payments / profiles.
Any time a new profile is created or a payment is completed, skipped, failed, etc. you would get an IPN for that transaction. Within your IPN script you can save details to your database and then pull from your own database to display the data however you need.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have created a recurring profile for a customer.Customer gets the subscription by pay from credit card functionality of Authorize.net CIM module.After paid the first Subscription by Customer ,I want to refund some amount from paid amount of first transaction to customer.Can some one help me .I have searched a lot on google but could not get the refund api sample code of authorize.net CIM.
Please Help.Any Help will be Appreciated and will save my time.
You can see the format of the XML request and response for Refund a Transaction for a Customer Profile at http://developer.authorize.net/api/reference/#charge-customer-profiles-refunding-a-transaction-for-a-customer-profile. You can even run a test transaction in the console using your sandbox API Login and Transaction Key.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
i'm trying to build a paypal payment and credit card payment system with paypal. The site that I'm trying to build is with a credits system like istockphoto and it's in php. I've seen there're a few types of payment methods from https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_documentation#wps , but don't know which one to use. Which one is better Express Checkout, PayPal Payments Standard, or Digital Goods Integration? Thanks in advance.
i believe is better to question paypal staff since they know better, but in my experience the standard way to checkout with paypal is payments standard supported in many countries and currencies but don't wait for credit card checkout (virtual terminal) since is supported in limited countries, instead you should ask for international payment gateway providers for these kind of features.
hope it helped
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
We developed a E-Commerce website. Customer will come and purchase products in our site, we get payment by paypal-pro payment gateway.
Our need is, any possible to store credit-card data in payal for the particular account/user. If saved that user give all the details in the site at first time instead of giving every time of purchase.
Kindly let me know if it is available in payal or any other payment gateway.
In other words:
In paypal pro, user gives their card details, at that time we need to save those details. Next time if that user comes and purchase a product, we will get the amount from the card that was we already saved.It is not good to save those details in our server. So I need to save those details in paypal or any other payment systems.
If the client is based in the US then they can get a true merchant account and use a payment gateway like Authorize.Net. Authorize.Net offer the Customer Information Manager (CIM) API which allows for the storage of credit card details on their server thus reducing PCI compliance and security issues.