#Sharvan Choudhary
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/stripe-apps/reference/app-manifest#csprequest have you registered exernal URL in your manifest?
i already did that still it givig me this error
hello are you there?
Thanks for waiting, discord is busy today
Have you uploaded the stripe app after updating the manifest?
Can you share with me the manifest?
{
"id": "com.example.newhelloworld",
"version": "0.0.1",
"name": "Newhelloworld",
"icon": "",
"permissions": [],
"ui_extension": {
"views": [
{
"viewport": "stripe.dashboard.customer.detail",
"component": "App"
}
],
"content_security_policy": {
"connect-src": ["wss://devwss.pbx.paytia.com:4443"],
"purpose": "Allow the app to retrieve example data"
}
},
"constants": {
"API_BASE": "wss://devwss.pbx.paytia.com:4443"
}
}
URLs must conform to the CSP spec. We only allow HTTPS schemes.
You are using a non-HTTPS scheme in the manifest
can i connect websocket to stripe app ?? for telephony purpose throught stripe app
I don't think so, since it only allows HTTPS scheme.
any other method from which i can acchive that telephony