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 Mutation
GET
https://app.moota.co/api/v2/mutation
Query Parameters
type
string
Type of type mutation example value CR
<credit> and DB
<debit>
bank
string
Bank of bank id you account can selected
amount
string
Amount of selected by amount can show it
note
string
Note of selected can show you want
start_date
string
Start Date of selected by date ranges start end mutation date
end_date
string
End Date of selected by date ranges start end mutation date
tag
string
Tag of selected by your tag example tag_name, tag_name with separator comma
page
string
Page can show data start from page number to ...
per_page
string
Per Page can show total rows
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
.
Store Mutation
POST
https://app.moota/co/api/v2/mutation/store/{bank_id}
Path Parameters
bank_id
string
Bank Id identified target mutation from bank account
Request Body
date
string
Date of value for mutation
note
string
Note of value for mutation
amount
string
Amount of value total amount dumy
type
string
Type of value for mutation like CR
<credit> and DB
<debit>
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
.
Add Note Mutation
POST
https://app.moota.co/api/v2/mutation/{mutation_id}/note
Path Parameters
mutation_id
string
Mutation Id of identified mutation target can add note
Request Body
note
string
Note of value mutation note
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
.
Push Mutation
POST
https://app.moota.co/api/v2/mutation/{mutation_id}/webhook
Path Parameters
mutation_id
string
Mutation Id of identified mutation can push with webhook
Remove Mutation
The table given below describes the /api/v2/mutation/destroy
.
Remove
POST
https://api.moota.co/api/v2/mutation/destroy
Request Body
mutations
array
Mutations of array mutation id
Attach Tagging To Mutation
The table given below describes the /api/v2/tagging/mutation/{mutation_id}
.
Attach Tagging
POST
https://app.moota.co/api/v2/tagging/mutation/{mutation_id}
Path Parameters
mutation_id
string
Mutation Id of identified target mutation
Request Body
name
array
Name of array tagging name
Update Tagging From Mutation
The table given below describes the /api/v2/tagging/mutation/mutation_id}.
Update Tagging Mutation
PUT
https://app.moota.co/api/v2/tagging/mutation/{mutation_id}
Path Parameters
mutation_id
string
Mutation Id of identified mutation can update tagging name from mutation
Request Body
name
array
Name of array tagging value for update tagging from mutation
Detach Tagging From Mutation
The table given below describes the /api/v2/tagging/mutation/{mutation_id}.
Detach Tagging Mutation
DELETE
https://app.moota.co/api/tagging/mutation/{mutation_id}
Path Parameters
mutation_id
string
Mutation Id of identified target mutation can remove tagging name
Request Body
name
array
Name of array tagging can remove from mutation
Last updated