API ReferenceCustom Payment Method Schema

Get All

GET
Get all custom payment method schemas

Response

This endpoint returns a list of objects
id
string
name
string
isSource
boolean
This payment method can be used as a payment source for an invoice
isDestination
boolean
This payment method can be used as a payment destination for an invoice
supportedCurrencies
list of enums
List of currencies that this payment method supports.
fields
list of objects
estimatedProcessingTime
integer
Estimated time in days for this payment method to process a payments. 0 is an same-day payment methods, -1 is unknown processing time.
createdAt
datetime
updatedAt
datetime
maxAmount
doubleOptional
The maximum amount that can be transferred from this payment method in a single transaction.
minAmount
doubleOptional
The minimum amount that can be transferred from this payment method in a single transaction. Default is 1.
fees
objectOptional