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

Hint Health PaymentMethod API

The PaymentMethod API from Hint Health — 3 operation(s) for paymentmethod.

Hint Health PaymentMethod API is one of 49 APIs that Hint Health publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

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

5 operations 3 paths 2 schemas 1 DELETE2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.hint.com
Authentication
HTTP Bearer
License
Private
Terms of Service
Resource Areas
1

Authentication & Security 1

Hint Health PaymentMethod API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Practice access token or Partner API key (Bearer authentication)

Paths & Operations 5

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

PaymentMethod 5
POST
/provider/patients/{patient_id}/payment_methods
Create Payment Method
PaymentMethod.CreatePaymentMethod 1 param body → 201
GET
/provider/patients/{patient_id}/payment_methods
List All Payment Methods
PaymentMethod.ListAllPaymentMethods 1 param → 200
POST
/provider/patients/{patient_id}/payment_methods/setup
Create Setup Intent
PaymentMethod.CreateSetupIntent 1 param body → 201
DELETE
/provider/patients/{patient_id}/payment_methods/{id}
Delete Payment Method
PaymentMethod.DeletePaymentMethod 2 params → 204
GET
/provider/patients/{patient_id}/payment_methods/{id}
Show Payment Method
PaymentMethod.ShowPaymentMethod 2 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Provider.Patients.PaymentMethods.SetupController.create_body (2 properties), Provider.Patients.PaymentMethodsController.create_body (2 properties). Each schema is shown below with its type and property counts.

Provider.Patients.PaymentMethodsController.create_body
object
2 properties
Provider.Patients.PaymentMethods.SetupController.create_body
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hint-health-paymentmethod-api-openapi.yml Raw ↑

Other APIs Hint Health publishes across the network.

Hint Health AccountAccessToken API
Hint Health Affiliate API
Hint Health AffiliateBill API
Hint Health AffiliatePatient API
Hint Health CancellationReason API
Hint Health Charge API
Hint Health ChargeItem API
Hint Health ClinicalNoteInteraction API
Hint Health Company API
Hint Health CompanyPlan API
Hint Health Coupon API
Hint Health Credit API