6.8. Trusted Beneficiaries Retrieval
6.8.1.1. Request
GET http://localhost:18080/v1/trusted-beneficiaries
6.8.1.2. No specific headers
6.8.1.3. No body data
6.8.2. Response
Status code: 200
6.8.2.1. Headers
X-Request-Id: b9d16df1-a8f1-4715-81cc-8605907f15cb
Keep-Alive: timeout=60
Connection: keep-alive6.8.3. Body
{
"beneficiaries": [
{
"creditor": {
"name": "myMerchant",
"postalAddress": {
"country": "FR",
"addressLine": [
"18 rue de la DSP2",
"75008 PARIS"
]
},
"organisationId": {
"identification": "852126789",
"schemeName": "SIREN",
"issuer": "FR"
}
},
"creditorAccount": {
"iban": "YY64COJH41059545330222956960771321"
}
}
],
"_links": {
"self": {
"href": "/v1/trusted-beneficiaries"
},
"accounts": {
"href": "/v1/accounts"
}
}
}