Question: transfer money, accept in app?
phips28 opened this issue · 1 comments
phips28 commented
Hi,
great work with this module.
One question: Do I have to accept a transfer in the app after I create one via the API?
PierrickP commented
Thanks.
Sadly it's currently not possible.
To certify transaction (accept transfer) , we need 2 things:
- pair "device" (or server, app,..)
- Return decrypted challenge
Pairing something other than phone is not a big deal, we just need an RSA keys couple (1978e95)
But for certification, the encrypted challenge is send by push notification (wip on a45a248)
I haven't yet found a solution :(