Skip to main content
POST
/
v1
/
charges
/
{id}
/
refresh
Re-consulta status da cobrança
curl --request POST \
  --url https://stater.stric.io/v1/charges/{id}/refresh \
  --header 'Authorization: Bearer <token>'
{
  "kind": "updated"
}

Documentation Index

Fetch the complete documentation index at: https://docs.stric.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key da plataforma. Envie no header Authorization: Bearer <key>.

Headers

X-Pix-Account-Id
string

Id da conta Pix sobre a qual a operação atua. Obrigatório quando sua API key não está vinculada a uma conta específica.

Required string length: 10 - 40

Path Parameters

id
string
required
Required string length: 10 - 64

Response

OK

kind
enum<string>
required
Available options:
updated,
unchanged,
core_unavailable
{key}
any