Billing Pay

From INAP Dropzone API
Revision as of 22:16, 19 March 2012 by Jcohen (Talk | contribs)
Jump to: navigation, search

Allows for the payment of an unpaid invoice on the account.

Contents

Path

  • /billing/pay

Method

Required Data Parameters

  • {$invoiceid}: the invoice ID that is returned when using the billing list command.
  • {$paymentmethodid}: The payment method ID that is returned when using the payment methods command.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools