Bank Account
before you register a bank account at Moota make sure you already have points. if you don't have points, please do topup points first
your bank account that you will register on Moota to get mutations from several bank accounts at once in one dashboard, make sure you have an iBanking account from the account you have. Moota does not recognize the account from mBanking.
bank_type | Bank Name |
bca | Bank Central Asia |
bcaGiro | BCA Giro |
bcaSyariah | Bank Central Asia Syariah |
bniBisnisSyariah | Bank Negara Indonesia Bisnis Syariah |
bniBisnis | Bank Negara Indonesia Bisnis |
bniSyariah | Bank Negara Indonesia Syariah |
bni | Bank Negara Indonesia |
bri | Bank Rakyat Indonesia |
briCms | BRI CMS |
briGiro | Bank Rakyat Indonesia Giro |
briSyariah | Bank Rakyat Indonesia Syariah |
briSyariahCms | BRI Syariah CMS |
bsi | Bank Syariah Indonesia |
bsiGiro | Bank Syariah Indonesia Giro |
gojek | GoPay |
mandiriBisnis | Mandiri Bisnis |
mandiriMcm2 | Mandiri MCM 2 |
mandiriMcm | Mandiri MCM |
mandiriOnline | Mandiri |
mandiriSyariah | Mandiri Syariah |
mandiriSyariahBisnis | Mandiri Syariah Bisnis |
mandiriSyariahMcm | Mandiri Syariah MCM |
mayBank | MayBank |
megaSyariahCms | Mega Syariah CMS |
muamalat | Muamalat |
ovo | OVO |
post
https://app.moota.co/
api/v2/bank/store
Create Bank Account
The table given below describes the
/api/v2/bank/update/{bank_id}
.
Use this API to update an existing beneficiary identified by its bank_id
.
post
https://app.moota.co/
api/v2/bank/update/{bank_id}
Update Bank Account
You can fetch all bank account with this endpoint
/api/v2/bank
.get
https://app.moota.co
/api/v2/bank
Fetch Bank Account
by default moota will pull mutations based on 15 minute intervals. if you want to pick up right now use this endpoint without having to wait 15 minutes later. and make sure your points are enough
/api/v2/bank/{bank_id}/refresh
post
https://app.moota.co/
api/v2/bank/{bank_id}/refresh
Refresh Mutation
After add account e-wallet from moota and activate ewallet account
(gojek / ovo)
must be request otp code first and this example for activate ewallet accountThe table given below describes the
/api/v2/bank/request/otp/{bank_id}
.Use this API to update an existing beneficiary identified by its
bank_id
.post
https://app.moota.co/
api/v2/bank/request/otp/{bank_id}
Request Otp Code
The table given below describes the
/api/v2/bank/verification/otp/{bank_id}
.Use this API to update an existing beneficiary identified by its
bank_id
.post
https://app.moota.co/
api/v2/bank/verification/otp/{bank_id}
Verification Otp Code
The table given below describes the
/api/v2/bank/{bank_id}/destroy
.Use this API to update an existing beneficiary identified by its
bank_id
.post
https://app.moota.co/
api/v2/bank/{bank_id}/destroy
Remove
Last modified 1yr ago