---
title: "La Fattoria sul Po - Payment methods"
description: ""
url: "https://www.lafattoriasulpo.it/en/payment-methods"
date: "2026-09-02T06:32:17+00:00"
language: "en-GB"
---

# Payment methods

## We offer you many options to make payments for your orders in complete safety

The security of the information you provide is one of our priorities, which is why we use the latest technologies available to ensure your payment details are processed in safe and secure environments. You can choose the payment method that best suits you from the following options.

### Payment methods

By choosing to pay by PayPal or credit card, you will be redirected directly to the PayPal website. Transaction information and your PayPal and/or credit card account information are not shared with the seller.

**Please note:**

- If you return an item or if your order is cancelled, you will receive a refund to your PayPal account or the bank account linked to your credit card.
- For refunds to PayPal accounts, you can set the amount to be transferred to your bank account in your profile.
- If your PayPal account is closed, we reserve the right to refund you to your bank account. It is not possible to choose another PayPal account for the refund.

After placing your order, you will receive a confirmation email with the necessary bank transfer details.

**Please note**

The items you order will be held for you (for 7 days) until payment is received. We will begin processing your order upon receipt of payment, which may take up to 3 business days.

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.lafattoriasulpo.it/en"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Payment methods",
            "item": "https://www.lafattoriasulpo.it/en/payment-methods"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": [
        "LocalBusiness"
    ],
    "@id": "https://www.lafattoriasulpo.it/en/payment-methods#localbusiness1",
    "name": "La fattoria sul Po di Barbara Alberti",
    "image": "https://www.lafattoriasulpo.it/images/graphic/la-fattoria-sul-po.jpg",
    "url": "https://www.lafattoriasulpo.it/en/payment-methods",
    "telephone": "+393477045017",
    "priceRange": "€3 - €50",
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "Via Mezzano Rondani, 103",
        "addressCountry": "IT",
        "addressLocality": "Colorno (Parma)",
        "addressRegion": "Emilia Romagna",
        "postalCode": "43052"
    },
    "geo": {
        "@type": "GeoCoordinates",
        "latitude": "44.964356577779945",
        "longitude": "10.402645623687674"
    },
    "openingHoursSpecification": {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday",
            "Saturday",
            "Sunday"
        ],
        "opens": "00:00",
        "closes": "23:59"
    },
    "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "5",
        "reviewCount": "10",
        "worstRating": 0,
        "bestRating": 5
    }
}
```
