Get recipients summary
Returns a summary of merchant recipient
Last updated
Returns a summary of merchant recipient
Last updated
GET
https://api.tryduplo.com/v1/recipients/summary?business_id={business_id}
curl --location --request GET 'https://api.tryduplo.com/v1/recipients/summary?business_id=986a67-b306-4642-87aa-99ba512b2601' \
--header 'Authorization: Bearer dp_live_856879df3e6ecdb14a918e24bba6d480e0564a4eabfdba938fc23b820ac905e54bac25a71dbcdef66c97b8c72ca6cf03a576857261f2f16f5335ca5024620b14268823a7d78922cfdd97cefc61050139fd92a7a0c5840e016050552ccadbbec642d2ff8d35a09225c7ec4fd1e347b'
var axios = require('axios');
var config = {
method: 'get',
url: 'https://api.tryduplo.com/v1/recipients/summary?business_id=986acd67-b306-4642-87aa-99b2b2601',
headers: {
'Authorization': 'Bearer dp_live_856879df3e6ecdb14a918e24bba6d480e0564a4eabfdba938fc23b820ac905e54bac25a71dbcdef66c97b8c72ca7e176857261f2f16f5335ca5024620b14268823a7d78922cfdd97cefc61050139fd92a7a0c5840e016050552ccadbbec642d2ff8d35a09225c7ec4fd1e347b'
}
};
axios(config)
.then(function (response) {
console.log(JSON.stringify(response.data));
})
.catch(function (error) {
console.log(error);
});
<?php
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://api.tryduplo.com/v1/recipients/summary?business_id=986acd67-b306-4642-87aa-99bab2601',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
CURLOPT_HTTPHEADER => array(
'Authorization: Bearer dp_live_856879df3e6ecdb14a918e24bba6d480e0564a4eabfdba938fc23b820ac905e54bac25a71dbcdef66c97b8c72ca7e16cf03a576857261f2f16f5335ca5024620b14268823a7d78922cfdd97cefc61050139fd92a70e016050552ccadbbec642d2ff8d35a09225c7ec4fd1e347b'
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
{
"data": {
"total_number_of_payouts": 14,
"total_payout_sum": 2680.45,
"total_payout_recipients": 2
},
"errors": {},
"message": "Recipient summary data fetched successfully"
}
Authorization
string
set value to Bearer SECRET_KEY
business_id
string
required
Business ID