Returns a data template that you can fill in to use the CREATE action.
Creates a new payment. Use the template provided by the NEW action.
Returns a single payment.
Can return payment in a variety of formats,
including HTML and PDF as you'd see in the Cashboard web UI.
Updates a payment.
Deletes a payment and all comments associated with it.
Returns all invoice payments associated with this payment.
<?xml version="1.0" encoding="UTF-8"?> <payment> <amount rel="financial">0.00</amount> <assigned_id></assigned_id> <client_id></client_id> <client_type></client_type> <comments_count read_only="true">0</comments_count> <created_on></created_on> <document_template_id></document_template_id> <notes></notes> <person_id></person_id> <transaction_id></transaction_id> <updated_at read_only="true"></updated_at> </payment>