# Group ACH Pulls ## Create GroupACHPull - [POST /groups/{Group_ID}/ach-pulls](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ach-pulls/creategroupachpull.md): Creates a new GroupACHPull ## List GroupACHPull - [GET /groups/{Group_ID}/ach-pulls](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ach-pulls/listgroupachpull.md): Lists all GroupACHPull for the given Group_ID ## Get GroupACHPull - [GET /groups/{Group_ID}/ach-pulls/{ACH_Pull_Day}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ach-pulls/getgroupachpull.md): Gets GroupACHPull ## Update GroupACHPull - [PUT /groups/{Group_ID}/ach-pulls/{ACH_Pull_Day}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ach-pulls/updategroupachpull.md): Updates a specific GroupACHPull. ## Delete GroupACHPull - [DELETE /groups/{Group_ID}/ach-pulls/{ACH_Pull_Day}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ach-pulls/deletegroupachpull.md): Deletes an GroupACHPull ## Create or Update Batch GroupACHPull - [PUT /groups/{Group_ID}/ach-pulls-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/group-ach-pulls/updatebatchgroupachpull.md): Create or Update multiple GroupACHPull at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.