Hi,
I'm getting the following when requesting a verification code (tried both on a Twilio US number and my AU number).
code: 402, response: '<html>\n' + '<head>\n' + '<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>\n' + '<title>Error 402 Payment Required</title>\n' + '</head>\n' + '<body><h2>HTTP ERROR 402 Payment Required</h2>\n' + '<table>\n' + '<tr><th>URI:</th><td>/v1/accounts/sms/code/<THE NUMBER></td></tr>\n' + '<tr><th>STATUS:</th><td>402</td></tr>\n' + '<tr><th>MESSAGE:</th><td>Payment Required</td></tr>\n' + '<tr><th>SERVLET:</th><td>jersey</td></tr>\n' + '</table>\n' + '\n' + '</body>\n' + '</html>\n' }
To my understand, the Signal API is free to use. Any idea what could be causing this?
Thanks
Hi,
I'm getting the following when requesting a verification code (tried both on a Twilio US number and my AU number).
code: 402, response: '<html>\n' + '<head>\n' + '<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>\n' + '<title>Error 402 Payment Required</title>\n' + '</head>\n' + '<body><h2>HTTP ERROR 402 Payment Required</h2>\n' + '<table>\n' + '<tr><th>URI:</th><td>/v1/accounts/sms/code/<THE NUMBER></td></tr>\n' + '<tr><th>STATUS:</th><td>402</td></tr>\n' + '<tr><th>MESSAGE:</th><td>Payment Required</td></tr>\n' + '<tr><th>SERVLET:</th><td>jersey</td></tr>\n' + '</table>\n' + '\n' + '</body>\n' + '</html>\n' }To my understand, the Signal API is free to use. Any idea what could be causing this?
Thanks