> For the complete documentation index, see [llms.txt](https://tradebakerz.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tradebakerz.gitbook.io/docs/paypal-integration.md).

# Paypal Integration

Paypal integration guideline

TradeBakerZ is integrated with Paypal gateway. For this, you need to have account with Paypal. To apply for Paypal account [click here](https://www.paypal.com/ae/webapps/mpp/account-selection)

### Changes in Configuration

You need to change Paypal Client Id and Paypal Method. For this,

Go to

`TradeBakerZ -> WooCommerce`

and change PaypalClientId with your Id.

```
 Keys: {
        ConsumeKey: 'ck_f3a2b3e6c809b28191a0353630e47d10d88a05a1',
        ConsumerSecret: 'cs_52c136bda78ca55619a1b8c950855a93654f9087',
        PaypalClientId: 'AVV7COoIlpQUFIrDhmVmMF4XXUhLWw3liXp5J6-wqC6zqn5SyGds5VZLvOAqBHr7h-uEIRuhW7eo8Ow4', // Paypal Client ID
        PaypalMethod: PayPal.SANDBOX // 3 env available: NO_NETWORK, SANDBOX, PRODUCTION
    }
```

Now if you are running on sandbox mode, select PaypalMethod as `Paypal.SANDBOX`otherwise you should use the production environment `PayPal.PRODUCTION`
