Download the PHP package geniv/nette-comgate without Composer
On this page you can find all versions of the php package geniv/nette-comgate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package nette-comgate
Comgate
Comgate payment gateway
inspired: https://github.com/renat-magadiev/comgate-client , https://github.com/LZaplata/Comgate
comgate info pdf: https://www.comgate.cz/files/informacni-brozura-comgate-payments.pdf
list test payment: https://portal.comgate.cz/cs/testovaci-platby
api: https://platebnibrana.comgate.cz/cz/protokol-api
need set in:
https://portal.comgate.cz/cs/propojeni-obchodu-detail/id/**XXmerchantIdXX**
- Url zaplacený
- Url zrušený
- Url nevyřízený
- Url pro předání výsledku platby
- Povolené IP adresy
thanks for code review: @AdamSmid
example url for production:
redirect url (GET redirect from Comgate):
https://example.cz/summary/result/${id}?refId=${refId}
status url (POST check from Comgate):
https://example.cz/summary/status
Installation
or
require:
Include in application
neon configure:
neon configure extension:
presenter create payment:
create payment:
status payment:
result payment: