v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBCounterparties
Retrieve counterparty
Retrieve the details of a counterparty.
get/counterparties/{id}
Path parameters
idstring required
The ID of the counterparty.
Response
200
Example response
{
"name": "MyCounterparty",
"object": "counterparty",
"counterparty_accounts": [
{
"holder_name": "Joe Black",
"account_number": "FR1420041010050500013M02606",
"bank_code": "BNPAFRPPXXX",
"holder_address": {
"line_1": "1, rue de la Bourse",
"building_number": "1",
"street_name": "rue de la Bourse",
"postal_code": "59000",
"city": "Lille",
"country": "FR"
}
}
],
"metadata": {
"property_a": true,
"property_b": "some text"
}
}