payment module development documentation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 năm cách đây
Hi,

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

Thanks!
13 năm cách đây
check: https://www.nopcommerce.com/boards/t/2891/how-to-code-my-own-payment-method.aspx
13 năm cách đây
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 năm cách đây
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 năm cách đây
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.