payments

  • GET payments/get_latestThis method is used to get the latest payments that were submitted against a specific accounts receivable
  • GET payments/listThis method returns information related to payments. Multiple payments are returned by each call
  • GET payments/showThis method returns information related with a payment.  A single payment is returned by each call
  • POST payments/cancelThis method is used to cancel a posted payment. A payment cancellation is created and posted to cancel the specified payment
  • POST payments/createThis method is creating a new payment either in Draft or Posted state
  • POST payments/pay_billThis method is creating a new payment with the intention to pay the whole outstanding amount of a specific bill. The method can be applied on a single billonly. The payment is created in a posted state
  • POST payments/pay_invoiceThis method is creating a new payment with the intention to pay the whole outstanding amount of a specific invoice. The method can be applied on a single invoice only. The payment is created in a posted state
  • POST payments/postThis method is used to post a payment which is in draft state.
  • POST payments/rejectThis method is used to reject a payment which is in draft state.
  • POST payments/updateThis method is used to update a single Payment but only as long as it is in Draft state.
  • payments/configuration
  • payment_cancellations/configuration