Billing Pay

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
Allows for the payment of an unpaid invoice on the account.
+
The [[Billing|billing]] pay command allows for the payment of an unpaid invoice on the [[glossary#LEAP|LEAP]] account.
 
+
 
==Path==
 
==Path==
 
*/billing/pay
 
*/billing/pay

Revision as of 23:26, 24 March 2012

The billing pay command allows for the payment of an unpaid invoice on the LEAP 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