Last updated 5 months ago
Retrieve intermediary agents (ie Settlement Access Providers) associated with a specified quote, as identified by quoteId.
ID of the quote
9fa1e78d-b3d0-4d68-8032-d39d414a7366
GET /quotes/{quoteId}/intermediary-agents HTTP/1.1 Host: localhost:3000 Accept: */*
Successful response
{ "intermediaryAgent1": { "name": "DBS Bank Ltd", "countryCode": "SG", "currencyCode": "SGD", "finInstId": { "BICFI": [ "DBSSSGSG" ], "LEI": "ATUEL7OJR5057F2PV266", "otherId": null }, "account": { "otherId": "2345678901" } }, "intermediaryAgent2": { "name": "Kasikornbank Public Company Limited", "countryCode": "TH", "currencyCode": "THB", "finInstId": { "BICFI": [ "KASITHBK" ], "LEI": null, "otherId": null }, "account": { "otherId": "8881234569" } } }