Comunidade
Getting error while calling /transfers API in postman
yesterday by Tushar Verma
so we ar trying calling /transfers API in sandbox we have token with us
curl --location 'https://secure.sandbox.api.pagseguro.com/transfers'
--header 'Authorization: Bearer xxx-xxx-xxx-xxx-xxx-xxx-xxx-xxx-xxx'
--header 'content-type: application/json'
--data '
{
"amount": {
"value": "099",
"currency": "BRL"
},
"description": "valor referente as vendas do dia 01/01",
"reference_id": "referencia_cliente12345",
"instrument": {
"type": "PIX",
"pix": {
"key": "chavePIXdaConta",
"name": "Nome da Silva",
"tax_id": "12345679891"
}
},
"notification_urls": [
"https://webhook.site/067fc99b-88e7-4e30-8f74-609901413fe7"
]
}
'
In response I'm getting Error:read ECONNRESET in postman
Can you please help
