Skip to main content

Version 1.0.5

· One min read

What's New

  • POST /auth/lost_password/validate

What's Changed

  • Changes to Lost Password process

    • POST /auth/lost_password/start
    • POST /auth/lost_password/resume
  • Destroy instrument now fails with error BALANCE_NOT_ZERO is instrument balance is not zero

    • POST /managed_accounts/{id}/destroy
    • POST /managed_cards/{id}/destroy

Detailed Changes

What's New

POST /auth/lost_password/validate

What's Changed

POST /auth/lost_password/start
Return Type:

New response : 409 Conflict

Conflict

POST /auth/lost_password/resume
Request:

Changed content type : application/json

New required properties:

  • password
  • Added property password (object)

    • Property value (string)
Return Type:

New response : 409 Conflict

Conflict

POST /managed_accounts/{id}/destroy
Return Type:

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum value:

      • BALANCE_NOT_ZERO
POST /managed_cards/{id}/destroy
Return Type:

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum value:

      • BALANCE_NOT_ZERO