How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Stark Bank Webhook API

You can create webhook subscriptions to receive events whenever a new log is created. We send the event by making a POST request to your endpoint URL. The event will be delivered with a digital signature (headers["Digital-Signature"]), which can be verified using the Stark Bank public key. This key is recoverable by a GET request to /v2/public-key.If your endpoint URL does not return a 200 status, the webhook service will try again at most three times. The interval between each attempt is 5 min, 30 min and finally 120 min. In case the event cannot be delivered after those three attempts, we will stop trying to deliver the message.The event sent to the endpoint URL has the structure shown to the right, where the content of the log sent will depend on the event subscription.NOTE 1: Registered webhooks will only work for services used in that same version. For example, if you create a transfer in v2, its logs will only trigger v2 webhooks and v1 webhooks would ignore its events.NOTE 2: Even if you use Webhook, we strongly recommend that you create a daily task to get all undelivered events and set them as delivered. It's important to add redundancy and resilience to your system, preventing you from having outdated information just in case your system is temporarily unable to receive our Webhook events.

Stark Bank Webhook API is one of 31 APIs that Stark Bank publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhook. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 4 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.2.0, at version v2.

Requests are made against 2 base URLs: https://api.starkbank.com, https://sandbox.api.starkbank.com.

4 operations 2 paths 2 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v2
Base URL
https://api.starkbank.com
Authentication
API Key
License
Stark Bank License
Resource Areas
1

Authentication & Security 1

Stark Bank Webhook API declares 1 security scheme for authenticating requests. An API key is passed in the header as Digital-Signature (digitalSignature). By default, every request must be authenticated.

  • digitalSignature — ECDSA digital signature for request authentication

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Webhook 4

You can create webhook subscriptions to receive events whenever a new log is created. We send the event by making a POST request to your endpoint URL. The event will be delivered…

POST
/v2/webhook
Create a Webhook
create-webhook body → 200400500
GET
/v2/webhook
List Webhooks
list-webhook 3 params → 200400500
GET
/v2/webhook/{id}
Get a Webhook
get-webhook-byId 2 params → 200400500
DELETE
/v2/webhook/{id}
Delete a Webhook
delete-webhook-byId 1 param → 200400500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Error (2 properties), Errors (1 property). Each schema is shown below with its type and property counts.

Errors
object
1 property
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

stark-bank-webhook-api-openapi.yml Raw ↑

Other APIs Stark Bank publishes across the network.

Stark Bank Balance API
Stark Bank Boleto API
Stark Bank Boleto Holmes API
Stark Bank Boleto Payment API
Stark Bank Brcode Payment API
Stark Bank Darf Payment API
Stark Bank Deposit API
Stark Bank Dynamic Brcode API
Stark Bank Event API
Stark Bank Event Attempt API
Stark Bank Institutions API
Stark Bank Invoice API
Where this information came from

This is an independent, third-party profile of Stark Bank Webhook API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.