Author Image

christianosilveira4948

May 19, 2021

Correção do Header de Autorização com curl.exe

errointegraçãoAPIpagamentoCurlHeaderauthorizationbeareraccess token

Olá
Onde está o erro? Usando curl.exe

curl --location --request POST 'https://sandbox.gerencianet.com.br/v1/charge' \--header 'Authorization: {{'Client_Id','Client_Secret'}}' \--header 'Content-Type: application/json' \--data-raw '{ "items": [ { "name": "item", "value": 500, "amount": 1 } ]}'

Respostas (1):
Avatar discord do usuario matheus_efi

matheus_efi

19/05/2021

<@!824767143933509722> no header o Authorization deveriase ter como valor o Bearer + access_token que você obtém na autenticação