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.
The table given below describes the
/api/v2/mutation
.get
https://app.moota.co/
api/v2/mutation
Get 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
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
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
The table given below describes the
/api/v2/mutation/destroy
.post
https://api.moota.co/
api/v2/mutation/destroy
Remove
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
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
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