Skip to main content
GET
/
storefront
/
billing
Get billing config
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"
  }
}

Authorizations

Authorization
string
header
required

API key or access token

Response

Get billing config

billing
object
required

Storefront billing configuration