These docs are for v1.0. Click to read the latest docs for v4.1.

Comunidade

Ask a Question
Back to All

Minha chamada de API Sandbox para Gerar Sessão Split dá 401

Olá,

Estou fazendo a chamada API, em R, com os seguintes parâmetros:

library(httr)

url <- "https://ws.sandbox.pagseguro.uol.com.br/sessions"

queryString <- list(
appId = "app77XXXXXXXX",
appKey = "A824XXXXXXXXXXXXXXXXXXXXXXXX"
)

response <- VERB("POST", url, content_type("application/x-www-form-urlencoded"), accept("application/vnd.pagseguro.com.br.v3+xml"))

content(response, "text")

Porque não estou autorizdo, ainda mais no Sandbox???

© 1996- Todos os direitos reservados.

PAGSEGURO INTERNET INSTITUIÇÃO DE PAGAMENTO S/A - CNPJ/MF 08.561.701/0001-01

Av. Brigadeiro Faria Lima, 1.384, São Paulo - SP - CEP 01451-001