PayPal Adaptive Payments - 2012 Guia do Utilizador Página 265

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 298
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 264
Adaptive Payments Developer Guide August 7, 2012 265
1.7.0 Features
Minibrowser code
<form id="mini-form"
action="https://www.paypal.com/webapps/adaptivepayment/flow/pay"
target="PPDGFrame">
<br><fieldset>
<b><legend>Pay - Mini Browser</legend></b>
<input id="type" name="expType" value="mini" type="hidden">
<input id="type" name="autoredirectondone" type="hidden">
<label for="paykey">PayKey</label>
<input id="paykey" name="payKey" size="25" type="text">
<input type="image" id="miniBrowserBtn"
value="Pay with PayPal mini"
src="https://www.paypal.com/en_US/i/btn/
x-click-but06.gif">
</fieldset>
</form>
Lightbox code
<form id="lightbox-form"
action="https://www.paypal.com/webapps/adaptivepayment/flow/pay"
target="PPDGFrame">
<fieldset>
<b><legend>Pay - Lightbox</legend></b>
<input id="type" name="expType" value="lightbox" type="hidden">
<input id="type" name="autoredirectondone" type="hidden">
<label for="paykey">PayKey</label>
<input id="paykey" name="payKey" size="25" type="text">
<input type="submit" id="submitBtn" value="Pay with light"
src="https://www.paypal.com/en_US/i/btn/x-click-but06.gif">
</fieldset>
</form>
iFrame Code
<iframe id="PPDGFrame" name="PPDGFrame"
src="https://www.paypal.com/webapps/adaptivepayment/flow
/pay?expType=light&paykey=AP-SAMPLEPAYKEY&autoredirectondone=
"scrolling="no" frameborder="0" style="border: none; height: 550px;
width: 385px;" allowtransparency="true"> </iframe>
1.7.0 Features
Version 1.7.0 of the Adaptive Payments API introduces a new API operation and changes
several Adaptive Payments API operations for mobile providers.
NOTE: Changes to API operations are backward-compatible.
Vista de página 264
1 2 ... 260 261 262 263 264 265 266 267 268 269 270 ... 297 298

Comentários a estes Manuais

Sem comentários