PlatformStoreTypeAssociationDetailsDto
disable_billing_plansbooleanRequired
When true, billing plans are disabled for this platform/store type combination.
display_disclaimersbooleanRequired
When true, legal or compliance disclaimers should be displayed to the end user.
full_external_managementbooleanRequired
Whether the management hides some PayNow UI
platform_idFlakeIdRequired
store_platformstringRequired
The store platform identifier string (e.g. "rust", "minecraft").
associated_platformPublicPlatformDtoOptional
accent_colorstringRequired
business_namestringRequired
capabilitiesenum[]Required
Possible enum values
invalidconnected_users
country_codestringRequired
created_atstringRequired
descriptionstringRequired
idFlakeIdRequired
logo_urlstringRequired
namestringRequired
slugstringRequired
typeenumRequired
Possible enum values
invalidmarketplacestore_platformother
website_urlstringRequired
disabled_atstringOptional
updated_atstringOptional
connected_platform_fee_percentageintegerOptional
The fee percentage charged by the connected platform.
Expressed in basis points (e.g. 250 = 2.50%).
connected_platform_wallet_idFlakeIdOptional
paynow_platform_fee_percentage_overrideintegerOptional
Overrides the default PayNow platform fee percentage for this association.
Expressed in basis points (e.g. 250 = 2.50%).
Example
{
"disable_billing_plans": true,
"display_disclaimers": true,
"full_external_management": true,
"platform_id": "411486491630370816",
"store_platform": "string",
"associated_platform": {
"accent_color": "string",
"business_name": "string",
"capabilities": [
"invalid"
],
"country_code": "string",
"created_at": "2024-01-01T00:00:00Z",
"description": "string",
"id": "411486491630370816",
"logo_url": "string",
"name": "string",
"slug": "string",
"type": "invalid",
"website_url": "string",
"updated_at": "2024-01-01T00:00:00Z",
"disabled_at": "2024-01-01T00:00:00Z"
},
"paynow_platform_fee_percentage_override": 0,
"connected_platform_fee_percentage": 0,
"connected_platform_wallet_id": "411486491630370816"
}