Webhook URL

Once the digitization process is done, Brick will notify your platform with callbacks that will notify you of the responses of the document digitization. You need to register your Webhook URL to Brick from the Brick Developer Dashboard. If there is no Webhook URL present, then the responses will be sent to Email (attached as CSV) automatically. The email will be the same as the one registered with your brick account.

Request Parameters

Key ParametersData typeDescription
idStringUnique ID for each transaction generated by Brick
userIdStringUnique ID for each user
account_accountHolderVerifiedStringThe verification of account holder name based on the bank's system
account_accountNumberVerifiedStringThe verification of account number name based on the bank's system
account_accountIdStringUnique ID for each account generated by Brick
account_accountHolderStringName of account holder based on the uploaded document
account_accountHolderVerificationStringName of account holder based on the bank's system
account_bankNameStringName of the bank based on the uploaded document
transaction_reference_idStringUnique ID for each transaction generated by Brick
transaction_amountFloatAmount of the transaction
transaction_dateStringDate of the transaction
transaction_descriptionStringDescription of the transaction
transaction_statusStringStatus of the transaction
transaction_directionStringDirection of the transaction
historyBalance_beginningBalanceFloatThe beginning balance of the user
historyBalance_endingBalanceFloatThe ending balance of the user
historyBalance_dateFromStringThe earliest date of the transaction
historyBalance_dateToStringThe latest date of the transaction
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!