BigCommerce Webhooks Don't Work - bigcommerce

I am having a problem with BigCommerce web hooks. I have run an SSL check and our certificate is valid. BigCommerce responds with the correct list of web hooks, it's just that they don't send any posts for new orders. What else can I do to debug this?

Related

Integrating A 3rd-Party Custom Payment Gateway with Shopify

I'm looking to integrate my app as a 3rd party payment provider for Shopify merchants to add to their websites. This will allow customers to select my app as a payment option, and upon purchase will be re-directed to a web-page hosted on my app, where they can complete their purchase. After completing their purchase they would then be re-directed back to the merchant's Shopify website.
I've read a lot of the docs online about how to do this but I still have some uncertainty around some things:
I've already seen that this was done by using a Hosted Payments SDK,
but has since been deprecated. The docs mention to create an app in
the Partner Dashboard or Shopify CLI, as well as create a payment
extension. From my understanding the only thing I would need would
be the payment extension? I would just like to be able to send the
payment request from the merchant's Shopify website to my app
(likely through a webhook) which can then process it and return a
link to redirect the customer to the necessary page to make the
payment.
I'm struggling to find any online documentation or examples
on how you would create this payment extension.
I also can't find
any examples on how I would set up a 3rd party payment gateway by
creating a Shopify Payment app.
I'm hoping someone can assist me with this. Thanks!

How to log in to PayPal Sandbox account as buyer (using REST - Postman)

My purpose is to automate (as buyer) login into PayPal Sandbox(1) and confirm payment(2) using REST requests (with Postman) after being redirected from third-party payment service.
From there a got a link like: https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-5AU897953H105581R
I have login and password for buyer account.
I was able to import request from devtools network and it leads me to confirm form, but I cannot make it generic. I found out that the minimum body values are (on screen), but there are some changes in cookies at headers. I am not sure if my approach is even correct. Do you have any ideas?
If you find out the first very easily, maybe you will also have some tips for confirming payment.
I already searched a lot for answers. There are some instructions for sandbox API, but it looks like it needs clientId and secret(?). See those on the PayPal Sandbox development page, but I do not have credentials for dev dashboard, only for my test customer.

List all registered Shopify webhooks

I am trying to find all registered webhooks on shopify. I am handling a shopify app which is developed by some other developers and they did not documented that when/where they have registered webhooks . For example , they might have registered a "update order" webhook with PUT https://example.com/update but My back-end server have many put endpoints.
So I am not sure which update end point is registered with shopify that why I am trying to find all the registered webhooks.
I have gone through the docs https://shopify.dev/api/admin/rest/reference/events/event#order-events-2021-07
I also find in this youtube video that I can see only the hooks that is created by me. https://www.youtube.com/watch?v=FO2ch1wxfcQ&t=350s
simply made a request to /admin/api/api-version/webhooks.json to get the list of all webhook registered into Shopify API.
Here is the link for more details: https://shopify.dev/api/admin/rest/reference/events/webhook

403 Forbidden issue with ShopifyAPI::RecurringApplicationCharge api

Currently, we are using Custom App for Shopify application development. We are facing 403 Forbidden issue (ActiveResource::ForbiddenAccess (Failed. Response code = 403. Response message = Forbidden)) when we are trying to hit ShopifyAPI::RecurringApplicationCharge.current api. So, anyone could you please let us know what we need to do here to resolve this.
You can't do that with Custom App. Reference: here
Custom app: An app custom built for a single client.
Capabilities of a custom app:
- Limited to installation on one merchant store
- Not reviewed by Shopify
- Can’t be converted into a sales channel
- Can’t use the Billing API to charge merchants
So if you want to use Billing API change your app to public app.

Add dropbox webhook by code

We're exploring dropbox api reference. Concretly, we're exploring webhook possibilities.
We're not quite to know how to specify a webhook url by code.
We are lokking for a way to add this webhook url avoiding user has to do it manually.
I hope I've explained so well.
It's not possible to programmatically register a Dropbox webhook URI. We'll consider it a feature request.
Developers should register their webhook URI(s) manually via the App Console. Those webhook URIs will stay registered and will be used for all users connected to the app.