Meteor and Mysql for financial apps

I am working on a financial application using Meteor and not
sure if we should go with MongoDB or MySql. Or should we use Mongo as a temporary placeholder and move the important data to mysql

It depends on what you mean by ‘financial application.’

Time series data or transactions? Mongo can work in some scenarios but does not support ACID involving multiple documents.

I am working on a mobile payment system