49 lines
1.6 KiB
PHP
49 lines
1.6 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 - ManageRecurringPaymentsProfileStatus</title>
|
|
<link rel="stylesheet" href="../Common/sdk.css"/>
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="header">
|
|
<h3>ManageRecurringPaymentsProfileStatus</h3>
|
|
<div id="apidetails">
|
|
<p>ManageRecurringPaymentsProfileStatus API operation cancels,
|
|
suspends, or reactivates a recurring payments profile.</p>
|
|
</div>
|
|
</div>
|
|
<form method="POST" action="ManageRecurringPaymentsProfileStatus.php">
|
|
<div id="request_form">
|
|
<div class="params">
|
|
<div class="param_name">
|
|
Profile ID*(Get Profile ID via <a
|
|
href='CreateRecurringPaymentsProfile.html.php'>CreateRecurringPaymentsProfile</a>)
|
|
</div>
|
|
<div class="param_value">
|
|
<input type="text" name="profileID" value="" size="50"
|
|
maxlength="260" />
|
|
</div>
|
|
</div>
|
|
<div class="params">
|
|
<div class="param_name">Action*</div>
|
|
<div class="param_value">
|
|
<select name="action"><option value="Cancel">Cancel</option>
|
|
<option value="Suspend">Suspend</option>
|
|
<option value="Reactivate">Reactivate</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="submit">
|
|
<input type="submit" name="ManageRecurringPaymentsProfileStatusBtn"
|
|
value="ManageRecurringPaymentsProfileStatus" /><br />
|
|
</div>
|
|
<a href="../index.php">Home</a>
|
|
</div>
|
|
</form>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|