Billing Payment Methods

From INAP Dropzone API
Jump to: navigation, search

COMMAND DETAILS HERE

Contents

Path

  • /billing/paymentmethods

Method

Required Data Parameters

  • None

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => Array(
    [0] => stdClass Object(
      [default] => Is this the default payment method (TRUE/FALSE).
      [id] => Payment method ID,
      [clientid] => The LEAP customer ID.
      [first] => First name for the payment method.
      [last] => Last name for the payment method.
      [name] => Full name for the payment method.
      [company] => Company name for the payment method.
      [address] => Address for the payment method.
      [city] => City for the payment method.
      [state] => State for the payment method.
      [zip] => ZIP for the payment method.
      [country] => Country for the payment method.
      [phone] => Phone number for the payment method.
      [email] => Email for the payment method.
      [type] => Type of the payment method (Credit Card,Bank Account).
      
      
      [routing] => Bank account routing number.
      [account] => Bank account  number all hidden except for the last 4 digits.
      [act_type] => The bank account type (C,S).
      [bank] => The name of the bank.
      
      
      [month] => Credit card expiry month.
      [year] => Credit card expiry year.
      [expiration] => Full credit card expiry date.
      [cc] => Credit card number all hidden except for the last 4 digits.
    )
  )
)
Personal tools