Difference between revisions of "Dev:Gateway:Params"
From WHMCS Documentation
(Created page with '==Capture== {| class="paramstable" |- class="tablehead" |Key |Sample Data |Description |- |- class="tablediv" !colspan="3"|Standard Parameters |- |invoiceid |123 |The invoice ID…') |
(→Capture) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
{| class="paramstable" | {| class="paramstable" | ||
|- class="tablehead" | |- class="tablehead" | ||
Line 9: | Line 7: | ||
|- class="tablediv" | |- class="tablediv" | ||
!colspan="3"|Standard Parameters | !colspan="3"|Standard Parameters | ||
+ | |- | ||
+ | |companyname | ||
+ | |WHMCS Limited | ||
+ | |The company name set for the WHMCS install | ||
+ | |- | ||
+ | |systemurl | ||
+ | |http://www.domain.com/whmcs/ | ||
+ | |The URL to the WHMCS installation | ||
|- | |- | ||
|invoiceid | |invoiceid | ||
Line 25: | Line 31: | ||
|USD | |USD | ||
|The currency of the invoice | |The currency of the invoice | ||
+ | |- | ||
+ | |clientdetails | ||
+ | |Array | ||
+ | |An array of the clients profile data (firstname, lastname, companyname, address1, address2, city, state, postcode, country, phonenumber, email) | ||
|- | |- | ||
|- class="tablediv" | |- class="tablediv" |
Latest revision as of 20:23, 10 May 2014
Key | Sample Data | Description |
Standard Parameters | ||
---|---|---|
companyname | WHMCS Limited | The company name set for the WHMCS install |
systemurl | http://www.domain.com/whmcs/ | The URL to the WHMCS installation |
invoiceid | 123 | The invoice ID |
description | Company Name - Invoice #123 | Invoice text representation |
amount | 19.95 | The amount due |
currency | USD | The currency of the invoice |
clientdetails | Array | An array of the clients profile data (firstname, lastname, companyname, address1, address2, city, state, postcode, country, phonenumber, email) |
Capture Specific Parameters | ||
cardtype | Visa | The card type |
cardnum | 4222222222222 | The card number |
cardexp | 0514 | Card expiry date (MMYY) |
cardstart | 0508 | Card start date - if provided (MMYY) |
cardissuenum | 1234 | Card issue number - if provided |
cccvv | 123 | Credit card verification value (first transaction only) |
gatewayid | xxxxxx | Gateway token value if stored |