Skip to main content
GET
/
v1
/
webhook
/
{webhook_id}
Buscar webhook
curl --request GET \
  --url https://api.valorapayments.com.br/v1/webhook/{webhook_id} \
  --header 'x-api-key: <api-key>'
{
  "webhook_id": "wh_a1b2c3d4",
  "business_id": "<string>",
  "url": "<string>",
  "events": [],
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Chave de API gerada no painel Valora. Envie em todas as requisições.

Path Parameters

webhook_id
string
required

ID do webhook

Example:

"wh_a1b2c3d4"

Response

Dados do webhook

webhook_id
string
Example:

"wh_a1b2c3d4"

business_id
string
url
string<uri>
events
enum<string>[]

Eventos disponíveis para assinatura

Available options:
payment.created,
payment.confirmed,
payment.expired,
payment.failed
status
enum<string>
Available options:
active,
inactive
created_at
string<date-time>
updated_at
string<date-time>