Phriction DatingVIP Public Payment Application Project API Documentation processor.accounts History Version 2 vs 3
Version 2 vs 3
Version 2 vs 3
Content Changes
Content Changes
== processor.accounts ==
==== Description ====
Retrieve accounts information on specified payment processor
==== Input Parameters ====
<table>
<tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr>
<tr><td>pp_type</td><td>mixed (string|array)</td><td>no</td><td>Show only accounts for specified payment processor</td></tr>
</table>
==== Return ====
<table>
<tr><th>Name</th><th>Type</th><th>Description</th></tr>
<tr><td>result</td><td>array</td><td>Result array with data</td></tr>
</table>
==== Usage Example ====
```
<?php
require_once "curl_http_client/curl_http_client.php";
$curl = new Curl_HTTP_Client();
//setup payment url and timeout
$payment_url = 'https://dev-payment.datingvip.com';
$timeout = 30;
//generate post data
$post_data = array
(
'token' => 'some-token',
'password' => '130d04b80a4196857e47b254ebfbb53f',
'command' => 'processor.accounts',
'data' => array('pp_type' => 'rg')
);
$response = $curl->send_post_data($payment_url, $post_data, null, $timeout);
if($response === false)
{
//handle errors
}
//decode json to get array
$response = json_decode($response, true);
var_dump($response);
```
Excepted output after running this script should be:
```
array (size=9)
'code' => int 700
'status' => string 'Action completed succesfully' (length=28)
'command' => string 'processor.accounts' (length=18)
'result' =>
array (size=1)
'RG' =>
array (size=1)
0 =>
array (size=3)
'ppac_id' => string '74' (length=2)
'name' => string 'Rocket Gate - Online Connections' (length=32)
'pp_type' => string 'RG' (length=2)
'request' =>
array (size=4)
'token' => string 'some-token' (length=10)
'password' => string '130d04b80a4196857e47b254ebfbb53f' (length=32)
'command' => string 'processor.accounts' (length=18)
'data' =>
array (size=1)
'pp_type' => string 'rg' (length=2)
'ts' => int 1399911597
'origin_ip' => boolean false
'debug' => null
'errors' => null
```
== processor.accounts ==
==== Description ====
Retrieve accounts information on specified payment processor
==== Input Parameters ====
<table>
<tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr>
<tr><td>pp_type</td><td>mixed (string|array)</td><td>no</td><td>Show only accounts for specified payment processor</td></tr>
</table>
==== Return ====
<table>
<tr><th>Name</th><th>Type</th><th>Description</th></tr>
<tr><td>result</td><td>array</td><td>Result array with data</td></tr>
</table>
==== Usage Example ====
```
<?php
$curl = new \Dinke\CurlHttpClient;
//setup payment url and timeout
$payment_url = 'https://dev-payment.datingvip.com/api.json';
$timeout = 30;
$curl->setCredentials('some-token', 'some-pass');
$post_data = array(
'cmd' => 'processor.accounts',
'data' => array('pp_type' => 'rg')
);
$response = $curl->sendPostData($payment_url, $post_data, null, $timeout);
if($response === false)
{
//handle errors
}
//decode json to get array
$response = json_decode($response, true);
var_dump($response);
```
Excepted output after running this script should be:
```
array (size=1)
'result' =>
array (size=8)
'code' => int 700
'status' => string 'Action completed succesfully' (length=28)
'command' => string 'processor.accounts' (length=18)
'result' =>
array (size=1)
'RG' =>
array (size=1)
0 =>
array (size=3)
'ppac_id' => string '109' (length=3)
'name' => string 'RG' (length=2)
'pp_type' => string 'Rocket Gate - DatingBackend' (length=27)
'request' =>
array (size=4)
'cmd' => string 'processor.accounts' (length=18)
'data' =>
array (size=1)
'pp_type' => string 'rg' (length=2)
'token' => string 'some-token' (length=26)
'pass' => string 'some-pass' (length=32)
'ts' => int 1429561629
'origin_ip' => string '93.87.220.184' (length=13)
'errors' => null
```
== processor.accounts ==
==== Description ====
Retrieve accounts information on specified payment processor
==== Input Parameters ====
<table>
<tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th></tr>
<tr><td>pp_type</td><td>mixed (string|array)</td><td>no</td><td>Show only accounts for specified payment processor</td></tr>
</table>
==== Return ====
<table>
<tr><th>Name</th><th>Type</th><th>Description</th></tr>
<tr><td>result</td><td>array</td><td>Result array with data</td></tr>
</table>
==== Usage Example ====
```
<?php
require_once "$curl_http_client/curl_http_client.php";
$curl = new = new \Dinke\Curl_HTTP_HttpClient();;
//setup payment url and timeout
$payment_url = 'https://dev-payment.datingvip.com/api.json';
$timeout = 30;
//generate post data
$post_data = array
(
'$curl->setCredentials('some-token' =>, 'some-token',
'password' => '130d04b80a4196857e47b254ebfbb53f',');
$post_data = array(
'comman'cmd' => 'processor.accounts',
'data' => array('pp_type' => 'rg')
);
$response = $curl->send_post_dPostData($payment_url, $post_data, null, $timeout);
if($response === false)
{
//handle errors
}
//decode json to get array
$response = json_decode($response, true);
var_dump($response);
```
Excepted output after running this script should be:
```
array (size=91)
'result' =>
array (size=8)
'code' => int 700
'status' => string 'Action completed succesfully' (length=28)
'command' => string 'processor.accounts' (length=18)
'result' =>
array (size=1)
'RG' =>
array (size=1)
0 =>
array (size=3)
'ppac_id' => string '74109' (length=23)
'name' => string 'Rocket Gate - Online ConnectionsG' (length=322)
'pp_type' => string 'RGocket Gate - DatingBackend' (length=27)
'request' =>
array (size=4)
'token' => string 'some-token' (length=10)
'password' => string '130d04b80a4196857e47b254ebfbb53f' (length=32)
'comman 'cmd' => string 'processor.accounts' (length=18)
'data' =>
array (size=1)
'pp_type' => string 'rg' (length=2)
'ts 'token' => int 1399911597string 'some-token' (length=26)
'origin_ip 'pass' => boolean falsestring 'some-pass' (length=32)
'debug 'ts' => nullint 1429561629
'origin_ip' => string '93.87.220.184' (length=13)
'errors' => null
```