How to add our client number to payment

BusinessWebs
Contributor
Contributor

Hi

 

Please help,

We have hundreds of clients paying us small amounts. We are giving them our unique code numbers and we would like to let them enter this code during payment trough paypal, so we can easy track which client pay for our service.

 

Thanks

 

Andrew

Login to Me Too
1 REPLY 1

PayPal_RobG
PayPal Employee
PayPal Employee

Hello BusinessWebs,

 

How are you currently generating your invoice payment links? Are these 'Buy now' buttons?

'Buy now' buttons support the 'invoice' parameter. If you were to add this on your site, buyers could enter their invoice number here and it would subsequently be passed on to us.

 

In addition, by using the 'invoice' parameter properly, you will also be able to download your history via the www.paypal.com website, and find the invoice numbers in there as well.

 

In order to add a text field for your buyers to enter an invoice number, simply add the following extra code to your existing 'Buy now' button:

<label for="invoice">Invoice number: </label><input type="text" name="invoice" value="">

 

Note: This code should go between the <form> and </form> tags of your PayPal button.

----
For technical assistance with PayPal merchant product offerings, please file a ticket at https://www.paypal.com/mts/
Login to Me Too

Haven't Found your Answer?

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