Introduction

Cha-ching was original conceptualized at a Mastercard Hackathon for addressing simplified payments through a keyboard shortcut across all messaging platforms (iMessage, Facebook Message, What's app, Email). Similiar to Slash, the user will access the keyboard by clicking on the iOS globe button and then inputting the dollar amount to send to the receiver through the chat window. The sent link is a serialized tag tied to the transfer which the receiptant opens. This link is a "deep-link" that can open to several options: either a link to install the app or a link to quickly accept the payment through a web portal. The value proposition of this app is user can pay quickly through any messaging platform and with any payment gateway (Paypal, Venmo, regular ACH).

<Diagram Here>

Messaging Platform

Cha-ching has the capacity to send over any platform because the infrastructure lives inside the keyboard and is not a separate app. This allows the user to use the keyboard within iMessage, What's app, Gchat, WeChat and not have install a seperate application each time. The keyboard also allows users to send a payment without having to leave the context of the conversation, open another app, login and punch in the numbers to make the payment. The advantage is the ability to make a payment within the keyboard itself. The serialized tag that is sent is picked up from the recipient which will accept the payment if the recipient has the app installed or allow them to accept the payment through a web portal.

dia2.png

dia6.jpg

Payment Gateways

Venmo, Paypal and Banks are all supported as methods of transfer in Cha-ching. Users can connect through their preferred payment solution and make payments to the receipent with a different payment login. This is done through the hawala payment eco-structure. Cha-ching acts as a broker and holding account for each respective payment solution. User A using Venmo will "SEND" to Cha-ching Venmo account. User B is using Paypal will "ACCEPT" from Cha-ching Paypal account. To the User A and User B, the logical flow is straight forward. In terms of where the physical money resides, they lie in each respective holding account credited and debited each account.

dia3.png

Common Flow - Web

Send

http://localhost:5000/send

dia4.png

Receive

http://localhost:5000/accept?tag_id=1234FF

dia5.png

Resources

Awards