> ## Documentation Index
> Fetch the complete documentation index at: https://docs.joinmarkt.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup PayPal F&F

> Friends and Family style PayPal with seller confirmation.

PayPal Friends & Family on Join Markt mirrors the Cash App pattern: buyer marks sent, seller confirms.

## Routes

| Route                                 | Who            |
| ------------------------------------- | -------------- |
| `POST /api/paypal-ff/create-checkout` | Checkout       |
| `POST /api/paypal-ff/mark-sent`       | Buyer          |
| `POST /api/paypal-ff/confirm`         | Seller session |

Standard PayPal (non-F\&F) uses `/api/paypal/create-order`, verify, webhook, and IPN — see [Supported payment methods](/guides/payment-methods).

## Setup

1. Enable PayPal F\&F in payment methods.
2. Configure the PayPal email / instructions shown at checkout.
3. Confirm only after funds are visible in PayPal.

Venmo F\&F uses the same pattern under `/api/venmo-ff/*`.
