> For the complete documentation index, see [llms.txt](https://docs.tuplo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tuplo.com/tuplo-account-management-guide/integrations/paypal-business.md).

# PayPal Business

<figure><img src="/files/LbelS3aRQ2CthHSfqCrc" alt=""><figcaption><p>PayPal Business home page.</p></figcaption></figure>

In addition to PayJunction, a PayPal Business account offers a flexible payment alternative to your customers. Attaching an active PayPal account lets you use Venmo and PayLater payment options, increasing your sales conversion rate.&#x20;

***

## Create an Account

1. **Go** to Paypal.com or click [here](https://www.paypal.com/?tab=business).
2. **Click** the Sign Up button.
3. **Follow** the onscreen instructions to finish creating your account.

***

## Create PayPal IDs

Once you have your PayPal account, generate your ID codes to paste into your Tuplo Dashboard.

&#x20;To do this:

1. **Click** the Developer button in the top right corner.
2. **Ensure** the switch on the top right corner of the page is Live.
3. **Click** Apps & Credentials
4. **Click** the Create App button.
5. **Enter** the following information:&#x20;
   * App Name: Tuplo&#x20;
   * Type: Merchant Account
   * Choose the appropriate account from the dropdown.
6. **Click** Create App to complete the process.

{% hint style="info" %}
**Quick Tips!**

You can click the Copy icon next to both codes to copy them to your clipboard.
{% endhint %}

***

## Connect to Tuplo

<figure><img src="/files/MZimUgpw5C8QEnHQC4LF" alt=""><figcaption><p>PayPal preferences in Tuplo Dashboard.</p></figcaption></figure>

To connect your PayPal Business account to your Tuplo Dashboard:

1. **Go** to your Preferences and choose PayPal.
2. **Activate** the Enable PayPal checkbox.
3. **Paste** the PayPal Client ID into the designated text field.
4. **Paste** the PayPal Client Secret into the designated text field.
5. **Click** the Update PayPal button to complete the process.

***

## Configure PayPal

Once your account is connected, you can select from various options to fine-tune how PayPal works with Tuplo.

* **Pay Later Option**: By activating the checkbox, you can offer customers the option to use the pay later feature.
* **Venmo Option**: Activating this checkbox allows customers to pay using Venmo.
* **Credit Card**: When activated, customers can pay using credit cards.
* **Components Buttons**: When activated, PayPal Components Buttons are available for payment integration.
* **Authorize Payment**: When activated, applicable payments receive authorization before processing.
* **Show Continue Option**: When activated, the continue button is displayed when checking out.
* **Process PayPal Payment Directly**: When activated, payments are submitted right away instead of through the checkout process.

To modify these settings:

1. **Activate/Deactivate** the checkbox associated with the desired option.
2. **Click** the Update PayPal button to apply the changes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tuplo.com/tuplo-account-management-guide/integrations/paypal-business.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
