# WooCommerce Payment Providers Configuration

When setting up a payment provider in WooCommerce, it is critical to configure the proper settings so that WooCommerce can be notified of updates performed by the payment provider.

### Stripe Configuration

If you are using Stripe, review the [WooCommerce / Stripe integration documentation](https://docs.woocommerce.com/document/stripe/) and ensure that you configure at a minimum the following settings:

* Live Secret Key&#x20;
* Live Publishable Key
* WebHooks

### Paypal Standard Configuration

If you are using Paypal, review the [WooCommerce / Paypal integration documentation](https://docs.woocommerce.com/document/paypal-standard/) and ensure that you configure at a minimum the following settings:

* Live API username
* Live API password
* Live API signature
* Paypal IPN


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-payment-providers-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
