top up single account
Using personal identification numbers (PIN) to charge or load up an account can be used for cashcards and/or callingcards. In both cases we’re checking every single PIN on validity and affiliation. You just need to request the given PIN and the api will response with the success state.
Request POST http://login.42call.com/api/rest/v2/?topup
POST data:
{ "pin": "123456" }
Request Headers:
Connection: keep-alive x-date: 2014-02-20 17:34:00.000000 GMT+0000 x-authorization: demo:wjZGsoP5yejpksp/ofqlwEOjom8= Content-Type: application/x-www-form-urlencoded Content-Length: 25 Host: login.42call.com
Response body:
{ "error": true, "codes": [ { "code": 1200, "description": "Personal Identification Number Not Valid" } ], "body": [] }