Billing Edit Payment Methods

From INAP Dropzone API
Revision as of 17:01, 22 March 2012 by Jcohen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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