#jaafar_error
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1349292992871137344
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
👋 how may I help?
how can resolve my problem
what's the problem exactly?
"errorCode":"ERR_BLOCKED_BY_RESPONSE"
are you on a VPN?
what do you mean ?
the error means that domain js.stripe.com is not accessible
https://docs.stripe.com/ips#stripe-domains
is this happening locally on your machine? or is it reproducible on a hosted website?
Maybe Cross-Origin Policies
I can't really know if I don't have access to the website
why in dev mode it's work but in product mode it deosent work ?
I really can't tell without looking at the website
myweb site : https://rocma-7499c.firebaseapp.com/
how can I test it?
create an account => login => Rocma+ to use stripe
can you create a test account for me to use please
titi@gmail.com => pw : Oussama2006@
how are you integrating with Stripe?
async setupStripe() {
this.stripe = await loadStripe(environment.stripePublicKey); // Votre clé publique Stripe
this.elements = this.stripe.elements();
// Configurer chaque champ individuellement
this.cardNumber = this.elements.create('cardNumber', {
style: {
base: {
fontSize: '16px',
color: '#32325d',
'::placeholder': {
color: '#aab7c4',
},
},
invalid: {
color: '#fa755a',
},
},
});
this.cardNumber.mount('#card-number-element');
this.cardExpiry = this.elements.create('cardExpiry', {
style: {
base: {
fontSize: '16px',
color: '#32325d',
'::placeholder': {
color: '#aab7c4',
},
},
},
});
this.cardExpiry.mount('#card-expiry-element');
this.cardCvc = this.elements.create('cardCvc', {
style: {
base: {
fontSize: '16px',
color: '#32325d',
'::placeholder': {
color: '#aab7c4',
},
},
},
});
this.cardCvc.mount('#card-cvc-element');
}
I'm not sure this is compatible with ionic
it's work in devlopment mode
oh it is a cross-origin issue
how can resolve this ?
I NEED HELP
how can show this message ?
@formal hazel looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread please chat there.
- If you have a question or a followup to a closed thread use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help (we don't reopen closed threads).
Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.
Hi there @sterile birch I'm jumping in as my teammate needs to step away. Can you help me understand what message you're referring to?
HOW I DO CREATE MY OWN THREAD
You go to the #help channel, as indicated in the message our bot posted, and use the buttons at the bottom of the message in that channel to get started.
its seems i dont have permission
No permissions are needed
actually im new here
i dont know how to use it
my stripe account has been suspended due to wrong bank name information, my payout also paused , my accout has money how i get my money.?
That's not something we can help with in this forum, as mentioned in our #📖rules. You'll need to contact our Support team:
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.