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

# Guadeloupe

> Payout methods, timing, transaction limits, and required fields for payouts to Guadeloupe.

## Supported payout methods

| Payout method | Currencies | Typical timing    |
| ------------- | ---------- | ----------------- |
| SEPA          | EUR        | 0-2 business days |

Please refer to the sections below for the key required fields and other considerations for each supported method.

## SEPA

Single Euro Payments Area transfer

### Supported currencies

`EUR`

### Timing

| Attribute               | Value             |
| ----------------------- | ----------------- |
| Processing window       | Business days     |
| Typical delivery        | 0-2 business days |
| Business day dependency | Yes               |
| Supports instant        | Yes               |

### Transaction limits

| Limit type | Value |
| ---------- | ----- |
| Minimum    | None  |
| Maximum    | None  |

### Fields

#### Payout Method Type

<ResponseField name={"payout_method_type"} type="string" required>
  **Value:** `EuropeanUnionSepa`
</ResponseField>

#### IBAN

<ResponseField name={"iban"} type="string" required>
  **Validation:**

  * Exactly 27 characters.
  * IBAN format; must match: `^FR[0-9]{2}[a-zA-Z0-9]{23}$`

  **Example:** `FR7610278060390002168100137`
</ResponseField>
