Skip to content

2Checkout/2checkout-webhooks-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

2checkout-webhooks-samples

This project contains webhook samples in multiple languages.

If you want to use the C# sample: To run the project use the following command:

dotnet run

To run the tests use the following command:

dotnet tests

To use the sample you should follow the below steps:

Copy the class IpnSignatureHandler Initialize it as in the example from Program.cs Generate the tag containing the HMAC MD5 key using the method "generateTag" with the first argument being the IPN request body and the second argument being the secret key.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages