Skip to content

Instantly share code, notes, and snippets.

@craigchristenson
Created October 5, 2012 14:39
Show Gist options
  • Save craigchristenson/3840173 to your computer and use it in GitHub Desktop.
Save craigchristenson/3840173 to your computer and use it in GitHub Desktop.
2Checkout Checkout Example
<form action='https://www.2checkout.com/checkout/spurchase' method='post'>
<input type='hidden' name='sid' value='1303908' >
<input type='hidden' name='mode' value='2CO' >
<input type='hidden' name='li_0_type' value='product' >
<input type='hidden' name='li_0_name' value='Monthly Subscription' >
<input type='hidden' name='li_0_price' value='1.00' >
<input type='hidden' name='li_0_recurrence' value='1 Month' >
<input name='submit' type='submit' value='Checkout' >
</form>
@harpreet1433
Copy link

How to specify a recurring payment which will start from a specific date?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment