Retrieve the available capabilities for a given transfer such as currencies, countries, and transfer limits.
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"
.
The supported capabilities
The response is of type object
.
Retrieve the available capabilities for a given transfer such as currencies, countries, and transfer limits.
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"
.
The supported capabilities
The response is of type object
.