[php] Website Payments Pro Hosted Solution (UK) - Testing Integration …
페이지 정보
본문
<iframe name="hss_iframe" width="650px" height="600px" scrolling="no"></iframe>
<form style="display:none" target="hss_iframe" name="form_iframe"
method="post"
action="https://www.sandbox.paypal.com/acquiringweb?cmd=_hosted-
payment">
<input type="hidden" name="cmd" value="_hosted-payment" />
<input type name="subtotal" value="1">
<input type="hidden" name="business" value="$my_id" />
<input type="hidden" name="template" value="templateD" />
<input type="hidden" name="currency_code" value="GBP" />
<input type name="return"
value="$my_return_page">
</form>
<script type="text/javascript">
document.form_iframe.submit();
</script>
---------------
<form action='https://securepayments.sandbox.paypal.com/acquiringweb' METHOD='POST'>
<input type="hidden" name="cmd" value="_hosted-payment" />
<input type='hidden' name='invoice' value='LSW620110218' />
<input type='hidden' name='subtotal' value='10' />
<input type='hidden' name='business' value='4EMFX7Z2KZ92Q' />
<input type='hidden' name='cancel_return' value='http://designwithusability.com/liveinbristol/payments/cancel/' />
<input type='hidden' name='return' value='http://designwithusability.com/liveinbristol/payments/return/' />
<input type='submit' name='method' value='Pay' />
</form>
관련링크
댓글목록
등록된 댓글이 없습니다.