Fetch Beneficiary
Retrieve a Specific Beneficiary
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
andbefore
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
andaccount_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.