Changes To The Accounts Payable API

The Accounts Payable API was updated on 07/24/2019. See our Changelog entries for more information.

We made changes to several endpoints.

For the Invoice (GET) endpoint, invoice_payment_detail now returns the following properties: credit_card_account_name, credit_card_account_id, credit_card_name, and credit_card_id.

For the Invoice (POST) endpoint,
  • The following properties can now be set in payment_details when creating an invoice: credit_card_account_id and credit_card_id.
  • Note that remit_to is no longer a required property of payment_details.
For the Invoice (PATCH) endpoint,
  • The following properties can now be set in invoice_payment_detail when editing an invoice: credit_card_account_id and credit_card_id.
  • Note that remit_to is no longer a required property of invoice_payment_detail.
  • Note that payments has been removed from invoice_payment_detail (for reference, review the Modify payments discussion).

Categories