Feature request: A really useful addition would be the ability to reference an existing (remote) chart via say a URL parameter for display.
HN user
freds39
Peppol (https://peppol.org/) for the exchange of electronic business documents
I use Sendgrid <https://sendgrid.com> with an inbound parse webhook which delivers the emails via LMTP to the inboxes and Dovecot <https://dovecot.org> for reading. If you're sending less than 100 emails/day it's free. It's rock-solid and I've been using it for years without any issues at all. I can highly recommend it. Once you've set it up for one domain, adding more is trivial.
Use wireshark or similar to watch network traffic between app and API endpoint to determine technology. If standard TLS is used the approach should be something on the line of:
1. Create private CA with openssl.
2. Add CA certificate to mobile trust-store.
3. Start internal DNS server with entry for Bank API endpoint
4. Create certificate for endpoint using CA above
5. Start API (TCP? HTTP?) proxy with certificate/key above proxying+recording all API calls.
6. Start mobile banking app on mobile with CA certificate
If the banking mobile app has already pinned the API endpoint certificate uninstall and reinstall the app. With the recorded information you should be able to reverse engineer the API. So you need an engineer with basic understanding of PKI, HTTP and your chosen mobile app development tools.