Get Beneficiary History

Use this API to fetch the transaction history for a particular beneficiary and for a desired period of time.

📘

Note:

  1. This API is rate-limited, it supports 100 requests per minute.
  2. It supports pagination. Use page parameters to display the next pages.

Response Codes

Sub CodeStatusMessage
200SUCCESSData retrieved successfully.
403ERRORToken is invalid.
403ERRORAPIs not enabled. Please reach out to [email protected]
405ERRORInvalid request URL or HTTP method.
422ERRORRequested date range is invalid.
422ERRORPage value should be minimum 1.
422ERRORPlease provide a valid Beneficiary Id.
429ERRORToo many requests.
520ERRORUnknown error occurred.
Language