📋Emitters

DCM platform provides access to information about banks and their logos through a GET request.

Endpoint:

{{url_host}}/api/v1/counterparties/emitters

The {url_host} of the Participating Bank with which the Merchant has established business relations, is provided by the DCM platform during integration, is used.

The value of {url_host} differs between testing and production environments.

Response:

{
"emitters": [ 
{
"name": "RADA Bank", 
"logo_url": "https://public-files-radabank.svg", 
"deeplink_url": "https://radaban...?jwt=%s" 
},

],
 "total": 6 
}