# A2A Explainer

Account-to-Account payments explained. The future of payments is here.

## What is A2A?

**Account-to-Account (A2A)** payments transfer money directly between bank accounts without intermediaries like card networks. Powered by open banking (PSD2), A2A payments are instant, secure, and cost-effective.

## How A2A Works

### Traditional Payment Flow

```
Customer → Card Network → Issuing Bank → Acquiring Bank → Merchant
    ↓          ↓              ↓               ↓              ↓
  €100      €2.90         €0.50           €0.30          €96.30
                                                            (3.7% fees)
```

### A2A Payment Flow

```
Customer → Open Banking API → Merchant Bank → Merchant
    ↓           ↓                ↓             ↓
  €100       €0.15            €0.10         €99.75
                                        (0.25% fees)
```

## Key Benefits

### For Merchants

| Benefit | Traditional | A2A | Improvement |
|---------|-------------|-----|-------------|
| **Fees** | 2.9% + €0.30 | ~0.25% | 90% lower |
| **Settlement** | 2-3 days | Instant | 100% faster |
| **Chargebacks** | Yes | No | Eliminated |
| **Fraud** | Moderate | Very Low | Significantly reduced |
| **Authorization** | ~85% | ~95% | 10% higher |

### For Consumers

- **Instant Confirmation**: Know immediately if payment succeeded
- **Secure**: Bank-level authentication
- **Convenient**: No card needed
- **Free**: Typically no consumer fees
- **Private**: Less data shared

### For Banks

- **Direct Relationship**: Maintain customer connection
- **Lower Risk**: No card network dependency
- **Innovation**: New revenue streams
- **Compliance**: PSD2 regulatory alignment

## Technology Behind A2A

### PSD2 (Payment Services Directive 2)

EU regulation enabling open banking:
- **PISP**: Payment Initiation Service Providers
- **AISP**: Account Information Service Providers
- **SCA**: Strong Customer Authentication
- **RTS**: Regulatory Technical Standards

### Technical Standards

| Standard | Purpose | Organization |
|----------|---------|--------------|
| **Berlin Group** | SEPA standards | European banks |
| **UK Open Banking** | UK standards | CMA Order |
| **STET** | French standards | French banks |
| **PBO** | Polish standards | Polish banks |

### APIs

**Payment Initiation**:
```
POST /v1/payments
{
  "debtorAccount": "DE89...",
  "creditorAccount": "AT61...",
  "amount": 99.99,
  "currency": "EUR"
}
```

**Account Information**:
```
GET /v1/accounts
Authorization: Bearer access_token
```

## A2A vs Other Payment Methods

### A2A vs Card Payments

| Feature | A2A | Card |
|---------|-----|------|
| **Cost** | Low | High |
| **Speed** | Instant | 2-3 days |
| **Reversibility** | Final | Chargeable |
| **Fraud** | Low | Moderate |
| **Data** | Minimal | Extensive |

### A2A vs Bank Transfer

| Feature | A2A | Traditional Transfer |
|---------|-----|---------------------|
| **Speed** | Seconds | 1-3 days |
| **Availability** | 24/7 | Business hours |
| **Confirmation** | Instant | Delayed |
| **User Experience** | Seamless | Manual |

### A2A vs Digital Wallets

| Feature | A2A | PayPal, etc. |
|---------|-----|--------------|
| **Intermediary** | None | Yes |
| **Fees** | Low | Moderate |
| **Account Needed** | Bank only | Wallet account |
| **Settlement** | Instant | 1-2 days |

## Use Cases

### E-commerce Checkout

**Implementation**:
1. Customer selects A2A at checkout
2. Chooses their bank
3. Authenticates with bank
4. Payment confirmed instantly
5. Order processed immediately

**Results**:
- 30% higher conversion
- 90% lower fees
- Zero chargebacks

### Bill Payments

**Implementation**:
1. Utility company sends bill with A2A link
2. Customer clicks and pays instantly
3. Payment confirmed in real-time
4. Service continues uninterrupted

**Results**:
- 80% faster payment
- Reduced late payments
- Lower processing costs

### B2B Payments

**Implementation**:
1. Invoice with A2A payment option
2. Accounts payable initiates payment
3. Multi-level approval via banking app
4. Instant settlement

**Results**:
- Improved cash flow
- Better supplier relationships
- Reduced admin costs

### P2P Transfers

**Implementation**:
1. Select contact to pay
2. Enter amount
3. Authenticate with bank
4. Money sent instantly

**Results**:
- No intermediary fees
- Instant settlement
- Bank-level security

## Implementation Guide

### Step 1: Choose Provider

**Consider**:
- Geographic coverage
- Bank coverage
- Pricing
- Technical capabilities
- Support

### Step 2: Technical Integration

**Options**:
- **Hosted Payment Page**: Easiest, redirect to provider
- **Embedded**: More control, API integration
- **White-label**: Full branding control

### Step 3: Testing

**Test scenarios**:
- Successful payments
- Failed authentication
- Insufficient funds
- Bank unavailability
- Timeout handling

### Step 4: Go Live

**Checklist**:
- [ ] Compliance verified
- [ ] Testing complete
- [ ] Staff trained
- [ ] Monitoring configured
- [ ] Support ready

## Regulatory Landscape

### Europe (PSD2)

- **Status**: Implemented
- **Coverage**: 36 countries
- **Enforcement**: National authorities
- **Future**: PSD3 proposed

### United Kingdom

- **Status**: Implemented (post-Brexit)
- **Coverage**: UK banks
- **Enforcement**: FCA, CMA
- **Future**: Expansion planned

### United States

- **Status**: Emerging
- **Framework**: Dodd-Frank 1033
- **Enforcement**: CFPB
- **Future**: Rulemaking in progress

### Rest of World

| Region | Status | Timeline |
|--------|--------|----------|
| **Australia** | Implemented | 2020+ |
| **Brazil** | Implemented (PIX) | 2020+ |
| **India** | Implemented (UPI) | 2016+ |
| **Singapore** | Implemented | 2021+ |

## Security

### Authentication

**Strong Customer Authentication (SCA)**:
- **Knowledge**: Something you know (password)
- **Possession**: Something you have (phone)
- **Inherence**: Something you are (biometric)

Two of three required for SCA compliance.

### Data Protection

- **Minimal Data**: Only necessary information shared
- **Encryption**: End-to-end encryption
- **Consent**: Explicit user consent required
- **GDPR**: Full compliance

### Fraud Prevention

- **Real-time Monitoring**: AI-powered detection
- **Velocity Checks**: Unusual pattern detection
- **Device Fingerprinting**: Identify suspicious devices
- **Behavioral Analysis**: Detect anomalies

## Future of A2A

### Trends

1. **Growth**: Expected to reach 20% of e-commerce by 2028
2. **Expansion**: More countries adopting open banking
3. **Innovation**: New use cases emerging
4. **Integration**: Deeper e-commerce integration

### Emerging Use Cases

- **Subscription Payments**: Recurring A2A payments
- **Request to Pay**: Merchant-initiated payments
- **Cross-border**: International A2A payments
- **IoT Payments**: Machine-to-machine payments

### Technology Evolution

- **Instant Schemes**: SEPA Instant, FedNow
- **CBDC**: Central Bank Digital Currencies
- **Blockchain**: Distributed ledger integration
- **AI**: Enhanced fraud detection

## FAQ

### Is A2A safe?

Yes, A2A payments use bank-level security and require strong customer authentication. They're often safer than card payments.

### What if something goes wrong?

A2A payments are final, but you can request refunds from merchants. Consumer protection laws still apply.

### Do all banks support A2A?

95%+ of European banks support A2A via PSD2. Coverage varies by country.

### Are there limits?

Yes, banks set their own limits. Typical limits range from €1,000 to €100,000 per transaction.

### Can I use A2A internationally?

Currently limited to SEPA zone. International A2A is in development.

### What happens if my bank is down?

You can try again later or use an alternative payment method. A2A requires your bank to be available.

## Resources

### Documentation

- [Technical Guide](/developers/docs/a2a)
- [API Reference](/developers/api/a2a)
- [Integration Examples](/developers/examples/a2a)
- [Best Practices](/guides/a2a-best-practices)

### Industry Resources

- [European Payments Council](https://www.europeanpaymentscouncil.eu)
- **UK Open Banking**: [openbanking.org.uk](https://openbanking.org.uk)
- **Berlin Group**: [berlin-group.org](https://berlin-group.org)

### Support

- **Email**: a2a@bankpay.plus
- **Documentation**: /developers/docs
- **Status**: status.bankpay.plus

---

**Last updated**: February 28, 2026

**Learn more**: [Instant Payments](/instant-payments)
