Intermediary Agents (SAPs)
Retrieve intermediary agents (ie Settlement Access Providers) associated with a specified quote, as identified by quoteId.
Path parameters
quoteIdstringRequiredExample:
ID of the quote
9fa1e78d-b3d0-4d68-8032-d39d414a7366
Responses
200
Successful response
application/json
404
Quote not found.
application/json
get
GET /quotes/{quoteId}/intermediary-agents HTTP/1.1
Host: localhost:3000
Accept: */*
{
"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"
}
}
}
Last updated