API Reference

Create Note

Use this API to add a new note to a specific resource such as a client, account, loan, or dispute.

You must specify the resourceType, resourceId, and provide the content of the note in the request body.

Behaviour: A successful response indicates that the note was successfully created and associated with the specified resource.

Log in to see full request history
Path Params
string
required
Defaults to client

The type of the resource. Example: client

string
required
Defaults to 1234

The Identifier of the specific resource. Example: 1234

Query Params
string
required
Defaults to client

The action command for this request. Example: client

Body Params

The table below outlines the parameters used for performing note actions on different resource types. To use this API, you need to provide the resourceType and resourceId, which can be obtained from the below table.

ParameterDescriptionMandatoryData TypeExample
resourceTypeType of the resource on which the note is being added.YesStringclient
resourceIdUnique identifier of the resource.YesString1023
actionThe specific action performed on the resource.YesStringapprove

Supported actions vary based on the resource type. The table below lists the supported entities, their corresponding resource types, valid actions, and associated codes:

EntityResource TypeActionDescriptionCode
CLIENTclientupdateUpdate client information101
CLIENTclientdeleteDelete a client102
CLIENTclientapproveApprove client onboarding or update103
CLIENTclientrejectReject client details104
CLIENTclientreviewReview client information106
CLIENTclientverifyVerify client KYC107
CLIENTclientofac.checkPerform OFAC check on the client107
SAVINGS_ACCOUNTsavingsaccountreviewReview savings account106
SAVINGS_ACCOUNTsavingsaccountblockBlock the entire savings account110
SAVINGS_ACCOUNTsavingsaccountblockAmountBlock a specific amount in the account120
SAVINGS_ACCOUNTsavingsaccountcloseClose the savings account118
SAVINGS_ACCOUNTsavingsaccountsuspendTemporarily suspend account operations105
SAVINGS_ACCOUNTsavingsaccountunblockUnblock the account111
SAVINGS_ACCOUNTsavingsaccountblock.debitBlock debit transactions112
SAVINGS_ACCOUNTsavingsaccountunblock.debitUnblock debit transactions113
SAVINGS_ACCOUNTsavingsaccountblock.creditBlock credit transactions114
SAVINGS_ACCOUNTsavingsaccountunblock.creditUnblock credit transactions115
SAVINGS_ACCOUNTsavingsaccounthold.amountHold a specific amount120
SAVINGS_ACCOUNTsavingsaccountrelease.amountRelease held amount121
SAVINGS_ACCOUNTsavingsaccountwithdrawWithdraw from the account122
SAVINGS_TRANSACTIONsavingstransactionreviewReview a savings transaction106
LOANloanupdateUpdate loan details101
LOANloanapproveApprove a loan103
LOANloanrejectReject a loan application104
LOANloanreviewReview loan details106
LOANloanwaiveWaive loan charges116
LOANloanwriteoffWrite off the loan117
LOANloanpreclosePre-close the loan119
LOAN_TRANSACTIONloantransactionreviewReview a loan transaction106
GROUPgroup[Unused]No supported actions currently
DEBIT_CARDdebitcardreviewReview debit card details106
DEBIT_CARDdebitcardactivateActivate the debit card108
DEBIT_CARDdebitcarddeactivateDeactivate the debit card109
DEBIT_CARDdebitcardblockPermanently block the debit card110
DEBIT_CARDdebitcardunblockUnblock the debit card111
DEBIT_CARDdebitcardhotlistHotlist the debit card123
DEBIT_CARDdebitcardtemporarily.blockTemporarily block the debit card124
DEBIT_CARDdebitcardtemporarily.unblockUnblock a temporarily blocked debit card125
CREDIT_CARDcreditcardreviewReview credit card details106
CREDIT_CARDcreditcardsuspendSuspend the credit card temporarily105
CREDIT_CARDcreditcardblockPermanently block the credit card110
CREDIT_CARDcreditcardunblockUnblock the credit card111
CARD_AUTHORIZATIONcardauthorizationreviewReview card authorization106
SHARE_ACCOUNTshareaccountreviewReview share account details106
DISPUTEdisputereviewReview dispute details106
DISPUTEdisputeapproveApprove the dispute103
DISPUTEdisputerejectReject the dispute104
DISPUTEdisputeadjustAdjust the dispute transaction123
COMPLIANCE_REVIEWcompliancereviewreviewReview compliance-related documents106
COMPLIANCE_REVIEWcompliancereviewapproveApprove the compliance review103
COMPLIANCE_REVIEWcompliancereviewrejectReject the compliance review104
string
required
Defaults to Hello world note

The note for the dispute. Example: Hello world note

Headers
string
required
Defaults to z01j3e71zd6zkq908vyf5861a8

The ID of your banking instance visible in the MBANQ Console.

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json