# Accept BLIK Payments with Dodo Payments

> Accept BLIK through Dodo Payments with localized PLN checkout, global method orchestration, and Merchant of Record compliance support.

- **Type**: bank-transfer
- **URL**: https://dodopayments.com/payment-methods/blik

---

## How BLIK Works

BLIK on Dodo Payments is implemented as a method-specific orchestration flow, not a generic on/off toggle. BLIK is Poland's most popular mobile payment method, letting customers pay with a **one-time 6-digit code** generated in their banking app. The shopper enters the code at checkout, approves the request inside their bank app, and the transaction returns with confirmation. The checkout experience should treat intermediate states carefully: code submitted, customer approved in-app, and final webhook confirmation can occur at different moments. Fulfillment logic should trigger only on a terminal success state.

Core operational points:
- **Display by eligibility** so BLIK appears only for valid country/currency corridors.
- **Handle asynchronous updates** and keep order state idempotent while payment status settles.
- **Track method analytics** (attempt rate, success rate, abandonment, and retry outcomes) by device and market.

## Where It's Available

BLIK is available in **Poland**, settles in **PLN** (not EUR), and has a minimum transaction amount of **2.00 PLN**. Transactions are processed **instantly**, and the method is offered for one-time payments only (not subscriptions). Dodo Payments automatically shows BLIK to eligible customers based on their country, currency, and device -- no manual configuration needed. If prices are quoted in EUR, enable Adaptive Currency so Polish customers are billed in PLN and BLIK becomes available.

Availability controls to keep accurate:
- **Country + currency gating** in checkout rendering logic, scoped to PLN billing.
- **Fallback sequencing** so users still see a strong alternative if BLIK is unavailable.
- **Clear buyer messaging** for unsupported corridors to reduce confusion.

## Use Cases

BLIK should be positioned where it naturally increases buyer confidence and reduces checkout friction. BLIK is essential for Polish consumer traffic, where mobile bank-app payments are the dominant local habit and often outperform international cards. It is most effective when merchants monitor method-level performance and continuously tune ranking rather than treating payment order as static.

Strong deployment patterns:
- **Market-specific checkout mixes** instead of one global payment stack.
- **Segment-aware presentation** (new vs returning users, mobile vs desktop, low vs high ticket).
- **Recovery flows** that offer an immediate alternative when BLIK is declined or abandoned.

## Integration with Dodo Payments

In Dodo Payments, BLIK appears as a dedicated payment option in hosted checkout and can be controlled through method eligibility settings. The API type string for this method is **`blik`**, added to `allowed_payment_method_types` on a PLN checkout session. This keeps backend logic explicit and avoids ambiguous mapping when multiple wallets, cards, and bank methods are active.

Implementation checklist:
- **Enable `blik`** for PLN billing in Poland.
- **Consume webhooks** for final success, failure, and reversal states.
- **Reconcile method-level settlements** in finance reporting and refund operations.

This approach makes BLIK a measurable growth lever instead of a static payment checkbox.

## Related Pages

**Section:** [All Payment Methods](https://dodopayments.com/payment-methods)
**See also:** [Poland](https://dodopayments.com/payments-in/poland) | [PLN](https://dodopayments.com/currency/pln)

---

## About Dodo Payments

Dodo Payments is the billing & payments platform for AI-first and SaaS companies, operating as a Merchant of Record in 220+ countries.

- [Payments](https://dodopayments.com/payments) | [Billing](https://dodopayments.com/billing) | [Distribution](https://dodopayments.com/distribution)
- [Pricing](https://dodopayments.com/pricing) | [Documentation](https://docs.dodopayments.com) | [Dashboard](https://app.dodopayments.com)