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

WeTravel Payment Plans API

The Payment Plans API from WeTravel — 2 operation(s) for payment plans.

WeTravel Payment Plans API is one of 17 APIs that WeTravel publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 6 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.1, at version 2.0.0.

Requests are made against 2 base URLs: https://api.wetravel.com/v2, https://api.demo.wetravel.to/v2.

6 operations 2 paths 4 schemas 2 DELETE2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.0.0
Base URL
https://api.wetravel.com/v2
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

WeTravel Payment Plans API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). An API key is passed in the header as X-Api-Key (tokenAuth). By default, every request must be authenticated.

Paths & Operations 6

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

Payment Plans 6
POST
/draft_trips/{trip_uuid}/options/{option_id}/payment_plan
Create or update add-on payment plan
createOptionPaymentPlan 2 params body → 201
DELETE
/draft_trips/{trip_uuid}/options/{option_id}/payment_plan
Delete add-on payment plan
deleteOptionPaymentPlan 2 params → 204
GET
/draft_trips/{trip_uuid}/options/{option_id}/payment_plan
Get add-on payment plan
getOptionPaymentPlans 2 params → 200
POST
/draft_trips/{trip_uuid}/packages/{package_id}/payment_plan
Create or update package payment plan
createPackagePaymentPlan 2 params body → 201
DELETE
/draft_trips/{trip_uuid}/packages/{package_id}/payment_plan
Delete package payment plan
deletePackagePaymentPlan 2 params → 204
GET
/draft_trips/{trip_uuid}/packages/{package_id}/payment_plan
Get package payment plan
getPackagePaymentPlans 2 params → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are PaymentPlan (4 properties), CreateOptionPaymentPlan (4 properties), CreatePackagePaymentPlan (4 properties), Installment (2 properties). Each schema is shown below with its type and property counts.

Installment
object
2 properties 2 required
CreatePackagePaymentPlan
object
Create PaymentPlan
4 properties 2 required
CreateOptionPaymentPlan
object
Create PaymentPlan
4 properties 2 required
PaymentPlan
object
PaymentPlan model
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wetravel-payment-plans-api-openapi.yml Raw ↑

Other APIs WeTravel publishes across the network.

WeTravel Access token API
WeTravel Add-ons API
WeTravel Discounts API
WeTravel Images API
WeTravel Included items API
WeTravel Leads API
WeTravel Not Included items API
WeTravel Orders API
WeTravel Packages API
WeTravel Paragraphs API
WeTravel Participant Information API
WeTravel Payment Links API