Ach Return Fees

ACH return fees are fees charged by financial institutions when an ACH (Automated Clearing House) transaction is returned due to insufficient funds or other reasons. If an ACH transaction is returned for any reason, the financial institution may charge a fee to the sender of the transaction. These fees can vary depending on the policies of the financial institution and the reason for the return.

Get an Ach Return Fee

Get information about ach return fee.

Request
path Parameters
id
required
string

Identity public id returned when created

Example: arf_FFpOQBWVu9Da2rAwu8UMv
header Parameters
Authorization
required
string

the access_token value returned from the JustiFi oauth/token endpoint (be sure to append Bearer before the token)

Example: Bearer {access_token}
Responses
200

Successfully get an ach return fee

get/ach_return_fees/{id}
Request samples
Response samples
application/json
{
  • "id": "arf_FFpOQBWVu9Da2rAwu8UMv",
  • "type": "account_ach_return_fee",
  • "page_info": null,
  • "data": {
    }
}