Skip to main content
GET
Get environment-aware platform config for the authenticated provider

Authorizations

Authorization
string
header
required

Provider secret API key (sk_live_… / sk_test_…) supplied as a Bearer token.

Response

200 - application/json

Platform config

stripePublishableKey
string

SolvaPay's platform Stripe publishable key for the authenticated provider's environment. Safe to expose browser-side; paired with the connected accountId returned from create-payment-intent for Stripe Connect direct charges. Omitted when not configured so callers can fall back cleanly to a hosted flow.

Example:

"pk_test_..."