Billing Pay

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Required Data Parameters)
 
Line 8: Line 8:
 
==Required Data Parameters==
 
==Required Data Parameters==
 
*{$invoiceid}: the invoice ID that is returned when using the [[Billing List|billing list]] command.
 
*{$invoiceid}: the invoice ID that is returned when using the [[Billing List|billing list]] command.
*{$paymentmethodid}: The payment method ID that is returned when using the [[Billing Payment Methods|payment methods]] command.
+
*{$methodid}: The payment method ID that is returned when using the [[Billing Payment Methods|payment methods]] command.
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==

Latest revision as of 20:09, 1 October 2013

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.
  • {$methodid}: 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