Sub URL: /jsonsdk/ItemAccountManagement/activateItemAccount
Type: POST
Description: This REST API reactivates the required Item Account, which is in an inactive state. Item Account refers to a specific financial account aggregated by the consumer.
Input Parameters
Name | Description | Required | Example |
---|---|---|---|
cobSessionToken | This is the cobrand session token received from the coblogin call. | Yes |
|
userSessionToken | This is the user session token received from the login call. | Yes |
|
itemAccountId | The unique identifier to the consumer's aggregated financial account which is in inactive state. For example, this uniquely identifies a specific savings account of Mr. John Doe in IQ Bank. | Yes | 81234679 |
Returns
This returns void.
Exceptions
Name | Description |
---|---|
InvalidUserContextException | If the user context specified is null or invalid. |
InvalidConversationCredentialsException | If the provided conversation credentials are invalid. |
InvalidItemAccountIdException | If the item account identifier does not exist or does not belong to the user. |
ItemAccountStatusChangeException | If changing the status of ItemAccount is not completed successfully. |
Sample JSON Response
This API returns void.