Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mtbank] Создаются две транзакции при снятии в чужом банкомате #328

Closed
alparo opened this issue Jun 2, 2019 · 3 comments

Comments

@alparo
Copy link

alparo commented Jun 2, 2019

Если снять деньги в банкомате другого банка, то создаются две транзакции. Одна из них распознаётся как перевод 0.25р с карты в 10р на кошелёк. Если её вручную исправить, то после следующей синхронизации она возвращается обратно в неправильный перевод.
Должны же создаваться две транщакции: перевод с карты в кошелёк 10р и транзакция с категорией Комиссия на 0.25р.

             { amount: '10.00',
               balance: '78.07',
               cardPan: '535104**********',
               curr: 'BYN',
               debitFlag: '0',
               description: 'Снятие наличных с карты банка в устройстве стороннего банка',
               error: null,
               operationDate: '2019-06-03',
               orderStatus: null,
               place: 'SHOP "MARTINFUD" BR.51',
               country: null,
               city: null,
               status: 'T',
               transAmount: '10.00',
               transDate: '2019-05-30 17:26:33',
               mcc: '6011',
               transactionId: '82515673',
               rrn: '915017611211',
               approvalCode: '055758' },
             { amount: '10.00',
               balance: '77.82',
               cardPan: '535104**********',
               curr: 'BYN',
               debitFlag: '0',
               description: 'Комиссия за снятие наличных в чужих ATM',
               error: null,
               operationDate: '2019-06-03',
               orderStatus: null,
               place: 'SHOP "MARTINFUD" BR.51',
               country: null,
               city: null,
               status: 'T',
               transAmount: '0.25',
               transDate: '2019-05-30 17:26:33',
               mcc: '6011',
               transactionId: '82515838',
               rrn: '915017611211',
               approvalCode: '055758' },
@vetheslav
Copy link
Contributor

@alparo этот json сломан, можешь прислать корректный?

@alparo
Copy link
Author

alparo commented Jun 2, 2019

@vetheslav откорректировал первый пост.

@vetheslav
Copy link
Contributor

@alparo фикс здесь: #329
Спасибо!

@alparo alparo closed this as completed Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants