csob / paymentgateway

English documentation of the ČSOB Payment Gateway that offers an API for credit card payments, Apple Pay, Google Pay, mallpay and ČSOB Payment Button.
https://platbakartou.csob.cz/platebni-brana
GNU General Public License v3.0
121 stars 68 forks source link

Have you an example of integration for ver. 1.7 ? #359

Closed serkat closed 6 years ago

serkat commented 6 years ago

Or tutorial how to integrate it ? Thanks

mjanek commented 6 years ago

Dear sir, here you have documentation of the payment gateway according to which you can implement.

https://github.com/csob/paymentgateway/wiki/eAPI-v1.7-EN

serkat commented 6 years ago

Thanks. I use example 1.5. Another question - can i send email of success payment or not success payment. In your example after success payment immediately redirect to url?

23 янв. 2018 г. 1:55 AM пользователь "Miroslav Janek" < notifications@github.com> написал:

Dear sir, here you have documentation of the payment gateway according to which you can implement.

https://github.com/csob/paymentgateway/wiki/eAPI-v1.7-EN

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/csob/paymentgateway/issues/359#issuecomment-359615232, or mute the thread https://github.com/notifications/unsubscribe-auth/AI_WR4ocjmahwmVZ8VLWBxb6eJoME5Wuks5tNR_vgaJpZM4RouT4 .

mjanek commented 6 years ago

I think it is job of shop. You can find out a transaction status when you call "payment/status" and in next step shop may be send information about successful or not successful transaction.

serkat commented 6 years ago

Ok. will look at payment/status/ Thanks

2018-01-23 3:21 GMT+02:00 Miroslav Janek notifications@github.com:

I think it is job of shop. You can find out a transaction status when you call "payment/status" and in next step shop may be send information about successful or not successful transaction.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/csob/paymentgateway/issues/359#issuecomment-359637834, or mute the thread https://github.com/notifications/unsubscribe-auth/AI_WRyydKwDb1ElaoE9HEx4C_6f21v8Hks5tNTQggaJpZM4RouT4 .

serkat commented 6 years ago

Could you tell me - can i get all lifecycle's status via your example for ver.1.5 ?

Or i need to use my cert and key - to make live payment to see all status ? Thanks.

mrazekl commented 6 years ago

Hello,

you have to do real transactions, for seeing their status. With your own MerchantID and generated keys, as described in the documentation.

serkat commented 6 years ago

Ok. Thanks