Difference between revisions of "Template:Gateways"

From WHMCS Documentation

Line 21: Line 21:
 
{{!}}style="border:1px #AAA solid;padding:0.2em;{{#if:{{{updatecc|}}}|color:darkgreen;|color:red;}}"{{!}} {{#if:{{{updatecc|}}}|Yes|No}}
 
{{!}}style="border:1px #AAA solid;padding:0.2em;{{#if:{{{updatecc|}}}|color:darkgreen;|color:red;}}"{{!}} {{#if:{{{updatecc|}}}|Yes|No}}
 
{{!}}style="border:1px #AAA solid;padding:0.2em;{{#if:{{{deletecc|}}}|color:darkgreen;|color:red;}}"{{!}} {{#if:{{{deletecc|}}}|Yes|No}}
 
{{!}}style="border:1px #AAA solid;padding:0.2em;{{#if:{{{deletecc|}}}|color:darkgreen;|color:red;}}"{{!}} {{#if:{{{deletecc|}}}|Yes|No}}
{{!}}}}}</includeonly><noinclude>
+
{{!}}}
 +
}}</includeonly><noinclude>
 
Registrar features grid template, produces something like:
 
Registrar features grid template, produces something like:
 
{{gateways
 
{{gateways
Line 32: Line 33:
 
  | onetime = yes
 
  | onetime = yes
 
  | recurring = yes
 
  | recurring = yes
 
 
  <nowiki>}}</nowiki>
 
  <nowiki>}}</nowiki>
  

Revision as of 13:27, 9 October 2012

Registrar features grid template, produces something like:

Supported Features

Type One Time Recurring Refunds 3D Secure
Token No Yes No No
Remote Update Card Remote Delete Card AddPayMethod API
No No No

To use:

{{gateways
| type = token
| onetime = yes
| recurring = yes
}}

You should only provide the options that the gateway supports. For example, saying 'onetime = no' will not work.

Full list of options (case sensitive):

  • type - token or cc. Omit for 3rd Party
  • onetime
  • recurring
  • refunds
  • updatecc
  • deletecc