voxel.billing.payments.list

list payments made to a specified invoice

Parameters

invoice_id (required)
The id of the relevant invoice as found in billing.invoices.list.

Example Response


<rsp stat="ok">
    <payments>
        <payment date="2009-10-07T02:45:30+0000" id="9895" type="inv_credit_comp">
            <amount_paid units="USD">712</amount_paid>
            <invoice_id>42537</invoice_id>
            <amount_refunded>0.00</amount_refunded>
            <payment_method_id>0</payment_method_id>
        </payment>
    </payments>
</rsp>

Notes

a list of payments made to the specified invoice

Method Specific Error Codes

114: Invalid invoice_id
The passed in invoice_id can not be matched to a valid invoice.