May 2018 Release

This release contains the following enhancements:

New Processors:

  • Payeezy
  • Adyen – limited features: only charge is available, no capture, void or refund. This is because those features needed to accept notifications for their final status, and Payment Center does not have the ability to accept notifications at this time
  • Stripe ACH/eCheck

New Global Or Invocable Classes:

  • Invoice.payInvoiceWithCredit(Id invoiceId, Id creditMemoId) – this allows you to programmatically pay an invoice with a credit memo.
  • RecurringInvoice.invoiceNow(List<Id> recInvIds) – invocable through Process Builder, this allows you to process a recurring invoice programmatically.