Billing Pay

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "Allows you to pay the invoice, requires a invoiceid and methodid. The method id must be a valid payment method id and the invoice id must be a clients invoice that is unpaid. ...")
 
(Method)
Line 5: Line 5:
  
 
==Method==
 
==Method==
*[[glossary#post|POST]]
+
*[[glossary#POST|POST]]
  
 
==Required Data Parameters==
 
==Required Data Parameters==

Revision as of 22:02, 19 March 2012

Allows you to pay the invoice, requires a invoiceid and methodid. The method id must be a valid payment method id and the invoice id must be a clients invoice that is unpaid.

Contents

Path

  • /billing/pay

Method

Required Data Parameters

  • {$invoiceid}

Optional Data Parameters

  • None

Returned Data

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