sveawebpay / dotnet-integration

SDK for Sveas standalone payment methods
Other
5 stars 14 forks source link

Handling response in return url #22

Closed paradisehuman closed 9 years ago

paradisehuman commented 9 years ago

How Can I handle response in return url? I mean how to get response parameter and by which class. I use mvc.

kilskrift commented 9 years ago

For hosted responses, the received callback response must be parsed through the SveaResponse handler class to receive an inspectable response object containing the hosted service response.

For details, please refer to section 10. Response handler in the documentation at https://github.com/sveawebpay/dotnet-integration/tree/master#10-response-handler, and the corresponding package class.

/kgm