Dataset Preview
Full Screen Viewer
Full Screen
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError Exception: DatasetGenerationCastError Message: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 11 new columns ({'polarity', 'sentiment', 'clean_content', 'vader_compound', 'content', 'vader_neu', 'vader_pos', 'textblob_sentiment', 'textblob_polarity', 'textblob_subject', 'vader_neg'}) and 43 missing columns ({'developer', 'appId', 'genre', 'version', 'sale', 'comments', 'developerAddress', 'minInstalls', 'ratings', 'icon', 'developerEmail', 'inAppProductPrice', 'updated', 'genreId', 'descriptionHTML', 'videoImage', 'screenshots', 'headerImage', 'currency', 'video', 'installs', 'contentRatingDescription', 'adSupported', 'saleTime', 'histogram', 'free', 'realInstalls', 'title', 'saleText', 'developerWebsite', 'developerId', 'containsAds', 'released', 'categories', 'reviews', 'privacyPolicy', 'contentRating', 'description', 'originalPrice', 'price', 'summary', 'url', 'offersIAP'}). This happened while the csv dataset builder was generating data using hf://datasets/roniwahyu/googleplay-bank-apps-indonesia/bank_after_cleancontent_22082023.csv (at revision a12af8a56d4956e71f8483c8a0dfa52bf8353acf) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations) Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table pa_table = table_cast(pa_table, self._schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast return cast_table_to_schema(table, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema raise CastError( datasets.table.CastError: Couldn't cast content: string score: int64 sentiment: int64 polarity: string textblob_sentiment: string textblob_polarity: double textblob_subject: double vader_compound: double vader_neg: double vader_neu: double vader_pos: double clean_content: string -- schema metadata -- pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1730 to {'title': Value(dtype='string', id=None), 'description': Value(dtype='string', id=None), 'descriptionHTML': Value(dtype='string', id=None), 'summary': Value(dtype='string', id=None), 'installs': Value(dtype='string', id=None), 'minInstalls': Value(dtype='int64', id=None), 'realInstalls': Value(dtype='int64', id=None), 'score': Value(dtype='float64', id=None), 'ratings': Value(dtype='int64', id=None), 'reviews': Value(dtype='int64', id=None), 'histogram': Value(dtype='string', id=None), 'price': Value(dtype='int64', id=None), 'free': Value(dtype='bool', id=None), 'currency': Value(dtype='string', id=None), 'sale': Value(dtype='bool', id=None), 'saleTime': Value(dtype='float64', id=None), 'originalPrice': Value(dtype='float64', id=None), 'saleText': Value(dtype='float64', id=None), 'offersIAP': Value(dtype='bool', id=None), 'inAppProductPrice': Value(dtype='float64', id=None), 'developer': Value(dtype='string', id=None), 'developerId': Value(dtype='string', id=None), 'developerEmail': Value(dtype='string', id=None), 'developerWebsite': Value(dtype='string', id=None), 'developerAddress': Value(dtype='string', id=None), 'privacyPolicy': Value(dtype='string', id=None), 'genre': Value(dtype='string', id=None), 'genreId': Value(dtype='string', id=None), 'categories': Value(dtype='string', id=None), 'icon': Value(dtype='string', id=None), 'headerImage': Value(dtype='string', id=None), 'screenshots': Value(dtype='string', id=None), 'video': Value(dtype='string', id=None), 'videoImage': Value(dtype='string', id=None), 'contentRating': Value(dtype='string', id=None), 'contentRatingDescription': Value(dtype='float64', id=None), 'adSupported': Value(dtype='bool', id=None), 'containsAds': Value(dtype='bool', id=None), 'released': Value(dtype='string', id=None), 'updated': Value(dtype='int64', id=None), 'version': Value(dtype='string', id=None), 'comments': Value(dtype='string', id=None), 'appId': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None)} because column names don't match During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response parquet_operations = convert_to_parquet(builder) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single raise DatasetGenerationCastError.from_cast_error( datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 11 new columns ({'polarity', 'sentiment', 'clean_content', 'vader_compound', 'content', 'vader_neu', 'vader_pos', 'textblob_sentiment', 'textblob_polarity', 'textblob_subject', 'vader_neg'}) and 43 missing columns ({'developer', 'appId', 'genre', 'version', 'sale', 'comments', 'developerAddress', 'minInstalls', 'ratings', 'icon', 'developerEmail', 'inAppProductPrice', 'updated', 'genreId', 'descriptionHTML', 'videoImage', 'screenshots', 'headerImage', 'currency', 'video', 'installs', 'contentRatingDescription', 'adSupported', 'saleTime', 'histogram', 'free', 'realInstalls', 'title', 'saleText', 'developerWebsite', 'developerId', 'containsAds', 'released', 'categories', 'reviews', 'privacyPolicy', 'contentRating', 'description', 'originalPrice', 'price', 'summary', 'url', 'offersIAP'}). This happened while the csv dataset builder was generating data using hf://datasets/roniwahyu/googleplay-bank-apps-indonesia/bank_after_cleancontent_22082023.csv (at revision a12af8a56d4956e71f8483c8a0dfa52bf8353acf) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
title
string | description
string | descriptionHTML
string | summary
string | installs
string | minInstalls
int64 | realInstalls
int64 | score
float64 | ratings
int64 | reviews
int64 | histogram
string | price
int64 | free
bool | currency
string | sale
bool | saleTime
null | originalPrice
null | saleText
null | offersIAP
bool | inAppProductPrice
null | developer
string | developerId
string | developerEmail
string | developerWebsite
string | developerAddress
string | privacyPolicy
string | genre
string | genreId
string | categories
string | icon
string | headerImage
string | screenshots
string | video
string | videoImage
string | contentRating
string | contentRatingDescription
null | adSupported
bool | containsAds
bool | released
string | updated
int64 | version
string | comments
string | appId
string | url
string |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Jago/Jago Syariah digital bank | Jago/Jago Syariah is a digital financial application that offers a practical solution that enables you to spend & save with those closest to you the way you want.
Why use Jago?
- Licensed & supervised by Financial Services Authority (OJK) & also a member of LPS deposit insurance program
- Available in 2 options: Jago & Jago Syariah, a full-featured digital Shariah bank that is simple and safe according to the Wadiah Akad (no interest) and akad Mudharabah (competitive profit sharing)
- Offers deposit for long-term saving with up to 5% interest rate & is flexible to be withdrawn at any time without penalties
- Open a Jago account in minutes via smartphone, with no minimum balance & no need to go to the bank
- Manage spending & saving in one app
- Easily contact Jago 24 hours a day, 7 days a week at 1500 746 / 021 30000746
- Integrated with financial applications such as Bibit, Gobiz, GoPay & more
- Provide QRIS for practical payments
- Withdraw money from any ATM & shop online with Jago Visa / GPN Debit Card
- Quick & affordable money transfer with BI-FAST
- Simple financial records monitoring with financial analysis features
- Plenty of promos for shopping at favorite merchants
One app with many functions!
Open an account & enjoy various activities from your smartphone. Saving money? Possible. Topping up Gopay, investing in stocks with Stockbit, and investing in mutual funds with Bibit? Easy and free! Transfer money? Safe! Pay bills? Just tap!
You are safe with Jago
Your data & money are safe. Access to your account is protected with multi-layer security systems. Logging into the Jago application on your smartphone is protected with biometric methods or a PIN, & each transaction authentication always uses a password.
Safe cash withdrawal at ATMs & shopping worldwide
With a Jago VISA debit card, you can transact easily and safely. The debit card is protected without a CVV, & only you have access to the CVV through the Jago application. We provide both digital & physical debit cards that can be monitored in real-time & you can set the transaction limit. You can create a VISA debit card through the Jago application. Jago GPN Debit Card is also available for offline transactions throughout Indonesia & cash withdrawals at ATMs or EDCs anywhere within the GPN network in Indonesia.
Banking experience with Sharia principles
Transactions with Jago Sharia apply the Wadiah Yad Dhamanah Akad, & saving with Jago Sharia apply the Mudharabah Muthlaqah Akad. You can earn profits according to the agreed profit-sharing ratio.
Paying for things is made easy
Connect your Jago account to Gojek as a payment method. You can also pay using the GoPay QRIS, which is connected to your Jago account as the funding source. Transactions can be made at all QRIS GoPay merchants. You can use your Jago account as a funding source for Gojek services such as GoFood & others.
Save money on transfers with BI-FAST
With BI-FAST, you can send money in real-time, safely, efficiently, & affordably to other banks such as BCA, Mandiri/Livin' by Mandiri, BNI, BRI/Brimo BRI, Bank Syariah Indonesia BSI, Bank Neo Commerce, Seabank, BRI Agro/Raya - Bank Digital, BTPN Jenius, & others.
Jago & GoBiz make managing money effective
Open an account for your business or directly from the GoBiz account. Registering is easy, & you can enjoy no admin fees, 60 wallets in one account, & up to 100 free transfers to other banks.
Get many benefits by upgrading your Jago account
The Jagoan Platinum account offers up to 150 free transfers between banks & e-wallet top-ups, free GoPay top-ups, 10 free ATM withdrawals, free monthly admin fees, and up to 3 Jago Debit VISA physical and digital cards.
Download now!
PT Bank Jago Tbk
Menara BTPN Lt. 46
Jl. Dr. Ide Anak Agung Gde Agung Kav.5.5–5.6
Jakarta Selatan
E-mail: tanya@jago.com
Customer service: 1500746 | Jago/Jago Syariah is a digital financial application that offers a practical solution that enables you to spend & save with those closest to you the way you want.<br><br>Why use Jago?<br><br>- Licensed & supervised by Financial Services Authority (OJK) & also a member of LPS deposit insurance program<br>- Available in 2 options: Jago & Jago Syariah, a full-featured digital Shariah bank that is simple and safe according to the Wadiah Akad (no interest) and akad Mudharabah (competitive profit sharing)<br>- Offers deposit for long-term saving with up to 5% interest rate & is flexible to be withdrawn at any time without penalties<br>- Open a Jago account in minutes via smartphone, with no minimum balance & no need to go to the bank<br>- Manage spending & saving in one app<br>- Easily contact Jago 24 hours a day, 7 days a week at 1500 746 / 021 30000746<br>- Integrated with financial applications such as Bibit, Gobiz, GoPay & more<br>- Provide QRIS for practical payments<br>- Withdraw money from any ATM & shop online with Jago Visa / GPN Debit Card<br>- Quick & affordable money transfer with BI-FAST<br>- Simple financial records monitoring with financial analysis features<br>- Plenty of promos for shopping at favorite merchants<br><br>One app with many functions!<br>Open an account & enjoy various activities from your smartphone. Saving money? Possible. Topping up Gopay, investing in stocks with Stockbit, and investing in mutual funds with Bibit? Easy and free! Transfer money? Safe! Pay bills? Just tap!<br><br>You are safe with Jago<br>Your data & money are safe. Access to your account is protected with multi-layer security systems. Logging into the Jago application on your smartphone is protected with biometric methods or a PIN, & each transaction authentication always uses a password.<br><br>Safe cash withdrawal at ATMs & shopping worldwide<br>With a Jago VISA debit card, you can transact easily and safely. The debit card is protected without a CVV, & only you have access to the CVV through the Jago application. We provide both digital & physical debit cards that can be monitored in real-time & you can set the transaction limit. You can create a VISA debit card through the Jago application. Jago GPN Debit Card is also available for offline transactions throughout Indonesia & cash withdrawals at ATMs or EDCs anywhere within the GPN network in Indonesia.<br><br>Banking experience with Sharia principles<br>Transactions with Jago Sharia apply the Wadiah Yad Dhamanah Akad, & saving with Jago Sharia apply the Mudharabah Muthlaqah Akad. You can earn profits according to the agreed profit-sharing ratio.<br><br>Paying for things is made easy<br>Connect your Jago account to Gojek as a payment method. You can also pay using the GoPay QRIS, which is connected to your Jago account as the funding source. Transactions can be made at all QRIS GoPay merchants. You can use your Jago account as a funding source for Gojek services such as GoFood & others.<br><br>Save money on transfers with BI-FAST<br>With BI-FAST, you can send money in real-time, safely, efficiently, & affordably to other banks such as BCA, Mandiri/Livin' by Mandiri, BNI, BRI/Brimo BRI, Bank Syariah Indonesia BSI, Bank Neo Commerce, Seabank, BRI Agro/Raya - Bank Digital, BTPN Jenius, & others.<br><br>Jago & GoBiz make managing money effective<br>Open an account for your business or directly from the GoBiz account. Registering is easy, & you can enjoy no admin fees, 60 wallets in one account, & up to 100 free transfers to other banks.<br><br>Get many benefits by upgrading your Jago account<br>The Jagoan Platinum account offers up to 150 free transfers between banks & e-wallet top-ups, free GoPay top-ups, 10 free ATM withdrawals, free monthly admin fees, and up to 3 Jago Debit VISA physical and digital cards.<br><br>Download now!<br><br>PT Bank Jago Tbk<br>Menara BTPN Lt. 46<br>Jl. Dr. Ide Anak Agung Gde Agung Kav.5.5–5.6<br>Jakarta Selatan<br>E-mail: tanya@jago.com<br>Customer service: 1500746 | mbanking, savings, qris, manage money, bi-fast, digital wallet & sharia deposit | 5,000,000+ | 5,000,000 | 8,195,782 | 4.703163 | 99,738 | 40,236 | [4286, 1031, 1849, 5661, 86906] | 0 | true | IDR | false | null | null | null | false | null | PT Bank Jago Tbk | PT+Bank+Jago+Tbk | tanya@jago.com | https://jago.com/ | Menara BTPN Lt. 46
Jl. Dr. Ide Anak Agung Gde Agung Kav.5.5 – 5.6
Jakarta Selatan
(021) 50927460 & (021) 50927490 | https://jago.com/privacypolicy | Finance | FINANCE | [{'name': 'Finance', 'id': 'FINANCE'}] | https://play-lh.googleusercontent.com/wmfTSxd2os8fMjeRi4UTTpYFul_9KwuukO9tyByl8iwTnqgZoxZsYdehgRMcB5lLgRc | https://play-lh.googleusercontent.com/n7psyZ-_YKBKxl8zm3dp-cMyQsoU2Rn6q20ssnGehORoUh_OEEXoNYHZuC5diwgOixk | ['https://play-lh.googleusercontent.com/8zPFd2vM6pju9hRLuGetegqaJ8M8-hmdqQlsFLU3VYrKeAxyRLKYOwmJre2u74YtNg', 'https://play-lh.googleusercontent.com/c7rwaJ_OysTyNm5ouJN4Av68iVtnkcY-FneW_T_Ro_eHEzyph3t8P8AtwSC_9mOBHQ', 'https://play-lh.googleusercontent.com/ZOB5X-GZB4fsLkNcMIKaY8LHTraSbecK59JmWLAFKMAIyqVzWlJhQf4Mc2zO57T41R23', 'https://play-lh.googleusercontent.com/rC3mN5SsBRpzHkF0ELj0NdyuNyJvk1etPv1htxWri6aNlto1MmItqp1k2MtiQiPCd18', 'https://play-lh.googleusercontent.com/ljLW_Qz-U1LdBuejSAojQVuySepqEUZM2jfThk0edDQ0cHdn8_ds24BwA59NZz32UQHn', 'https://play-lh.googleusercontent.com/m7fVEX4gjB1A8JzkydCv_hyKsVnCM57llWAn3srGqUGMLEd94GNcmO7DdXIqInMWak4', 'https://play-lh.googleusercontent.com/8Ws31LyiMKwJTyu6-SU0pjC2SA-72kD6bhXT7h30ldImB4UySi7CNb2x3Aof_ljLde8', 'https://play-lh.googleusercontent.com/AuImFgS4aELZDC2qFkZVxbzOM0REcTG8nCB-mAQT1UFVw0FxZ3772HZx4T41IeQfqA'] | https://www.youtube.com/embed/WvRKHXVHfOg?ps=play&vq=large&rel=0&autohide=1&showinfo=0 | https://play-lh.googleusercontent.com/n7psyZ-_YKBKxl8zm3dp-cMyQsoU2Rn6q20ssnGehORoUh_OEEXoNYHZuC5diwgOixk | Rated for 3+ | null | false | false | Apr 13, 2021 | 1,686,639,089 | 8.20.0 | ['"Spend Analysis" feature is really spotty. Occasionally manual adjustments works, but more often than not it doesn\'t work at all. The app /still/ doesn\'t show cents, despite seemingly using them behind-the-scene, leading to a very small difference between the balance shown on the app vs. what you would have if you calculated your transaction manually, as you can only see up to ones and not cents. Every other banking app I used shows cents values, because they value transparency and accuracy.', "This app is the real digital bank. It is easy to use, has a nice design, and it is really helpful for the millenials with its sharing feature. I'm giving four stars because there is still a room for improvement in the pocket feature. Unlike normal transfer where we can give description, unfortunately, this is not the case when we move our money from saving pockets to main pocket. It only has category options. It would be great if description is also added when we choose the category.", 'There are several pain points in this application that seem to be no way to turn them off. For example: 1. Every time I opened the app, Jago always wanted to get my feedback, whether it got the categorization right for my recent transactions, I thought this is one or two times thing that Jago will eventually stop asking for my feedback once It learned after I manually categorizing the transaction. 2. The constant pop up telling me the session has ended.', 'The idea of being able to manage pockets is awesome! One issue I\'ve been experiencing lately is the app constantly shows a toast saying "Something went wrong. Let\'s try again". Aside of that, everything work great!', "Please fix the app. It's sooo lagging to move the money, transfer, basically for doing any operation, even when the connection is fine. If there is bank digital that offer pocket feature, I will move on from Jago to be honest. The only thing make me stay is the pocket feature since I have numerous saving/spending sections.", 'Ngelag parah. The app lagging, lagging, and lagging. Phone already have 8GB RAM and only run Jago, but keep lagging, especially when you are about paying with QR in quick.', "Phone on root with magisk, Jago is in deny list to keep it safe. But i still can't open it. Hope this will be fixed because I need root to keep my phone working", 'The apps is great. 1 apps for all needs. I satisfy to use this bank apps, so many benefit and free adm transfer/top up ewallet and also already has BI Fast service. I also can separate many kinds of "kantong" following our needs the important thing is Jago has QRIS. Thanks Jago. Maju terus!', 'Had some questionable chats w the CS. They always have a hard time understanding my problems. And they ended up being non-solutive and referred me to the email CS. So I just wasted my time trying to talk to them then? When I shared about this, turns out my friends have had unpleasant (and not solutive) experiences w the CS too', "I love the convenient pockets feature, extra card security (safer than Jenius with more fine-tuned controls), and option to open a syariah-compliant account, but the app itself is still rough around the edges. I get a lot of repetitive/delayed notifications, and edits to my spending analysis usually don't save on the first try.", 'Almost a year using JAGO, tried multiple digital banks, I personally think JAGO is still the best one so far. Not that long since JAGO added QRIS, but it seems like QRIS format has been evolved, would be great if you add "Customer Presented Mode" to your QR Payment. Other than that I\'m still hoping to have a way to do cardless withdraw and a way to deposit my money without going through third party, oh and PayPal support for Syariah. Overall it\'s a great bank, would recommend.', "Hmmm I can't open Jago now. I'm using Android 13 and marked my phone as rooted (I didn't even root this phone). Please fix the issue and I will change back to 5 stars.", 'of all the digital banks that I have tried, this bank jago is one of the digital banks that I think is good. I myself say this of course is the reason, the reasons include the user interface or interface display is easy to understand and straightforward, there are no monthly fees and other administrative fees charged like conventional banks, a cardless system which in my opinion is good enough, as well as partnerships with online stores and other digital wallets and the QRIS system.', "i was in silver level, but the physical card are a pain in the a** to use. everything's already perfect.", 'blocked my card without any acceptable reason. it said "i have a failed subscription" when i definitely don\'t. the only failed transaction was a week ago and it\'s not even a subscription. if your bank really cares and is secure, you would\'ve blocked the card immediately, not a week after. requires me to add some balance to reactivate the card, and when i asked what would they do with the fund, they didn\'t answer. don\'t even ask me to contact Tanya Jago because I DID and they DIDN\'T HELP.', 'I have just installed the new update less than 10 mins ago. I find it really buggy as it now takes forever to transfer money', 'This banking app has made managing my finances so much easier! I can quickly check my account balance and transfer money with just a few clicks', "Overall it's a good app, the interface has improved but can be buggy at times. However, the customer service is quite bad, if we discover an account is actually a scam account, Jago won't temporarily suspend the account without letter from police officer. To me, Jago seems willing to protect those scams and had little commitment toward cyber crime, no matter how strong the proof are", 'UI/UX arguably one of the best, the pocket system great to manage ur finance, the deposito sharia is just few tap away. The problem is, when I reach platinum member, I cant see the benefit detail, It just plain blank page Update : Jago customer service just called me to let me know that they will fix the bug in next update. They could just ask more detail via email, but they called me instead, To think they would called and make sure nothing wrong with my account is mind blowing. Good Job', "It's well integrated to other apps like Gopay, Stockbit, and Bibit. And their saving account interest rate are way higher compared to conventional bank.", "I've been using this app for over 1 year now. Love the spend analysis and the pocket so i can distribute my money. Never have huge problem until yesterday, i send money to different bank account, for almost 24hr my money did not send successfully, it said still ON PROGRESS. Why it take so much time to send money? After i contact the staff, they said to wait for another 1x24. Huh, already lost my patience and my money didn't even back yet! So 1 star for me.", "Akhir2 ini banyak masalah yang merugikan pemakai (some are compensated by Jago but some are not) Wil not use the app/service for a while, time to check competitor's product..", 'Good service so far. Please add a feature to add notes on a transaction or add an ability to create custom categories.', "I can divide my money into different pockets. That's great! However when I start to divide them into the pocket, the app will become slow. I need to restart and kill the app when I try to distribute my money into the pocket :(", 'Just great. responsive and versatile app. and no need face confirmation during registration.', "Cannot take selfies when creating account. Seems like the app can't recognize my front camera. Fix this and I will update the rating", "Since 2 weeks ago it is keep force close, so I can't transfer my money on it. I have been updated it, re-install, and even restart my phone but it doesn't work. Meanwhile other application in my phone keep working very well.", "Can't make a Digital VCC, I don't know why tho it's stuck. Please fix it. My connection is good.", 'Jago successfully giving a really great experience about digital banking. But, I think Jago needs improvement to make it really easy when we are going to pay with QRIS. QRIS is a common payment method in Indonesia and Bank Jago until now still not provide this kind of service. Well, the current solution is transfer our balance to Gopay, but I think it can be more flexible with just doing this all activity in Jago app.', "It's such nuisance whenever I accidentally swipe back, the app just closes like that, it's not secure.", "Tried several digital banking apps but this one's my fave! Great design & love the pocket system, esp. shared pocket 😍", "There was a problem like it didn't update my balance information in real time that made me worried I lost my money. Sometimes it takes almost half the day to do transaction to other bank account. But so far I enjoy using it. Hope you'll do better in the future, keep it up. 💪🏻", 'Great app. Feature suggestion: add the ability to add widget to phone home screen to pay by QR (neobank has this feature)', 'great apps.. imho, QRIS must be shown at Payment option or center of Home to make it easier to use. well done Jago team🤩', 'So lagging for updating my money, although the mutation was written. It was risk when I want to use it for buy food and beverages', "App keeps getting heavier. You will probably end up like other bank in near future if you can't fix it", 'the application display is easy to understand, and very helpful. Cool', 'Excellent! Jago is the best modern banking in indonesia. so far very statisfying, keep it up.', "too much tutorial from beginning, maybe I'm new, but good overall, keep it up and make it more simple please 👍🏽", 'Very good banking app all around. Really helps with online services.'] | com.jago.digitalBanking | https://play.google.com/store/apps/details?id=com.jago.digitalBanking&hl=en&gl=id |
Jenius | More than 3,000,000 users have started taking #langkahkecilhariini to build a better financial lives with Jenius.
Now you can access all of your financial needs in one place without switching between applications.
Do you want to start your #langkahkecilhariini?
Download Jenius application, register and activate your account from anywhere, via video call.
Now, Jenius Credit Card is available and you can apply, activate, and manage it through an application.
You also can get Jenius Debit Card that you can use at various Visa merchant across the world. You can also use this debit card to pay bill for movie and music streaming services, games, pay/buy apps and more.
If you have a plan to travel around the world, you can exchange 7 foreign currencies (USD, SGD, JPY, GBP, AUD, HKD,EUR) at Jenius app and activate them on your m-Card for transactions.
For online transactions, you can use:
- Jenius Pay : Online shopping uses $Cashtag
- Jenius QR : Scan QRIS to pay
- Send It : Transfer to various account and pay bills (internet, credit card, top up balance, electricity, zakat, and others)
Transactions using Jenius are more cost-effective because there are many promos every day.
Simpler saving based on your needs using this feature:
- Flexi Saver : 3 flexible savings to allocate money
- Dream Saver : 5 savings to help you make dreams come true
- Maxi Saver : Open as many deposits as you want from your smartphone
Other features that you can use, include:
- e-Wallet Center : An easy way to top up up to 10 e-wallet (GoPay, OVO, LinkAja, DANA, BNI TapCash, ShopeePay, and M-Tix)
- Pay Me : Send a money request from smartphone
- Split Bill : Easily split the bill
- Flexi Cash : Cash out your flexible fund for various needs
- Moneytory : Get insight for your financial report
Just by paying Feesible (subscription fee) only Rp10.000 per month, you can experience a simplicity in financial management with Jenius.
Jenius is a digital banking and part of PT Bank BTPN Tbk. that is licensed and supervised by OJK (Indonesia Financial Services Authority) and guaranteed by LPS (Indonesia Deposit Insurance Corporation), so Jenius is safe.
Find out more about this new way of banking at www.jenius.com and start a new, better life with Jenius.
Simpler Life, Happier You
Head Office
PT Bank BTPN Tbk
Menara BTPN – CBD Mega Kuningan
Jl. Dr. Ide Anak Agung Gde Agung Kav 5.5-5.6
Jakarta 12950
Website: https://www.btpn.com/id/tentang-kami/segmen-usaha/jenius | More than 3,000,000 users have started taking #langkahkecilhariini to build a better financial lives with Jenius.<br><br>Now you can access all of your financial needs in one place without switching between applications.<br><br>Do you want to start your #langkahkecilhariini?<br>Download Jenius application, register and activate your account from anywhere, via video call.<br><br>Now, Jenius Credit Card is available and you can apply, activate, and manage it through an application. <br><br>You also can get Jenius Debit Card that you can use at various Visa merchant across the world. You can also use this debit card to pay bill for movie and music streaming services, games, pay/buy apps and more. <br><br>If you have a plan to travel around the world, you can exchange 7 foreign currencies (USD, SGD, JPY, GBP, AUD, HKD,EUR) at Jenius app and activate them on your m-Card for transactions.<br><br>For online transactions, you can use:<br>- Jenius Pay : Online shopping uses $Cashtag<br>- Jenius QR : Scan QRIS to pay<br>- Send It : Transfer to various account and pay bills (internet, credit card, top up balance, electricity, zakat, and others) <br>Transactions using Jenius are more cost-effective because there are many promos every day.<br><br>Simpler saving based on your needs using this feature:<br>- Flexi Saver : 3 flexible savings to allocate money <br>- Dream Saver : 5 savings to help you make dreams come true<br>- Maxi Saver : Open as many deposits as you want from your smartphone<br><br>Other features that you can use, include:<br>- e-Wallet Center : An easy way to top up up to 10 e-wallet (GoPay, OVO, LinkAja, DANA, BNI TapCash, ShopeePay, and M-Tix)<br>- Pay Me : Send a money request from smartphone<br>- Split Bill : Easily split the bill<br>- Flexi Cash : Cash out your flexible fund for various needs<br>- Moneytory : Get insight for your financial report<br><br><br>Just by paying Feesible (subscription fee) only Rp10.000 per month, you can experience a simplicity in financial management with Jenius.<br><br>Jenius is a digital banking and part of PT Bank BTPN Tbk. that is licensed and supervised by OJK (Indonesia Financial Services Authority) and guaranteed by LPS (Indonesia Deposit Insurance Corporation), so Jenius is safe.<br><br>Find out more about this new way of banking at www.jenius.com and start a new, better life with Jenius.<br><br>Simpler Life, Happier You<br><br>Head Office<br>PT Bank BTPN Tbk<br>Menara BTPN – CBD Mega Kuningan<br>Jl. Dr. Ide Anak Agung Gde Agung Kav 5.5-5.6<br>Jakarta 12950<br>Website: https://www.btpn.com/id/tentang-kami/segmen-usaha/jenius | The simple way to manage your life/finance with an app and Visa debit cards. | 5,000,000+ | 5,000,000 | 9,782,976 | 3.855986 | 190,309 | 121,790 | [44052, 6811, 7264, 6539, 125639] | 0 | true | IDR | false | null | null | null | false | null | BTPN | BTPN | jenius-help@btpn.com | http://www.jenius.com | Menara BTPN
CBD (Central Business District) Mega Kuningan
Jl. Dr. Ide Anak Agung Gde Agung Kav 5.5 - 5.6
Jakarta
12950
INDONESIA
| https://www.jenius.com/privacy-policy/ | Finance | FINANCE | [{'name': 'Finance', 'id': 'FINANCE'}] | https://play-lh.googleusercontent.com/bmW78ooeOboSNnpZKGxfJgXFUfacJ5Ye7Af8MHKKoKpVMNsDXnxyExShw30nGwS55QjY | https://play-lh.googleusercontent.com/sF9_1Y9tsLypeAv6T7K1XXPMEp-zM9xWR0feCaJ5Ycp6Ksr2kqtoEFt7fdmHydVSjt0 | ['https://play-lh.googleusercontent.com/fKRP1I4oiyXGnyHDG8QZY0IuhAlCILXdu6uPgIX5MyWf5ot26cRo7Z4r-qeOGe3erUM', 'https://play-lh.googleusercontent.com/EaGcBcKPclFUYm92UhA810KXQmRZyLuVLYC21_UacQrh1RGVzEbOpLvtwQ6yuc8Hhw', 'https://play-lh.googleusercontent.com/bTsrtFIjfEyhBEWbO5gw8dThoIXu6K_EdNRVg0ybeMupEtKZY1fgGbcYc4mmr0mPhKES', 'https://play-lh.googleusercontent.com/3lx3umVIst7IqMBmTLjZnWI_PlryLAz2nSVOYG8dr8jsYVPgCNpBplEX9o5Voprwheg', 'https://play-lh.googleusercontent.com/piHL_kRFgkg2j1FtBbNMclaSYU9XUb33dLwZEMxnpX_39koXlv5e54B-7e1YqVA_dj52', 'https://play-lh.googleusercontent.com/60fLGoLNh2hXSzRYdwS5oI95eB2tCyic80xNcrajnlE6RHfMjk9nI20071b3xZjPCFc', 'https://play-lh.googleusercontent.com/apuKocdCh4CSZWu9gwd7AkNcW3mO2yWEw38qwi8u9CtUv4Z1Vq6PtOu644vOMlladQ', 'https://play-lh.googleusercontent.com/c2YtOC7wSJEfEPuZvF15Ogd4CLpmsh9s6mYVTmSjdH3W8fvwPfzP5mwWe64OLwyH2g'] | https://www.youtube.com/embed/nwdWiI57B7Y?ps=play&vq=large&rel=0&autohide=1&showinfo=0 | https://play-lh.googleusercontent.com/sF9_1Y9tsLypeAv6T7K1XXPMEp-zM9xWR0feCaJ5Ycp6Ksr2kqtoEFt7fdmHydVSjt0 | Rated for 3+ | null | false | false | Aug 10, 2016 | 1,687,447,612 | 3.34.2 | ['I have to move the app to my tab because the phone was damaged and I dont have new phone yet. But, in the tab almost all the fonts were cut out in half. I cant see the top half of almost every number and words. I think because it is not compatible with tab display. Now i have to move it to my new phone to avoid that, but the moving process is a bit inconvenient. It is good for safety reason tho. The font on live chat is white, cant see what we type. The agent just said to update but no new updat', "despite of a bunch of good features you guys provide, it is useless when we can't access the app smoothly. it took ages to access the menu. i could say that only half of my entire transactions went smoothly with this app. sometimes i couldn't use the app for an entire day. sometimes the fingerprint didn't work, and i have to reset my pin eventhough i input it correctly. please fix this asap, i've been using this app for more than a year but i don't see any significant improvement.", 'Long story short, at first, this app is very convenient. After a few tweaks and updates, it is so hard to see my saver balance without it have to be refreshed over and over again. The "failed to upload data" notification keeps coming and it really frustrates me when I need to do an immediate transfer or checking. Shouldn\'t have gone from hero to zero.', "the services are good. the features are good. but the app performance is terrible. it's so slow, takes 10-30 second just to open a new page. the errors often occur too. I've been using this app for almost 2 years now, and they still haven't fixed this issue since then. I thought that this version would be better than the last version, but it's just as slow. it's frustrating. they should put users comfort their top priority instead of just pretty user interface.", 'I used to love your app and been using it for years. I think you used to have the best saving programs and it was so easy to navigate within your app as well. However since the last UI update, your app has been considerably slowing down, the UI is kinda confusing to navigate too. I think your old UI is way better, if you could change back, it would be awesome', "This is maybe the right time I have to tell the team. I've been experiencing freezing and extremely long time to load the app. Even from the pin/fingerprint log in. It's often to not be able to open the In/out menu to see the payment history/prove. Please fix this problem and I think there's such a big problem with your server or something. The speed is badly slow. Love the features, but you guys have to consider the user experience & usability more.", 'Such a frustrating service. It says "Your session has expired" everytime I tried to login, whatever that means. Tried to login to the website and it\'s been on "maintenance" for forever without any ETA. The app itself is frustratingly slow and bloated to use. A big service such as this shouldn\'t have this many problems. Edit: The UI better and faster now. One thing I dislike is the 1 device limit. I\'m actually ok with it, if they make it easier to unlink besides calling call center.', 'It is highly not recommended to use this application, especially to open an account here, after the "BIG" update that changed the UI/UX appearance of the application, there were lots of bugs and lags during use. Not only that, the service for checking transactions also takes a very long time, especially during maintenance which requires us to wait a long time and there is no warning or notification beforehand if maintenance will be carried out. Not recommended !!', 'Previous UI simply better and more easy to understand. When you seek something, it\'s basically on one tab on the left side menu. The problem is only that the information are too packed together in one page. Today UI is kinda childish in design, like there\'s no consideration in "Speed" and "clarity", yes it is more simple, but quite disorganized compared to previous UI.', "It's a good app, revolutional. The downside is, I don't like how I have to call the call center just to unlock my device when I want to move the app to another phone. It's just so unnecessary, time consuming, annoying, and it consumes money (pulsa) to call the call center. Other banking app can do just fine without annoying step like this.", "The app is very laggy compared to other m-banking app I've used (BSI and Living). Loading the screen lock, loading the home page to properly appear, and when switching between menu takes a very long time. It makes for a very frustating and inconvenient experience. Especially when I need to finish a transaction quickly. My intetnet work just fine.", 'I give up on registering an account via this app. I did it twice but still failed. The call center sounds helpful but solving nothing at the end. I think the problem is not the stability of the Internet connection, but your app is too heavy. This makes the account verification difficult. I rarely leave a review on this Google play. This might be because I do want to use Jenius, but the experience itself is too bad.', "This apps is useful and the interface is great. But sadly though the network is just too unreliable. I can't make any transactions today and it's already been difficult to make transaction before. Its saving grace is only that the service charge is free, so 4-stars. Hopefully jenius will be much more reliable when they start charging their customer. If not, then I'll look for their competitors.", "Do NOT ever open the account or even install this app. I tried to transfer my balance from this not-so-genius app to OVO, and all I got is there is the problem with my internet connection, while I can do other transactions. What kind of service is this?? This doesn't happen only once or twice, it happens almost EVERY TIME. It is so annoying, I usually a straight person, if your service is good, 5 stars there you are. But this time? Nah, I would give zero star if I can.", "I used to love this app so much, but since the last update the UI seems so heavy and slower. It's really bothering when you have to send money but stucked in the main page. Worse, this happened after the feesible thing taken every month. No, I did'nt paid monthly fee for a slower and ineffective app like this. We don't really need new UI, we want simple and dependable banking experience.", "Amazingly slow performance and always failed to activate my account. When it comes to be connected to video call, the apps was force closed at any time I tried. I followed the operator to try many times. Now, I refuse to try again. My phone works well with another banking apps even to make the same video call or stream HD video. If it is possible to rate 0 star, I'll do.", "The service itself is good, it makes saving and managing your money easier. The problem is the app, it is so slow, so clunky, especially with the new update. I couldn't even log in. If you're in a rush, you'll lose your temper waiting for the app to work. Frankly we don't need an update of the UI, the old UI worked just fine. We need the app to work faster and more stable. Edit: there were 2 updates after I write this review, but still no improvement.", "Good system, good offer. UNFORTUNATELY, the app is very slow most of the time. Too many loadings. After inputting PIN, need to wait 10 seconds. Then need to wait another 10 seconds for the dashboard to load. Then need to wait another longer for other operations. I suggest instead of spending the money on numerous booths, billboards, etc.,invest in creating a smooth app first. Hope to see improvement in the next update. It's a shame such a good app is destroyed by a laggy, slow navigation.", "The apps performance is really bad, super slow. It keeps on loading for more than 30 minutes. I often face difficulties to open the apps. Once it is opened, it only displays loading screen so that I can't use any feature. The flexi saver and dashboard is often show wrong balance such as 0. The bank charges Rp10k every month just for a service like this. The process for closing account is also uncomfortable. Please fix either the apps or the procedure to close account. Thank you.", "I thought by updating the app to the newest version, I can use the finger print log in easier. But no! It's still not working. This version loads more data than the previous one. It make the app's loading longer, more than 5 seconds, and make me as user uncomfortable. I don't like the new design. It's dominated by white colour while Jenius logo is dominated by blue. I slightly see blue color in this app. I hope you can be better so I won't move to other digital bank. Thx", 'Everytime I change my debit card limit it will automatically change itself to a certain lower amount. My subscription has failed the payment due to this issue even though I have enough money. On top of that, somehow now I cannot change my card limit and it just shows me a white screen of death. Are you doing this so you can charge me extra fee for the failed payment? I am frustrated, this is NOT cool! Fix your app!', "In theory, this app/product could be a great payment solution, especially for those who doesn't have access to online payment method. But, the system is hardly reliable, logging in to the apps take time, card verification failed. It's just not dependable. The CS team is super slow when it comes to handle complaints. And there is also some annoying UI that ask whether you're still want to chat while it's the CS that takes an awful long time to reply. Disappointing 1/5", "After inputing PIN, sometimes loading the homepage fails and I have to input PIN again, though this happens intermittently. I had this trouble one time where I can't top up my Flexi Saver, the topup success message displayed, the topup is also recorded in the transaction tab, but the amount on the Flexi Saver UI and my main balance stays the same. Other than that, this app is wonderful.", 'I have a good experience with the app, but this time, it seems like there\'s a bug in the UI. When i do nothing, the text "IDR" in the home screen shrinking by its own. The same happens with text "KARTU DEBIT" in the cards screen. It\'s a minor bug for me, but i hope it will get fixed soon. Overall, the app is good and usable.', 'It\'s been 4 months and currently have issue of everytime I open apps, it\'s always "Jenius sedang menyiapkan data" all the times and it take some time. Then there are so many bugs of notification that my transaction is failed but actually it\'s successful. Well it makes me a little bit upset. Please fix it, the saving rate is already decrease and I won\'t disappointed with the system too', "Update: Unresponsive during pin input to access the app (spoiler: it cannot be accessed). Terrible experience during online payment. The money was transferred but the well known travel agent did not receive the payment. Sluggish performance and lower interest rate every now and then. It's okay to pay Feesible but please make the interest high as it used to be. Thankfully it still offers online debit for accessibility. Kudos to the customer service for fast response.", "The idea of Jenius is incredible. But can i give a reccomendation? I think its user interface is not handy for all people. And for me, sometimes it's hard to find top up menu. Lastly, the app sometimes performs a bit slow when moving to another menu so maybe some improvement may mean a lot. Thank you Jenius, such a brilliant breakthrough for us all!", 'Sorry I have to give this app 1 star review. So, recently I\'ve moved the genius app to my new phone and suddenly I can\'t do log in?! I\'ve been trying for so many times, but everything is the same, when I input the OTP numbers, it says "your session has expired. you are now logged out automatically" hell! Please do your job properly to fix this problem. And I refuse to go to the branch office, because this is a problem that you guys the developers can fix it. Thank you.', "Everything is fine, but the session management is really bad. Sometimes I opened my app, and browse through the menus for about a minute and then suddenly I have to insert my PIN again. Seriously, please fix this. And one suggestion, I think the timer when you're displaying your card information is too fast. Please extend it a little bit, sometime users wants to check the card information back and forth before confirming any payments to avoid mistakes.", "After updated, the connection become more slowly. I tried to open other apps like ig, tt, fb, etc, it's running smoothly and fastly. I think the problem is from Jenius apps, the connection is very slow, i can't open jenius dashboard, save it, etc, all of it, it's just loading loading error, and then try again, loading, error, and always like that, please fix it!!!!!!!!!!!", 'Top up e wallet is more often than not, a hit and miss. And the app will still record outgoing transaction in the In and Out eventhough the transaction was not succesful, which is confusing for record keeping. Also, loading time for getting in the app and some features takes ages, and sometimes it leads to crashes. Does the app becomes bad after BTPN acquired by SMBC?', "I have only two issues with this app. The number of times it kicked me off the app randomly and its miserably slow loading speed. It didn't crash, it simply stop. Otherwise, the UI/UX and features it provides accomodate my needs perfectly. Three star until the annoying issues are fixed.", 'Very useful m-banking application, easy access, easy regristration and the UI/UX design make it simple to use. I can top up to many e-wallet with just one application and transfer to another bank for free. The financial management feature is great, my bills become easier to pay such as internet, electricity, or even top up my spotify and netflix account. It helps me a lot during this pandemic to do online transactions anytime anywhere', 'Very laggy. Very slow. And the customer service on twitter says that we need to clear data and cache if it lags. But as it lags everytime i need to use it, so i have to clear data first before hand. EVERY SINGLE TIME. It is so unreliable. Considering this app handles all private financial data of mine, i hope the developer will prioritize making the app faster and more reliable as well as secure.', "Very slow and very lagging compare to other apps. UI and UX sometime confusing and not clear what, why, when, and how. And it easily put me out of the app while I was looking for number or another bank account for seconds. It's an annoying app. Edited in response to BTPN : Yes, my internet is stable and very fast. I use fast internet (broadband) from Indihome. Many reviewers also said the same about the slowliness and lagging of Genius. Please improve that, BTPN.", "Been used around 6 months. When I just joined, around 2-3 days after, at night, I got an error, says something about login session expired. The issue persist until tomorrown morning. I called CS and they say no issue with systems etc, exactly on the same time, when I do check to login, and it still error. Apart of that, all seems good and lately their system didn't have any error / slow loading. But, unfortunately, I decide to close my account, since I'm afraid same thing happened again. :(", "I can't even open a new account. I don't know what to expect. Edit: In the end I need to create my new account using different email and phone, which doesn't really make sense, because I'm able to change the email and phone to my previous attempt later after the registration process was done. The experience is smooth afterwards. Although there's a room for improvement, like making your x-card be part of subject of interest calculation, I'm quite satisfied overall.", 'I can\'t even begin to fathom on how bad the service is. First, they won\'t allow you to log back in to your account after resetting your phone or after getting your phone stolen for "security reasons". Not only that, the process to get your previous device unlisted is a nightmare, especially if you don\'t remember the specific details for your latest transaction with them. Not only that, they had the gall and audacity to charge 10,000 IDR/month for this kind of service. Y\'all flopped!', "I don't know why this is suddenly happening to me. I never have any problem with Jenius Application before, I know that it was always slow in responding when you try to open your app, but this thing happen to me now, never actually happen before. So, I really want you to help me. I couldn't sign in into my own account. Everytime I try to sign in then set my pin, it always said that my session is expired, so I logged out automatically. I already try to uninstall the app but it didn't work either.", "The features are great, and older versions of the app used to run smoothly. However, these past few versions are so bad I can't even login, and when I do, the app is so slow I'm quite hesistant to do any transactions in case my funds get stuck on an error. From the social media comments I'm not alone on this, so please fix the app!"] | com.btpn.dc | https://play.google.com/store/apps/details?id=com.btpn.dc&hl=en&gl=id |
Livin' by Mandiri | Imagine a financial sidekick that always has your back, anytime, anywhere. We've prepared you a long list of cool and helpful features to bring your life to life!
NEED A LIFESTYLE SAVER? CHECKED ✓
For every bits of your lifestyle needs, we have them on the lists. Train ticket, airplane ticket, concert ticket, you name it!
INVEST IN MUTUAL FUND AND BONDS WITHOUT SWITCHING APPS? CHECKED ✓
Ever wonder why we didn't have mutual fund and bonds before? Not today, coz we have it! Buying, redeeming, and managing your investment portfolio in Livin' only, no more switching apps.
NEED TO REGISTER LIVIN' BUT STILL OUT OF THE COUNTRY? CHECKED ✓
Enjoy using Livin' with your local country number. We're going global! Literally.
INTERNATIONAL MONEY TRANSFER? WHY NOT? CHECKED ✓
Cheap, fast, and easy way to send money internationally. Full amount guaranteed!
MANAGE YOUR BUDGET EASILY? CHECK ✓
Open a new account to separate your saving, shopping, or even traveling budget. It's a hack!
ONLINE PAYMENT USING VIRTUAL CARD? CHECKED ✓
Activate your virtual debit or credit card now and experience the new way of payment for your online shoppings, subscriptions and many others.
QUICK PICK FOR A FLASH CLICK? CHECKED ✓
Ever feel like a flash? Save your favorite transactions in Quick Pick.
ALL WALLET, ONE LIVIN'? CHECKED ✓
Truly beyond banking. First in banking to connect all your wallets in one app.
CARDLESS CASH WITHDRAWAL? CHECKED ✓
Leave your wallet at home, cash out in ATM with Livin'. It's magic.
EXPRESS FUND? CHECKED ✓
Apply for credit card and personal loan directly from the App. Paperless. It's so digital.
Your financial sidekick is back at it again, with more features, better than ever! Update now! | Imagine a financial sidekick that always has your back, anytime, anywhere. We've prepared you a long list of cool and helpful features to bring your life to life!<br><br>NEED A LIFESTYLE SAVER? CHECKED ✓<br>For every bits of your lifestyle needs, we have them on the lists. Train ticket, airplane ticket, concert ticket, you name it!<br><br>INVEST IN MUTUAL FUND AND BONDS WITHOUT SWITCHING APPS? CHECKED ✓<br>Ever wonder why we didn't have mutual fund and bonds before? Not today, coz we have it! Buying, redeeming, and managing your investment portfolio in Livin' only, no more switching apps.<br><br>NEED TO REGISTER LIVIN' BUT STILL OUT OF THE COUNTRY? CHECKED ✓<br>Enjoy using Livin' with your local country number. We're going global! Literally.<br><br>INTERNATIONAL MONEY TRANSFER? WHY NOT? CHECKED ✓<br>Cheap, fast, and easy way to send money internationally. Full amount guaranteed!<br><br>MANAGE YOUR BUDGET EASILY? CHECK ✓<br>Open a new account to separate your saving, shopping, or even traveling budget. It's a hack!<br><br>ONLINE PAYMENT USING VIRTUAL CARD? CHECKED ✓<br>Activate your virtual debit or credit card now and experience the new way of payment for your online shoppings, subscriptions and many others. <br><br>QUICK PICK FOR A FLASH CLICK? CHECKED ✓<br>Ever feel like a flash? Save your favorite transactions in Quick Pick.<br><br>ALL WALLET, ONE LIVIN'? CHECKED ✓<br>Truly beyond banking. First in banking to connect all your wallets in one app.<br><br>CARDLESS CASH WITHDRAWAL? CHECKED ✓<br>Leave your wallet at home, cash out in ATM with Livin'. It's magic.<br><br>EXPRESS FUND? CHECKED ✓<br>Apply for credit card and personal loan directly from the App. Paperless. It's so digital.<br><br>Your financial sidekick is back at it again, with more features, better than ever! Update now! | Livin' by Mandiri is here with more features, for your lively life! | 10,000,000+ | 10,000,000 | 20,735,592 | 3.784273 | 452,389 | 199,813 | [92708, 28831, 28792, 35063, 266990] | 0 | true | IDR | false | null | null | null | false | null | PT Bank Mandiri (Persero) Tbk | PT+Bank+Mandiri+(Persero)+Tbk | mandiricare@bankmandiri.co.id | https://bmri.id/livin | PT Bank Mandiri (Persero) Tbk
Plaza Mandiri
Jalan Jendral Gatot Subroto KAV 36-38
Jakarta 12190
Indonesia | https://bankmandiri.co.id/en/livin/kebijakan-privasi | Finance | FINANCE | [{'name': 'Finance', 'id': 'FINANCE'}] | https://play-lh.googleusercontent.com/UVxiWRu-aoAVEfL7LbIv8K3OqR3lZluKolW-hMZoraeFqlWbCdm8-pHtGtKSjiHwDz0 | https://play-lh.googleusercontent.com/-3SIgxptLswJkfPqAdOxXqtKxH5XFFy_ctCx3bEP6l8CMeczuAAuuUwD2yYqc-x7OUQ | ['https://play-lh.googleusercontent.com/4vyWoFlTEuVO7qRbbT_eMRH7wA8RzOi4paQqaUEgc4TOlWsTbHsUTXXRgGfZfkCqfCY', 'https://play-lh.googleusercontent.com/CRrIR0-ft_lB8IAqLE6aWDnoZSMSI24qzIMuVB-U_pGBrSpqUiJGExI7rf0wGN_slqA', 'https://play-lh.googleusercontent.com/GmsVcgdEPflBTI-xjwaJNWymtQE9gSm_qNS6bJVuGeg1UBfKfGE73ry6sVJZThG1xcQ', 'https://play-lh.googleusercontent.com/dDQ7eU7xoqWJi9-Y6NeLGtwPJA8migUIl7X1dCSV8_PCiOLjATZvrK-m4cQmV-fEIWNc', 'https://play-lh.googleusercontent.com/LXQJM52effunrSzeDaXcxJA45aM-KXzgju6fPE1m1bYOJZREcACYclzrnj2XdcOpcQ', 'https://play-lh.googleusercontent.com/VsG-pr8XsVFfPuE3IiAW9vWKS-3sFx_Gdr0cl11zBv9wdEx7yNtN7GMbsUGdhd3qgOo', 'https://play-lh.googleusercontent.com/xDszwNmNOcuRGi9lZng2x9rPfnL_rmZLHQO0YvzHMhxzl_bddI7abbOgOxiB4yK-gtU', 'https://play-lh.googleusercontent.com/WLy-oww6dBpuZKR6XN2ZcLvJ86vtGc5lO8dJ_3Qj63yh-Izc9vqzrWBDt_-bHr2oLw'] | null | null | Rated for 3+ | null | false | false | Sep 23, 2021 | 1,683,517,834 | 1.4.0 | ["The app is getting better, but too many maintenances and errors, it's ridiculous, especially at night. Not sure if this is an app issue or the bank. It's super frustrating! (3 stars) Update: The constant maintenances is still here. I cannot cashout to Mandiri from other apps at night, have to wait until morning, this is frustrating especially for transaction that follow foreign time zone, its 2023 and I can't have 24/7 online banking?! I'm lowering the stars! (2 stars)", "I don't know how to elaborate it. But the old one (blue) have a better UI and it looks more simple. Beside, this apps didn't have any integration with the old one (blue). So, u should re-registered your card into the apps (yellow). And I didn't see any significant improvement with this new apps (yellow). I think I will stick with the old one (blue). It's just not worth it.", "So far it looks like a better version than the previous. All of the new features are well placed. The top up & accessibility to several e-wallets are very useful. The feature to draw cash from atm without debit card is also very useful. One downside that I could find so far, is there is no option to add some description when we top up e-wallets, whereas it was available in the old version. Hope it'll be added in the future because sometimes we're topping up for some certain needs.", "Some of the features help transactions become easier. But I'm having an issue here, the app won't save any numbers from my recent transactions. It only appears in the suggestion, not on the list. So I have to copy the numbers again everytime I have to transfer. It only have list of numbers that are already saved from the previous Mandiri app. This kind of annoying. Please fix it, thanks.", "Installed this since I can't use the blue one any longer. Looking for multi payment tab for ages! Couldn't find it anywhere. It's frustrating. And I can't make note for my transfer which is very absurd for a bank. It's true what people said, the previous one is way better. I wish you would bring back the blue one. Simple yet functional. That's what you're looking for in any bank mobile banking.", "Complete downgrade from the blue version. Not sure where do I even start. Transaction lists won't load half of the time, notifications for my successful registration showing the wrong name, everything generally being slow and bogged down. Don't know who made the decision to make everything considerably more cluttered, but it's bad. Horrible. Thanks.", "The app itself is actually great. UI is clean, and easy to use. My issue is that it's draining so much battery. I'm using the app maybe once or twice per day, and I force close the app after each use. I also restrict background and foreground activity of the app. Still it consume more power than any other app/game. The UI and features are useless with this issue, never would have changed from the blue app if Mandiri didn't shut it down. Moving to another digital bank for now.", "The previous version was FAR better than this. It takes forever to upload the transfer list. When it finally appears, somehow the account doesn't come out as easy as the blue version. It lags most of the time, especially for transfer transactions. One time I had to log out more than 5 times only to make 1 simple transfer. PLEASE kindly fix this issue. It is NOT convenient at all.", "Couldn't agree more with the unsatisfied reviews, such a downgrade from the blue version. If you decide to come up with a new version, it should be more advanced than the older one. With this new version I can't even make payment to certain merchants. I have actually avoided using this version 'til one day the blue version is no longer working on my phone. So dissapointing, to say the least.", "You think it's an upgrade from the blue one, it is not. It looks like it offers shortcuts meant to be efficient, but truly it is not. I don't need those unnecessary upgrades when I can't even top up my shopee, shame. I prefer simplicity and efficiency in use rather than just uh, good looks... Duh.", "It was working fine until today. There must be is a terrible glitch in the app, as it keeps reloading the page, to update emoney card info. Thought it was an issue with my phone, so I restarted a few times. When problem continued, I uninstalled, then reinstalled & registered my info again, but same thing happened. If it doesn't work again, I will have to sadly make a trip to the bank and get help from customer service. Wish me luck!", 'Not even worth giving 1 star. To be honest the UI is much cleaner but that\'s all the praise I can give. I\'ve been trying to open the app for the entirety of the day and it has yet to open up. I wasn\'t sure if it was a connection issue so i tried several times using both my mobile data and wifi, both of which has no issue whatsoever. Is there a server error we the user were not made aware of? Everytime i open it a pop up saying "Process cannot be completed". Please sort this out.', 'Bring back the Blue version! This version supposed to be an upgrade not downgrade, but the experience said otherwise, bloated with promo and unresponsive UI, loading too much just by getting to other menu section, overall not a very nice experience. The Blue one is much to the point and better in any possible way, this one not even have a dark mode for God sake!', "I've only used the blue Livin' by Mandiri for a small amount of time before switching to the gold one yet I can say I'm quite disappointed. Interface isn't user friendly, their services are clustered/ categorized so it can be hard to find the specific thing you're looking for. Might I point out the amount of time I was unable to log in. This app is unstable. Thx to the discount offer they targeted to the largest consumer segment (bts fans), the app hasn't been working whole day. Fix this!", "Agree with the previous comment, the blue one is better. Every time I open the application, either to view balances or make transactions, my cellphone immediately hangs for a while. No response and can't press anything. I already clear the cache, clear the data & re-registration, still not working. Please fix it soon. Large and well-known banks like Mandiri should have stable and better applications. Thanks...", "Edit: UI is a bit confusing and rather missing minor details. For example, if there's a input box (for nominals, texts, etc.), please highlight it at least with faint/light shade of grey to differentiate it with background. Otherwise some people won't know how large is the touch area is or won't even realize you actually can touch it to type (like my previous review).", 'This is worse than the blue apps and shutting down the older version to forced customers switch to new version when the new version is still unstable and lack the features available in the old version is what happened when customers are not the priorities of the bank. All my settings and favorites account set up are not carry over to the new version, I have to set it up again one by one. Waste of time', "Very frustrating, spend hours just to register. This is 2022 and you still need us to go to your office just to verify?? Edit: Just switched my mobile number to the one I've registered before, and voila, it works. Definitely better than the blue version. But, the experience is a little bit smoother in the blue one.", "For users like me with tight storage problem, the app runs very slowly to the point where I struggle to type my password correctly because my hand typing isn't slow enough. The blue version loaded so much faster despite facing the same storage problem, and this issue never occurs with the other mobile banking app. It has a nice UI and some new features though.", "the app is weird, took too much memory. the interface was terribly not user friendly. it getting me more confused everytime i need to make transactions because the options themselves is different from the usual. if you guys want a new user interface, at least don't change the options. keep it like before. and also, it's so annoying to know such this app has a notif ads which is make me hard to see my other notifications. bring back old ver (blue logo)!!", "This app not as good as the blue one. The blue one is more concise and practical. I prefer the blue one tho. This yellow app seems more complicated in face-design. even when we want to do simple task such as transferring money, it requires more effort than the blue one. I really want to go back to the previous app, but yeahhh the notif to change into this app is damn too high 😫, even if I don't want to, I have to change into this yellow so that I can use mandiri mobile banking.", "So far so good lots of usable feature I need like quick look of transactions and quick ewallet top up, with lots of authentication and confirmation page which is good to take a second look at my transaction. I hope it doesn't suffer problems like the old Livin'. Like re:re:re:re:register every minor update or sudden register while nothing changed on the phone.", 'I\'ve just shifted from the blue one to this after all of the annoying pop ups that read more like threats. Today I can\'t even access the app. It says "try again later". You can\'t tell me it\'s the connection, when at the same time I watch 4k videos just fine. This is the reason why put off switching for quite some time. Do something about it will ya.', "Worst banking app I've ever used. Notifications always comes late, even days after transactions. It's impossible to see details of past transactions. I can't even see the sender name and account number for deposits coming from different banks. I can't even add my own gopay and other ewallet if the phone number is different. Some feature straight up crashing the app.", 'I still prefer the Old Livin one, since my muscle memory was there, and easy and quick. But now it\'s just.. I\'d say better, lot more intuitive, and user friendly, but yeah, just need sometime to adjust my muscle memory. Quick suggestion, maybe you can in Inbox just like a "Mark as read", so I don\'t need to click manage and then select, AND then mark as read, AND apply it... took a lot work. oh, and add a quick download reciept button too, rather than scrolling down. besides that, perfect!', "There is a bug where i can not quit from the transfer receipt page. It's annoying that i have to force close the app at the end of every transfer or puchase. edit : For real, i've uninstalled and reinstall it again,but the problem still persist. The most annoying thing is i will be stuck at the transaction receipts for every single each transaction i have made. The only thing i can do is force close the app and go from the login again. Please just return the old version,it's more bug free.", "In general the application works well. However, in term of security, it's different than the prev version. In the prev apps, the exact registered phone number is required to make the transaction, while in the new apps, any number can be used as long as there is internet connection. It's a bit concerning in the case of any user lose their phone (despite the password and all other things, it's still one less protection)", 'in terms of compatibility and can be installed on the blackberry keyone it can. but after installing the problem, every time you open the application it is always automatically forced closed. Are there really no improvements in terms of device adjustments or are the developers from Livin themselves indifferent? Twice I complained via email and application comments were simply ignored. very disappointing', "Fix your app, go find a better developer! It doesn't make any sense, why every time I try to do face verification it is always failed? I already follow the instructions very carefully. My phone also more capable to finished any verification from other bank applications. This is really frustrating. I never imagined how come a famous bank like Mandiri cannot afford to provide a better mobile banking application with lesser bug.", "Can't transfer due to error of the number buttons in the window of typing the amount of money. When a number tapped, it displays the number. But when the second number tapped, it replaces the first one. Imagine you must top up your LinkAja that you can transfer money to an account of Bank Mandiri. Funny right? I cleared cache, yet still doesn't work. I installed Livin in another phone of mine, still same. Friends and family do not face this problem. Only me. I chatted the BM WA, but no solution.", "1 star until you moved the log out button out of the bottom right corner. That's a very awkward design choice, ESPECIALLY if it's not there before. Update: Still there half a year later, oh and further inconvenience: when making payment, why do we have to search for the categories? Why can't we just paste the VA number and the app auto select the category? We won't have this problem if you don't remove Multipayment category by the way.", "This most recent Update is a complete desaster. Every time I used it the app won't open next time. I have to de- and then re-install which requires verification at an ATM. I am completely frustrated now and consider moving to a different Bank. It is so annoying.", "It's weird that this app always know what you need in a critical moment such as : In the middle of the night? Need to top up your emoney? Don't worry, we're under maintenance for some reason. Yes, we will draw money from your account but we will update it the next morning. Meanwhile, enjoy being stranded on your journey. Maybe you can upgrade your core system.", 'This app made me easy to do all my stuffs, especially when I have to pay. Its QRIS is very responsive. One thing that amazed is it also provide a kind of tabungan berjangka and the amount is counted base on our need. If you want to invest your money in obligations, they also provide it. Happy to install this app.', 'Your login button is a mess. I always need to tap at least 3 times for it to be clicked. And the OTP always comes late while other apps OTP is fine.', '[EDIT] The App Access and stability issues had been resolved. Thanks [/EDIT] • Since early this morning, Livin\' by Mandiri was completely inaccessible. The App said: "Belum berhasil terhubung. Kami sedang mengecek hal ini. Silakan coba lagi atau kembali beberapa saat lagi ya". I tried multiple times to login in the last 6 hours, and nothing changed, kept stucking on the error page. Please fix this bug, or whatever it is, to restore the trust of the customers and to gain higher ★rating. Thank You', 'Every time they update application we have to keep re-typing our data..sucks...watch for hidden fees in both your debit and credit card (dont use instalment using cc mandiri, you are in for a ride)..pay pln also more expensive than bca..bumn to bumn harusnya lebih murah malah lebih mahal..this is also the worst virtual account payment..you cant just type va number and shows up..6 steps for a simple VA payment..unbelievable', 'Oftenly bug and cannot login the account. Please mandiri upgrade your apps. We are consumer need a faster apps when we open it anytime.', 'Useless Apps. IT should help to make job easy when we do reapet payment but with this Yellow Apps need more time than when we do manually. This is not even for 1 star. See provider will only say sorry for inconvenient without doing anything to improve. 😞', "Worst banking apps.. sometimes can use without any problems..but for a couple of weeks can't used normally.. always failed to access any transactions.. always ask to go to settings and check the automatic times..do it all the times and reset the phone again..then ok..but next can't work properly again.."] | id.bmri.livin | https://play.google.com/store/apps/details?id=id.bmri.livin&hl=en&gl=id |
blu by BCA Digital | Mulai Langkahmu bareng blu!
Untuk hidup lebih mudah dan terkoneksi, apa pun tujuanmu.
blu menjawab kebutuhan finansial kamu dengan cara baru agar kamu bisa wujudkan apa pun yang kamu tuju. Gak terbatas ruang dan waktu, aplikasi blu ada untukmu 24/7❤️
Kenapa harus punya blu? Aku dengerin kamu. Denger-denger sih, kamu perlu bank digital dengan layanan yang:
Kasih Kemudahan
Aku tau banget, kalau kamu maunya yang praktis-praktis mulai dari buka rekening, nabung sampe transaksi ini-itu. Makanya di blu kamu bisa ngelakuin semuanya dari genggaman.
Terkoneksi
Katanya sih, kamu paling suka dikasih kepastian. Makanya, aku siap nyediain layanan seamless yang pasti terkoneksi buat kamu dengan:
• Koneksi ke sistem BCA
• Sistem aman dan dapat dipercaya
• Customer care haloblu yang selalu ada buat kamu
Ada Untukmu, Apa Pun Tujuanmu
Pengen nabung buat sepatu baru? Gadget baru? Rumah? Mobil? Sekolah? Apa pun tujuanmu, I’ve got your back! blu punya akses layanan perbankan digital yang mudah dengan pengalaman yang seru. Kamu bisa:
• Punya 20 tabungan dalam 1 rekening
• Patungan online bisa sampai 25 orang
• Buka deposito mulai dari Rp 1 juta, pencairan sebelum jatuh tempo gak kena penalti
• Bayar/beli dalam satu aplikasi
• Bayar pakai QRIS
• bluVirtual Card, kartu debit virtual yang bisa bikin kamu gampang belanja online dari dalam/luar negeri
• Tarik dan Setor Tunai di ATM BCA
Eits, belum selesai. Aku tau banget nih, kalau kamu suka bete sama biaya ini-itu. Jadi...aku siap kasih kamu:
• Bebas Biaya Admin Bulanan
• Bebas Biaya Tarik Tunai di ATM BCA
• Bebas Biaya Transfer dari/ke BCA (online)
• bluRewards Bebas 20x Biaya Transfer ke Bank Lain (online/LLG)/ 5x Top Up GoPay/ 5x Top Up OVO*
*Bebas di 2 bulan pertama dari bulan pembukaan rekening. Setelah 2 bulan, bluRewards bisa digunakan jika rata-rata saldo portofolio gabungan (bluAccount, bluSaving, bluGether, bluDeposit) > Rp 1 juta
So...tunggu apa lagi? Download blu sekarang!
Ps:
blu janji bakal terus ngembangin produk dan update baru buat kamu. Stay tune guys!
Perlu bantuan? haloblu ada buatmu di 1500668 dan Twitter @haloblu | Mulai Langkahmu bareng blu!<br>Untuk hidup lebih mudah dan terkoneksi, apa pun tujuanmu.<br>blu menjawab kebutuhan finansial kamu dengan cara baru agar kamu bisa wujudkan apa pun yang kamu tuju. Gak terbatas ruang dan waktu, aplikasi blu ada untukmu 24/7❤️<br> <br>Kenapa harus punya blu? Aku dengerin kamu. Denger-denger sih, kamu perlu bank digital dengan layanan yang:<br> <br>Kasih Kemudahan<br>Aku tau banget, kalau kamu maunya yang praktis-praktis mulai dari buka rekening, nabung sampe transaksi ini-itu. Makanya di blu kamu bisa ngelakuin semuanya dari genggaman. <br> <br>Terkoneksi<br>Katanya sih, kamu paling suka dikasih kepastian. Makanya, aku siap nyediain layanan seamless yang pasti terkoneksi buat kamu dengan:<br>• Koneksi ke sistem BCA<br>• Sistem aman dan dapat dipercaya<br>• Customer care haloblu yang selalu ada buat kamu<br> <br>Ada Untukmu, Apa Pun Tujuanmu<br>Pengen nabung buat sepatu baru? Gadget baru? Rumah? Mobil? Sekolah? Apa pun tujuanmu, I’ve got your back! blu punya akses layanan perbankan digital yang mudah dengan pengalaman yang seru. Kamu bisa:<br>• Punya 20 tabungan dalam 1 rekening<br>• Patungan online bisa sampai 25 orang<br>• Buka deposito mulai dari Rp 1 juta, pencairan sebelum jatuh tempo gak kena penalti<br>• Bayar/beli dalam satu aplikasi<br>• Bayar pakai QRIS<br>• bluVirtual Card, kartu debit virtual yang bisa bikin kamu gampang belanja online dari dalam/luar negeri<br>• Tarik dan Setor Tunai di ATM BCA<br> <br>Eits, belum selesai. Aku tau banget nih, kalau kamu suka bete sama biaya ini-itu. Jadi...aku siap kasih kamu:<br>• Bebas Biaya Admin Bulanan<br>• Bebas Biaya Tarik Tunai di ATM BCA<br>• Bebas Biaya Transfer dari/ke BCA (online)<br>• bluRewards Bebas 20x Biaya Transfer ke Bank Lain (online/LLG)/ 5x Top Up GoPay/ 5x Top Up OVO*<br>*Bebas di 2 bulan pertama dari bulan pembukaan rekening. Setelah 2 bulan, bluRewards bisa digunakan jika rata-rata saldo portofolio gabungan (bluAccount, bluSaving, bluGether, bluDeposit) > Rp 1 juta<br> <br>So...tunggu apa lagi? Download blu sekarang!<br> <br>Ps:<br>blu janji bakal terus ngembangin produk dan update baru buat kamu. Stay tune guys!<br> <br>Perlu bantuan? haloblu ada buatmu di 1500668 dan Twitter @haloblu | Mulai Langkahmu Buka Rekening, Menabung, Buka Deposito, Transaksi Online & QRIS | 1,000,000+ | 1,000,000 | 2,248,747 | 4.529375 | 64,429 | 18,946 | [4648, 1465, 1545, 4236, 52530] | 0 | true | IDR | false | null | null | null | false | null | BCA Digital | BCA+Digital | haloblu@bcadigital.co.id | https://blubybcadigital.id | The City Tower Lantai 11, Jl. M.H. Thamrin No.81, RT.1/RW.6, Dukuh Atas, Menteng, Kec. Menteng, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10310 | https://blubybcadigital.id/info/term | Finance | FINANCE | [{'name': 'Finance', 'id': 'FINANCE'}] | https://play-lh.googleusercontent.com/-OdereTd6Aw2fdNV7K_N90Mhhzr3tcsuDlkFuYKZf7PgkM33SexLWRFmnhcRPuu52Q | https://play-lh.googleusercontent.com/w9zU4SFnrCwItJ8C34TY944hFC9DnL88u2HCPJLbx3rXD2-iD-tTA4ZeDCjQ7kbrGRY | ['https://play-lh.googleusercontent.com/EbZNon81HSSHiwugwIc-mru_yZsViu1LbzdwIwbOyeKwebn9CM0JUN_qNGYJwbAeF0g', 'https://play-lh.googleusercontent.com/Yqyoxl5eE7AoaPIYMSKF_S4N-hQ04c4heewSl18rkFG6Sus3EHOVNLGD-nA04UzDRKo', 'https://play-lh.googleusercontent.com/VUhEtCw5B_f2qX4P2ZsBcPqczQMA1JLXpM7T6JxjrtZuY5b9AjMW4s1grp75O7bgOA', 'https://play-lh.googleusercontent.com/80Vam8YnKq0brDY3FIDvquUFdgxPXiDFqvARglN8q0gdjlgVzJdevTOnoE4JJyIGwQ', 'https://play-lh.googleusercontent.com/FEwQpnXpJDIZfQj4MksZDLPSCeUW5DoCjJGshOk3TTyxpKHkVw4kA2xRhC1HpsEHxuY5', 'https://play-lh.googleusercontent.com/H4WPZx2oA_qd1gMjgPxFqi1CYloxACqfwkx2qeuTz6zVpf7UuUHzIwKZ-qrG_TRRMmKM', 'https://play-lh.googleusercontent.com/ZURsovIug2wcGSMnBhWTkKFQTlaFNFcdnHOMshpaiYnQDh-xX4owihF2A4J7XyEx_i9t', 'https://play-lh.googleusercontent.com/-PqyJZ2fAJYr83LrZS91SdC049aDNnK1cu5UcwyQ1742KiuGhopI_iJ5CFYolDk7'] | null | null | Rated for 3+ | null | false | false | Jun 17, 2021 | 1,686,116,466 | 1.35.10 | ["The app keeps crash and crash over time. It wants me to keep log in and kick me from the server. It's not due the bad connection or something else. Everytime I want to add a new bank account, it always display that something was wrong, but never give me any chance to add a new bank account. It make me frustrated and uninstalled the app.", 'App is definitely better in terms of onboarding experience compared to other BCA apps. That said, app could be improved on the enter your password page. If the textbox could be marked properly as a password field so that autofill/password managers could recognize it, it would be better. Also instead of waiting for the user to login using their biometric, it would be better if the app could ask for it directly instead of me having to tap on it every time I open the app.', "I was trying to transfer but it got rejected. Not only once, but several times. I have written a complain email, but it got undelivered and there was some binary numbers (which I don't understand) as if the email was error. I don't know where else should I contact for delivering the errors. Please fix it. 🙏", 'Good app, nice UI, very user friendly. But, I had problem with email verification. System always said my verification code was wrong, but I include right verification code. Just fix it!', "I chose to top up for game through Blu BCA Digital, but I did some payment mistake and I think it ended up my transfer went to random people. I immediately called Blu's services, she's very friendly also professional and said she would handle it for about one day. Fortunately, Blu handled quicker, around 11.12 I made the report and 13.08 they gave my money back.", 'I experienced a problem where the process of changing the password or resetting the password took more than half an hour just to wait for the rotating loading logo, even in the end the process failed and my account remained in a blocked state.', "i'm enjoying this app due to its convenience and the amount of promo that available. UI looks well-organized and the registration process taken briefly. please keep improving blu 👍", "Why can't I use my Qris feature? it just won't scan the barcode even though the barcode is also powered by Qris, and scannable by other apps such as Gopay. Please assist me. Thank you", 'Easy transaction with awesome UI and many simple features that help ours, keep it on and improve the virtual account request, it seems to be error when I looked for transfer list account. Thank you....', 'the app is great, i just think the notification sound is a bit annoying', 'The Best Digital Banking..easy to use..a lot of rewards and will fulfill your daily need for banking and cashless transaction', 'why the hell do i need camera recognition to transfer, and its so so bad, and slow, if i could give zero star, i would', "I have no issue using the app and I am happy with this app. I just have 1 feedback for improvement, you might want to add an SPT supporting doc e.g the summary of assets and liabitilies to make your customers' life easier when doing the annual tax reporting process. Fyi, Permata Bank has it in their Permata Mobil X and it is super useful.", 'App used to be alright, but right now it keeps on crashing everytime im logging in. Cant access my funds.', 'Hilarious! Qris transaction asked for face verification. Had to do these silly and embarrassing face verification in front of the cashier. Close my account after this hilarious experience during transaction', "Been using it for quite awhile... BCA is now gone from my area, so it's basically no differences between any other digital bank out there now. It's a great digital bank to try if you're looking for free adm option but still want BCA ecosystem. But I'm gonna stop using it for now as it doesn't give any benefits to me, I'm gonna wait till you guys added Syariah account.", "Its great, but I think you guys should simplyfize some UI Element, it's really slow on my phone", 'Easy , fast, and secure. The UI is attractive.', 'Please fix this app for android go version. In my device, android 12 go edition this app frequently force close. 😴', 'Super happy with the experience. Any plan to add virtual credit card feature?', "Can't register at all, always stuck on registation page and keep loading for whole day, even though i have redownload and restart my device. Tried to contact BCABlu CS but only suggesting restart my device and clearing the cache could not provide another solution", 'I like this app so much. Simple, intuitive, fast. Semoga makin ditingkatkan. Cuma satu aja sih, virtual card-nya kadang gagal transaksi. But overall, great', 'Overall the apps is really good. I hope they provide currency exchange and international payment in the future.', 'Email verification took so long. Also tried to use this so called digital bank for making digital payment, waiting forever for the OTP to be sent to my registered phone number.', 'good apps, simple and fast and have many cashback', 'been using it for 3 month, i can say that it id very easy to use and monitoring my spending. p.s: dev team, can you add mark all as read for inboxes. thx', 'the app is smooth. Different than the other digital banking app which is lagging way too often (you know what the app is)', 'easy to use and always get cashback', 'great UI, relatively fast', "HERAN, stuck at face recognation, no matter how good a cellphone if the application is like this, it won't work, especially in the future, fix this konoyaro", 'Performance is somewhat good, but still lack of important features such as trx categorization, money tracker should be able to revisit prev month, visa card, physical card, scheduled trx. Moreover, it should be great if you can provide features for investment as well. I love BCA because its performance and reliable service in many condition. Hopefully blu able to provide a complete set of features for digital banking era while keep maintaining reliability as BCA services. 3 stars for now.', "The user experience is bad. The overly complicated login process and forgot password feature is annoying. The data validation is bad as I've clearly entered the correct requested data (NIK & birthdate) but it told me the data is wrong. It also automatically deactivate the fingerprint biometric login feature frequently. I just wanted to login to check my balance after a few weeks of not opening the app and I am treated with this super annoying over-the-top complication. Horrible user experience.", 'easy and fast payment make my business smooth, thanks 😊 🙏 ☺️ 😌 😘', 'I think blu is the fastest customer on boarding amongst other couple digital banking I had. Registration is smooth and fast! UI UX is great. Would be nice to have feature to save the transaction receipt to gallery instead of directly share to other applications and an ATM card perhaps? Looking forward to see new features', 'This is good but too compact with a lot less features. 1. The wallet could be more. 2. Virtual Account Transfer should be a standard. 3. Glitch(?) Sometimes the fingerprint authentication is not there, thus needing to enter password. 4. The transition when logging in is not smooth. PM & Product Designers please fix ty!', "The UI are just simple love it!!! but i think the server isn't stable yet. cause every time doing transaction says 'my connection not connected' or 'try again later' while i'm using data with good signal around me. And The Improving apps to all phone using android a little bit slow by animation and delay on touching.", 'A very lagging and slow app for whats supposed to be a faster and more convenient alternative to paying cash. The app would take several minutes just to open, and another to explore its feature, and another to complete transactions. Just a bad experience overall', 'Negatives: 1. Don\'t like the forcing of gps access 2. UI design is childish & not professional enough 3. Can\'t change language to English 4. No physical card 5. ",00" nominal stated is annoying 6. Inconsistency in the design style for the highlights area shows that many designers are doing different things without direction 7. The turquoise minty color of the app is hard on the eyes 8. Sliding the highlights causes page change Positive: 1. App is fast enough 2. Customer service fast and direct', 'great digital banking so far! im enjoying the up to 10 savings feature that helps me to seperate savings between my want, needs, and future. The UI also looks great and engaging, while the UX is not the best since it looks like the app had low fps (30 fps). overall i had great experience.', "I'm speechless, one of my favorites digital virtual accounts. Easy, simple, user friendly, and have detailed terms and conditions. Really impressive. I hope they can start developing for more advanced and open source payment. Looking for it."] | com.bcadigital.blu | https://play.google.com/store/apps/details?id=com.bcadigital.blu&hl=en&gl=id |
neobank: BNC digital bank | It's time to enjoy the various conveniences of #MakeAll your financial affairs!
Introducing the neobank application, a digital banking application offered by Bank Neo Commerce that can make it easier and more fun for you to manage your finances.
With a user-friendly appearance, the neobank application comes with attractive features that make banking matters faster and stay safe! ⚡
Plus, it only takes 5 minutes to open an account online! ⏰
Take advantage of various cool features in the neobank application:
💰 Neo NOW Savings
Free to open an online account with any nominal initial deposit, and get interest up to 5% p.a. The cash is sent directly to your account every day!
📈 Neo WOW deposits
Investment-flavored term deposits! The interest is high up to 8% p.a. The initial deposit is light, you can start from just IDR 100,000. Flexible tenor, even from 7 days to 1 year!
💸 Free transfers
In the neobank application, transfer to a Virtual Account and send money to any bank for FREE. Want to transfer in large quantities? Your daily transaction limit can be up to IDR 300 million! 😉
💡 Payment & Purchase of Digital Products
It's easier and more practical to pay and buy digital products through the neobank application. Starting from paying electricity bills, buying credit, to paying BPJS. Also enjoy cashback from every transaction.
💰 savepay
Get a surprise discount of up to 100% every time you make a payment via Virtual Account at the selected merchant platform.
🟠Neo Gold
Buy and invest gold at selected merchants, get attractive offers using the neobank application.
💬 Neo Chat
You can freely chat, send money, and even create groups of people closest to you through the Neo Chat feature in the neobank application, which is guaranteed to be safe and super practical.
🔖 Neo Journal
Keep a neat record of all transactions that have been done with Neo Journal. So you can more easily manage your own finances without fear of forgetting.
😺 Neo World
In Neo World, you can collect daily coins which you get from activity in neobank app. Exciting!
🧧 Neo Ang Pao
Make a special day even more special by sending Neo Angpao to relatives and friends. Practical, fast and safe.
🔒 Data security
Your financial activities are guaranteed to be safer because we implement a layered banking security system. There are Password and PIN Gesture features that ensure your transactions are always protected.
About Neo Commerce Bank
The neobank application is an online savings and deposit application from Bank Neo Commerce (BNC). Present since 1990 under the name Bank Yudha Bhakti (BBYB), we have transformed into the first neobank in Indonesia, where all customer banking activities can be carried out digitally.
With the support of Indonesia's leading fintech company, Akulaku, we continue to invest in technology to provide the latest products and services that suit the needs of our customers, both individuals and corporations.
BNC will continue to grow to make it easy for #MakeAll financial activities and #CreateEveryone who wants to take steps to make money every day.
The advantages of the neobank application:
👉 Open a digital savings account without a minimum nominal deposit
👉 Term deposits with high interest
👉 Transfer to other banks free of charge
👉 Free admin fees
Follow BNC social media accounts
Instagram: banknecommerce
Facebook: Neo Commerce Bank
YouTube: Bank Neo Commerce
TikTok: @banknecommerce
Twitter: @banknecommerce
LinkedIn: PT Bank Neo Commerce Tbk
Contact us:
PT Bank Neo Commerce Tbk
Treasury Tower lt. 60, District 8 Lot 28
Jl. Gen. Sudirman kav. 52-53, Senayan, Kebayoran Baru
South Jakarta 12190
📞1 500 190
www.banknecommerce.co.id
📧 customercare@bankneo.co.id
Rate & Fee Details: https://www.bankneocommerce.co.id/rates
Article of Association: https://storage.googleapis.com/cms-assets/2021/12/3bc48fd1-03.-akta-no.-23-date-30-juli-2020-change-name-sk.pdf
Neo Commerce Bank is registered and supervised by OJK and guaranteed by LPS. | It's time to enjoy the various conveniences of #MakeAll your financial affairs!<br><br>Introducing the neobank application, a digital banking application offered by Bank Neo Commerce that can make it easier and more fun for you to manage your finances.<br><br>With a user-friendly appearance, the neobank application comes with attractive features that make banking matters faster and stay safe! ⚡<br><br>Plus, it only takes 5 minutes to open an account online! ⏰<br><br>Take advantage of various cool features in the neobank application:<br><br>💰 Neo NOW Savings<br>Free to open an online account with any nominal initial deposit, and get interest up to 5% p.a. The cash is sent directly to your account every day!<br><br>📈 Neo WOW deposits<br>Investment-flavored term deposits! The interest is high up to 8% p.a. The initial deposit is light, you can start from just IDR 100,000. Flexible tenor, even from 7 days to 1 year!<br><br>💸 Free transfers<br>In the neobank application, transfer to a Virtual Account and send money to any bank for FREE. Want to transfer in large quantities? Your daily transaction limit can be up to IDR 300 million! 😉<br><br>💡 Payment & Purchase of Digital Products<br>It's easier and more practical to pay and buy digital products through the neobank application. Starting from paying electricity bills, buying credit, to paying BPJS. Also enjoy cashback from every transaction.<br><br>💰 savepay<br>Get a surprise discount of up to 100% every time you make a payment via Virtual Account at the selected merchant platform.<br><br>🟠Neo Gold<br>Buy and invest gold at selected merchants, get attractive offers using the neobank application.<br><br>💬 Neo Chat<br>You can freely chat, send money, and even create groups of people closest to you through the Neo Chat feature in the neobank application, which is guaranteed to be safe and super practical.<br><br>🔖 Neo Journal<br>Keep a neat record of all transactions that have been done with Neo Journal. So you can more easily manage your own finances without fear of forgetting.<br><br>😺 Neo World<br>In Neo World, you can collect daily coins which you get from activity in neobank app. Exciting!<br><br>🧧 Neo Ang Pao<br>Make a special day even more special by sending Neo Angpao to relatives and friends. Practical, fast and safe.<br><br>🔒 Data security<br>Your financial activities are guaranteed to be safer because we implement a layered banking security system. There are Password and PIN Gesture features that ensure your transactions are always protected.<br><br>About Neo Commerce Bank<br>The neobank application is an online savings and deposit application from Bank Neo Commerce (BNC). Present since 1990 under the name Bank Yudha Bhakti (BBYB), we have transformed into the first neobank in Indonesia, where all customer banking activities can be carried out digitally.<br><br>With the support of Indonesia's leading fintech company, Akulaku, we continue to invest in technology to provide the latest products and services that suit the needs of our customers, both individuals and corporations.<br><br>BNC will continue to grow to make it easy for #MakeAll financial activities and #CreateEveryone who wants to take steps to make money every day.<br><br>The advantages of the neobank application:<br>👉 Open a digital savings account without a minimum nominal deposit<br>👉 Term deposits with high interest<br>👉 Transfer to other banks free of charge<br>👉 Free admin fees<br><br><br>Follow BNC social media accounts<br>Instagram: banknecommerce<br>Facebook: Neo Commerce Bank<br>YouTube: Bank Neo Commerce<br>TikTok: @banknecommerce<br>Twitter: @banknecommerce<br>LinkedIn: PT Bank Neo Commerce Tbk<br><br>Contact us:<br>PT Bank Neo Commerce Tbk<br>Treasury Tower lt. 60, District 8 Lot 28<br>Jl. Gen. Sudirman kav. 52-53, Senayan, Kebayoran Baru<br>South Jakarta 12190<br>📞1 500 190<br>www.banknecommerce.co.id<br>📧 customercare@bankneo.co.id<br><br>Rate & Fee Details: https://www.bankneocommerce.co.id/rates<br>Article of Association: https://storage.googleapis.com/cms-assets/2021/12/3bc48fd1-03.-akta-no.-23-date-30-juli-2020-change-name-sk.pdf<br><br>Neo Commerce Bank is registered and supervised by OJK and guaranteed by LPS. | Digital banking application for everything you need: savings, deposits & free transfers | 10,000,000+ | 10,000,000 | 25,632,305 | 3.952586 | 267,652 | 151,024 | [46985, 11595, 16504, 24597, 167966] | 0 | true | IDR | false | null | null | null | false | null | Digital Banking Bank Neo Commerce | Digital+Banking+Bank+Neo+Commerce | customercare@bankneo.co.id | https://www.bankneocommerce.co.id/ | null | https://www.bankneocommerce.co.id/policy | Finance | FINANCE | [{'name': 'Finance', 'id': 'FINANCE'}] | https://play-lh.googleusercontent.com/29-fa8r-aNxlmlyijeoxWbA41ak5wwB5sX8R1o50pIYEwjSDQb-d6GrApVeyJn3ddw | https://play-lh.googleusercontent.com/iNEof5xs4Tjw5GYk-rlD93eWInVype4iO7x1DUlC4sbpt785F8QtjIVVCsNRyuvJX-Nn | ['https://play-lh.googleusercontent.com/eMoaLbczHFF6yD3KqowaDt-bbSYoNT2Ta2edM_2d0gQdsSaSk9JpxJpVVjhgKBUx-n5g', 'https://play-lh.googleusercontent.com/boDH2PT5c9gWuPocWI9zKKGAAU6UAxB6puqRg2isy0R3ho8ElbjqQU9td7IiZ9XhD4w', 'https://play-lh.googleusercontent.com/fWtueTX7_Yfgm7c_2S_lVyjn3kjq1_zumCJkYvblgxa5-47-3G10JWiPpsi2wvPGgDn8', 'https://play-lh.googleusercontent.com/oaz42JxAJLYcaQoRLTWV_9o0pVsl29JF3EORvXGhpjuNLAelu1KEfA4oIczPBJZDuDs', 'https://play-lh.googleusercontent.com/aNhMpb9UWMz3fiprumhT2Ps-vxA541KVBFG4Yw7elCjBkfkxy8JRwJjjmUjbYTn-LjM', 'https://play-lh.googleusercontent.com/7pCQ1hxEzu_saI30ejBK9rCb7H8QEVlkFKzf9yyh8cXnyLEJbir9R2E7CjR8lk6ndag', 'https://play-lh.googleusercontent.com/qAnWbN7JFQc1QDCe9lyBODipj0d8AP8zfWX-UT3R91iIc04nGBTM18LDw50Ij-ebqQ', 'https://play-lh.googleusercontent.com/t34KNU60r4LJ7Aq3cr4IvwuxGKCSydHaq0KTtcQCO_Irpy2F9_RhVoDLhdX4va67Eg'] | https://www.youtube.com/embed/YlAm60ApMbU?ps=play&vq=large&rel=0&autohide=1&showinfo=0 | https://play-lh.googleusercontent.com/iNEof5xs4Tjw5GYk-rlD93eWInVype4iO7x1DUlC4sbpt785F8QtjIVVCsNRyuvJX-Nn | Rated for 3+ | null | false | false | Mar 22, 2021 | 1,687,007,569 | 2.7.82 | ["I am drawn by how pretty their app is. I also like the fact that it's free to do transfers. App is also very stable. Love the Neo Fortune feature, it makes banking fun! Suggestions for improvement: - Since fund balance gets added to Neo Account after maturity date of deposits, we should have the option to transfer between our own accounts (Neo account to Neo NOW). Having our Neo account showed up as transfer list is weird. - Online banking access (computers)", 'Another bad experience using neobank. First when suddenly I could no longer using their money loan fitur, and then now when my token order is stuck. And I have to wait for 24h to ask them to fix it.. So depressing', "Ok Done. It's working now. For future, please increase the limit of friends to be added as friends through the Town Hall. Thanks.", 'Besides deposit rate, the app its so bad..confusing also.. the call center very bad and rude.. i did mistake to forget password.. its so big hassle..its not just resetting password..you stil hav to go through call center, send email, send documents again, back in the stone age.. the word "digital" is a joke.. 2 days to process wrong password.. yahooooo', "It's a good banking services with so many good deals, and it also has so many prepaid & postpaid features including game vouchers. But can you add Genshin Impact top up voucher? Like Welkin Moon & genesis top ups, the game voucher features is pretty much complete, but it's missing Genshin top ups", "Can't login at all after the last update.", 'The features and the bank itself are amazing, but the app is sooo slow! Please fix it and this is gonna be the perfect bank for me', 'Easy to use and high Interest', 'A very good digital bank.', "So far so good. Many fixing bugs and fiture get improvement. I think to take coins in town hall it's take about 30-45 minutes. And if we are busy with our things no time to do it. But actually quite worth it. I started with 0 and I lost all of my bonuses because don't know how this apps is working. But now I already get 0.5 gr of gold. So thank you so much. Keep it up.", 'the first experience of using this application was good, there were no problems, customers benefited a lot from the application system. but over time the profit becomes less. which is currently very influential on the high cost of coins needed to buy vouchers. the price is 10 times more expensive. sorry if the rating is small', "Halo, I always fail to verify selfies with friends, lighting, cellphone position,and other conditions, I think it's correct, but why haven't I read it in the system? please give a solution because maybe almost 85% fail to verify photos with friends. Thank you.", "Failed whenever tried for face recognition... then what's the purpose?? Don't talk about internet connection, it's superbly fine! And when I tried to open an account it says I already have one but with different mobile number (WTH?!) This is my first time using this app!!! I love to hear an explanation, and I need a solution, NOT APOLOGIZE. Update: still no solution up until now. And still failed in face recognition. 2 weeks later I'll trash this if the problem still.", "Let me give you a qualified review. I love this app so bad, fast and seamless. But unfortunately this 1 star should notify you due to this bug. I do fund transfer from other bank to my acc in neo, the balance is not updated. While i check in history that the fund is successfully credited. On the balance info is still not updated. It makes me can't do anything to the credited balance due to the balance info is still on the previous state. This is fatal and, please fix this asap Oneplus 6 adr.11", 'So far so good. Speedy registration and verification process. Another option for me in having digital bank.', "Cant login to neo fortune and claim vip bonus even the newest update, already uninstall and reinstall still couldn't fix this problem. Please solve this problem", 'Good experience, but please add fingerprint lock option. Will get easier to access the app', 'Very Bad, i lost my account and my balance after losing my handphone.. and to hard to login on this app, too many error', "I want the previous UI! it used to be clean, smooth, and easy. now it's annoy me too much when I have to login multiple times so I can just get two two pieces of neo fortune coupons. it's annoying. please fix it!", "I'd love the apps. Cashbacks are plenty 👍 high interest rate; neo cat is also fun. But at first the UI a bit confusing. Why they are separate account saving Neo Now & the other? Why not just one... And because of the higher interest rate on Neo now, we should transfer manually everyday. I think u need to provide button to transfer 100% of the balance to Neo now", "I am actually very satisfied with the app. It is actually easy to use and convenient. The problem is, when I invite my friends to use the app open a bank account. I have invited quite a few people, but I missed the rewards twice. The app tracked that I have invited 27 people, but I only get rp 625.000. I Missed 50k from the 2 people I recently invited. What can I do to retrieve the money? I'm afraid, if the same case were to happen again (which I hope not) I would have to uninstall. Thanks", 'Can you you guys try to fix this app ??? This app always force to log me out everytime, either when im opening it or when im still in it, it was so annoying. And always network connection lost, when i have a pretty fast wifi. Please fix this, it was such a great app', "Okay use the referral code { N 6 U 8 G 2 } not space,and get the prize because this application is very good and very recommended for those of us who want to open a savings account, it is guaranteed safe and there are also many prizes waiting for us, the application is very good for friends, don't forget to try this application because the application can put money here safely, comfortably and quietly, an application that makes me even more excited... good apps!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!ok", "The UI is complicated. Too many gimmicks for a banking app. The app is always ask for location, and keep asking forever if I'm not turn my GPS on. Like, helloooo, you are banking app. It's really not necessary for you to ask location permission.", 'Frequent crash and freezing, often showing network error when loading a page. Disappointed in the first time using this app.', 'Every time I open the app it pastes from my clipboard. Any reason for this?', "My app keeps telling me that the connection is unavailable and I'm using Wi-Fi with zero problems on other apps. This is intolerable for a banking app, more so for a self-acclaimed digital banking app with almost non-existent real-world infrastructure.", "your ui/ux team is very bad.. to many pop up.. it's like a spam for me.. the ui respon also very slow.. i need to force close and re open the apps every time the screen turn to white for more than a minutes.. i think you guys need to consider to change your ui/ux as the news on the apps is the worthless feature that i ever seen on the digital bank mobile apps..", 'I am very happy to be able to save, shop, and deposit my money in this bank, it is highly recommended for those of you who want big money☺️♥️', 'Used to love doing Neko mission and exchange small point I got daily. Now it cost times over what it was ... pity ppl that not yet exhange their points before update. Even if you want to change the rate, its truly too much. I may still doing Neko mission but for the point exchange it would be "NAY" For other function like bills, offline payment, transfers, deposito etc still "YEAY" The daily gacha (prize) still give lots nice things on random, love the deposito discount when I got one.', 'Cant apply loan even thought my balance now over 5 milion but somewhat they didnt let me try the neoloan.actually i didnt intend to take loan,just want to compare between other paylater.but somehow i got very disapointed lol', '(1). Please fix the "error in connection" when we play Townhall (2). Please add CLAIM COINS button when we enter someone\'s house at townhall, so we don\'t need to go back-and-forth to the main townhall\'s screen (3). Lower the animation; apps becomes so slow and have many error (4). Please add the limit when we steal other\'s coin. Getting bored to visit people in townhall/friend\'s house if we only get less than 20-30 coins.', 'Very good and generous app. Giving free money and coin. After cyber building fire accident, inaccessible for about a day, now they increase the coin at neo world, as compensation maybe. One needs to key in everyday in order to get familiar. Not very user friendly. A bit hard to contact cs.', "Terrible. Couldn't link email. No OTP received despite resending many times. The help desk chat wasn't helpful at all. Gave a totally unrelated answer to my problem.", "Face verification lancar, transfer to CIMB lancar, no transfer fee, everything smooth for me so far, I don't understand the other bad reviews, for me this app works as advertised.", "Worst bank ever! Extremely slow due to the random games they put inside the app. I have chosen not to rollover my deposito but it decided to rollover anyways plus it can't be cancelled. The stop rollover function does not work. Customer service gave template answer without even reading the customer's complaints and responds every 3 hours. Extremely suspicious action from the app. Oh btw, they do not have live chat so good luck waiting for hours to get ONE answer from their social media account!", '1. When you login, you have to see pop up ads first, and it is annoying. 2. I cant top up VA bca using BLU, why? 3. And one more, why bank app has game feature, its so unprofesional unrealiastic. Please consider to remove that, it makes app heavy and slow.', 'Amazing apps.. so far running great keep stable', 'really great bank thank you so much', 'Kapan ada fitur login with fingerprint?'] | com.bnc.finance | https://play.google.com/store/apps/details?id=com.bnc.finance&hl=en&gl=id |
Allo Bank | Hi, kini Allo Bank untuk Android hadir!
Aplikasi yang melengkapimu! Sebuah Bank Digital dan dompet digital dengan fitur Pay Later dan Instant Cash.
Registrasi yang mudah. Hanya dengan 5 menit untuk mendaftar secara online!
Bebas biaya admin! Tidak ada biaya admin bulanan, setoran awal minimum, saldo minimum serta gratis biaya transfer ke Bank lain menggunakan fitur BI-FAST.
Bunga yang menarik, sesuaikan kebutuhanmu dengan produk tabungan atau deposito digital!
Buka deposito dengan cepat dan mudah. Real time melalui satu genggaman!
Tarik tunai tanpa kartu di ATM Bank Mega! Tarik uang tunai dengan mudah dan cepat untuk semua kebutuhan transaksimu.
Dan dapatkan banyak keuntungan di setiap transaksimu!
Info lebih lanjut
Allo Care 080 4110 4110
WhatsApp 0822 0822 4110 | Hi, kini Allo Bank untuk Android hadir!<br><br>Aplikasi yang melengkapimu! Sebuah Bank Digital dan dompet digital dengan fitur Pay Later dan Instant Cash.<br><br>Registrasi yang mudah. Hanya dengan 5 menit untuk mendaftar secara online!<br><br>Bebas biaya admin! Tidak ada biaya admin bulanan, setoran awal minimum, saldo minimum serta gratis biaya transfer ke Bank lain menggunakan fitur BI-FAST.<br><br>Bunga yang menarik, sesuaikan kebutuhanmu dengan produk tabungan atau deposito digital!<br><br>Buka deposito dengan cepat dan mudah. Real time melalui satu genggaman!<br><br>Tarik tunai tanpa kartu di ATM Bank Mega! Tarik uang tunai dengan mudah dan cepat untuk semua kebutuhan transaksimu.<br><br>Dan dapatkan banyak keuntungan di setiap transaksimu!<br><br>Info lebih lanjut<br>Allo Care 080 4110 4110<br>WhatsApp 0822 0822 4110 | Allo Bank, new digital banking that will help you to fulfill all your needs. | 1,000,000+ | 1,000,000 | 4,834,088 | 3.944401 | 25,435 | 15,881 | [5205, 902, 1112, 1093, 17119] | 0 | true | IDR | false | null | null | null | false | null | PT. ALLO BANK INDONESIA Tbk | PT.+ALLO+BANK+INDONESIA+Tbk | allocare@allobank.com | https://allobank.com | ASEAN Tower Building 3rd Floor, Jl K.H Samanhudi No.10 Jakarta 10710, Indonesia | https://www.allobank.com/privacy | Finance | FINANCE | [{'name': 'Finance', 'id': 'FINANCE'}] | https://play-lh.googleusercontent.com/0gw4GVJoKuQCDIz8DOXt5fQDEy-RD0BDnQge-BsbnBaBTmXWgqjydABvetmCqTXE1Gm2 | https://play-lh.googleusercontent.com/F-eWhDQuAoDNA-bcjqIMMEX_wkNzM6uz7Zn8BNfW3dHY-qojxn0ssVSLIr_W0FCwtzo | ['https://play-lh.googleusercontent.com/YTs-Da8qPOdY0u622GHBDsPjGcQ74CyvHG7ZL8M0IeDiLu0aNhp_tteqxlEUxHn4bOlT', 'https://play-lh.googleusercontent.com/yQjSnJKTkEHLh6_jMHKfexwDdv2T8imyiFciboyRVAWW2fTAChU9fSntPfK-VxoWX0yy', 'https://play-lh.googleusercontent.com/00S3wEk5yB2Hxhu13mDY-IWZcNb-1u3eyAJpalfetQZIptoVQlMmDkgpptBLDGqhvCo', 'https://play-lh.googleusercontent.com/XS-zbkT9AC-cUjiYC8-yH-VDJa8SDKglLbev0bQZUkrMAmZ1L0SSVWOPRWCe4Fusyhg', 'https://play-lh.googleusercontent.com/qoLLs0tYz3XIusLCM8115TQXvWOiEJbqHWjeDhbxqB6x6STY54KhfanxjoHSZUTh5e8', 'https://play-lh.googleusercontent.com/25qyQaqjalzwHFapAR-f0ISnFTnBePwEmhpU9EEr8ExAKaziSjChe6V-ReZWGJ1asdA', 'https://play-lh.googleusercontent.com/sSBK7vg0WOoDZKgLiGoD96dFscd5b9l5on0w4h8fxLG3vx5B_l6tSGj2uL_4s8V6how', 'https://play-lh.googleusercontent.com/lOJEqe48JiqXJZG1opYSys1rC0vvT13mpm8HduBSc5SVeTIJ8NsiAsEVtZx3xeCubA'] | https://www.youtube.com/embed/g-IhngxaCn8?ps=play&vq=large&rel=0&autohide=1&showinfo=0 | https://play-lh.googleusercontent.com/F-eWhDQuAoDNA-bcjqIMMEX_wkNzM6uz7Zn8BNfW3dHY-qojxn0ssVSLIr_W0FCwtzo | Rated for 3+ | null | false | false | Mar 14, 2022 | 1,686,138,072 | 1.3.9.13 | ["Twice installing and uninstalling. Error all the time, unable to register, let alone logging in. The first page where it says allobank, just keep on flipping white screen back and front. I uninstalled it,thinking it was probably a glitch. Downloaded it again only to run into the same problem. Had enough of it after attempting it twice though it said it was compatible with my phone. All other apps work just fine, this one though, na ah. Just wouldn't even pass the first page.", 'Installing and uninstalling over and over for the same reason : ERROR, app wasnt user friendly, and it takes so much time just to enter the home screen. Very dissapointed.', 'Can\'t not even register on my phone (samsung note 10) for days .. Already fill in all the necessary information and data/ but the data inputed always becomes red with the statement under it "ups we need this information" .. Even after restart my phone and reinstalling the apps multiple times, still having the same issue ~ useless and wasting times :)))))))))))', "One of the worst apps I've ever known in my life! Never works properly! Nothing functions well. Numerous times to upgrade it without success. Always fails for use at any time! Most unrecommended application ever! DO NOT INSTALL THIS APPLICATION, only wastes your precious storage space.", "Difficult to login, apps stuck and no response after keyin password. No error message, just stuck. I experience same case several month ago, but i can't see any improvement on this apps. Now i am worry how secure this apps for mobile banking apps. You need to fix this issue asap.. fyi, i am using samsung mobile phone S22", 'The promotion encourages us to use the app. However, the app was not responding when I wanted to pay. I had checked the connection and password, and they were all correct. So, please Allo Bank, if you want to make more people use the app, you should make sure that the app is ready to use.', 'Everytime i need to Login to my account in urgent situation, the apps always hang-stuck-error. You should repair the whole system if you want to attract more clients/customers (a lot). Dont be stingy to provide hi-tech equipment.', 'Edit: Turns out, need to clear data and cache. but still... -- Click "login" and nothing happen, at crucial moment! when paying parking fee. and the payment only can use allo bank or cash 👎', 'The most unstable digital bank app i have ever seen. Difficult to login even if network speed is excellent, i cant even login. Lagging. Bad UI. Bad UX.', "i hope you're working on it cause this app is awful. both, actually, your web and your app. there's bug everywhere. sometimes it even shows the strange code im sure i wasn't supposed to see. the experience is really unsatisfying. the amount of loading time is sooo bothering. at the website, there's a bug while i registered my phone number but when i refreshed it already registered. so confusing. please be better.", "the best digital banking experience I've had. very easy to navigate. the interface is simple. big thanks to free transfer fee 👍", "Worse application 👎. Already try to upgrade many times dan always can't work. No people on the counter to help", "several times I can't login. so my money also can not be taken. very bad app! can't log in using the correct password or using a fingerprint.", "App isn't working properly, I want to take my money but unable to log in (did in many times) even though my network is stable. Sorry, won't recommend this app🙏", "Oh God!... 'Premature' Apps, the worst ever. Can't Log in, I've tried many times, even though I've uninstalled and reinstalled👎", 'Hang, cannot use even when connection are fast as possible. Reinstall but nothing change. I got it when you just needed to collect money but cannot spend it.', 'After update cannot using all feature, like QR, Top Up, etc just feature paylater i can press and jump to their page... please fix it', 'Cannot login anymore, if I try entering password, then it just doing nothing. Lol. Not even respond to wrong password.', "The UI/UX was very bad, can't login properly, the session login always error, the server was always down", 'Love this app very much! Really love the clean UI and user friendly features but please let the account holder fill the amount for the e wallet on their own', "Can't login. Something wrong with this app. I can't login eventhough I already uninstall and install several times", "Bad app. We can not enter our account. The app is too slow. Didn't friendly for user", 'can\'t log in (freezing upon sending password). Password reset not working, reason is "frequent use". I can\'t make transactions if I can\'t even log into the app!', "Why even bother detailing how unusable this app is, I can safely say this is by the worst e-wallet app I've ever encountered.", 'Tried multiple times to upgrade to allo prime and never successful, failed after taking selfies.. even when I try during working hours, always same negative response..', "Laggy and buggy experience, can't even login, how could even we pay? Totally useless.", 'Cant open app when i need to pay, usually it works fine, and then this time it wont let me login using biometric', "Buggy, biometric didn't work for infinix phone and customer service very slow to respons", "Error after update. Fingerprint also can't be used.", "I cant login, can't use finger print. Have money inside that i can't use. Another scam app.", 'Easy to use... A lot of discount to use in any Trans Corp stores only.... Even use MPC point to deduct bills until 100%....', 'when there is a promo on a certain day, this application always has a problem. big question mark.', "When i open the apps, At splash screen, it got close and then re-open again and then close again. This cycle never end. Please fix your apps, people's money are here!", 'Cannot log in, keep stopping on log in page', 'Not able to register or login, bugs everywhere, worst bank apps ever', 'Bakal nyusul jd main bank accout buat aing, ga cm grgr si promo, tp UI UX apknya juga simple tapi multi function bgt. All in one, terutama fitur si paylaternya😍', 'Cannot log in... After input password nothing happen...', "Can't login even after updating the apps.", 'Your application is so bad! Even for log in not supported', 'I downloaded this application because I saw that Baekhyun Oppa is a brand ambassador from Allobank. I hope allobank has good facilities for customers. \U0001faf6 Good Luck and Congratulations Allobank 🥳'] | com.alloapp.yump | https://play.google.com/store/apps/details?id=com.alloapp.yump&hl=en&gl=id |
LINE Bank | Seeking for a different way of banking? Introducing LINE Bank by Hana Bank – banking apps that is transforming everyday life banking experience. Open an account in minutes, get LINE Friends character Debit Card, and easily monitor your transaction via LINE Bank Official Account notification.
<b>GET STARTED FAST</b>
Open account without lines and paperwork, anytime anywhere in minutes.
<b>NO ADMIN FEE</b>
Enjoy the different ways of banking with NO ADMIN FEE and up to 25x fee-free for all your transactions!
<b>THE ONE AND ONLY – LINE Friends™️ branded DEBIT CARD</b>
Yes, pick your own LINE Friends™️ Debit Card or collect them all for your different accounts with different goals.
<b>CHECK CREDIT LIMIT IN MINUTES </b>
Only using e-KTP to check your eligible limit anytime you want
<b>USE QUICK CREDIT, 30 DAYS INTEREST FREE </b>
Use your Quick Credit limit to enjoy 30 days of interest-free and set your own payment method
<b>APPLY KTA WITHOUT ADMIN FEE </b>
Get a higher limit with variant tenor options without admin fees and provisions
<b>GET NOTIFIED EASILY </b>
Instant Notification through LINE Bank Official Account for your hassle-free finance monitoring
<b>GET HIGHER RETURNS</b>
Save for things that matter, earn higher interest by starting as low as Rp 1 million in LINE Bank time deposit.
<b>CONVENIENTLY SECURED</b>
Get notified the second you do any transaction on the app for things like sending money and purchasing things, and get alerted if there is any suspicious transaction.
<b>GET ON TOP OF YOUR BILLS</b>
Easily access to pay your electricity, telephone and prepaid reload anytime you want.
Visit www.linebank.co.id for more info and lets start your banking experience with #caraLINE
PT Bank KEB Hana Indonesia ("Hana Bank") is permitted and supervised by the Financial Services Authority (OJK) and a participant of Lembaga Penjamin Simpanan (LPS). | Seeking for a different way of banking? Introducing LINE Bank by Hana Bank – banking apps that is transforming everyday life banking experience. Open an account in minutes, get LINE Friends character Debit Card, and easily monitor your transaction via LINE Bank Official Account notification.<br><br><b>GET STARTED FAST</b><br>Open account without lines and paperwork, anytime anywhere in minutes.<br><br><b>NO ADMIN FEE</b><br>Enjoy the different ways of banking with NO ADMIN FEE and up to 25x fee-free for all your transactions!<br><br><b>THE ONE AND ONLY – LINE Friends™️ branded DEBIT CARD</b><br>Yes, pick your own LINE Friends™️ Debit Card or collect them all for your different accounts with different goals.<br><br><b>CHECK CREDIT LIMIT IN MINUTES </b><br>Only using e-KTP to check your eligible limit anytime you want<br><br><b>USE QUICK CREDIT, 30 DAYS INTEREST FREE </b><br>Use your Quick Credit limit to enjoy 30 days of interest-free and set your own payment method<br><br><b>APPLY KTA WITHOUT ADMIN FEE </b><br>Get a higher limit with variant tenor options without admin fees and provisions<br><br><b>GET NOTIFIED EASILY </b><br>Instant Notification through LINE Bank Official Account for your hassle-free finance monitoring<br><br><b>GET HIGHER RETURNS</b><br>Save for things that matter, earn higher interest by starting as low as Rp 1 million in LINE Bank time deposit.<br><br><b>CONVENIENTLY SECURED</b><br>Get notified the second you do any transaction on the app for things like sending money and purchasing things, and get alerted if there is any suspicious transaction.<br><br><b>GET ON TOP OF YOUR BILLS</b><br>Easily access to pay your electricity, telephone and prepaid reload anytime you want.<br><br>Visit www.linebank.co.id for more info and lets start your banking experience with #caraLINE<br><br>PT Bank KEB Hana Indonesia ("Hana Bank") is permitted and supervised by the Financial Services Authority (OJK) and a participant of Lembaga Penjamin Simpanan (LPS). | LINE Bank by Hana Bank | 1,000,000+ | 1,000,000 | 2,619,353 | 3.513781 | 19,283 | 10,810 | [5524, 952, 1252, 1193, 10358] | 0 | true | IDR | false | null | null | null | false | null | PT Bank KEB Hana Indonesia | PT+Bank+KEB+Hana+Indonesia | help@linebank.co.id | https://linebank.co.id | null | https://www.linebank.co.id/en/privacy-policy | Finance | FINANCE | [{'name': 'Finance', 'id': 'FINANCE'}] | https://play-lh.googleusercontent.com/FOr8x6Sp-uhkY_QNvXAJ48jv0KniMLgSDWxlj6uH43OV81YkfmX_K3utHOsjvGTWaOhW | https://play-lh.googleusercontent.com/j-UW2b9idYA1h4RzoWU7Qbk-JOyCI5H1cu0y3ckY7aopLU_OkG858Lf4ha_H-sxbqs2k | ['https://play-lh.googleusercontent.com/wrSLVUjZ-kyNqOBk2dIqd_96KLdGznck_J65qWYINxMLLPUYXZELnWje3SSFZWQojw', 'https://play-lh.googleusercontent.com/205-8R3vv4cqjzTOuSSXU_b4jhKcY1Y8R7uMWyAs1mnRctGLQmwxEDniiXyYp4ZrBQ', 'https://play-lh.googleusercontent.com/RHAv8wVdEzoJRlSacau2394XQ_MFJX8-2YR-YFSNeIVa_43FZhqGA4SrNgHKTEk3o8Q', 'https://play-lh.googleusercontent.com/bQWbwvI60b_RbNZ7G1loyF9MsakRGwUW3_lh3BE858OCEHl0e71A7KK8hyJFGLAiURw', 'https://play-lh.googleusercontent.com/HnXAcK3-4QdfClDDlhsNaqmK67u4HkQTCNggwXDZKHVfugIosZ7rNuD6tA1HpFK-Doo', 'https://play-lh.googleusercontent.com/5Fapvc7AR1ikfwGxj_H2XHanZmyEK3nm4Ys3h6Oh2yH8NSj7olDfkAHK25lXwFRD8c8', 'https://play-lh.googleusercontent.com/wJJDFUsFDGYWPjTyYFEV56vr99wbGrPVlY6JpG35nryPlYXPsba1GohElBA_k-1P7Sw', 'https://play-lh.googleusercontent.com/l3lCmbyn080ZBea-FHDf36FFS-OIrxiJ9N3S3aT4orKggZzMnxM6OTQdI-j0-qYYYnjJ', 'https://play-lh.googleusercontent.com/yFo4jhHpfpySoYCzhBiEpyKmX0gLuWFQ5y11VYzVTinpU2IBsyTNRS8tiVXVaiurbKzW', 'https://play-lh.googleusercontent.com/8QuIDWDJotA1kijmJ-9Jpidpn1L-U3ZlC4g8yJcZgYWhBDU21xsgThB8zNeyBgfS3g', 'https://play-lh.googleusercontent.com/KfPWiOEhgPIAH6GuwtH42PbldR3VNydpsyTN7I41Taq0OrdT1759WT1S0uRaNnuwI8vn', 'https://play-lh.googleusercontent.com/GToZjtsIwyanVVuvaExsLoHQRkC-F3gf6Omg7us4mSfWquaYc56lki7xXTwJX59Xnzc', 'https://play-lh.googleusercontent.com/myqpJqTkbd6EGrjLeZw-VPF6HFzg3iGV8hs98fpRH9Eni362ca_2V90ZbkQsPwKGOlc', 'https://play-lh.googleusercontent.com/ptBqPkxK0h2YCNg0i0DnS7ctIM0HTCgtFmpv9ElsA0ub4eySwnm4PTEHX6PpvJDgmkk', 'https://play-lh.googleusercontent.com/1sTmJBSzlmyJykojEmGMIpQ6vD5EhGr-PJCSM1qU5ODwkU1kwDHC6YEsbCp9ewuqPsQ7', 'https://play-lh.googleusercontent.com/6TJZIGjCmya90t5_flUrlZsVX5ltNQ63w3CuP56ogMi6dZn2IlzZo0Bl7oOYz0-d08Zo', 'https://play-lh.googleusercontent.com/uCRldZXWASkWoTn-qg-TtyuQtROSzpX9VTIAczK0cVql_fobXBXmAv31rl7kBpV5BDI', 'https://play-lh.googleusercontent.com/eq67A8zReAW798dKUXsfPHSXXd7I_DXO8mskh5bnHt4a69h9cfWmCSkDIlONAt4qIxE', 'https://play-lh.googleusercontent.com/0IZ9eWNrP_6jOWeltEF3xBMZfo9e1q53YdIGzqNjx96NUtdIM1I6dIhN6Oo8a28sXg', 'https://play-lh.googleusercontent.com/9-JM-Pu4IGYkMCY4j_7uGYHUkHDY0qkoPuGnv6cmqcGELyITn_CUUBnMENTYdG5Wnbs', 'https://play-lh.googleusercontent.com/pePLl5IF6bEoOY82B7JBR9yDxnuJdXwCMbvxhx26F7lID632FtREH9ikMjOJvJIJ92c', 'https://play-lh.googleusercontent.com/g_PziPluu3nL7FeESR-cTHE6C44EkT9imDTU1pdFUh63xTt72EHq4UMPquPGlEaXMlg', 'https://play-lh.googleusercontent.com/r5nijjajlrZc5SE_PnbTYH-NkcF1O8A7CnxcfxF4hce3XbE4BJ6ChNj2SPSSQSj44Fc', 'https://play-lh.googleusercontent.com/c6wjE4_xceewRfEXmDFU3TbV5mu_MBLgLoi0OWWsuCMlAGT8bUaGlwm5tQcM7F3gbLo'] | null | null | Rated for 3+ | null | false | false | Jun 2, 2021 | 1,687,320,202 | 2.2.33 | ["The app is easy to use and running smoothly. The problem is, it's lacking features such as instant payment (with QR scan, or other methods), and does not support payment for entertainments such as Netflix and Spotify. But, since they're offering 0 admin and transfer fee + a quite generous cashback, I'll probably continue using it. Please don't ever take that away since that's one of only a few other advantages you have. Better start working on adding other features asap. Good luck!", 'It\'s already very good considering the lower charges than the other banks. Only some issues I had when using line bank: 1. Logging in with fingerprints often "fail". It\'s not that my fingerprint is not detected, however the app didn\'t respond after accepting my fingerprint. 2. We can\'t use our system keyboard for logging in. While it might be for security issue, however it\'s just making things difficult for us who has bigger thumbs. 3. Pls change the page design after completing transactions.', "Font size is too small even with samsung devices, visibility is bad caused by font color that isn't quite contrasting enough to be viewed. 5 main button should be simplified since the first button on the left already has info of fourth button, make the second button for transfer menu. TLDR: Declutter your app!! Take inspiration from bca / seabank. Increase accessibility & visibility.", 'Couldn\'t even reset password, it always says "the information is invalid" after typing the confirmation password and I\'m sure 100% that the password is the same as before. Now i couldn\'t login at all for more than a month. Stupid developers couldn\'t even get string comparison working.', "I would give this 5 star for functionality and all, but it often says that I have no internet connection while I'm on full bar Wi-Fi, so 4 star for this until it become more stable in terms of connectivity.", "Terrible services. Couldn't even open an account because apparently there's something wrong with my data in Dukcapil. My data in Dukcapil is fine.", 'Love this app very much! Really love the clean UI and user friendly features. I think it would be even better if LINE Bank can add another "hide balance" feature and an improved transfer receipt (has clear sender and receiver\'s information, time and date, transfer amount). Thank you ❤️', "I like the ui and it easier for me to use the apps. Better than others digital bank that i've been used.", 'it kept crashing everytime i was about to open a new saving account. please fix it soon.', 'I love how clean the UI design of this app is. All the illustrations are also cute, although at first I was expected to see more line friends characters here, still happy to know the debit card comes with Brown on it 💕 Overall the app is okay tho. Maybe not as my daily banking app but it is nice to have this.', 'Simple UI and friendly user but please let the account holder fill the amount for the e wallet on their own', 'I always use this digibank.. thankyou for no admincharge.. please keep it up.. add more feature.. hope we can beat other digibank..', 'I hope you can make the login option into PIN instead of password. With PIN, it can make the login more faster.', 'Floating banner below navigation bar is so annoying', 'I can\'t even get pasa the verification step. It said "account not created, please check data in dukcapil". Then what? No other button to do. Complained via email and was asked to clear cache and reinstall the app. I\'ve reinstalled and went through all the hassle to fill in the forms and photos but still same case. This is the worst digital banking experience I\'ve ever had.', "Hi line bank dev, i would like to raise a suggestion regarding the notification from the app. I find it annoying when the app decided to push a notification which can't be dismissed without opening the app. This is such an unpleasant user experience and one time I've found my phone's notification screen was full of line bank notifications only. Overall, the app itself is good but the way how the notifications were set is definitely not cool.", "UI kinda slow to load and my friends haven't been able to make an account because of the high volume call. Features are nice and simple! Account is easy to be made and hopefully, all the features will stay forever (no fees, transfer fees, interest, etc) :)", 'i check my limit, i get it. but when i apply always rejected. i already put all true info, and no problem with my BI checking. this app not good at all', 'I found many bugs during use of this application. At the beginning of entering the password the keyboard has the appropriate order of letters, but has a strange spacing and it changes every time I enter this application. In the process of open savings, I had problems with Check e-KTP information section, because camera was not detected. I get confused and open the FAQ option, the appearance and layout of the existing elements are covered by other element', 'The app is simple and easy to use but it could be improve. Like security, 2 factors authentication and stuff and add live chat. Also after i open the app and if i want to go to the app again a few minutes later it prompted to fingerprints which is good. But it wont open even after it recognized my finger. So i have to totally close the app after every use. It gets annoying when you use it often. Pls fix it.', "had a very pleasant experience when making my 1st account. the video call when smooth, fast and easy. applied the debit card and didn't really expect to get it soon, but it was delivered in only 2 days. contacting hana call for help was also one of the most pleasant experience. I hope the debit card have more features such as available to linked with PayPal and more links to e-wallet, more paying bills option and maybe even investment in the future.", "The sleek user interface plus its connectivity to your LINE account are the two things that I like the most from this app. But it's been a few months and I haven't yet seen any updates that include QRIS payment and gopay/ovo/linkaja top-up, both of which are becoming more common among mobile banking apps these days. If this app added said features, I can't see a reason to not stick with digital banking like these from here on out, especially with those zero admin and transfer fees.", "Overall, it's a great application, except for the UI where we couldn't set how the keyboard and we couldn't set how the haptics work. But it is a great apps and hopefully we could do more things in the future such as linked to gopay, shopeepay, and googleplay credit!", 'The app is pretty fast. The UI looks good too. But the keyboard layout is keep changing but always weird and makes uncomfortable to type. And please add option to use fingerprint when logged out because inactivity. Right now i have to close and reopen the app to use the fingerprint.', "Easy to navigate, simple and SUPER CUTE UI, smooth UX! I just hope you'll add more features soon otherwise it will become another basic banking application. But overall, 5 stars! Folks, if you cannot apply due to dukcapil issue, the issue comes not from the app - but from your own data in dukcapil.", "Been using it for a while, I found many conveniences that other banks don't have. Easy to use, and unique debit card designs. Improve the design of those debit cards would make it better. The best if you add dark theme, so our eyes would be comfortable.", "Overall a good experience if you had used line apps, simple UI and UX, although only a little feature of transaction only accessible for now, the most annoying thing is that you couldn't swipe the notification away (include promotion, etc.) n.b. please make the notificafion swipe available for next update", 'App constantly informs me of "system busy please try again later" and it\'s frustrating because it\'s seems unstable for simple transactions of transferring to accounts. I have done the updates and all, still the same "system busy please try again later," even though it\'s 3 AM in the morning. What could possibly make the apps are even busy at 3 AM? It\'s frustrating.', "Hey this is a really great app because it can be used to scan the barcode from one of a local bank in Bangkok Thailand! (previously I've tried with my others financial app from another bank account but not support because they only accept QRIS).. but it should be better if there's also option for an exchange rate from the account balance in this app..", "Using it for a few months now and really love the easy KTA feature! Even if I don't use it fully (got 30mio credit just to check if I can really get it), the process is smooth and you can get the instant cash right away (of course with instalments)!", 'So hard to open the account. I need to make a selfi there is notif "Selesai" but didn\'t pass. I\'ve tried it over 3x still didn\'t pass. The light is fine also my camera is not that bad. And always error when I put my birth place. I\'ll change the rate if the bugs are fixed.', "1. Always ask to update. A little bit disgusting because my phone memory can't handle enough if the app always ask for update. 2. The card suddenly can't be used for international transaction. There's nothing I can do because I can't make an international call to Customer service I'm so sorry to say that but it would be nice if you can resolve the problem, especially for no.1. Thank you.", "ughh probably the worst login screen I've ever seen, the keyboard is so clunky.. would be nice if you allow us to use our phone keyboard instead", 'This is potentially a great banking app, however it needs some improvements. For the keyboard, please give us an option to use standard layout. Furthermore, added more top up/payment channel to the apps for ease transactions', "Hello. I have good experience with your application. I don't have any complaints, except I was forced to uninstall it since detected as threat by Kaspersky Mobile Anti Virus. If you need the screenshot as proof, you can answer this rate and giving me you specific email address. The funny thing, Neo Bank application was also detected as threat by the same AV.", "This is so disappointed that they push their promotion about their debit card, but what I experienced is I need to wait more than one month for it. I haven't even get one yet. My city isn't that small. The access to my house isn't hard either. We even have high way access. I call them twice but they keep tell me to wait for 14 days. I am so done. Good they make free to close account.", 'This apps has a nice UI. But, the Keyboard consistency is killing the nice overall experience. I believe that the keyboard could be better (especially the PIN Number & Login Password keyboard). Therefore, I suggest Line Bank Developer to work towards this issue ASAP. :)', 'Great banking app but i am completely disappointed as it stop my transfer from UK via Western Union. So I have to open a new account in a different bank so it can recieve ny WU transfers without and hassle. The worst thing is they have just an automated message no matter you write to them. Terrible banking service - I will inform my British Colleagues not to open and account.', 'Bad services. I report the problem on email, but no solution. Cant add account, the problem is from bank not from dukcapil.', 'Simple, fast, and cover all my needs like pay for phone bill, water, electricity, QR, etc. Quite different UI than others ,so need time to adjusting. But once you understand, it was nice experience. And the card was cute too'] | id.co.linebank | https://play.google.com/store/apps/details?id=id.co.linebank&hl=en&gl=id |
MotionBank | MotionBank is a digital banking application by MNC Bank designed to provide various facilities and conveniences for MNC Bank customers to conduct financial & non-financial transactions, which can be accessed anytime and anywhere via smartphone.
Why use MotionBank?
MotionBank Benefits
Enjoy promotions and exciting programs for MotionBank users. Get bonus balance by sharing your MotionBank referral code with your friends.
Easy Open Account
Now you can open an account via your smartphone and without visiting the branch.
Virtual Credit Card
Enjoy the benefit of Virtual Credit Card services for MNC Bank credit card holders.
QRIS Feature
Pay your purchases using our QRIS feature to ease transactions at all merchants.
Time Deposit
Enjoy special interest and the convenience of opening time deposit account by using MotionBank.
Top Up & Pay
Top up your e-Wallet balance and purchase mobile credit or data packages easier.
Also, you don't get trouble paying your bills because we have bill payment features like PLN bills.
Cardless
You can now withdraw cash and deposit at Indomaret without your physical card.
Split Bill
Need to request money to your friends? Try our Split Bill feature to request money.
Let’s enjoy MotionBank for your easier transaction!
Thank you.
www.motionbank.id
www.mncbank.co.id | MotionBank is a digital banking application by MNC Bank designed to provide various facilities and conveniences for MNC Bank customers to conduct financial & non-financial transactions, which can be accessed anytime and anywhere via smartphone.<br><br>Why use MotionBank?<br><br>MotionBank Benefits<br>Enjoy promotions and exciting programs for MotionBank users. Get bonus balance by sharing your MotionBank referral code with your friends.<br><br>Easy Open Account<br>Now you can open an account via your smartphone and without visiting the branch.<br><br>Virtual Credit Card<br>Enjoy the benefit of Virtual Credit Card services for MNC Bank credit card holders.<br><br>QRIS Feature<br>Pay your purchases using our QRIS feature to ease transactions at all merchants.<br><br>Time Deposit<br>Enjoy special interest and the convenience of opening time deposit account by using MotionBank.<br><br>Top Up & Pay<br>Top up your e-Wallet balance and purchase mobile credit or data packages easier.<br>Also, you don't get trouble paying your bills because we have bill payment features like PLN bills.<br><br>Cardless<br>You can now withdraw cash and deposit at Indomaret without your physical card.<br><br>Split Bill<br>Need to request money to your friends? Try our Split Bill feature to request money.<br><br><br><br>Let’s enjoy MotionBank for your easier transaction!<br>Thank you.<br><br><br>www.motionbank.id<br>www.mncbank.co.id | MotionBank - Digital Banking Services by MNC Bank | 1,000,000+ | 1,000,000 | 1,041,923 | 4.00713 | 11,046 | 8,184 | [2008, 491, 481, 491, 7570] | 0 | true | IDR | false | null | null | null | false | null | PT Bank MNC Internasional, Tbk. | PT+Bank+MNC+Internasional,+Tbk. | mncmobile@mncbank.co.id | https://mncbank.co.id/id | null | https://mncbank.co.id/uploads/files/Privacy_Policy.html | Finance | FINANCE | [{'name': 'Finance', 'id': 'FINANCE'}] | https://play-lh.googleusercontent.com/YgNq2yYvq6E6JFr8hJQkFqt6gCaWMLbA4SsVJtBDO4l9XUKOnVQQg19Ivk-EMkNwXbk | https://play-lh.googleusercontent.com/hBZwMCcFAd6_kKiIBYiLhS-eqdTTj9TdsqbkzjeHKYUXDV0ZghuZt1xQ6PXD6nu9KYtx | ['https://play-lh.googleusercontent.com/PsEVD15PRMdxjAsO2yuqDRSaY7IQYKw-FHIsxqCkQYLBlQiU4DeCjAqvNakiEE5Pi7w', 'https://play-lh.googleusercontent.com/BGenU57hOOQlSdBpuBGyfMfCGkL4X36Q1OuQAtUvBwo3Sit0WtocvajB7bK96VubVG4', 'https://play-lh.googleusercontent.com/wZsAwNmpWsYRENvdjITeqluqGng2ad9hf6OpDEcXRm_RjfkyYdagzBE23PMQZ_cMRzA', 'https://play-lh.googleusercontent.com/QZ88FNfrZPLMRlPrjWxjLUsvZ9BvNVKUzajb6fj9yfEmXbP071w8TtDdaqIahQIgy3E', 'https://play-lh.googleusercontent.com/aEOBVlkh-EbJAWpVupy7-6gHYFKKGDC1cjl2X5kscTI5k01dXwSCvebvMzu8aK6ctks', 'https://play-lh.googleusercontent.com/0aFamqG9UkTXvHrXD_sOhYv8pY7zgVSLfDO0M-oajLNPDF0BJP6mWWJEh0r6n3JyB6E', 'https://play-lh.googleusercontent.com/YL34dA4IErY9fwMf8-n7M3hhtJWsTCc8zMQhD3irWyp8qA7ICJvsZ5WYM0rvdexJzg'] | null | null | Rated for 3+ | null | false | false | Aug 7, 2020 | 1,685,539,095 | 2.6.0 | ['wondering if it is true that the customer service is busy handling lot incoming calls from customer, or.. actually there is no customer aervice at all.. tried many times to call to complete my registration steps but it always end up no one responding..', 'Loading page is never ending. Error so many times eventho my network is good. Searching bank tab when adding fav list is useless.', 'My ID card cant be registered in this app. Actually my KTP just in normal status. Please fix the register system.', 'Best Mobile Banking App so far.. Performance very smooth UI minimalist, elegant, very convenient. Good job. The only one drawback is you cannot put costum value when you want to top up your e-wallet.', 'Really a super and great digital banking application. Easy access to transaction history, e-wallets, and open deposito online. Its helping me so much. Love the quick access feature too. Super satisfied!! Thanks.', 'Bad UI, lack of features. I think motion is just another conventional bank who has mobile banking app. Still far from what I expected from full digital banking, and no way near its competitor.', 'Nice and easy to use. Sangat membantu. Tampilan simpel mudah dan mudah dimengerti. But i think it still lack some features. Nonetheless, this app is good.', 'May i know why apps can\'t access? I get pop up notification "your session has expired". I try clear data , but still get same error. Please solve this issue. Thanks', "Not helping at all. Seriously, i had problem where my CC had suspicious transaction and I'll try to call MNC Call Center, contact thru WA and used this application. But my problem is not solved!", 'The new version is awesome. Thanks for making it simpler. The linkage with motionpay is also very nice addition to the app.', "May I know why on the registration page won't move further after filling, even the right, password characters? The tiny's red line stay there and doesn't let you thru... Thanks", "it's useful and easy to use to more improve better when first install in fullfil birthday not using pickup window its make long-time for elderly.", 'Good UI and UX, fast performance, keep up the good work!', "with this app, it's very easy for us to open an account from home, besides that the features are also very easy to use.", "Suddenly it doesn't work. It says my time it's out. Eventho uninstall and install it again", "This app is worst than punyakartu. I have transactions using mnc cc card but i can't see any transaction history. I prefer use punyakartu.", 'Finally I can manage my debit and credit cards with MOTION, and wow I even get notifications on every transaction.', 'This is a great digital bank app with a simple and modern design which is perfect for millennials', 'Great apps, very recommended for your mobile safe transaction activity... it is time to MOTION your days ;)', 'The best app for finance(Jenius, BCA and Motion) , I love the features motion and the user interface is very clean🔥', 'Awesome and helpful mobile banking apps that I ever have. Bravo Motion...!', 'Your session has expired, please check your connection bla.. bla.. bla.. padahal 4g+ buka YouTube gak masalah, buka aplikasi ini malah gak bisa, install ulang tetap begitu', 'Nice app and easy to use, it helps all of my money transfer needs well', 'Great. Easy login, easy to use, and qris-friendly', 'Very good application. I can more efficient to do financial thing.', 'Pass code cannot be less than 8 character, tapi mau lebih enggak bisa.', 'Good app and easy to use. Tampilan mudah dipahami', 'Need improve your UI, opening account process seamless enough but the issue only waiting time approval until the account is active need 6 hr to active.', 'Nice App.. Opening new account or Register via this app is very simple.', 'Explanation of the application when first opened very helpful. easy to use', 'Excelent app, easy to use and very helpful 👍👍', 'Awesome application..easy to use and very helpful..', 'This application was very useful, easy to use and lots of features.', "I can't open it, it kept saying my session is expired", 'easy to use and good UI', 'unable to login during random times', 'Aplikasinya ke detect trojan sama kaspersky antivirus RiskTool.AndroidOS.SpyLoan .. Mohon segera diperbaiki', 'New UI bagus. Good job Buat progress terus M-banking 👍', 'The transaction is declared failed but the balance is reduced and there is no evidence of mutation in the transaction history', 'Truly love this app, easy to use and simple. Recommended'] | com.mnc.mbanking | https://play.google.com/store/apps/details?id=com.mnc.mbanking&hl=en&gl=id |
Raya - Digital Bank | It's time to #Celebrate EveryMoment with Raya!
Let's meet first, let's go!
The name of this application is Raya, digital banking that can make your financial life easier and more fun!
Comes with a new application, Raya will help manage finances with features that are profitable for you. Check out the benefits of using the Raya application below, OK!
Easy savings, no minimum balance and admin fees
Open a savings account anytime, without the hassle of coming to the branch or video calling
Minimum initial deposit from IDR 0, no minimum balance penalty
Free monthly admin fee
Easy to manage money using pocket
More money with competitive interest rates
Open 18 Pockets in 1 account, you can separate money as needed
Monitor all transactions through the application
Easy and safe, unlimited wide access
Smart login, fast and secure with fingerprint or face scan
Double protection with password and PIN
Restriction of session time and access to make it more secure
Let's join now and start celebrating the ease of managing finances with Raya! #Celebrate
A little note, Raya is still making improvements to the appearance and camera access on several types of cellphones, such as: Samsung Fold, Oppo Fold, and several types of Xiaomi. Wait for the next update!
For further information, you can check Raya Instagram @bankraya or www.bankraya.co.id! | It's time to #Celebrate EveryMoment with Raya!<br><br>Let's meet first, let's go!<br>The name of this application is Raya, digital banking that can make your financial life easier and more fun!<br><br>Comes with a new application, Raya will help manage finances with features that are profitable for you. Check out the benefits of using the Raya application below, OK!<br><br>Easy savings, no minimum balance and admin fees<br>Open a savings account anytime, without the hassle of coming to the branch or video calling<br>Minimum initial deposit from IDR 0, no minimum balance penalty<br>Free monthly admin fee<br><br>Easy to manage money using pocket<br>More money with competitive interest rates<br>Open 18 Pockets in 1 account, you can separate money as needed<br>Monitor all transactions through the application<br><br>Easy and safe, unlimited wide access<br>Smart login, fast and secure with fingerprint or face scan<br>Double protection with password and PIN<br>Restriction of session time and access to make it more secure<br><br>Let's join now and start celebrating the ease of managing finances with Raya! #Celebrate<br><br>A little note, Raya is still making improvements to the appearance and camera access on several types of cellphones, such as: Samsung Fold, Oppo Fold, and several types of Xiaomi. Wait for the next update!<br><br>For further information, you can check Raya Instagram @bankraya or www.bankraya.co.id! | Saving safe, easy and fun #Celebrate | 500,000+ | 500,000 | 884,594 | 3.683285 | 6,639 | 5,530 | [1615, 340, 496, 262, 3922] | 0 | true | IDR | false | null | null | null | false | null | PT Bank Raya Indonesia Tbk. | 5830525976261648564 | developer@bankraya.co.id | https://bankraya.co.id | null | https://static-web.bankraya.co.id/terms-conditions | Finance | FINANCE | [{'name': 'Finance', 'id': 'FINANCE'}] | https://play-lh.googleusercontent.com/b4aMUZjQxr_x2ML16QeCiTDD18KgxpubOmxix2YDtwB1oBJfW6DYAANDNu1WD8_jzps | https://play-lh.googleusercontent.com/nMEd4unFvQ7KbZsxWgaU2O3FMKZadQaobESPMkDRp1A-z4VcXc-AhY1maMEO4f9EzLkg | ['https://play-lh.googleusercontent.com/cI6C5k6vLyeWEm_WDt_HP_-NbWFNX6gnSxEJ-pNyxUgt9o8_mwlVb5CP-MyOva23vOXG', 'https://play-lh.googleusercontent.com/4TvSHtgKM8dzHmngxgKsRxwgizsSF2smoUi7acN4RJ6Dct97QCJoJkY3IsgyiA-qONY', 'https://play-lh.googleusercontent.com/PSVYSLz4JPIE3t2leY20STKGM6ILJJwu23Z6p-YLxM4piNF4779yp14ijL7-Wi6a4SE', 'https://play-lh.googleusercontent.com/6qbfFkp-t0NvjeJXYlPTSurpOoLFyXYkcAM7ih0Iu1PcjxF2lw37a6XSbLlpYR7sTec', 'https://play-lh.googleusercontent.com/EjiyQdj6XODfTh7xE21HmUJJLpgubu6ie3JIgBByfLMF7xiMhIRwH8NBWHRobNPbdbuo', 'https://play-lh.googleusercontent.com/-_4TyNhO56onseJQ69v--JaWI6mWhkn7S5qZn8CtDrwbMkk5DL9yFsnHGJrwnjpIQg', 'https://play-lh.googleusercontent.com/pKvRWW-yzTQIKLYpy2Oh2thj720AKHTyaEuZp8YQNSv16fPsiIrfgwFwJQ1NaqkPSAQ', 'https://play-lh.googleusercontent.com/tWs6SEQ8jAIWNwTNQ525a1RVorxFX7JxylHSX3Ds_GFJij0jN1Jt4z3swM0ZyUYps4he', 'https://play-lh.googleusercontent.com/Fn-F6p03_lOMhTlkIczZzDjrM5ppZY4OfH9NMIjPiiXhdq6y-PyZ9NPzih1oGyYGRJcO', 'https://play-lh.googleusercontent.com/b_as1jXB2DPu0aGfnga6VU5dGNN7csOg7YzSsc0zGmdm9XjMGpb-SZm_D_1S56Bb9R4', 'https://play-lh.googleusercontent.com/7G2LJz7aqV0wKOD9vPuI2wIas72zIZBOFg3KqZyP4mI2o9wQFwpKILGUlwaTdcahlBqj', 'https://play-lh.googleusercontent.com/BM3wYvQd4D1s4AifxZGaqfbxnbxE908hBDx5ix9R3meLmdjZSLDh5_8hwaCja6q6xASB', 'https://play-lh.googleusercontent.com/YcL7W44RAjffhtHIVix7xTMz84zigrUmj2DyEK6fplwQj9Hdt4fwwaF8GTFk4LS9ExA', 'https://play-lh.googleusercontent.com/PwdzGfFt-6ym4bFMC-fN-bFLd3rOoWYqALAhuPgHCZhSETRI6dxa-GKFtFOoH7nVVQ', 'https://play-lh.googleusercontent.com/2O-IU_swnKauRke4YGOzPjkR_ULdA5qlmJENmHm-jwDUChf0f2UHi-Szc4kt2hiqY_PP', 'https://play-lh.googleusercontent.com/RVzcID2e8cAR_FAVJE6MLhaWhDRaU58Be0GeE3XSDd_og9OZTnR617ugwOeZ4V4PMdRE', 'https://play-lh.googleusercontent.com/qkWWL516PgfbYsr-s3atEs21ecKpHq8tLNAH3fPsykCzw2Fox5dmTNsdQ45THkU5EZo', 'https://play-lh.googleusercontent.com/xU2_Iaheyc-E4Ser8Jskpm-gO_G6Svz_vAyb2Udp8gcZHKfotUSz60qjJZJ-w4g5Tg'] | null | null | Rated for 3+ | null | false | false | Jan 31, 2022 | 1,686,906,313 | 2.8.0 | ['Great apps, very user friendly and easy to use.. free of charge if you want to transfer your balance to any banks and if you want to save your money wisely, you can budget it using "saku". it helps me to organize my financial plan', 'Simple yet secure', 'Update to a new version, pas dibuka jd force closed kalo bisa pun lama nunggu ke login page. Can you fix it thanks', 'Easy to install and use, super Apps.', 'Easy to use especially for tracking money!! Free monthly administration fees and no minimum balance!!👍 such a good apps and I recommend you to download this!!', 'nice and good banking digital app from BRI. It still needs more improvements. i prefer brimo as primary saving account than this one. hope raya can compete with other digibanks with better improvement one day.', 'This app is very useful in help any payment. Easy to operate, and also no crash. I have no bad experience while using this app', 'Such an easy to use application and very importantly so usefull for transferring. The user interface so simple too', "It's a very useful app for doing banking transactions. I really like the free transfer & high rate for saving in this bank.", 'My device debug, udah unninstall instal ,clear cache tetep ngga bisa', "Generic Digital Bank... Just your typical Digital Bank, nothing special... partnered with BRI (Since it was named BRIagro) so you could use their ATM to cash out (and maybe cash out). But that's about it, lots of feature still missing when compared to other Digital Bank.", 'Mudah install, user friendly', 'This apps are useful in banking payments. Easy to use and user interface this apps is simple but contains completely features', 'Really good application, easy to use and very useful for any payments!', 'Simple UI, its free of charge when you transfer across the bank, thats why i love this app.', 'this app very useful for doing transactions. has simple UI and very easy to operate', 'really good, free monthly administration fees, and no minimum balance', 'desain simple, very useful, user friendly, good experience while using this app, love it', 'this app is very usefull, have a simple design so i can use it really easy and clearly', 'Wow this so good app for banking in most of aspects such as easy to use and interest design', 'Simple design, user friendly, easy to use,, nice!', "it's very useful, easy to use. and have a many good fitur🔥", "It's a tremendous application with various features on it. Suprisingly, it's satisfied me.", 'This app is usefull. No crash and easy to use it. Love it!', 'This apps are useful to any payment, easy to operate, and simple', 'The App is very light and the UI is easy to use.', "attractive display of image and easy application to understand it's part", 'easy to use, gives so much advantage to user, highly recommend.', 'Nice app, simple interface and very easy to use', "Super useful and easy to use, gladly there's no crash", 'Nice app. Simple application and very easy to use.', 'Nice app! Very simple, easy to use, and helpful', 'Woow Simple design and eazy to use..!! Free charge accros bank transfer..', 'best application! Easy to operation and desain look simple', 'great UI, fast and responsive, great app overall', 'This app is very useful and has a simple design that makes it easy to use!', 'Easy to use and good for tracking money !!', 'Simple and easy to use banking app', 'easy to use and simple design', 'Simple UI, Easy to Use, Love it (:'] | id.co.bankraya.apps | https://play.google.com/store/apps/details?id=id.co.bankraya.apps&hl=en&gl=id |
D-Bank Registration | Service Information Summary
A digital application by Danamon that provides you ease of opening bank accounts anytime and anywhere as preferred.
Benefits of Opening Account through D-Bank Registration:
• Account opening process is QUICK, EASY, and CONVENIENCE.
• Attractive Interest Rate.
• Free monthly administration fee.
• Free cash withdrawal fee, online transfer fee, balance information fee*.
• Instantly transaction using D-Bank PRO that come with latest features such as online time deposit placement and cardless withdrawal.
* Maximum 10 times per month through ATM BERSAMA, ALTO and PRIMA network without minimum balance requirement.
Terms of Use
• Download D-Bank Registration app.
• Fill in your personal information as required.
• Upload photo of your e-KTP and selfie with your e-KTP.
• Do information verification through video call or at the nearest Danamon branch.
• Choose the desired debit card retrieval, to be delivered to your address or pick up at the nearest Danamon branch.
• If you have selected the debit card to be delivered, please activate your debit card on D-Bank Registration app upon receiving the card.
Download, register and enjoy the ease.
D-Bank, Quick. Easy. Convenience. Anytime. Anywhere.
Contact Hello Danamon 1-500-090 or visit www.danamon.co.id for more information.
PT Bank Danamon Indonesia Tbk. Registered and supervised by Financial Services Authority. | Service Information Summary<br><br>A digital application by Danamon that provides you ease of opening bank accounts anytime and anywhere as preferred. <br><br>Benefits of Opening Account through D-Bank Registration:<br><br> • Account opening process is QUICK, EASY, and CONVENIENCE.<br> • Attractive Interest Rate.<br> • Free monthly administration fee.<br> • Free cash withdrawal fee, online transfer fee, balance information fee*.<br> • Instantly transaction using D-Bank PRO that come with latest features such as online time deposit placement and cardless withdrawal.<br><br>* Maximum 10 times per month through ATM BERSAMA, ALTO and PRIMA network without minimum balance requirement.<br><br>Terms of Use<br><br> • Download D-Bank Registration app.<br> • Fill in your personal information as required.<br> • Upload photo of your e-KTP and selfie with your e-KTP.<br> • Do information verification through video call or at the nearest Danamon branch.<br> • Choose the desired debit card retrieval, to be delivered to your address or pick up at the nearest Danamon branch. <br> • If you have selected the debit card to be delivered, please activate your debit card on D-Bank Registration app upon receiving the card.<br><br>Download, register and enjoy the ease.<br>D-Bank, Quick. Easy. Convenience. Anytime. Anywhere. <br><br>Contact Hello Danamon 1-500-090 or visit www.danamon.co.id for more information.<br><br>PT Bank Danamon Indonesia Tbk. Registered and supervised by Financial Services Authority. | Digital application by Danamon that provides you ease of opening bank accounts | 1,000,000+ | 1,000,000 | 2,373,143 | 3.645586 | 7,647 | 4,085 | [2044, 292, 392, 513, 4402] | 0 | true | IDR | false | null | null | null | false | null | PT Bank Danamon Indonesia, Tbk. | PT+Bank+Danamon+Indonesia,+Tbk. | mobilebanking.app@danamon.co.id | http://www.danamon.co.id/ | null | https://www.danamon.co.id/en/E-Banking/Personal/D-Bank/Syarat-Ketentuan-D-Bank | Finance | FINANCE | [{'name': 'Finance', 'id': 'FINANCE'}] | https://play-lh.googleusercontent.com/lveOdB-DgeKN3SHHGJx0OxSPBvhLgUOeRW18rW96wTXHPEPGKgLLB4TnwDIZ2m5F1_E | https://play-lh.googleusercontent.com/HMf-p-L8QtIMVnCsacgGKu4CzEWptYuBAiEP_RT8xl2TFQUc81wDnGLwNDt0u-OaSQI | ['https://play-lh.googleusercontent.com/SpaVBnhw09SOKqiLcKnhkCrGMrrjNd-hGy4uf63NuBsBBLNNtXBeasUGZVla_IuU3HI', 'https://play-lh.googleusercontent.com/C5llJlkV39_Q-SdataeZjXi-k2bo3usIFF7XoUynLhTRw2lg-n7OvXaBgLIArC8p60bR', 'https://play-lh.googleusercontent.com/2Eqte-FBTdOXfG_nIDCK0n29OzzKVQ0Jr3_o5u0seOsa3NHIJXoQGAgy1R7A_eCKvw', 'https://play-lh.googleusercontent.com/Mlgz0_a4LagBG3qj-svxWDpv2VUBkmegFmDvRuZD21N7Dn_uJspL62MS_YvbTEigOT4'] | null | null | Rated for 3+ | null | false | false | Apr 11, 2018 | 1,684,517,799 | 2.0.4 | ['I have registered until final step and chosen Verification Video Call, but the Apps keep Crash. I have reinstalled and my internet connection is very stable on 50 Mbps, but it still can not work. I tried to access the link from email, but it says "My device is not supporting for this video call", it is strange because I use Note 10+ and Google Chrome.. I called CS but no solution.. I have registered for Jenius, TMRW, all smooth, nothing like this.', 'I tried D-Bank registration couple times and re-installed again but the things is the apps always crashing all the time on VIDEO CALL verification step. This is not about internet connection, the apps need to fix it ASAP for customer convenience. 1 star for now until I can get verification by VIDEO CALL. Thanks.', 'I downloaded the APP and tried to register. However, I dont have a national ID. (KITAS) Since I work for an international organization, I am issued an ID by the Ministry of Foreign Affairs. The system refuses to verify this ID. I am stuck. How do I open a bank account without having to visit a branch, especially in these days of lock-down.', "Danamon Registration keeps crashing on the verification step (Video Call) Can't proceed the registration, my internet connection is super stable and that shouldn't be an issue. Will add more star after finishing the registration process. 1 star for now.", "Unable to activate the card. I called the customer service and she said that I have to visit branch office. Most importantly IMPOLITE CUSTOMER SERVICE OFFICER!!! I haven't finished talk with her but she disconnected the call. What is the point of creating such online system if customer still have to visit the branch?!", 'This particular app is useless, crashing all the time, must wait for video officer for AGES. And after numerous attempts to get the video confimation completed, the officer MISSPELLED my fullname, which complicated the registration and prompted me to verify offline. Useless app, unprofessional online officer.', "Suddenly cannot login, even after I reinstalled the app I can't login with my credentials. This app sucks... Should just close my account and move to other bank", 'I tried to register but the app crashed and when I re-registered it said my email has been used, try to login with email and pass but it said unmatch and then I used forget password and made new one, still cant log in', 'Very Bad GUI. Confusing app. why so many Danamon apps? Why not one access for all accounts? Why must use different app for credit card and savings account?', 'Im wondering why Danamon needs two different app for banking purposes. Registering and daily banking from different apps, while the other banking app can do it in one app. You guys should hire better app developer.', 'Registration process stuck at video call verification. I waited forever and still cannot go through any customer service officer', 'No, very difficult to registration. Error message when continue regustration of address.', "This is so bad, i try upload my selfie picture...but it's error all the time", 'Bad apps. Too many bugs and need improvements.', 'Trash App. Always crash. Neobank is better than this.', "App always crashes, can't proceed to registration.", 'Worst Apps how many time i do registration they say the system have trouble!!!', 'Easy to use and verify. Thank you', 'Registration fast. After choosing confirmation by video call, automatically I had connected with the CS. Now on awaiting for the arrival of the ATM after 14 days (as the CS said)', 'Good apps....buat rekening jd mudah.... Thanks...', 'Easy to used and good application system.', 'Error on the 1st step of registration.. sangat mengecewakan.', 'Totally useless.. Tidak bisa verifikasi vid call dengan call center', 'This application is easy to used. Keep on improving.', "Secure Apps didn't uploaded Solution's now Feedback help me", 'mantab... so simple and berguna banget', 'CS always on another call.. Suppose to be queue for Video Call.', 'Unable to do online registration/video call', 'super stupid application!!! rating one. Dificult to verify complicated process!!', 'Very nice exactly', 'helpful apps, easy to use', 'Error terus di tahap upload KTP', 'THANKS again for sharing this information on.Contract message from Bangladeshi people', 'Very good apps', 'Cant even register.', 'Aplikasi tdk user friendly', "It's worked..!", 'G,;=7&÷, r,.,,3( ,e as1# 5 vw8u,€&3::, 4, vI ds zo', 'gud enough lah', "can't open"] | com.bank.danamon | https://play.google.com/store/apps/details?id=com.bank.danamon&hl=en&gl=id |
Jago/Jago Syariah digital bank | Jago/Jago Syariah is a digital financial application that offers a practical solution that enables you to spend & save with those closest to you the way you want.
Why use Jago?
- Licensed & supervised by Financial Services Authority (OJK) & also a member of LPS deposit insurance program
- Available in 2 options: Jago & Jago Syariah, a full-featured digital Shariah bank that is simple and safe according to the Wadiah Akad (no interest) and akad Mudharabah (competitive profit sharing)
- Offers deposit for long-term saving with up to 5% interest rate & is flexible to be withdrawn at any time without penalties
- Open a Jago account in minutes via smartphone, with no minimum balance & no need to go to the bank
- Manage spending & saving in one app
- Easily contact Jago 24 hours a day, 7 days a week at 1500 746 / 021 30000746
- Integrated with financial applications such as Bibit, Gobiz, GoPay & more
- Provide QRIS for practical payments
- Withdraw money from any ATM & shop online with Jago Visa / GPN Debit Card
- Quick & affordable money transfer with BI-FAST
- Simple financial records monitoring with financial analysis features
- Plenty of promos for shopping at favorite merchants
One app with many functions!
Open an account & enjoy various activities from your smartphone. Saving money? Possible. Topping up Gopay, investing in stocks with Stockbit, and investing in mutual funds with Bibit? Easy and free! Transfer money? Safe! Pay bills? Just tap!
You are safe with Jago
Your data & money are safe. Access to your account is protected with multi-layer security systems. Logging into the Jago application on your smartphone is protected with biometric methods or a PIN, & each transaction authentication always uses a password.
Safe cash withdrawal at ATMs & shopping worldwide
With a Jago VISA debit card, you can transact easily and safely. The debit card is protected without a CVV, & only you have access to the CVV through the Jago application. We provide both digital & physical debit cards that can be monitored in real-time & you can set the transaction limit. You can create a VISA debit card through the Jago application. Jago GPN Debit Card is also available for offline transactions throughout Indonesia & cash withdrawals at ATMs or EDCs anywhere within the GPN network in Indonesia.
Banking experience with Sharia principles
Transactions with Jago Sharia apply the Wadiah Yad Dhamanah Akad, & saving with Jago Sharia apply the Mudharabah Muthlaqah Akad. You can earn profits according to the agreed profit-sharing ratio.
Paying for things is made easy
Connect your Jago account to Gojek as a payment method. You can also pay using the GoPay QRIS, which is connected to your Jago account as the funding source. Transactions can be made at all QRIS GoPay merchants. You can use your Jago account as a funding source for Gojek services such as GoFood & others.
Save money on transfers with BI-FAST
With BI-FAST, you can send money in real-time, safely, efficiently, & affordably to other banks such as BCA, Mandiri/Livin' by Mandiri, BNI, BRI/Brimo BRI, Bank Syariah Indonesia BSI, Bank Neo Commerce, Seabank, BRI Agro/Raya - Bank Digital, BTPN Jenius, & others.
Jago & GoBiz make managing money effective
Open an account for your business or directly from the GoBiz account. Registering is easy, & you can enjoy no admin fees, 60 wallets in one account, & up to 100 free transfers to other banks.
Get many benefits by upgrading your Jago account
The Jagoan Platinum account offers up to 150 free transfers between banks & e-wallet top-ups, free GoPay top-ups, 10 free ATM withdrawals, free monthly admin fees, and up to 3 Jago Debit VISA physical and digital cards.
Download now!
PT Bank Jago Tbk
Menara BTPN Lt. 46
Jl. Dr. Ide Anak Agung Gde Agung Kav.5.5–5.6
Jakarta Selatan
E-mail: tanya@jago.com
Customer service: 1500746 | Jago/Jago Syariah is a digital financial application that offers a practical solution that enables you to spend & save with those closest to you the way you want.<br><br>Why use Jago?<br><br>- Licensed & supervised by Financial Services Authority (OJK) & also a member of LPS deposit insurance program<br>- Available in 2 options: Jago & Jago Syariah, a full-featured digital Shariah bank that is simple and safe according to the Wadiah Akad (no interest) and akad Mudharabah (competitive profit sharing)<br>- Offers deposit for long-term saving with up to 5% interest rate & is flexible to be withdrawn at any time without penalties<br>- Open a Jago account in minutes via smartphone, with no minimum balance & no need to go to the bank<br>- Manage spending & saving in one app<br>- Easily contact Jago 24 hours a day, 7 days a week at 1500 746 / 021 30000746<br>- Integrated with financial applications such as Bibit, Gobiz, GoPay & more<br>- Provide QRIS for practical payments<br>- Withdraw money from any ATM & shop online with Jago Visa / GPN Debit Card<br>- Quick & affordable money transfer with BI-FAST<br>- Simple financial records monitoring with financial analysis features<br>- Plenty of promos for shopping at favorite merchants<br><br>One app with many functions!<br>Open an account & enjoy various activities from your smartphone. Saving money? Possible. Topping up Gopay, investing in stocks with Stockbit, and investing in mutual funds with Bibit? Easy and free! Transfer money? Safe! Pay bills? Just tap!<br><br>You are safe with Jago<br>Your data & money are safe. Access to your account is protected with multi-layer security systems. Logging into the Jago application on your smartphone is protected with biometric methods or a PIN, & each transaction authentication always uses a password.<br><br>Safe cash withdrawal at ATMs & shopping worldwide<br>With a Jago VISA debit card, you can transact easily and safely. The debit card is protected without a CVV, & only you have access to the CVV through the Jago application. We provide both digital & physical debit cards that can be monitored in real-time & you can set the transaction limit. You can create a VISA debit card through the Jago application. Jago GPN Debit Card is also available for offline transactions throughout Indonesia & cash withdrawals at ATMs or EDCs anywhere within the GPN network in Indonesia.<br><br>Banking experience with Sharia principles<br>Transactions with Jago Sharia apply the Wadiah Yad Dhamanah Akad, & saving with Jago Sharia apply the Mudharabah Muthlaqah Akad. You can earn profits according to the agreed profit-sharing ratio.<br><br>Paying for things is made easy<br>Connect your Jago account to Gojek as a payment method. You can also pay using the GoPay QRIS, which is connected to your Jago account as the funding source. Transactions can be made at all QRIS GoPay merchants. You can use your Jago account as a funding source for Gojek services such as GoFood & others.<br><br>Save money on transfers with BI-FAST<br>With BI-FAST, you can send money in real-time, safely, efficiently, & affordably to other banks such as BCA, Mandiri/Livin' by Mandiri, BNI, BRI/Brimo BRI, Bank Syariah Indonesia BSI, Bank Neo Commerce, Seabank, BRI Agro/Raya - Bank Digital, BTPN Jenius, & others.<br><br>Jago & GoBiz make managing money effective<br>Open an account for your business or directly from the GoBiz account. Registering is easy, & you can enjoy no admin fees, 60 wallets in one account, & up to 100 free transfers to other banks.<br><br>Get many benefits by upgrading your Jago account<br>The Jagoan Platinum account offers up to 150 free transfers between banks & e-wallet top-ups, free GoPay top-ups, 10 free ATM withdrawals, free monthly admin fees, and up to 3 Jago Debit VISA physical and digital cards.<br><br>Download now!<br><br>PT Bank Jago Tbk<br>Menara BTPN Lt. 46<br>Jl. Dr. Ide Anak Agung Gde Agung Kav.5.5–5.6<br>Jakarta Selatan<br>E-mail: tanya@jago.com<br>Customer service: 1500746 | mbanking, savings, qris, manage money, bi-fast, digital wallet & sharia deposit | 5,000,000+ | 5,000,000 | 8,338,724 | 4.705883 | 102,310 | 40,699 | [4326, 1053, 2058, 5499, 89367] | 0 | true | IDR | false | null | null | null | false | null | PT Bank Jago Tbk | PT+Bank+Jago+Tbk | tanya@jago.com | https://jago.com/ | Menara BTPN Lt. 46
Jl. Dr. Ide Anak Agung Gde Agung Kav.5.5 – 5.6
Jakarta Selatan
(021) 50927460 & (021) 50927490 | https://jago.com/privacypolicy | Finance | FINANCE | [{'name': 'Finance', 'id': 'FINANCE'}] | https://play-lh.googleusercontent.com/wmfTSxd2os8fMjeRi4UTTpYFul_9KwuukO9tyByl8iwTnqgZoxZsYdehgRMcB5lLgRc | https://play-lh.googleusercontent.com/n7psyZ-_YKBKxl8zm3dp-cMyQsoU2Rn6q20ssnGehORoUh_OEEXoNYHZuC5diwgOixk | ['https://play-lh.googleusercontent.com/8zPFd2vM6pju9hRLuGetegqaJ8M8-hmdqQlsFLU3VYrKeAxyRLKYOwmJre2u74YtNg', 'https://play-lh.googleusercontent.com/c7rwaJ_OysTyNm5ouJN4Av68iVtnkcY-FneW_T_Ro_eHEzyph3t8P8AtwSC_9mOBHQ', 'https://play-lh.googleusercontent.com/ZOB5X-GZB4fsLkNcMIKaY8LHTraSbecK59JmWLAFKMAIyqVzWlJhQf4Mc2zO57T41R23', 'https://play-lh.googleusercontent.com/rC3mN5SsBRpzHkF0ELj0NdyuNyJvk1etPv1htxWri6aNlto1MmItqp1k2MtiQiPCd18', 'https://play-lh.googleusercontent.com/ljLW_Qz-U1LdBuejSAojQVuySepqEUZM2jfThk0edDQ0cHdn8_ds24BwA59NZz32UQHn', 'https://play-lh.googleusercontent.com/m7fVEX4gjB1A8JzkydCv_hyKsVnCM57llWAn3srGqUGMLEd94GNcmO7DdXIqInMWak4', 'https://play-lh.googleusercontent.com/8Ws31LyiMKwJTyu6-SU0pjC2SA-72kD6bhXT7h30ldImB4UySi7CNb2x3Aof_ljLde8', 'https://play-lh.googleusercontent.com/AuImFgS4aELZDC2qFkZVxbzOM0REcTG8nCB-mAQT1UFVw0FxZ3772HZx4T41IeQfqA'] | https://www.youtube.com/embed/WvRKHXVHfOg?ps=play&vq=large&rel=0&autohide=1&showinfo=0 | https://play-lh.googleusercontent.com/n7psyZ-_YKBKxl8zm3dp-cMyQsoU2Rn6q20ssnGehORoUh_OEEXoNYHZuC5diwgOixk | Rated for 3+ | null | false | false | Apr 13, 2021 | 1,688,456,596 | 8.21.1 | ['"Spend Analysis" feature is really spotty. Occasionally manual adjustments works, but more often than not it doesn\'t work at all. The app /still/ doesn\'t show cents, despite seemingly using them behind-the-scene, leading to a very small difference between the balance shown on the app vs. what you would have if you calculated your transaction manually, as you can only see up to ones and not cents. Every other banking app I used shows cents values, because they value transparency and accuracy.', "This app is the real digital bank. It is easy to use, has a nice design, and it is really helpful for the millenials with its sharing feature. I'm giving four stars because there is still a room for improvement in the pocket feature. Unlike normal transfer where we can give description, unfortunately, this is not the case when we move our money from saving pockets to main pocket. It only has category options. It would be great if description is also added when we choose the category.", "I had to reduce my overall rating to 1. I've been using Jago for almost a year, and one my favorite thing of it is the spend analysis. Even though it mostly put my spending into wrong spending category, it was fine, since I prefer to categorize it manually while reviewing my spending. In the past few weeks, the feature just not work, every time I change transaction category, it will just reset to the previous one after I restart the app. Please fix the bug, then I'll return my 5 star rating. Thx", 'There are several pain points in this application that seem to be no way to turn them off. For example: 1. Every time I opened the app, Jago always wanted to get my feedback, whether it got the categorization right for my recent transactions, I thought this is one or two times thing that Jago will eventually stop asking for my feedback once It learned after I manually categorizing the transaction. 2. The constant pop up telling me the session has ended.', 'The idea of being able to manage pockets is awesome! One issue I\'ve been experiencing lately is the app constantly shows a toast saying "Something went wrong. Let\'s try again". Aside of that, everything work great!', "Please fix the app. It's sooo lagging to move the money, transfer, basically for doing any operation, even when the connection is fine. If there is bank digital that offer pocket feature, I will move on from Jago to be honest. The only thing make me stay is the pocket feature since I have numerous saving/spending sections.", "Level downgraded to the lowest grade though all missions are achieved, unlinking gopay from jago always gets errors, gopay in the pockets page disappeared completely after unlinking the wallet, unable to unlink completely jago from gopay, making the balance and all pockets visible in gopay!, that shouldn't happen because gojek is daily app that can be used by other family members, jago info shouldn't be visible directly from gojek! Some other issues not enough to write it here", 'My pockets cannot be accessed for a few days now. I have contacted the team, but no solution from them. Really bad service and user experience.', 'Frequently crashes. Please fix this issue. I have to uninstall and install it again everytime i wanted to use the app.', '1. Cannot open notification, always says something went wrong, must clear data and relog every time to works again 2. Cannot add Dana ewallet, it says unregistered number', 'Ngelag parah. The app lagging, lagging, and lagging. Phone already have 8GB RAM and only run Jago, but keep lagging, especially when you are about paying with QR in quick.', 'The apps is great. 1 apps for all needs. I satisfy to use this bank apps, so many benefit and free adm transfer/top up ewallet and also already has BI Fast service. I also can separate many kinds of "kantong" following our needs the important thing is Jago has QRIS. Thanks Jago. Maju terus!', 'Had some questionable chats w the CS. They always have a hard time understanding my problems. And they ended up being non-solutive and referred me to the email CS. So I just wasted my time trying to talk to them then? When I shared about this, turns out my friends have had unpleasant (and not solutive) experiences w the CS too', "Phone on root with magisk, Jago is in deny list to keep it safe. But i still can't open it. Hope this will be fixed because I need root to keep my phone working", "I love the convenient pockets feature, extra card security (safer than Jenius with more fine-tuned controls), and option to open a syariah-compliant account, but the app itself is still rough around the edges. I get a lot of repetitive/delayed notifications, and edits to my spending analysis usually don't save on the first try.", 'Almost a year using JAGO, tried multiple digital banks, I personally think JAGO is still the best one so far. Not that long since JAGO added QRIS, but it seems like QRIS format has been evolved, would be great if you add "Customer Presented Mode" to your QR Payment. Other than that I\'m still hoping to have a way to do cardless withdraw and a way to deposit my money without going through third party, oh and PayPal support for Syariah. Overall it\'s a great bank, would recommend.', 'of all the digital banks that I have tried, this bank jago is one of the digital banks that I think is good. I myself say this of course is the reason, the reasons include the user interface or interface display is easy to understand and straightforward, there are no monthly fees and other administrative fees charged like conventional banks, a cardless system which in my opinion is good enough, as well as partnerships with online stores and other digital wallets and the QRIS system.', 'blocked my card without any acceptable reason. it said "i have a failed subscription" when i definitely don\'t. the only failed transaction was a week ago and it\'s not even a subscription. if your bank really cares and is secure, you would\'ve blocked the card immediately, not a week after. requires me to add some balance to reactivate the card, and when i asked what would they do with the fund, they didn\'t answer. don\'t even ask me to contact Tanya Jago because I DID and they DIDN\'T HELP.', 'I have just installed the new update less than 10 mins ago. I find it really buggy as it now takes forever to transfer money', 'This banking app has made managing my finances so much easier! I can quickly check my account balance and transfer money with just a few clicks', "Hmmm I can't open Jago now. I'm using Android 13 and marked my phone as rooted (I didn't even root this phone). Please fix the issue and I will change back to 5 stars.", "Overall it's a good app, the interface has improved but can be buggy at times. However, the customer service is quite bad, if we discover an account is actually a scam account, Jago won't temporarily suspend the account without letter from police officer. To me, Jago seems willing to protect those scams and had little commitment toward cyber crime, no matter how strong the proof are", 'UI/UX arguably one of the best, the pocket system great to manage ur finance, the deposito sharia is just few tap away. The problem is, when I reach platinum member, I cant see the benefit detail, It just plain blank page Update : Jago customer service just called me to let me know that they will fix the bug in next update. They could just ask more detail via email, but they called me instead, To think they would called and make sure nothing wrong with my account is mind blowing. Good Job', "i was in silver level, but the physical card are a pain in the a** to use. everything's already perfect.", "I've been using this app for over 1 year now. Love the spend analysis and the pocket so i can distribute my money. Never have huge problem until yesterday, i send money to different bank account, for almost 24hr my money did not send successfully, it said still ON PROGRESS. Why it take so much time to send money? After i contact the staff, they said to wait for another 1x24. Huh, already lost my patience and my money didn't even back yet! So 1 star for me.", "Akhir2 ini banyak masalah yang merugikan pemakai (some are compensated by Jago but some are not) Wil not use the app/service for a while, time to check competitor's product..", 'Good service so far. Please add a feature to add notes on a transaction or add an ability to create custom categories.', "It's well integrated to other apps like Gopay, Stockbit, and Bibit. And their saving account interest rate are way higher compared to conventional bank.", "I can divide my money into different pockets. That's great! However when I start to divide them into the pocket, the app will become slow. I need to restart and kill the app when I try to distribute my money into the pocket :(", 'Just great. responsive and versatile app. and no need face confirmation during registration.', "Cannot take selfies when creating account. Seems like the app can't recognize my front camera. Fix this and I will update the rating", "Can't make a Digital VCC, I don't know why tho it's stuck. Please fix it. My connection is good.", 'Jago successfully giving a really great experience about digital banking. But, I think Jago needs improvement to make it really easy when we are going to pay with QRIS. QRIS is a common payment method in Indonesia and Bank Jago until now still not provide this kind of service. Well, the current solution is transfer our balance to Gopay, but I think it can be more flexible with just doing this all activity in Jago app.', "It's such nuisance whenever I accidentally swipe back, the app just closes like that, it's not secure.", "Tried several digital banking apps but this one's my fave! Great design & love the pocket system, esp. shared pocket 😍", 'functions well, the UI is quite good.', 'great apps.. imho, QRIS must be shown at Payment option or center of Home to make it easier to use. well done Jago team🤩', 'So lagging for updating my money, although the mutation was written. It was risk when I want to use it for buy food and beverages', "App keeps getting heavier. You will probably end up like other bank in near future if you can't fix it", 'Great app. Feature suggestion: add the ability to add widget to phone home screen to pay by QR (neobank has this feature)'] | com.jago.digitalBanking | https://play.google.com/store/apps/details?id=com.jago.digitalBanking&hl=en&gl=id |
End of preview.
Dataset Card for Dataset Name
Dataset Summary
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Supported Tasks and Leaderboards
[More Information Needed]
Languages
[More Information Needed]
Dataset Structure
Data Instances
[More Information Needed]
Data Fields
[More Information Needed]
Data Splits
[More Information Needed]
Dataset Creation
Curation Rationale
[More Information Needed]
Source Data
Initial Data Collection and Normalization
[More Information Needed]
Who are the source language producers?
[More Information Needed]
Annotations
Annotation process
[More Information Needed]
Who are the annotators?
[More Information Needed]
Personal and Sensitive Information
[More Information Needed]
Considerations for Using the Data
Social Impact of Dataset
[More Information Needed]
Discussion of Biases
[More Information Needed]
Other Known Limitations
[More Information Needed]
Additional Information
Dataset Curators
[More Information Needed]
Licensing Information
[More Information Needed]
Citation Information
[More Information Needed]
Contributions
[More Information Needed]
- Downloads last month
- 6