Account Detail - PATCH MFA

This endpoint can be used to retrieve data associated with the specified ‘account_id’ by providing new OTP to refresh the account session. Currently, E-Wallet and Institution with Security Question can use this customization.

Request Parameter

Key ParameterData TypeDescription
user_access_tokenStringtoken generated after successful institution connection through the widget which needs to be passed as the Bearer token in the Authorization header
tokenStringOTP from the end-user (for E-Wallet)
The answer to the given security question (for Institution with Security Question)
sessionIdStringUnique Id that generated after successful connection
AccountIdStringUnique primary key for institute for which we want to fetch the details

Response parameters

Key ParameterData typeDescription
lastUpdateAtStringThe time stamp of when the data is last updated
sessionStringThe session status of the particular accounts to the institution
AccountIdStringAccount Identification number from end-user's bank account
AccountHolderStringAccount holder from end-user's bank account
AccountNumberStringAccount number from end-user's bank account
AddressStringAddress of account holder (only available for selected institutions)
PhoneNumberStringPhone number of account holder (only available for selected institutions)
EmailStringEmail of account holder (only available for selected institutions)
Balances-availableFloatEnd-user's balance amount that is available to use
Balances-currentFloatEnd-user's balance amount that includes "balances-available" and "on-hold amount"
KtpNumberStringId of user's KTP
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!