Supported capabilities
Retrieve the available capabilities for a given transfer such as currencies, countries, and transfer limits.
Authorizations
Use partnerId
and secretKey
as the username and password respectively.
The client must send these credentials in the Authorization header, encoded in Base64.
The format for the header is Authorization: Basic {credentials}
, where "credentials" is
the Base64 encoding of "partnerId:secretKey"
.
Response
The countries supported at the time of the request for a Meso transfer.
The currencies (both crypto and fiat) supported at the time of the request for a Meso transfer.
The payment methods supported for a user to on-ramp.
The amount that can be transferred per-payment method for a given transfer. This is typically used to determine the maximum amount allowed for an on-ramp session.
The min_transfer
and max_transfer
values will each be a stringified number representing the allowed amount. This value may include minor units, the value of which will change depending on the currency.
Examples: 25
, 0.12
, 0.246810
, 5000.00