Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Insforge Payment Webhooks API

Provider webhook ingestion routes

Insforge Payment Webhooks API is one of 11 APIs that Insforge publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Payment Webhooks. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 2 operations across 2 paths, and defines 7 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against the base URL https://api.insforge.dev.

2 operations 2 paths 7 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.insforge.dev
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Insforge Payment Webhooks API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

Paths & Operations 2

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

Payment Webhooks 2

Provider webhook ingestion routes

POST
/api/webhooks/stripe/{environment}
Receive Stripe Webhook
1 param body → 200400401500
POST
/api/webhooks/razorpay/{environment}
Receive Razorpay Webhook
1 param body → 200400401500

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are StripeWebhookEvent (14 properties), ErrorResponse (4 properties), StripeWebhookResponse (3 properties), RazorpayWebhookResponse (2 properties). Each schema is shown below with its type and property counts.

PaymentEnvironment
string
RazorpayWebhookResponse
object
2 properties 2 required
ErrorResponse
object
4 properties 3 required
StripeWebhookResponse
object
3 properties 2 required
StripeWebhookProcessingStatus
string
StripeWebhookEvent
object
14 properties 14 required
StripeEnvironment

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

insforge-payment-webhooks-api-openapi.yml Raw ↑

Other APIs Insforge publishes across the network.

Insforge Admin API
Insforge Channels API
Insforge Client API
Insforge Configuration API
Insforge Messages API
Insforge Permissions API
Insforge Razorpay Payments API
Insforge S3 Access Keys API
Insforge S3 Protocol API
Insforge Stripe Payments API