Credits available

Credits available SearchSearch
Author Message
Jose Rodrigues
New member
Username: Joserf

Post Number: 2
Registered: 04-2015
Posted on Friday, April 03, 2015 - 03:53 am:   

Hello, in my php application, I would like to make available the amount of credits available to the client, it is possible? I found nothing in the forum, need a lot of it.

tks
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 5249
Registered: 08-2008
Posted on Friday, April 03, 2015 - 04:56 pm:   

Hi Jose,

There is an AdminAction=CreditCheck provisioning request that can return this.

See http://www.nowsms.com/doc/advanced-configuration-settings/provisioning-sms-and-m msc-user-accounts-via-http

Short example:

http://xxxxx:8800/provision?user=adminuser&password=adminpass&type=sms&adminacti on=creditcheck&name=usertocheck

returns

OK
Credits=#####

I also found an alternative solution here:

http://support.nowsms.com/discus/messages/1/70910.html


--
Des
NowSMS Support
Jose Rodrigues
New member
Username: Joserf

Post Number: 3
Registered: 04-2015
Posted on Friday, April 03, 2015 - 05:07 pm:   

tks