cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

PayPal Integration - Shipping Address

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.

jkirkerx
Contributor
Contributor
2 REPLIES 2

Doc said you can pass the shipping address to the paypal process

http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Accept-PayPal-Through-A...

Can you ask the shipping address first then pass it with the amount?

RaynorC1emen7
Expert

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.