Phriction DatingVIP Public Payment Application Project API Documentation transaction.lastid History Version 1 vs 3
Version 1 vs 3
Version 1 vs 3
Content Changes
Content Changes
== transaction.lastid ==
==== Description ====
Get last ID of the transactions
==== Input Parameters ====
None
==== 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://payment.datingvip.dev';
$timeout = 30;
//generate post data
$post_data = array
(
'token' => 'some-token',
'password' => '130d04b80a4196857e47b254ebfbb53f',
'command' => 'transaction.lastid',
'data' => array()
);
$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 'transaction.lastid' (length=18)
'result' =>
array (size=1)
'tran_id' => string '3' (length=1)
'request' =>
array (size=3)
'token' => string 'some-token' (length=30)
'password' => string '130d04b80a4196857e47b254ebfbb53f' (length=32)
'command' => string 'transaction.lastid' (length=18)
'ts' => int 1399919356
'origin_ip' => boolean false
'debug' => null
'errors' => null
```
== transaction.lastid DEPRECATED ==
==== Description ====
DEPRECATED: will be removed soon (not in use)
Get last ID of the transactions
==== Input Parameters ====
None
==== 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' => 'transaction.lastid',
'data' => array()
);
$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 'transaction.lastid' (length=18)
'result' =>
array (size=1)
'tran_id' => string '2000' (length=4)
'request' =>
array (size=3)
'cmd' => string 'transaction.lastid' (length=18)
'token' => string 'some-token' (length=26)
'pass' => string 'some-pass' (length=32)
'ts' => int 1429563530
'origin_ip' => string '93.87.220.184' (length=13)
'errors' => null
```
== transaction.lastid DEPRECATED ==
==== Description ====
DEPRECATED: will be removed soon (not in use)
Get last ID of the transactions
==== Input Parameters ====
None
==== 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.dev';com/api.json';
$timeout = 30;
//generate post data
$post_data = array
(
'$curl->setCredentials('some-token' =>, 'some-token',
'password' => '130d04b80a4196857e47b254ebfbb53f',');
$post_data = array(
'comman'cmd' => 'transaction.lastid',
'data' => array()
);
$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 'transaction.lastid' (length=18)
'result' =>
array (size=1)
'tran_id' => string '32000' (length=14)
'request' =>
array (size=3)
'token 'cmd' => string 'some-tokentransaction.lastid' (length=3018)
'password 'token' => string '130d04b80a4196857e47b254ebfbb53fsome-token' (length=3226)
'command 'pass' => string 'transaction.lastidsome-pass' (length=1832)
'ts' => int 1399919356
'origin_ip' => boolean false429563530
'debug 'origin_ip' => nullstring '93.87.220.184' (length=13)
'errors' => null
```