diff --git a/module_builder.module_builder.inc b/module_builder.module_builder.inc
index 26f5847..c6e4107 100644
--- a/module_builder.module_builder.inc
+++ b/module_builder.module_builder.inc
@@ -140,6 +140,15 @@ function module_builder_module_builder_info() {
         'webform_hooks.php' => '%module.module',
       ),
     ),
+    // Payment API
+    'pay' => array(
+      'url' => 'http://drupalcode.org/project/pay.git/blob_plain/refs/heads/%branch:/%file',
+      'branch' => '6.x-1.x',
+      'group' => 'pay',
+      'hook_files' => array(
+        'pay.api.php' => '%module.module',
+      ),
+    ),    
   );
 
   // For D7, keys should match the filename MODULE.api.php
