Configure nacha report details for your organization

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Set your NACHA reporting configurations for your organization.

nacha_destination_config

object

nacha_origin_config

object

payouts_source

object

is_balanced_nacha

boolean

Defaults to false

When true, NACHA files generated will include an offsetting entry for each entry present, creating a balanced NACHA file. When false, Canopy will generate unbalanced NACHA files in which the offsetting transaction details are inferred from the Company Identification Number in the batch header.

truefalse

200 NACHA configuration for your organization

``401 Unauthorized.

``403 Forbidden.

``422 Invalid input

``429 Too many requests.

``default Unexpected Error.

Updated about 1 year ago


ShellNodeRubyPHPPython

Bearer

Base URL

https://Contact sales to enable your sandbox/organization/nacha_config


xxxxxxxxxx

curl --request PUT \

--url https://contact/%20sales%20to%20enable%20your%20sandbox/organization/nacha_config \

--header 'accept: application/json' \

--header 'content-type: application/json' \

--data '

{

"is_balanced_nacha": false

}

'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

``200

Updated about 1 year ago