PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
payments
/
paypal-merchant-sdk
/
samples
/
PaymentSettlements
<!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 - DoAuthorization</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>DoAuthorization</h3> <div id="apidetails">Used to authorize a payment</div> </div> <form method="POST" action="DoAuthorization.php"> <div id="request_form"> <div class="params"> <div class="param_name"> Transaction ID (Make a Transaction to get Transaction ID <a href="../DCC/DirectPayment">Direct Payment</a> or <a href="../EC/SetExpressCheckout">ExpressCheckout</a> with PaymentType "Order") </div> <div class="param_value"> <input type="text" name="transID" value="" size="50" maxlength="260" /> </div> </div> <div class="params"> <div class="param_name">Amount</div> <div class="param_value"> <input type="text" name="amt" value="1.00" size="50" maxlength="260" /> </div> </div> <div class="params"> <div class="param_name">Currency Code</div> <div class="param_value"> <input type="text" name="currencyCode" value="USD" size="50" maxlength="260" /> </div> </div> <div class="submit"> <input type="submit" name="DoAuthorizationBtn" value="DoAuthorization" /><br /> </div> <a href="../index.php">Home</a> </div> </form> <div id="relatedcalls"> See also <ul> <li><a href="DoCapture.html.php">DoCapture</a> </li> <li><a href="DoVoid.html.php">DoVoid</a> </li> <li><a href="Refund.html.php">Refund</a> </li> <li><a href="DoReauthorization.html.php">DoReauthorization</a> </li> <li><a href="ReverseTransaction.html.php">ReverseTransaction</a> </li> <li><a href="DoNonReferencedCredit.html.php">DoNonReferencedCredit</a> </li> <li><a href="ManagePendingTransactionStatus.html.php">ManagePendingTransactionStatus</a> </li> </ul> </div> </div> </body> </html>
[+]
..
[-] DoCapture.php
[edit]
[-] ManagePendingTransactionStatus.php
[edit]
[-] DoAuthorization.php
[edit]
[-] DoVoid.html.php
[edit]
[-] DoCapture.html.php
[edit]
[-] DoAuthorization.html.php
[edit]
[-] DoVoid.php
[edit]
[-] DoReauthorization.html.php
[edit]
[-] DoNonReferencedCredit.html.php
[edit]
[-] ReverseTransaction.php
[edit]
[-] ReverseTransaction.html.php
[edit]
[-] Refund.php
[edit]
[-] Refund.html.php
[edit]
[-] DoNonReferencedCredit.php
[edit]
[-] ManagePendingTransactionStatus.html.php
[edit]
[-] DoReauthorization.php
[edit]