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

Kriya Payments API

The Payments API from Kriya — 3 operation(s) for payments.

Kriya Payments API is one of 6 APIs that Kriya publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Payments. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 3 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.0.1.

Requests are made against 2 base URLs: https://api.kriya.dev/onboarding/, https://api.kriya.co/onboarding/.

3 operations 3 paths 6 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
Base URL
https://api.kriya.co/payments/
Contact
Resource Areas
1

Paths & Operations 3

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

Payments 3
POST
/payments/deduction
Registers a payment deduction for an invoice
CreatePaymentDeduction body → 201401400409500
GET
/payments/deduction/{paymentIdentifier}
Retrieves payment deduction information
GetPaymentDeduction 1 param → 200401404500
GET
/payments/deductions
Fetches list of payment deductions
ListPaymentsDeductions 2 params → 200401500

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are createPaymentDeductionResponse (10 properties), paymentDeductionResponse (9 properties), createPaymentDeductionRequest (7 properties), problemDetails (5 properties). Each schema is shown below with its type and property counts.

paymentDeductionBuyer
object
Current buyer limits.
3 properties
monetaryValue
object
The payment deduction amount.
2 properties 2 required
createPaymentDeductionRequest
object
7 properties
paymentDeductionResponse
object
9 properties
problemDetails
object
5 properties
createPaymentDeductionResponse
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kriya-payments-api-openapi.yml Raw ↑

Other APIs Kriya publishes across the network.

Kriya Buyers API
Kriya Onboarding API API
Kriya OnboardingJourney API
Kriya Orders API
Kriya Scenario API