od 1.8.2024 nutnost přidat i jméno a příjmení
htps://www.comgate.cz/blog/nove-parametry-platby-kartou
jméno plátce a jeho e-mailová adresa nebo telefonní číslo.
rozšíření parametrů metody /v1.0/create.
V případě použití Comgate PHP SDK stačí aktualizovat balíček na verzi v1.0.10 (composer update) a použít připravené metody. Aktuální PHP SDK najdete na GitHub.
composer update comgate/sdk --ignore-platform-req=php
upraveno u:
mojetisky.cz
petrsuba.cz
rafo.cz
Nové používající comgate např. mojetisky.cz, petrsuba.cz
Url paid
https://xxx.xxx/comgate-response?refId=${refId}&id=${id}
Url cancelled
https://xxx.xxx/comgate-response?refId=${refId}&id=${id}
Url pending
https://xxx.xxx/comgate-response?refId=${refId}&id=${id}
Url for payment result transfer
https://xxx.xxx/comgate-result
od 1.8. rafo.cz používá také comgate
staré používající Agamo - např. rafo.cz
Admin - comgate - návratové adresy
Url paid
https://xxx.xx.xx/comgate-response?refId=${refId}
Url cancelled
https://xxx.xx.xxz/comgate-response?refId=${refId}
Url pending
https://xxx.xx.xx/comgate-response?refId=${refId}
Url for payment result transfer
https://xxx.xx.xx/comgate-response
IP whitelist
testování návratu:
<form id="w0" name="deffered" action="https://mojetisky.cebin.net/comgate-result" method="post">
<input type="hidden" name="merchant" value="467736">
<input type="hidden" name="test" value="true">
<input type="hidden" name="price" value="299900">
<input type="hidden" name="curr" value="CZK">
<input type="hidden" name="label" value="Mojetisky.cz+433">
<input type="hidden" name="refId" value="433">
<input type="hidden" name="method" value="CARD_CZ_COMGATE">
<input type="hidden" name="email" value="j.h%40informica.cz">
<input type="hidden" name="transId" value="8E7H-WXAL-SVNF">
<input type="hidden" name="secret" value="uSrjlbL0saIKhnDPJy98s7MqBLGfowiT">
<input type="hidden" name="email" value="info%40informica.cz">
<input type="hidden" name="status" value="PAID">
<input type="hidden" name="fee" value="unknown">
<input type="hidden" name="vs" value="823390672">
<!-- <input type="hidden" name="cat" value="PHYSICAL">-->
<input type="submit" value="submit">
</form>