Created
December 9, 2011 04:05
-
-
Save dabit/1450099 to your computer and use it in GitHub Desktop.
alipay form
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form accept-charset="UTF-8" action="https://www.alipay.com/cooperate/gateway.do" id="payment-form" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> | |
<input id="out_trade_no" name="out_trade_no" type="hidden" value="123456" /> | |
<input id="partner" name="partner" type="hidden" value="20887XXX910XXX97" /> | |
<input id="total_fee" name="total_fee" type="hidden" value="0.01" /> | |
<input id="seller_email" name="seller_email" type="hidden" value="[email protected]" /> | |
<input id="notify_url" name="notify_url" type="hidden" value="http://127.0.0.1:3000/en-US?action=notify&controller=store%2Fcheckout%2Falipay" /> | |
<input id="return_url" name="return_url" type="hidden" value="http://127.0.0.1:3000/en-US?action=done&controller=store%2Fcheckout%2Falipay" /> | |
<input id="show_url" name="show_url" type="hidden" value="http://127.0.0.1:3000/en-US?action=show&controller=store%2Fcheckout%2Falipay" /> | |
<input id="body" name="body" type="hidden" value="payment body" /> | |
<input id="_input_charset" name="_input_charset" type="hidden" value="utf-8" /> | |
<input id="service" name="service" type="hidden" value="trade_create_by_buyer" /> | |
<input id="payment_type" name="payment_type" type="hidden" value="1" /> | |
<input id="subject" name="subject" type="hidden" value="payment subject" /> | |
<input id="sign" name="sign" type="hidden" value="39cd94d1c97309d4e03784fcfe1ddeaf" /> | |
<input id="sign_type" name="sign_type" type="hidden" value="MD5" /> | |
</form> | |
<input onclick="document.getElementById('payment-form').submit();" type="button" value="Submit" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment