How to get shipping address of subscription for creating invoice?

Hendrik04
Contributor
Contributor

I am using the web forms to offer my users a way to subscribe to my services via Paypal:

 

 

 

 

<form id="register" action="https://www.paypal.com/cgi-bin/webscr" method="post">

<input name="business" type="hidden" value="email" /> 

<input name="cmd" type="hidden" value="_xclick-subscriptions" /> 

<input name="no_shipping" type="hidden" value="1" /></form>

 

 

 

Since I am selling a digital service I have set no_shipping to "1", but I still need their address for creating an invoice for tax purposes.

What is the best solution to go about it?

If I go to "Manage Subscriptions" I don't see the address of any subscriber, is there a simple way to get their address for tax purposes?

 

 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.