I am using the Laravel framework and Stripe for payment. When I get an answer from stripe webhook, I get a message like this:
Just a moment... DDoS protection by Cloudflare
How to give access to Stripe?
I think the page you are referencing is the page CloudFlare shows to check and prevent against bots and floods before even loading website content.
As i see it you have 2 solutions:
Option 1:
In the firewall tab of your cloudflare dashboard you can whitelist all stripe webhook notification IPs found here: https://stripe.com/docs/ips
Option 2:
Go to page rules in cloudflare dashboard, make a new page rule where this is the rule:
If the URL matches: (https://example.com/webhookaddress)
And then add the setting that says "Disable security". In theory this should disable the cloudflare page.
https://example.com/webhookaddress is the URL of your webhook as configured in the stripe dashboard.
Related
I set up our messaging service to allow for link shortening within Twilio. I am particularly interested in link tracking capabilities and webhooks.
Added the website domain, verified it. Put in the DNS TXT records according to their instructions. Everything seems to be in order. Yet when I send a link with the ShortenURL=True the link sends as a shortened link but when clicked it doesn't redirect so it takes the user to a 404 page.
I am wondering if there is an issue with the DNS records... or if I am supposed to configure a special domain exclusively for our own shortened links.
the shortened link:
https://portraitsbychristopher.com/qMqpqUP9Wg
Where it should redirect:
https://portraitsbychristopher.com/Tiaras
Tried reading the Twilio docs.
I am whitelisting some of the urls on my corporate firewall for a botframework app. The urls to be whitelisted are provided in this link.
But when I tracked the outgoing traffic from my local development, I saw that url (smba.trafficmanager.net) was also being used which is not listed in the whitelist urls provided in microsoft documentation website. Do I need to whitelist this?
Since this is the ServiceUrl for conversation between user and the bot and is supposed to change in time, do the whole url (including domain, subdomain, port) changes or just the paths?
Yes, you'll need that one as well for proactive messaging, but the base url should be fine - it's just the paths that change (e.g. https://smba.trafficmanager.net/apac/ or https://smba.trafficmanager.net/in/ or https://smba.trafficmanager.net/emea/).
How can I add the payment logo to the PaypalPlus iFrame integration? We have 2 extensions for PaypalPlus, the old one shows payment logos for Paypal, direct debit etc. but the new one not. (The Image has class class="paymentMethodIcon")
In all SDK & Integration guides I did not find any information about this.
Who can help? Is this something which depends on integration and is controlled by Paypal or is there any setting?
Thats how it should look
The payment wall iframe is configured by paypal with a whitelist of allowed domains (see Content Security Policy).
The image URL must be https (specified in the docs)
Your images must be on a server on the whitelist.
This includes: The image URL can not have a custom port.
PayPal automatically adds the domain containing the PPP script to the whitelist.
If you look into the browser console you might be able to see an error like this:
Refused to load the image 'https://my-domain.de:7443/images/payment_sofort_small.png' because it violates the following Content Security Policy directive: "img-src https://*.paypalobjects.com https://ak1s.abmr.net https://ak1.abmr.net https://ak1s.mathtag.com https://akamai.mathtag.com https://my-domain.de".
This is how it looked in my case:
I download the ccavenue payment gateway module its working fine on megento
back end but it's not show in front end.
I clear the cash and index refresh but it's not working.
Please help.
Make sure you have enabled CCAvenue as a payment gateway.
Check file permissions of template/layout files
CCAvenue mostly has encrypted module. You can contact them to get un-encrypted one. OR if you already have it, debug by doing echo-exit in model files for payment gateway.
Its difficult to analyze issue as there is no reference of what is the error you are getting but you can try above steps to check.
In Google API's dashboard there is an option to Request connection to Google+ Page.
I've requested to connect to a product page I've created in Google+, but it's been in "pending" state to this page ever since (weeks).
I didn't fin'd any clue what is wrong or what I should do.
Any advice?
This process is something that Google doesn't have to approve but you yourself have to make sure to confirm on both the API Console and on your Google+ Page.
Make sure to go through all the steps mentioned here:
https://developers.google.com/+/features/analytics#setup-insights