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

EZRentOut Payments API

Order payments, taxes, coupons, and damage charges (invoicing).

EZRentOut Payments API is one of 11 APIs that EZRentOut 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, API documentation, and an API reference.

This API exposes 5 operations across 5 paths. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://{subdomain}.ezrentout.com.

5 operations 5 paths 0 schemas 2 GET3 PATCH

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://{subdomain}.ezrentout.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

EZRentOut Payments API declares 1 security scheme for authenticating requests. An API key is passed in the header as token (tokenAuth). By default, every request must be authenticated.

  • tokenAuth — Per-company access token generated in Settings (API must be enabled by the account owner). Sent in the token HTTP header on every request over HTTPS.

Paths & Operations 5

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

Payments 5

Order payments, taxes, coupons, and damage charges (invoicing).

GET
/payment_options.api
List payment options
listPaymentOptions → 200
GET
/pricing_coupons.api
List pricing coupons
listCoupons → 200
PATCH
/baskets/{orderNum}/charge_pre_payment.api
Charge a payment against an order
chargeOrderPayment 1 param body → 200
PATCH
/baskets/{orderNum}/charge_damages.api
Add damage charges to an order
chargeOrderDamages 1 param body → 200
PATCH
/baskets/{orderNum}/apply_taxes.api
Apply taxes to an order
applyOrderTaxes 1 param body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ezrentout-payments-api-openapi.yml Raw ↑

Other APIs EZRentOut publishes across the network.

EZRentOut Assets API
EZRentOut Availability API
EZRentOut Bundles API
EZRentOut Customers API
EZRentOut Inventory API
EZRentOut Locations API
EZRentOut Maintenance API
EZRentOut Members API
EZRentOut Orders API
EZRentOut Purchase Orders API