payment module development documentation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
Hi,

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

Thanks!
Hace 13 años
check: https://www.nopcommerce.com/boards/t/2891/how-to-code-my-own-payment-method.aspx
Hace 13 años
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!
Hace 13 años
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
Hace 13 años
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.