Authorization: Bearer ********************
curl --location --request GET '/recipient/'
{
"id": "BE1551643518697504",
"walletId": "WA1550486247309344",
"currency": "EUR",
"beneficiaryBankAccount": {
"countryCode": "DE",
"accountName": "harry",
"paymentNetwork": "SEPA",
"routingCodeType": "BIC_SWIFT",
"routingCode": "DEKTDE7GXXX",
"accountNumberType": "IBAN",
"accountNumber": "DE96880001001728506157",
"routingCodeType2": null,
"routingCode2": null
},
"paymentChannel": "Local",
"intermediaBank": null,
"status": "INIT",
"proofStatus": "NOT_UPLOADED"
}