Skip to main content

Version 2.10.0

· One min read

What's Changed

  • Removal of owner field when creating a managed account or managed card. The instrument is always created for the user logged in.

    • POST /managed_cards/_/create
    • POST /managed_accounts/_/create
  • New error code INSTRUMENT_DESTROYED returned when attempting to freeze/unfreeze a deleted card

    • POST /managed_cards/{id}/unfreeze
    • POST /managed_cards/{id}/freeze

What's Changed

POST /managed_accounts/_/create
Request:

Changed content type : application/json

New optional properties:

  • owner
  • Deleted property owner (object)
POST /managed_cards/{id}/unfreeze
Return Type:

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum value:

      • INSTRUMENT_DESTROYED
POST /managed_cards/_/create
Request:

Changed content type : application/json

New optional properties:

  • owner
  • Deleted property owner (object)
POST /managed_cards/{id}/freeze
Return Type:

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum value:

      • INSTRUMENT_DESTROYED