Satispay
| Features | |
|---|---|
| Method | Async - GET Redirect | 
| Merchant countries | Europe | 
| Consumer countries | Europe, Czech Republic, United Kingdom | 
| Processing currencies | EUR | 
| Increments | - | 
| Captures | - | 
| Partial/Multiple partial captures | - | 
| Cancels | - | 
| Partial/Multiple partial cancels | - | 
| Refunds | ✅ | 
| Partial/Multiple partial refunds | ✅ | 
| Recurring | - | 
| Installments | - | 
| Credits | - | 
| Disputes | - | 
| Min Amount | 0.01 EUR | 
| Max Amount | 99,999.99 EUR | 
| Account verification | - | 
Satispay is a popular mobile payment platform in Italy, allowing users to make payments directly from their smartphones. It's a digital wallet where users can link their bank accounts or payment cards to make quick and secure transactions.
When selecting Satispay as a payment method, customers are redirected to a Satispay payment page, enter their mobile number or scan a QR code, and then confirm the payment within the Satispay app.
Satispay flow

Payment
Request
{
    "processingAccountId": "2HdN2jq6XWmlkhqRC2gDTNYCvNH",
    "merchantReference": "c5211d6b-0178-49f8-a06b-69df097a712f",
    "amount": {
        "value": 200,
        "currency": "eur"
    },
    "paymentMethod": {
        "type": "satispay",
        "satispay": {
            "returnUrl": "https://merchant.site/complete-payment",
            "billingAddress": {
                "country": "de"
            }
        }
    }
}
Response
{
    "id": "27yiW9MgzBtwiodreuNOXk0rtIw",
    "merchantReference": "c5211d6b-0178-49f8-a06b-69df097a712f",
    "status": "pending",
    "trackingUrl": "/v1/tracks/payments/{trackId}",
    "reason": {
        "code": "required_next_step",
        "description": "An additional step is needed to complete the payment."
    },
    "nextStep": {
        "type": "redirect",
        "redirect": {
            "method": "get",
            "url": "https://payment.method/complete"
        }
    }
}