Difference between revisions of "Template:Gateways"
From WHMCS Documentation
m |
m |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
− | {{# | + | {{#switch:{{{level|}}}|4 = ====Supported Features==== | 3 = ===Supported Features=== | 2 = ==Supported Features==| #default = ==Supported Features==}} |
{| class="wikitable" style="text-align:center;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;width:100%;" | {| class="wikitable" style="text-align:center;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;width:100%;" | ||
|- | |- |
Revision as of 13:41, 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