GET
/api/config/stripe
Stripe publishable key
Returns the Stripe publishable key for frontend payment integration.
curl -s "$BASE/api/config/stripe"Response Example
{
"success": true,
"data": {
"publishableKey": "pk_live_xxx"
}
}Stripe publishable key
Returns the Stripe publishable key for frontend payment integration.
curl -s "$BASE/api/config/stripe"{
"success": true,
"data": {
"publishableKey": "pk_live_xxx"
}
}