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
Get Mutation
Query Parameters
Name
Type
Description
{
"current_page": 1,
"data": [
{
"account_number": "235264741",
"date": "2021-10-05 00:00:00",
"description": "buy other food",
"amount": "100123.00",
"type": "CR",
"note": "",
"balance": "0.00",
"created_at": "2021-10-05 10:25:16",
"updated_at": "2021-10-05 10:25:16",
"mutation_id": "aolk4PekJxM",
"token": "aolk4PekJxM",
"bank_id": "VLagzqBj42D",
"taggings": [],
"bank": {
"corporate_id": null,
"username": "moota.co",
"atas_nama": "Moota",
"balance": "100123.00",
"account_number": "235264741",
"bank_type": "bca",
"login_retry": 0,
"date_from": "2021-09-24 00:00:00",
"date_to": "2021-09-24 00:00:00",
"meta": null,
"interval_refresh": 15,
"next_queue": "2021-09-24 11:16:57",
"is_active": true,
"in_queue": 0,
"in_progress": 0,
"recurred_at": "2021-09-25 11:01:57",
"created_at": "2021-09-24 11:01:57",
"token": "VLagzqBj42D",
"bank_id": "VLagzqBj42D",
"label": "BCA",
"last_update": "2021-09-24T03:46:57.000000Z"
}
},
{
"account_number": "7650583974",
"date": "2021-09-24 00:00:00",
"description": "quaerat",
"amount": "133041.00",
"type": "DB",
"note": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley ",
"balance": "0.00",
"created_at": "2021-09-24 11:01:57",
"updated_at": "2021-09-24 11:01:57",
"mutation_id": "8aolk43WJxM",
"token": "8aolk43WJxM",
"bank_id": "e42qjy2WGE5",
"taggings": [
{
"name": "car",
"tag_id": "M1Z6zK0jJDY"
}
],
"bank": {
"corporate_id": null,
"username": "moota.co",
"atas_nama": "Moota",
"balance": "126987.00",
"account_number": "0144050",
"bank_type": "mandiriBisnis",
"login_retry": 0,
"date_from": "2021-09-24 00:00:00",
"date_to": "2021-09-24 00:00:00",
"meta": null,
"interval_refresh": 15,
"next_queue": "2021-09-24 11:16:57",
"is_active": true,
"in_queue": 0,
"in_progress": 0,
"recurred_at": "2021-09-25 11:01:57",
"created_at": "2021-09-24 11:01:57",
"token": "e42qjy2WGE5",
"bank_id": "e42qjy2WGE5",
"label": "Mandiri Bisnis",
"last_update": "2021-09-24T03:46:57.000000Z"
}
}
],
"first_page_url": "https://app.moota.co/api/v2/mutation?page=1",
"from": 1,
"last_page": 50,
"last_page_url": "https://app.moota.co/api/v2/mutation?page=50",
"links": [
{
"url": null,
"label": "Sebelumnya",
"active": false
},
{
"url": "https://app.moota.co/api/v2/mutation?page=1",
"label": "1",
"active": true
},
{
"url": "https://app.moota.co/api/v2/mutation?page=2",
"label": "2",
"active": false
},
{
"url": "https://app.moota.co/api/v2/mutation?page=3",
"label": "3",
"active": false
},
{
"url": "https://app.moota.co/api/v2/mutation?page=4",
"label": "4",
"active": false
},
{
"url": "https://app.moota.co/api/v2/mutation?page=5",
"label": "5",
"active": false
},
{
"url": "https://app.moota.co/api/v2/mutation?page=6",
"label": "6",
"active": false
},
{
"url": "https://app.moota.co/api/v2/mutation?page=7",
"label": "7",
"active": false
},
{
"url": "https://app.moota.co/api/v2/mutation?page=8",
"label": "8",
"active": false
},
{
"url": "https://app.moota.co/api/v2/mutation?page=9",
"label": "9",
"active": false
},
{
"url": "https://app.moota.co/api/v2/mutation?page=10",
"label": "10",
"active": false
},
{
"url": null,
"label": "...",
"active": false
},
{
"url": "https://app.moota.co/api/v2/mutation?page=49",
"label": "49",
"active": false
},
{
"url": "https://app.moota.co/api/v2/mutation?page=50",
"label": "50",
"active": false
},
{
"url": "https://app.moota.co/api/v2/mutation?page=2",
"label": "Selanjutnya",
"active": false
}
],
"next_page_url": "https://app.moota.co/api/v2/mutation?page=2",
"path": "https://app.moota.co/api/v2/mutation",
"per_page": "2",
"prev_page_url": null,
"to": 2,
"total": 100
}Create Dummy Mutation
Store Mutation
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Add Note To Mutation
Add Note Mutation
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Push Mutation With Webhook
Push Mutation
Path Parameters
Name
Type
Description
Remove Mutation
Remove
Request Body
Name
Type
Description
Attach Tagging To Mutation
Attach Tagging
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Update Tagging From Mutation
Update Tagging Mutation
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Detach Tagging From Mutation
Detach Tagging Mutation
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated