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

# Acquiring (IPG)

> Internet Payment Gateway for card acquiring

# Acquiring (IPG)

Connect to card acquiring and payment gateway services.

## Overview

The IPG connector enables merchants to accept card payments through FinHub's acquiring partners.

## Features

| Feature           | Description                    |
| ----------------- | ------------------------------ |
| **Authorization** | Real-time card authorization   |
| **Capture**       | Settlement and capture         |
| **Refunds**       | Full and partial refunds       |
| **3D Secure**     | Strong customer authentication |
| **Tokenization**  | Secure card storage            |

## Supported Cards

* Visa
* Mastercard
* Local schemes (region-specific)

## Integration

```json theme={null}
{
  "connector": "acquiring_ipg",
  "operation": "authorize",
  "amount": 100.00,
  "currency": "EUR",
  "card_token": "tok_123"
}
```

## Use Cases

* E-commerce payments
* In-app purchases
* Subscription billing
* Point of sale
