Paypal Convert Currency Option By Api

Hello

I need a php code that can connect to the following paypal.com API and then return something like this in a text file:

for example if 1 USD = 0.735103 Euro now you can see 0.735103 in euro line as follows:

$EEuro=0.735103;
$EPound=0.617305;
$EAUD=0.988640;
$ECAD=0.983982;

here is the paypal API link, but i don’t know how to buy it from paypal and how to use it:

https://cms.paypal.com/es/cgi-bin/?&cmd=_render-content&content_ID=developer/e_howto_api_APGettingStarted

Leave a Reply

Your email address will not be published. Required fields are marked *