payment module development documentation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
Hi,

Is there any documentation available on how to implement a payment module extension?

Thanks!
13 лет назад
check: https://www.nopcommerce.com/boards/t/2891/how-to-code-my-own-payment-method.aspx
13 лет назад
OK, thanks

Just one question: is there an equivalent of CheckoutCompleted.aspx incase something has gone wrong on the PSP side?

ie. something like CheckOutError.aspx where I can show an Exception Message?

I understand I can easily make my own page, but this seems like a generic problem to me, so maybe a generic status page would be nice?

Thanks!
13 лет назад
No, each payment gateway has its own return (success or error) pages. A generic page is not possible because a parsing/processing of error messages is specific for each payment gateway
13 лет назад
yeah, in retrospect that sounds absolutely logical, thanks!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.