kfrancis / chargify-dot-net

MIT License
20 stars 49 forks source link

Invoice Payment #43

Closed stfauske closed 7 years ago

stfauske commented 7 years ago

There seems to only be support for getting a list of invoices, while there is no support for adding a payment to an invoice, like described in the Chargify API: https://docs.chargify.com/api-invoices-payments

By just using AddPayment, the payment will not be linked to the invoice and the status will remain Unpaid.

Am I right here, or am I missing something here?

kfrancis commented 7 years ago

You are likely correct, a they change the API over time - I'll get that added when I get time (or you can do a PR)