# Reference accounts ## Index reference accounts for a business - [GET /v1/businesses/{business_id}/accounts/{account_id}/reference_accounts](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/reference-accounts/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1accounts~1%7Baccount_id%7D~1reference_accounts/get.md): Returns an array containing all reference accounts associated with the business account specified in the request URL. ## Create a reference account for a business - [POST /v1/businesses/{business_id}/accounts/{account_id}/reference_accounts](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/reference-accounts/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1accounts~1%7Baccount_id%7D~1reference_accounts/post.md): Adds an external bank account as a reference account to the business' Solaris account specified in the request URL. Before calling this endpoint, you must create a SEPA Direct Debit mandate and have the customer sign it. ## Create reference account for a person - [POST /v1/persons/{person_id}/accounts/{account_id}/reference_accounts](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/reference-accounts/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1reference_accounts/post.md): Adds an external bank account as a reference account to the person's Solaris account specified in the request URL. Before calling this endpoint, you must create a SEPA Direct Debit mandate for your customer and have them sign it. ## Index reference accounts for a person - [GET /v1/persons/{person_id}/accounts/{account_id}/reference_accounts](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/reference-accounts/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1reference_accounts/get.md): Returns an array containing all reference accounts associated with the person's Solaris account specified in the request URL. ## Index rejected incoming transactions - [GET /v1/accounts/{account_id}/rejected_incoming_transactions](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/reference-accounts/paths/~1v1~1accounts~1%7Baccount_id%7D~1rejected_incoming_transactions/get.md): Returns an array containing all incoming transactions to the account specified in the request URL that Solaris rejected/returned.