Search for Payment Market Infrastructures.
GET {{baseUrl}}/pmis?currency_code=EUR&country_code=DE
Get a list of Payment Market Infrastructures matching the input parameters.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
service_id_substring | null | Part of the service ID of a Payment Market Infrastructure | |
service_name_substring | string | Part of the name of the Payment Market Infrastructure | |
currency_code | string | Currency cleared or settled on the Payment Market Infrastructure service | |
country_code | string | The 2-character ISO 3166-1 country code of a Payment Market Infrastructure |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"pmis":[{"service_name":"China National Advanced Payments System","alternative_service_ids":["ISO5:CNAPS","ISO2:CN"],"currency_codes":["CNY"],"service_type":"RTGS","areas":["CN"],"coverage":"domestic","high_low_value":"HV","gross_net_settlement":"GS","execution_delay":"RT","transaction_types":["IB","CT"],"participant_id_type":"CNAPS","iso_message_formats":["ISO20022"],"service_local_start_time":"08:30+08:00","service_local_cut_off_time":"17:00+08:00","operating_days":"MON-FRI","cut_off_amount":"BEPS max CNY 50000, HVPS min CNY 50000","service_id":"CN CNAPS"}]}