curl "https://production.methodfi.com/payments?page_limit=1&to_date=2020-12-10" \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"

API Versioning

When updates are incompatible with previous versions (backwards-incompatible), a new, dated version of the API is released. The current version is: 2024-04-04

API versions are specified using the Method-Version header, and while you may continue using older versions, you will not have access to the latest features.

You can upgrade to the latest or a specific version through the Dashboard, or by specifying the version in request headers. Note that once upgraded manually, it’s not possible to revert to older versions.

Library Versioning

For Method Libraries, the version is locked to the dated version of the API. For example, method-node v0.x.x is locked to 2020-12-06, while method-node v1.x.x is locked to 2024-04-04 and onwards.

For detailed version histories, refer to our Changelog.

curl "https://production.methodfi.com/payments?page_limit=1&to_date=2020-12-10" \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"