# SEPA Credit Batch Transfers ## Create a Batch Transfer - [POST /v1/accounts/{account_id}/batch_transfers](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-credit-batch-transfers/paths/~1v1~1accounts~1%7Baccount_id%7D~1batch_transfers/post.md): Creates a batch transfer for the account specified in the request URL. : This call triggers the change request process. ## List Batch Transfers - [GET /v1/accounts/{account_id}/batch_transfers](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-credit-batch-transfers/paths/~1v1~1accounts~1%7Baccount_id%7D~1batch_transfers/get.md): List all batch transfers for the specified account in the request URL. ## Read a Batch Transfer - [GET /v1/accounts/{account_id}/batch_transfers/{batch_transfer_id}](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-credit-batch-transfers/paths/~1v1~1accounts~1%7Baccount_id%7D~1batch_transfers~1%7Bbatch_transfer_id%7D/get.md): Retrieve a single batch transfer for the specified account in the request URL. ## List Credit Transfers - [GET /v1/accounts/{account_id}/batch_transfers/{batch_transfer_id}/transfers](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-credit-batch-transfers/paths/~1v1~1accounts~1%7Baccount_id%7D~1batch_transfers~1%7Bbatch_transfer_id%7D~1transfers/get.md): List all SEPA credit transfers for the specified account and batch in the request URL. All transfers in the result list are of the same , which is specified in the batch itself.