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.
after
and before
cursors are correctly formatted to avoid pagination errors.
limit
value must be a positive integer and should not exceed the system’s maximum allowed limit.
user_id
and account_id
must correspond to valid and existing records in the system.