njdubois Posted May 8, 2017 Share Posted May 8, 2017 We want to help non profits run auctions, sometimes these non profits use paypal. We won't know a final price until the auction is over so we cannot just authorize a payment of $x. With gateways like authorize.net, you can submit billing details and get a token back. Than, when ever the customer checks out you just submit that token instead of credit card details. I need to do the same process with paypal and per the documentation it is unclear if this is even an option. Unfortunately getting these organizations to leave paypal is generally not an option. I know you can authorize a payment for later capture: https://developer.paypal.com/docs/integration/direct/payments/authorize-and-capture-payments/ But -I think- this expects you to submit an amount and this amount has a very limited amount it can increase. It can go up 115% or $75, but it's for an auction and we have no idea how to tell what an item will go for. Thoughts? Ideas? Concerns? Thanks a ton Nick Quote Link to comment Share on other sites More sharing options...
dalecosp Posted May 9, 2017 Share Posted May 9, 2017 Could you make a 2nd payment authorization for the amount of the difference between the initial bid and the final price at the time the auction closes?(Forgive me if it's stupid ... coder, musician, farmer not much of a business guy ...) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.