A secure testing tool for payment system developers and QA professionals. All test numbers are non-functional and strictly for development environments.

Hxd Plugins -

Generate valid test card numbers for payment system validation using our free online generator.

Hxd Plugins -

// Define the plugin's entry point extern "C" HxDPluginInfo* GetPluginInfo() { return &pluginInfo; }

#include <hxdplugin.h>

// Define the plugin's metadata HxDPluginInfo pluginInfo = { "MyPlugin", "1.0", "My Plugin Description", "Author Name" }; hxd plugins