technical-docs
Search
⌃K

Mutation

Already registered Bank Account in Moota, wait 15 minute for get mutation from iBanking and All mutation can get here... You can manage all mutation with API like add note, tagging, filter etc.

Get List Mutation

The table given below describes the /api/v2/mutation.
get
https://app.moota.co/
api/v2/mutation
Get Mutation

Create Dummy Mutation

you can create test with dummy mutation for you bank account
The table given below describes the /api/v2/mutation/store/{bank_id}.
Use this API to update an existing beneficiary identified by its bank_id.
post
https://app.moota/co/
api/v2/mutation/store/{bank_id}
Store Mutation

Add Note To Mutation

The table given below describes the /api/v2/mutation/{mutation_id}/note.
Use this API to update an existing beneficiary identified by its mutation_id.
post
https://app.moota.co/
api/v2/mutation/{mutation_id}/note
Add Note Mutation

Push Mutation With Webhook

Moota can re try push webhook by request with this endpoint /api/v2/mutation/{mutation_id}/webhook.
Use this API to update an existing beneficiary identified by its mutation_id.
post
https://app.moota.co/
api/v2/mutation/{mutation_id}/webhook
Push Mutation

Remove Mutation

The table given below describes the /api/v2/mutation/destroy.
post
https://api.moota.co/
api/v2/mutation/destroy
Remove

Attach Tagging To Mutation

The table given below describes the /api/v2/tagging/mutation/{mutation_id}.
post
https://app.moota.co/
api/v2/tagging/mutation/{mutation_id}
Attach Tagging

Update Tagging From Mutation

The table given below describes the /api/v2/tagging/mutation/mutation_id}.
put
https://app.moota.co
/api/v2/tagging/mutation/{mutation_id}
Update Tagging Mutation

Detach Tagging From Mutation

The table given below describes the /api/v2/tagging/mutation/{mutation_id}.
delete
https://app.moota.co/
api/tagging/mutation/{mutation_id}
Detach Tagging Mutation
Last modified 1yr ago