Get Beneficiary History
Use this API to fetch the transaction history for a particular beneficiary and for a desired period of time.
URL
https://merchant.payervault.com/payout-api/beneHistory?beneId={beneId}
Replace {beneId} with the unique beneId of the beneficiary.
Query Params
beneId string required
The unique beneId passed in the request during the creation of the beneficiary
Example
__URL__/beneHistory?beneId=JohnDoe_1234
HEADERS
X-Client-Id : | YOUR_CLIENT_ID |
---|---|
X-Client-Secret : | YOUR_CLIENT_SECRET |