Skip to main content

Request Parameters

The following fields are required to retrieve a specific beneficiary:
  • type (Object, Required): Specifies the type of the request object.
  • after (String, Required): A cursor indicating the starting point for pagination.
  • before (String, Required): A cursor indicating the ending point for pagination.
  • limit (Integer, Required): The maximum number of records to return in the response.
  • user_id (String, Required): The unique identifier of the user associated with the beneficiary.
  • account_id (String, Required): The unique identifier of the account associated with the beneficiary.

Initialization

To retrieve a specific beneficiary, ensure all required fields are included in the request.
Sample Response

Notes

  • Ensure the after and before cursors are correctly formatted to avoid pagination errors.
  • The limit value must be a positive integer and should not exceed the system’s maximum allowed limit.
  • The user_id and account_id must correspond to valid and existing records in the system.
  • The response includes detailed information about the beneficiary, such as account details, bank information, and associated metadata.