Get recipients summary
Returns a summary of merchant recipient
URI
GET
https://api.tryduplo.com/v1/recipients/summary?business_id={business_id}
Parameters
Header
Authorization
string
set value to Bearer SECRET_KEY
Query Param
business_id
string
required
Business ID
Sample request
curl --location --request GET 'https://api.tryduplo.com/v1/recipients/summary?business_id=986a67-b306-4642-87aa-99ba512b2601' \
--header 'Authorization: Bearer dp_live_856879df3e6ecdb14a918e24bba6d480e0564a4eabfdba938fc23b820ac905e54bac25a71dbcdef66c97b8c72ca6cf03a576857261f2f16f5335ca5024620b14268823a7d78922cfdd97cefc61050139fd92a7a0c5840e016050552ccadbbec642d2ff8d35a09225c7ec4fd1e347b'
Duplo Response
{
"data": {
"total_number_of_payouts": 14,
"total_payout_sum": 2680.45,
"total_payout_recipients": 2
},
"errors": {},
"message": "Recipient summary data fetched successfully"
}
Last updated
Was this helpful?