PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
payments
/
paypal-merchant-sdk
/
samples
/
AdminCalls
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>PayPal Merchant SDK - AddressVerify</title> <link rel="stylesheet" href="../Common/sdk.css"/> </head> <body> <div id="wrapper"> <img src="https://devtools-paypal.com/image/bdg_payments_by_pp_2line.png"> <div id="header"> <h3>AddressVerify</h3> <div id="apidetails">AddressVerify API operation confirms whether a postal address and postal code match those of the specified PayPal account holder.</div> </div> <form method="POST" action="AddressVerify.php"> <div id="request_form"> <div class="params"> <div class="param_name">Mail *</div> <div class="param_value"> <input type="text" name="mail" value="" size="50" maxlength="260" /> </div> </div> <div class="params"> <div class="param_name">Street *</div> <div class="param_value"> <input type="text" name="street" value="" size="50" maxlength="260" /> </div> </div> <div class="params"> <div class="param_name">Zip *</div> <div class="param_value"> <input type="text" name="zip" value="" size="50" maxlength="260" /> </div> </div> <div class="submit"> <input type="submit" name="AddressVerifyBtn" value="AddressVerify" /><br /> </div> <a href="../index.php">Home</a> </div> </form> </div> </body> </html>
[+]
..
[-] AddressVerify.html.php
[edit]
[-] GetBalance.php
[edit]
[-] AddressVerify.php
[edit]
[-] GetPalDetails.html.php
[edit]
[-] GetTransactionDetails.html.php
[edit]
[-] TransactionSearch.html.php
[edit]
[-] GetPalDetails.php
[edit]
[-] GetBalance.html.php
[edit]
[-] GetTransactionDetails.php
[edit]
[-] TransactionSearch.php
[edit]