Multi API 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/startPOST/auth/lost_password/resume
-
Destroy instrument now fails with error BALANCE_NOT_ZERO is instrument balance is not zero
POST/managed_accounts/{id}/destroyPOST/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)
- Property
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
-