Reference

The Georgian payments glossary

Every term a merchant runs into setting up online payments in Georgia — gateways, installment loans, webhooks, IBANs — defined in plain language, in Georgian and English side by side.

34 terms

3

3D Secure (3D Secure)

An extra card-payment authentication step — an SMS one-time code, or an approval inside the customer's banking app — that reduces fraud and chargeback risk. Every card bank connected through QuickPay applies 3D Secure automatically.

A

Abandoned Checkout (მიტოვებული გადახდა)

What happens when a customer starts checking out but never finishes. QuickPay's dashboard lists these separately, segmented by converted vs. still-unconverted, so a merchant can follow up.

Acquiring (ეკვაირინგი)

The bank service where a bank (the "acquirer") accepts and processes a card payment on a merchant's behalf, then settles the funds to the merchant's account. "Internet acquiring" is the same service applied to online payments.

API Key (API გასაღები)

A secret string (qpk_live_... for real transactions, qpk_test_... for testing) that authorizes a merchant's system to call the QuickPay API. Stored hashed, and shown in plain text only once, at creation.

Learn more
Authorization / Hold (ავტორიზაცია (დაბლოკილი თანხა))

A bank's temporary "hold" placed on the customer's funds when a payment is approved, before the money actually moves (settlement). An authorization can sometimes expire before it's ever captured.

B

Bank Transfer (საბანკო გადარიცხვა)

A payment method where the customer transfers funds independently from their own bank using the merchant's IBAN and a reference code, and the merchant manually confirms the payment once the transfer arrives.

Learn more
BNPL (Buy Now, Pay Later) (გადანაწილება (BNPL))

A zero-interest version of an installment plan — the purchase price splits evenly across a few months with no interest charged. The merchant is still paid the full amount upfront, same as a standard installment loan.

Learn more

C

Cash on Delivery (გადახდა კურიერთან)

A checkout option that defers payment until delivery — the customer pays cash or by card terminal directly to the courier. No QuickPay-processed payment happens here, but the order is still tracked in the system.

Learn more
Chargeback (ჩარჯბექი)

A forced reversal a cardholder's bank initiates when the customer disputes a charge — suspected fraud, goods never received, and so on — pulling the funds back even without the merchant's agreement.

Checkout Template (გადახდის შაბლონი)

A saved set of checkout defaults — which fields to collect, currency, which payment methods to show — configured once and applied automatically to every new payment link or API-created payment.

Currency Conversion (ვალუტის კონვერტაცია)

The step where a payment made in a foreign currency (USD, EUR) is automatically converted to GEL at the current exchange rate — or the reverse, for a merchant accepting multiple currencies.

E

Exchange Rate (გაცვლითი კურსი)

The current rate at which one currency converts to another. QuickPay's API has a public endpoint (GET /exchange-rates) for GEL/USD/EUR/GBP rates.

Learn more

G

Gateway Module License (მოდულის ლიცენზია)

The base unit of QuickPay's pricing model — each payment method (BOG Card, TBC Installment, and so on) is sold as its own license tied to one domain, with API access and every no-code tool bundled into that same license.

Learn more
GEL (Georgian Lari) (ლარი (GEL))

Georgia's national currency and QuickPay's default settlement currency. Its symbol (₾) is conventionally written to the right of the amount (e.g. 97₾), unlike the dollar or euro sign.

H

Hosted Payment Page (ჰოსტინგირებული გადახდის გვერდი)

A ready-made checkout page (qpy.ge on QuickPay) a customer is redirected to in order to complete payment — no domain of the merchant's own required, and card data never touches the merchant's server.

Learn more

I

IBAN (IBAN)

The standardized format for an international bank account number. On the Bank Transfer payment method, the checkout page shows the customer the merchant's IBAN plus a unique reference code that must be included with the transfer.

Idempotency Key (იდემპოტენტობის გასაღები)

A unique value sent with a request (the Idempotency-Key header) that guarantees retrying the same request — after a network timeout, for example — never creates a duplicate payment.

Learn more
Installment Loan (განვადება)

A bank loan product a customer uses to buy something and repay in monthly installments, with interest. The merchant is paid the full amount upfront by the bank — the deferred-payment risk never lands on them. BOG, TBC and Credo run the most common installment products in Georgia.

Learn more
Invoice (ინვოისი)

A one-off billing document sent to a specific customer — line items, total, and a payment link bundled together, emailed directly from the dashboard.

K

KYC (Know Your Customer) (KYC (მომხმარებლის ვინაობის დადგენა))

The verification process a bank runs to confirm who a merchant or customer actually is before opening an account or approving an installment loan.

M

Merchant Account (მოვაჭრის ანგარიში)

The account a merchant opens directly with a specific bank or provider, whose credentials are then connected to QuickPay for processing. Every brand brings its own accounts — QuickPay never routes payments through a shared, platform-owned account.

N

No-Code Checkout (გადახდის მიღება საიტის გარეშე)

A setup where the merchant needs no website or code — a payment link or QR code is generated straight from the dashboard and shared directly on Instagram, Facebook, or in a DM.

Learn more

P

Payment Aggregator (საგადახდო აგრეგატორი)

A service that bundles access to several banks or payment providers behind one account and one API, so a merchant never integrates with each bank separately. This is the model QuickPay itself runs on.

Payment Gateway (გადახდის შლუზი)

The software layer that securely passes card and payment-status data between a store's checkout and a bank or payment provider. QuickPay connects to multiple Georgian banks and providers through one integration instead of one per bank.

Learn more
PCI DSS (PCI DSS)

The international security standard for handling card data. Under QuickPay's model, the card number never touches the merchant's own server — processing happens entirely on the bank's side, which sharply reduces what the merchant needs to do for PCI compliance.

Q

QR Payment (QR კოდით გადახდა)

The same payment link rendered as a scannable image, printed on a counter, menu, or product for in-person payment — no app or website needed on either side.

Learn more

R

Recurring Billing / Subscription (გამოწერითი გადახდა)

A billing model where a customer's card is saved once (tokenized) and the merchant charges it on a schedule afterward, with no re-entry of card details — a monthly subscription, for example.

Learn more
Refund (თანხის დაბრუნება (რეფანდი))

A full or partial return of funds the merchant initiates voluntarily. QuickPay's API exposes a dedicated endpoint (POST /payments/{uuid}/refund), though some methods — bank installment loans, for example — only support refunds arranged directly with the bank.

Learn more

S

Settlement (ანგარიშსწორება (სეთლმენტი))

The step where a bank or payment provider actually transfers the money for an approved payment into the merchant's bank account — typically a few days after authorization.

SWIFT / BIC Code (SWIFT/BIC კოდი)

A bank's international identifier code, sometimes needed for transfers coming from abroad — unlike an IBAN, it identifies the bank itself, not a specific account.

T

Test / Sandbox Mode (სატესტო რეჟიმი (Sandbox))

An environment for simulating payments without calling a real bank API. Every brand on QuickPay has its own independent test_mode toggle — one brand can be live while another is still testing.

Tokenization (ტოკენიზაცია)

The process where the real card number is stored once by the bank and swapped for a safe "token" the merchant can use for future charges without ever holding the actual card number.

W

Webhook (ვებჰუკი)

An automatic, subscription-based notification QuickPay sends to a merchant's server whenever a payment's status changes (e.g. payment.paid). Signed with a QUICKPAY-SIGNATURE header so a merchant can verify it wasn't forged.

Learn more

No terms match your search.

Ready to accept your first payment?

Free account, no card required. Connect a gateway and start taking payments in minutes.