How to create a link to request money via PayPal? / Como crear un link para solicitar dinero via paypal? - Forum

Forum Navigation
You need to log in to create posts and topics.

How to create a link to request money via PayPal? / Como crear un link para solicitar dinero via paypal?

Hi everyone,

Many years ago, someone had explained to me how to generate a Script or HTML (I can't quite remember how it was done) to request money through Paypal to sell plugins.

Is there someone who can tell me how to do it?

Infinitely grateful,
David from Argentina

 

 

 

 

Hace muchos años atrás, alguien me había explicado de como generar un Script o HTML (no recuerdo bien como se hacía) para solicitar dinero mediante Paypal para vender plugines.

Hay alguien que pueda indicarme como hacerlo?

Infinitamente agradecido,
David de Argentina

I just created the http://www.paypal.me link

I had remember that there was a script with the account name, the item name, the amount and the currency type

I don´t know if there are some like this and if this script is valid today.

Any ideas?

Thanks in advance,

David de Argentina

 

Recién creé el link a http://www.paypal.me

Recuerdo haber usado un script con mi cuenta paypal, la descripcion, el importe y la unidad monetaria.

No tengo idea si hay algo asi, y si ese tipo de script sigue siendo válido actualmente.

Alguna idea?

Gracias por anticipado

David de Argentina

 

@daviddeargentina mira aquí:
https://www.xataka.com/basics/como-enviar-pedir-dinero-a-otros-usuarios-a-traves-paypal
https://www.paypal.com/buttons/

Espero te sea de utilidad. Saludos!

Gracias @luishp !

Hello again,
I found the html that directs paypal with the amount
and the currency of payment.

the link is as follows:

https://aplicaciones.xp3.biz/neobook/PPDavid.html

Change the data according to your need

greetings from Buenos Aires
David de Argentina

 

 

Hola de nuevo,
Encontré el html que direcciona a paypal con el importe
y la moneda de pago.

el enlace es el siguiente:

https://aplicaciones.xp3.biz/neobook/PPDavid.html

Cambien los datos de acuerdo a su necesidad

saludos desde Buenos Aires
David de Argentina

 

 

luishp has reacted to this post.
luishp

Here's a neat little trick for you PayPal warriors ;-)

Years ago the text version of our pp links provided space for dynamic data like license information during a purchase.   I spent more than a year trying to figure a way to replicate this after they engaged their new systems.   I like to lock my licenses to the calling computer, as I sell my licenses per computer.   And so I generate a "Seed" from their computer data to use at the "fingerprint" and I send it along with my paypal call and this lands in my email along with the other client information.

First get the email link they provide you with and then add your "seed" data as follows.

https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XXXXXXXXXXXXX&on0=[Seed]

 

And as long as this is the only way to make the purchase you should get the information you need.  But still, you should provide a way for the user to retrieve this from the software directly (to manually send you) in case for whatever reason, the above doesn't work.

Cheers