Payment
Defines the structure of a payment, fees, limits, and additional data.
Last updated
Defines the structure of a payment, fees, limits, and additional data.
Last updated
The payment model represents the origin or destination of the transaction. It includes information about fees, transaction limits, origin entities, destination entities and additional metadata.
minAmount
string
Minimum allowed transaction amount.
maxAmount
string
Maximum allowed transaction amount.
image
string
URL of the image representing the payment method.
title
string
Display name of the payment method.
description
string
Detailed description of the payment method.
name
string
Identifier for the fee type (e.g., transaction fee).
type
string
Defines if the fee applies to transaction, origin, or destination.
method
string
Specifies how the fee is calculated (PERCENTAGE
or FIXED
).
currency
string
Currency in which the fee is charged.
value
string
The fee amount or percentage.
name
string
Unique identifier of the payment method.
type
string
Payment method type (e.g., WIRE, CARD, CRYPTO).
currency
string
Currency associated with the payment method.
processing
string
Processing time of the payment method. INSTANT_PAYMENT
applies to methods processed immediately. Other methods have delays of 1 to 3 business days.
fee
Fees applied to the payment method, as defined in the feeInfo
.
limits
Transaction limits for the payment method, including min and max amounts.
metaData
Metadata about the payment method, including title, image, and description.