2024-10-16

How to upgrade to the Rainforest API version 2024-10-16

📘

API version 2024-10-16 available in sandbox

The API version 2024-10-16 is now available in the Sandbox environment. This version is set to release in Production on November 1, 2024.

The following changelog will explain the backwards-incompatible changes you'll need to make to your integration with the Rainforest API before upgrading to the 2024-10-16 version.

See the guide for API version upgrades on how to upgrade to this version.

Changelog

  • [MAJOR] The chargeback status PENDING has been replaced with the following statuses. For more information, see the guides for understanding chargebacks.
    • INQUIRY_ACTION_REQUIRED
    • INQUIRY_RESPONDED
    • DISPUTE_ACTION_REQUIRED
    • CHARGEBACK_PROCESSING
    • PREARBITRATION_PROCESSING
    • ARBITRATION
    • PROVISIONAL_WIN
  • [MAJOR] In create payment method config endpoint, a new fieldbillable_merchant_id is required.
    • Setting a billable merchant ID on each payment method will allow the platform to pass on the fees for running processes such as Card Account Updater.
  • New payin statuses:
    • [MAJOR] RETURNED for when ACH payins are returned before being available for deposits. For more information, see the guides for understanding ACH returns.
    • AUTHORIZED for visibility on authorization prior to processing.
  • The following endpoints on API keys have been updated from PUT to POST:
  • The deprecated field level_2_3.mcc_code has been removed from the payin config resource. The field level_2_3.commodity_code should be used instead.
  • The deprecated field supported_capabilities has been removed from the following:
  • The deprecated field result_code has been removed from the following resource and endpoints. The field refusal_code should be used instead.
  • The deprecated params start_time and end_time have been removed from the following endpoints. The fields created_at.start and created_at.end should be used instead.
  • The deprecated params created_at_start, created_at_end, updated_at_start, and updated_at_end have been removed from the following endpoints. The fields created_at.start, created_at.end, updated_at.start, and updated_at.end should be used instead.
  • The undocumented field rainforest_internal_state has been removed from the following resources:
  • The undocumented fields merchant_application_state and merchant_state have been removed from the create merchant endpoint.