Skip to content

Instantly share code, notes, and snippets.

@kneipp
Created July 27, 2012 21:23
Show Gist options
  • Select an option

  • Save kneipp/3190526 to your computer and use it in GitHub Desktop.

Select an option

Save kneipp/3190526 to your computer and use it in GitHub Desktop.
Exemplo código pagseguro frete
<form method="post" action="https://pagseguro.uol.com.br/v2/checkout/cart.html?action=add" target="pagseguro">
<input type="hidden" value="[email protected]" name="receiverEmail">
<input type="hidden" value="BRL" name="currency">
<input type="hidden" value="1" name="itemQuantity">
<input type="hidden" value="123" name="itemId"> <!-- ID -->
<input type="hidden" value="Produto XPTO" name="itemDescription"> <!-- NOME -->
<input type="hidden" value="400.00" name="itemAmount"> <!-- PRECO Ex: 29.99 -->
<!-- input type="hidden" value="10" name="itemWeight" --> <!-- PESO PARA CALCULO DE FRETE -->
<input type="hidden" value="50.00" name="itemShippingCost"> <!-- VALOR DE FRETE FIXO -->
<input type="image" alt="Pague com PagSeguro - é rápido, grátis e seguro!" name="submit" src="https://p.simg.uol.com.br/out/pagseguro/i/botoes/pagamentos/209x48-comprar-assina.gif">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment