Billing Edit Payment Methods

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "COMMAND DETAILS HERE ==Path== */billing/paymentmethods ==Method== *POST ==Required Data Parameters== *type: Payment method type (cc,ach). *first: First nam...")
 
Line 24: Line 24:
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==
*None
+
*company: The company name associated with the payment method.
 +
*address: The address associated with the payment method.
 +
*city: The city associated with the payment method.
 +
*state: The stated associated with the payment method.
 +
*country: The country associated with the payment method.
 +
*phone: The phone number associated with the payment method.
 +
*email: The email address associated with the payment method.
 +
*default: Sets the payment method to the default (TRUE.FALSE).
  
 
==Returned Data==
 
==Returned Data==

Revision as of 22:07, 19 March 2012

COMMAND DETAILS HERE

Contents

Path

  • /billing/paymentmethods

Method

Required Data Parameters

  • type: Payment method type (cc,ach).
  • first: First name associated with the payment method.
  • last: Last name associated with the payment method.
  • zip: ZIP code associated with the payment method.

If Credit Card

  • cc_num: credit number.
  • cc_exp: Credit card expiry date (MMYY format).
  • cvv2: Credit card CVV2 number

If Bank Account

  • routing: Bank account routing nymber.
  • account: Bank account number.
  • bank: Bank name.
  • atype: Bank account type, (C,S).

Optional Data Parameters

  • company: The company name associated with the payment method.
  • address: The address associated with the payment method.
  • city: The city associated with the payment method.
  • state: The stated associated with the payment method.
  • country: The country associated with the payment method.
  • phone: The phone number associated with the payment method.
  • email: The email address associated with the payment method.
  • default: Sets the payment method to the default (TRUE.FALSE).

Returned Data


Personal tools