Live data from Hacker News

Stripe Integration for Twilio Pay

stripe.com

31–32 of 32 posts

Re: Stripe Integration for Twilio Pay

#31
post #30

I don't completely understand how they do this without exposing the DTMF tones / digits pressed to the carriers. For example, when I key in my card number, my phone carrier will know it, the routing carriers know it before it reaches Twilio. How is my card information safe? I guess I'm missing something here.

Not really sure how these things work so this is an honest question: Why would they be receiving the tones once the connection is made? Isn't it the same as me just whistling at particular frequencies? I didn't think it was sent in a different manner. Or do you mean it goes through the carrier just like if you spoke your card number over the phone to someone?

AFAIK, there are two ways in which the tones can be sent.

1. In the regular audio stream (AKA in-band) so anyone who can listen to the phone call, can also listen to these tones. These tones can be mapped to the digits pressed.

2. In a separate RTP payload (AKA out-of-band) so not everyone can read / listen to this stream of signals / tones. RFC 4733 (earlier it was RFC 2833) specifies the format of this RTP payload. This is what the payment via phone systems might be using.

There is a secure RTP with encryption support, but I am not sure if it can be implemented end-to-end to avoid anyone in middle (not a man-in-middle attacker, but a genuine carrier / network) to see these DTMFs. Just unable to imagine how this works :)

Re: Stripe Integration for Twilio Pay

#32

Does Stripe have payment links like Razorpay [1] ? [1] https://razorpay.com/payment-links/

Might as well jump in here - founder of Trolley [1] which lets you put a payment button on any website, which triggers a Stripe-powered shopping popup.

[1] - https://trolley.link

Post reply on HN