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

JustiFi Refunds API

When you refund a payment, a refund object is created. You can retrieveinformation about the refunds you've issued.

JustiFi Refunds API is one of 27 APIs that JustiFi publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Refunds. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 4 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.0.0.

Requests are made against a single base URL, https://api.justifi.ai/v1.

4 operations 3 paths 5 schemas 2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
Base URL
https://api.justifi.ai/v1
Terms of Service
Resource Areas
1

Paths & Operations 4

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

Refunds 4

When you refund a payment, a refund object is created. You can retrieve information about the refunds you've issued.

POST
/payments/{id}/refunds
Refund a Payment
CreateRefund 3 params body → 201
GET
/refunds
List Refunds
ListRefunds 2 params → 200
GET
/refunds/{id}
Get a Refund
GetRefund 2 params → 200
PATCH
/refunds/{id}
Update a Refund
UpdateRefund 3 params body → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Refund (10 properties), ReturnedFeeResponse (7 properties), PageInfo (4 properties), Envelope (4 properties). Each schema is shown below with its type and property counts.

Envelope-list
object
4 properties
Envelope
object
4 properties
Refund
object
10 properties
ReturnedFeeResponse
object
A returned fee object showing fee details returned to the merchant with a refund
7 properties 7 required
PageInfo
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

justifi-refunds-api-openapi.yml Raw ↑

Other APIs JustiFi publishes across the network.

JustiFi Ach Return Fees API
JustiFi Address API
JustiFi API Credentials API
JustiFi Balance Transactions API
JustiFi Bank Account API
JustiFi Bind Insurance API
JustiFi Business API
JustiFi Checkouts API
JustiFi Disputes API
JustiFi Document API
JustiFi Fee Configurations API
JustiFi Identity API