Allow receiver and SubAccount wallet verification before initializing wallet to wallet chimoney transfer in API docs.
- [ ] Verify the origin and destination accounts if they exist in the chimoney database before initializing a wallet to wallet payments. This prevents money transfer to unauthorized accounts.
Hi @louis103 , do you mean how to guide?
No, I meant like have a way to verify if the sender and receiver are valid in the database so as to prevent unauthorized transactions.
On Sat, Oct 7, 2023, 23:19 Lymah123 @.***> wrote:
Hi @louis103 https://github.com/louis103 , do you mean how to guide?
— Reply to this email directly, view it on GitHub https://github.com/Chimoney/chimoney-community-projects/issues/182#issuecomment-1751809910, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO6VB5NZ2XWKQFFGQDISRXLX6G2OVAVCNFSM6AAAAAA5W2NI2OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJRHAYDSOJRGA . You are receiving this because you were mentioned.Message ID: @.***>
Okay.
If you are good in API development then it will be easier to work on. Just a simple code to check if the sender and receiver accounts exist on the database before any new transaction.
On Sat, Oct 7, 2023, 23:41 Lymah123 @.***> wrote:
Is it beginner friendly? @louis103 https://github.com/louis103
— Reply to this email directly, view it on GitHub https://github.com/Chimoney/chimoney-community-projects/issues/182#issuecomment-1751813845, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO6VB5NQLSUOLUZQ5TT75SLX6G5AJAVCNFSM6AAAAAA5W2NI2OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJRHAYTGOBUGU . You are receiving this because you were mentioned.Message ID: @.***>
Okay, I would like to give it a try.
Can I message you anytime incase I need some clarity?
Yes, of course you can.
On Sun, Oct 8, 2023, 14:46 Lymah123 @.***> wrote:
Okay, I would like to give it a try.
Can I message you anytime incase I need some clarity?
— Reply to this email directly, view it on GitHub https://github.com/Chimoney/chimoney-community-projects/issues/182#issuecomment-1752007205, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO6VB5K2QSBEQLLQ7G6RE3TX6KHCPAVCNFSM6AAAAAA5W2NI2OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJSGAYDOMRQGU . You are receiving this because you were mentioned.Message ID: @.***>
Sorry, I think someone had already volunteered to take on this task. From our previous conversation.
On Mon, Oct 9, 2023, 15:18 Phyllis Atieno @.***> wrote:
Assigned #182 https://github.com/Chimoney/chimoney-community-projects/issues/182 to @louis103 https://github.com/louis103.
— Reply to this email directly, view it on GitHub https://github.com/Chimoney/chimoney-community-projects/issues/182#event-10590529567, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO6VB5JX45SGKUUYO3JP67DX6PTQRAVCNFSM6AAAAAA5W2NI2OVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJQGU4TANJSHE2TMNY . You are receiving this because you were assigned.Message ID: <Chimoney/chimoney-community-projects/issue/182/issue_event/10590529567@ github.com>
@louis103 , you can proceed with the task.
Ok, I will proceed with it.
On Mon, Oct 9, 2023, 16:45 Lymah123 @.***> wrote:
@louis103 https://github.com/louis103 , you can proceed with the task.
— Reply to this email directly, view it on GitHub https://github.com/Chimoney/chimoney-community-projects/issues/182#issuecomment-1753045105, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO6VB5OFP5G2XFF2ZVNLHZ3X6P5V7AVCNFSM6AAAAAA5W2NI2OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJTGA2DKMJQGU . You are receiving this because you were mentioned.Message ID: @.***>
Hi we handle this in our api. If sub account id isn’t valid, the transfer fails. Let me know if there’s something I’m missing