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

Tapfiliate Payments API

Manage affiliate payments

Tapfiliate Payments API is one of 10 APIs that Tapfiliate 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 authentication docs.

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

Requests are made against a single base URL, https://api.tapfiliate.com/1.6.

4 operations 2 paths 3 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.6
Base URL
https://api.tapfiliate.com/1.6/
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Tapfiliate Payments API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Api-Key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 4

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

Payments 4

Manage affiliate payments

GET
/payments/{id}/
Retrieve payment
getPayment 1 param → 200401404
DELETE
/payments/{id}/
Cancel payment
cancelPayment 1 param → 200401404
GET
/payments/
List all payments
listPayments 5 params → 200401
POST
/payments/
Create a payment
createPayment body → 201401422

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Payment (6 properties), AffiliateRef (4 properties), Error (1 property). Each schema is shown below with its type and property counts.

AffiliateRef
object
4 properties
Payment
object
6 properties
Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tapfiliate-payments-api-openapi.yml Raw ↑

Other APIs Tapfiliate publishes across the network.

Tapfiliate Affiliate Groups API
Tapfiliate Affiliate Prospects API
Tapfiliate Affiliates API
Tapfiliate Balances API
Tapfiliate Clicks API
Tapfiliate Commissions API
Tapfiliate Conversions API
Tapfiliate Customers API
Tapfiliate Programs API