Billing Pay

From INAP Dropzone API
Revision as of 20:51, 19 March 2012 by Jcohen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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