I have a customer that wants Authorize.net PayPal integration.
I'm not concerned with code, but the principal of operation.
Curently, the customer enters the card inforamtion, billing and shipping address.
I take the shipping address, and query UPS for a price, and then add that to the order.
If I had a PayPal Button, I would not be able to get a price for shipping.
Is there a way to get the customers shipping address first, so I can run the quote, and then send them to PayPal? to make payment.
โ03-11-2015 04:09 PM
Doc said you can pass the shipping address to the paypal process
Can you ask the shipping address first then pass it with the amount?
โ03-12-2015 04:16 AM
Oh thanks.
I found the Get Details, in which I can request the shipping address i advance, and then do a ship quote before sending them back to PayPal.
That might work for me.
โ03-12-2015 08:58 AM