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 Payment Methods API

Payment methods refer to the specific form of payment each customer uses(e.g. their credit card). Payment methods are tokenized, then charged at time of payment.

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

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

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

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

5 operations 3 paths 15 schemas 2 GET1 PATCH2 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 5

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

Payment Methods 5

Payment methods refer to the specific form of payment each customer uses (e.g. their credit card). Payment methods are tokenized, then charged at time of payment.

POST
/payment_methods
Create a Payment Method
CreatePaymentMethod 3 params body → 201400
GET
/payment_methods
List Payment Methods
ListPaymentMethods 6 params → 200
GET
/payment_methods/{token}
Get a Payment Method
GetPaymentMethod 2 params → 200
PATCH
/payment_methods/{token}
Update a Payment Method
UpdatePaymentMethod 3 params body → 200
POST
/payment_methods/{token}/clone
Clone a Payment Method
ClonePaymentMethod 3 params body → 200

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are CreateCard (13 properties), CardWithBinDetails (12 properties), CreateBankAccount (9 properties), UpdateCard (9 properties). Each schema is shown below with its type and property counts.

UpdateCard
object
9 properties
CardResponse
object
4 properties
BankAccount
object
7 properties
CreateCard
object
13 properties 5 required
CardPresentResponse
object
4 properties
CardPaymentMethodWithBinDetails
object
8 properties
BinDetails
object
BIN (Bank Identification Number) details for a card. bindetails are not guaranteed to be present on every card payment method — availability depends on the car…
6 properties
CardWithBinDetails
object
12 properties
BankAccountResponse
object
4 properties
Envelope-list
object
4 properties
PaymentError
object
1 property
BankAccountPaymentMethodWithStatus
object
8 properties
CardPresentPaymentMethod
object
8 properties
CreateBankAccount
object
Bank Account
9 properties 7 required
PageInfo
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

justifi-payment-methods-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