post https://ws.sandbox.pagseguro.uol.com.br/v2/checkout?email=&token=
Usando a tela do PagSeguro
https://ws.sandbox.pagseguro.uol.com.br/v2/checkout?email=email&token=token-sandbox
Responses
Usando a tela do PagSeguro
https://ws.sandbox.pagseguro.uol.com.br/v2/checkout?email=email&token=token-sandbox
xxxxxxxxxx
curl -X POST \
'https://ws.sandbox.pagseguro.uol.com.br/v2/checkout?email=email@email.com&token=token' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'email=email%40email.com&token=token¤cy=BRL&itemId1=001&itemDescription1=Item%201&itemAmount1=169.90&itemQuantity1=1&reference=124665c23f7896adff508377925&senderName=Natalie%20Green&senderAreaCode=51&senderPhone=988888888&senderEmail=emaildocomprador@pagseguro.com.br&shippingAddressRequired=true&extraAmount=0.00'