Error Handling
Methods
- Account/
- Account/Auth/
- Account/Auth/TwoFactor/
- Account/BillingAddress/
- Account/ChangeOrder/Source/
- Account/ChatPassword/
- Account/Contact/
- Account/CreditCard/
- Account/Cycle/
- Account/Limits/
- Account/PasswordReset/
- Account/Paymethod/
- Account/SSH/Key/
- Account/Settings/
- Account/Subscriptions/
- Account/User/
- Account/User/StateData/
- Acronis/Backup/
- Asset/
- Asset/Connections/
- Asset/ControlPanel/Credentials/
- Asset/Measurements/
- Asset/Monitoring/
- Attribution/
- Basket/
- Basket/Domain/
- Basket/Item/
- Basket/Item/Config/
- Billing/
- Billing/Bill/
- Billing/Credit/
- Billing/CreditCard/Profile/
- Billing/Cycle/
- Billing/Invoice/
- Billing/Invoice/Preview/
- Billing/PayPal/Agreement/
- Billing/PayPal/Payment/
- Billing/Payment/
- Billing/Payment/Profile/
- BusinessEmail/Customer/
- BusinessEmail/Domain/
- Cloud/Backup/
- Cloud/Config/
- Cloud/IP/Pool/
- Cloud/Image/
- Cloud/Private/Parent/
- Cloud/Server/
- Cloud/Template/
- CloudSites/
- CloudSites/Usage/
- CodeGuard/User/
- Contact/
- Coupon/
- Coupon/Claim/
- Domain/
- Domain/Services/
- HostedEmail/Customer/
- HostedEmail/Domain/
- Licensing/
- Licensing/Cpanel/
- Licensing/Plesk/
- Market/Bundle/
- Market/Bundle/Package/
- Market/Cart/
- Market/Cart/Admin/Quote/
- Market/Cart/Discount/
- Market/Cart/Helpers/Configurator/
- Market/Cart/Item/
- Market/Package/
- Market/Package/Product/
- Market/Place/
- Meta/Timing/
- Migration/
- Migration/Account/
- Migration/Account/Server/
- Migration/Account/Server/Access/
- Migration/Destination/
- Monitoring/Bandwidth/
- Monitoring/Load/
- Monitoring/MWP/
- Monitoring/Services/
- Network/CDN/User/
- Network/CDN/Zone/
- Network/DNS/Domain/
- Network/DNS/Domain/Contact/
- Network/DNS/Domain/Nameserver/
- Network/DNS/Domain/Transfer/
- Network/DNS/Record/
- Network/DNS/Reverse/
- Network/DNS/Zone/
- Network/DNS/Zone/History/
- Network/Firewall/
- Network/Firewall/Ruleset/
- Network/IP/
- Network/LoadBalancer/
- Network/Pool/
- Network/Private/
- Network/Region/
- Network/SSHKey/
- Network/Util/
- Network/Zone/
- Notifications/
- OneTimeSecret/
- Order/AddOn/
- Product/
- Product/Addon/
- Product/Marketplace/
- Product/Series/
- Project/
- SSL/Certificate/
- Salesforce/Account/InterWorx/
- Salesforce/Chat/Auth/
- Salesforce/User/
- Server/
- Server/Auth/
- Server/Power/
- Server/VirtualDomain/
- Server/WHM/AccessHash/
- Server/WHM/DNS/
- Server/WHM/Firewall/
- Signup/Basic/
- Storage/Block/Cluster/
- Storage/Block/Volume/
- Storage/ObjectStore/
- Support/Alert/
- Support/Request/
- Support/Request/Attachment/
- Support/SystemStatus/
- Support/Ticket/Auth/
- Tags/Product/
- UserTask/
- Utilities/Info/
- VIP/
- VMware/vCloud/vDC/
- VPN/
- VPN/User/
- WWW/Cart/
- WordPress/Domain/
API Documentation (API Version bleed)
Billing/CreditCard/Profile/
DESCRIPTION
This section contains methods for managing credit card customer profiles.
apply
URL:
https://api.liquidweb.com/bleed/Billing/CreditCard/Profile/apply
Description:
Designate a credit card payment profile to be used as the credit card on file for the specified account.
Parameters:
Parameter | Type |
---|---|
payment_profile_id | A positive integer value (i.e. 1 and up). |
Returns:
Field | Type |
---|---|
cc_exp | A valid month/year in MM/YYYY format. |
cc_token | A credit card number with only the last four digits exposed, preceded by any number of X's (i.e. XXXXXXXXXXXX1234). |
payment_method | A valid payment method (check, credit_card, ach, paypal, paypal_agreement). |
payment_profile_id | A positive integer value (i.e. 1 and up). |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
applyOpaque
URL:
https://api.liquidweb.com/bleed/Billing/CreditCard/Profile/applyOpaque
Description:
Applies a credit card to be used as the payment profile using AuthorizeNet Apply.js' opaqueData process
Parameters:
Parameter | Type | Notes | ||||||
---|---|---|---|---|---|---|---|---|
opaqueData | An associative array containing the fields: | * Required | ||||||
|
Returns:
Field | Type |
---|---|
cc_exp | A valid month/year in MM/YYYY format. |
cc_issuer | A single word, consisting of only letters and digits. |
cc_token | A credit card number with only the last four digits exposed, preceded by any number of X's (i.e. XXXXXXXXXXXX1234). |
payment_method | A valid payment method (check, credit_card, ach, paypal, paypal_agreement). |
payment_profile_id | A positive integer value (i.e. 1 and up). |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
details
URL:
https://api.liquidweb.com/bleed/Billing/CreditCard/Profile/details
Description:
Get details for a profile.
Parameters:
Parameter | Type | Notes |
---|---|---|
customer_uuid | A valid UUID (Universally Unique IDentifier). | * Required if:
|
payment_profile_id | A positive integer value (i.e. 1 and up). |
Returns:
Field | Type | Notes |
---|---|---|
address | A string permitting tabs, carriage returns and newlines | * Optional |
cc_exp | A valid month/year in MM/YYYY format. | |
cc_issuer | A single word, consisting of only letters and digits. | * Optional |
cc_token | A credit card number with only the last four digits exposed, preceded by any number of X's (i.e. XXXXXXXXXXXX1234). | |
city | A string permitting tabs, carriage returns and newlines | * Optional |
company | A string permitting tabs, carriage returns and newlines | * Optional |
country | A string permitting tabs, carriage returns and newlines | * Optional |
customer_uuid | A valid UUID (Universally Unique IDentifier). | * Optional |
fax | A string permitting tabs, carriage returns and newlines | * Optional |
fname | A string permitting tabs, carriage returns and newlines | * Optional |
lname | A string permitting tabs, carriage returns and newlines | * Optional |
payment_method | A valid payment method (check, credit_card, ach, paypal, paypal_agreement). | * Optional |
payment_profile_id | A positive integer value (i.e. 1 and up). | |
phone | A string permitting tabs, carriage returns and newlines | * Optional |
state | A string permitting tabs, carriage returns and newlines | * Optional |
zip | A string permitting tabs, carriage returns and newlines | * Optional |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
hostedFormToken
URL:
https://api.liquidweb.com/bleed/Billing/CreditCard/Profile/hostedFormToken
Description:
Get a form_token that can be used to present the Authorize.net Hosted Form.
Parameters:
Parameter | Type |
---|---|
communicator_url | A valid http or https uri (i.e. http://www.liquidweb.com). |
customer_uuid | A valid UUID (Universally Unique IDentifier). |
reason | One of: 'default', 'onetime' |
Returns:
Field | Type | Notes |
---|---|---|
accnt | A valid account number, up to 6 digits in length. | * Optional |
customer_uuid | A valid UUID (Universally Unique IDentifier). | * Optional |
form_token | A string permitting tabs, carriage returns and newlines |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
oneTimeDetails
URL:
https://api.liquidweb.com/bleed/Billing/CreditCard/Profile/oneTimeDetails
Description:
Get details for a one-time payment profile. A one-time payment profile is considered the newest payment profile not currently on file as the account credit card.
Parameters:
No Values Defined
Returns:
Field | Type | Notes |
---|---|---|
cc_exp | A valid month/year in MM/YYYY format. | * Optional |
cc_issuer | A single word, consisting of only letters and digits. | * Optional |
cc_token | A credit card number with only the last four digits exposed, preceded by any number of X's (i.e. XXXXXXXXXXXX1234). | * Optional |
payment_method | A valid payment method (check, credit_card, ach, paypal, paypal_agreement). | * Optional |
payment_profile_id | A positive integer value (i.e. 1 and up). | * Optional |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
remove
URL:
https://api.liquidweb.com/bleed/Billing/CreditCard/Profile/remove
Description:
Removes any existing credit card profile and sets the account's payment method to check.
Parameters:
No Values Defined
Returns:
Field | Type |
---|---|
payment_method | A valid payment method (check, credit_card, ach, paypal, paypal_agreement). |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types
updateOpaque
URL:
https://api.liquidweb.com/bleed/Billing/CreditCard/Profile/updateOpaque
Description:
Updates a credit card payment profile using AuthorizeNet Apply.js' opaqueData process
Parameters:
Parameter | Type | Notes | ||||||
---|---|---|---|---|---|---|---|---|
opaqueData | An associative array containing the fields: | * Required | ||||||
|
Returns:
Field | Type |
---|---|
cc_exp | A valid month/year in MM/YYYY format. |
cc_issuer | A single word, consisting of only letters and digits. |
cc_token | A credit card number with only the last four digits exposed, preceded by any number of X's (i.e. XXXXXXXXXXXX1234). |
payment_method | A valid payment method (check, credit_card, ach, paypal, paypal_agreement). |
payment_profile_id | A positive integer value (i.e. 1 and up). |
Possible Errors:
Refer to the Error Handling documentation for the list of exception types