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

Notch Payment Methods API

The Payment Methods API from Notch — 1 operation(s) for payment methods.

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

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

This API exposes 2 operations across 1 path, and defines 1 schema. It is described by OpenAPI 3.0.1, at version 0.0.0-unreconciled.

Requests are made against a single base URL, https://api.notch.financial.

2 operations 1 paths 1 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
0.0.0-unreconciled
Server
https://api.notch.financial
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Notch Payment Methods API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Illustrative Bearer API key scheme. Notch's actual authentication mechanism is not publicly documented and is unverified.

Paths & Operations 2

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

Payment Methods 2
GET
/payment-methods
List stored payment methods (unreconciled).
listPaymentMethods → 200
POST
/payment-methods
Store a payment method (unreconciled).
createPaymentMethod body → 201

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is PaymentMethod (6 properties). Each schema is shown below with its type and property counts.

PaymentMethod
object
A stored payment method (illustrative).
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

notch-financial-payment-methods-api-openapi.yml Raw ↑

Other APIs Notch publishes across the network.

Notch Bank Accounts API
Notch Customers API
Notch Invoices API
Notch Payments API
Notch Webhooks API