D
D
Dmitry2020-08-12 16:34:10
Mobile development
Dmitry, 2020-08-12 16:34:10

What pitfalls can arise when writing an application in React Native that works with bank cards?

It is supposed to be an application that stores bank card data and can work with NFC.
Is it possible to refuse the publication of such an application in the markets and for what reasons?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Alexandrovich, 2020-08-12
@lSnow

depending on how you store them. It is forbidden to store card data on the phone. You can store the card id, the last 4 digits of the card number and the owner's name. even when working with a card, you do not use this data, but generate a special token by which the bank understands what kind of card, etc. To clarify the information, you need to look at the documentation of the bank with which you are going to make a payment.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question