Skip to main content

Version 3.50.2

· One min read
Kristina Gauci

Additional endpoints now supporting idempotency

As mentioned in previous Release Notes, we are extending the list of endpoints in the Multi API which can be called idempotently. This can be achieved by including the idempotency-ref header in the requests.

WEB

In this release, the following Multi API endpoints can (optionally) be called idempotently:

  • POST /managed_cards/{id}/block to block a Managed Card

  • POST /managed_cards/{id}/unblock to unblock a Managed Card

  • POST /managed_accounts/{id}/block to block a Managed Account

  • POST /managed_accounts/{id}/unblock to unblock a Managed Account

Further information on idempotency is provided in our API Docs here.