cURL
curl --request GET \ --url https://api.agentic.scope3.com/api/v2/partner/storefront/billing \ --header 'Authorization: Bearer <token>'
{ "billing": { "stripeConnectedAccountId": "<string>", "onboardingStatus": "pending", "platformFeePercent": 123, "fees": [ { "name": "<string>", "feePercent": 50, "description": "<string>" } ], "currency": "<string>", "defaultNetDays": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Get the billing configuration for the storefront.
API key or access token
Get billing config
Storefront billing configuration
Show child attributes