Files
2026-05-13 09:43:32 -04:00

39 lines
1.2 KiB
PHP

<!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 - GetBalance</title>
<link rel="stylesheet" href="../Common/sdk.css"/>
</head>
<body>
<div id="wrapper">
<div id="header">
<h3>GetBalance</h3>
<div id="apidetails">GetBalance API Operation obtains the available
balance for a PayPal account.</div>
</div>
<form method="POST" action="GetBalance.php">
<div id="request_form">
<div class="params">
<div class="param_name">Return All Currencies (Indicates whether to
return all currencies)</div>
<div class="param_value">
<select name="returnAllCurrencies">
<option value=""></option>
<option value="0">Return only the balance for the primary
currency holding</option>
<option value="1">Return the balance for each currency holding</option>
</select>
</div>
</div>
<div class="submit">
<input type="submit" name="GetBalanceBtn" value="GetBalance" /><br />
</div>
<a href="../index.php">Home</a>
</div>
</form>
</div>
</body>
</html>