# Paypal

## Enable Paypal

Gateway URL: [https://www.paypal.com](https://www.paypal.com/ro/business)

**For this you need a business account**

Got to **Profile(The right top gear)** -> **My selling tools** ->**Instant payment notifications** -> **Update** -> **Choose IPN Settings** ->\
**Notification Url** will be <https://ipn.YourDomain/ipn/paypal/\\>
**Check Receive IPN messages (Enabled)**\
-> **Save**

**Go Here:** [**https://www.paypal.com/cgi-bin/customerprofileweb?cmd=\_profile-language-encoding**](https://www.paypal.com/cgi-bin/customerprofileweb?cmd=_profile-language-encoding) **,** set encoding to **UTF-8** and set **YES** to same encoding question. -> **Save**

## **REQUIRED FIELDS**

### **Receiver**

Your Paypal email address

### **API User**

Got to **Profile(The right top gear)** -> **My selling tools** ->**API access** -> **Update** -> **Manage API credentials** ->\
**Api username** -> **Show** This is your Paypal Api username

### **API Password**

Is the password for the API User

### **API Signature**

The Paypal API signature created from API User


---

# 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://drsoft.gitbook.io/affiliates/white-label/payment-gateways-set-up/paypal.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.
