# On-line platební brány

Rezervační systém FlexBook podporuje on-line platby platebními kartami. Systém FlexBook je připraven pro integraci s jakoukoliv moderní on-line platební bránou, nicméně v tuto chvíli je FlexBook otestován a zprovozněn s následujícími platebními bránami

* **ČSOB**&#x20;
* **ComGate**

V případě potřeby integrace s jinou bankou nebo platebním systémem nás neváhejte kontaktovat.

### Platební brána ČSOB

Více informací o platební bráně ČSOB

* <https://github.com/csob/paymentgateway/wiki>

Testovací platební karty k platební bráně ČSOB

* <https://github.com/csob/paymentgateway/wiki/Testovac%C3%AD-karty>

Pro integraci rezervačního systému FlexBook s platební branou ČSOB je potřeba

* merchantID = identifikátor obchodníka
* keyFile = bezpečnostní klíč

```
 csob | {"merchantId":"M1MIPS1234","keyFile":"/flexbook/keys/rsa_provider_test.key"}
```

BackOffice platební brány je k dispozici na adrese <https://posman.csob.cz/posmerchant>

Pro testovací účely je poskytován jiný ***merchantID*** než je použit pro produkční prostředí.&#x20;

### Platební brána ComGate

Více informací o platební bráně ComGate

* <https://platebnibrana.comgate.cz/cz>

Pro integraci rezervačního systému FlexBook s platební branou ComGate je potřeba

* merchantID = identifikátor obchodníka
* secret = bezpečnostní klíč
* test = true/false - v rámci integrace se volí jestli je to testovací a nebo produkční přístup

```
comgate | {"merchantId":"123456","test":true,"secret":"SxJRhFXIGXxknlUJXIB94HXNLU9GG5b j"}
```

BackOffice platební brány je k dispozici na adrese <https://portal.comgate.cz/>

Technická podpora je k dispozici na e-mailové adrese <support@comgate.cz>

O zprovoznění platební brány se žádá na e-mailové adrese <platby-podpora@comgate.cz>

Zprovoznění platebních tlačítek bývá realizováno do 2 pracovních hodin.&#x20;

Zprovoznění platebních karet do 5-ti pracovních dní.

### Platební brána GP webpay

Více informací o platební bráně GP webpay&#x20;

* <https://www.gpwebpay.cz/>

Pro integraci rezervačního systému FlexBook s platební branou GP webpay je potřeba

* merchantID = identifikátor obchodníka
* privateKey = bezpečnostní klíč (privátní klíč)
* privateKey passphrase = heslo nebo věta ochraňující (šifrující) privátní klíč

Pro testovací účely je poskytován jiný ***merchantID*** než je použit pro produkční prostředí.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://flexbook.gitbook.io/integracni-manual/integracni-moznosti/on-line-platebni-brany.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
