Multi API v3.0.4
New errors codes when consuming a user invite
Authorised users can be onboarded using an invitation process. To accept an invite, the user needs to set a valid password that will be used to login. If the provided password is invalid, the API will return a 409 - Conflict with error codes:
PASSWORD_ALREADY_USEDPASSWORD_TOO_SHORTPASSWORD_TOO_LONGPASSWORD_TOO_SIMPLEPASSWORD_KEY_ALREADY_IN_USEPASSWORD_ALREADY_CREATED
Affected APIs:
POST /multi/users/\{user_id\}/invite/consume
New error code when transferring or sending funds
The transfersTransfer A transaction that moves funds between instruments managed by Weavr. The source and destination instruments of a transfer transaction must be owned by the same identity. Transfers can be scheduled for future execution and can be performed in bulk operations. and sendsSend A transaction type that allows sending funds to another identity's instrument or to a beneficiary. Send transactions may require Strong Customer Authentication depending on the destination and whether it's a trusted beneficiary. API will return a 409 - Conflict error with error code SOURCE_AND_DESTINATION_MUST_BE_DIFFERENT if the specified source and destination instruments are the same.
Affected APIs:
POST /multi/transfersPOST /multi/sends