What about charging ?

What about charging ? SearchSearch
Author Message
Rodionov
Posted on Wednesday, August 13, 2003 - 11:58 am:   

Can the NowSMS generate the CDR and/or support different format for prepaid users charging ?
Bryce Norwood - NowSMS Support
Posted on Thursday, September 04, 2003 - 03:24 pm:   

Hi Rodionov,

Every time an MMS message is sent, we can generate an HTTP callback with information about the message. You simply need to provide an HTTP script that receives this callback and interfaces in with your billing/accounting system.

The callback interface is documented here: http://www.nowsms.com/support/bulletins/tb-nowsms-001.htm

In addition to recording charging information about the event, the callback interface has a "pre-auth" callback before it accepts a message to be sent, and your HTTP script can deny the action if the user is out of credits.

-bn