groupPayoutRestrictionsInfo
Gets values indicating if the specified group can use payout features.
Parameters
Name | Type | Description |
---|---|---|
groupId | Identifier | The id of the group. |
Example
const { data: payoutRestrictions } = await ClassicGroupsApi.groupPayoutRestrictionsInfo({ groupId: 5850082 });
Example Data
{ canUseRecurringPayout: true, canUseOneTimePayout: true }
Endpoint
GET /v1/groups/{groupId}/payout-restriction