GET
/
api
/
v1
/
charges
/
{charge}
Detalhe da cobrança
curl --request GET \
  --url https://seu-dominio.com/api/v1/charges/{charge} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer {public_id}.{secret}

Path Parameters

charge
string
required

UUID ou external_id

Response

200 - application/json

OK

The response is of type object.