GET /products.logoUrl is omitted when the lender has no https logo.GET /lenders/{id}/letter for the HTML letterhead, or continue the application journey.Authorization: Bearer {{accessToken}}401 Authorization requiredcurl --location 'https://api-dev.myemipay.com/lenders' \
--header 'Authorization: Bearer <token>'{
"lenders": [
{
"id": "ldr_hdfc",
"name": "HDFC Bank",
"version": 1,
"rateBps": 1250,
"logoUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/28/HDFC_Bank_Logo.svg/500px-HDFC_Bank_Logo.svg.png",
"charges": [
{
"label": "Processing fee",
"rateBps": 250
},
{
"label": "GST on processing fee",
"rateBps": 45
}
]
}
]
}