post https://securepayments.loanpro.io/api/processors/nacha
This request allows you to create a NACHA processor.
Click here to learn more about this request
To process payments with NACHA, you'll first need to create a NACHA processor.
For more info, see our Using NACHA files article on our help site.
{
"nacha":{
"cutoff_time":"07:45",
"export_type":"csv",
"company_name":"Prime Lending",
"bank_routing":"026012881",
"bank_name":"WELLS FARGO BANK",
"tax_id":"275456262",
"discretionary_data":"Accounts are numbered",
"name":"Wells Fargo 1"
}
}
Results
Returns the processor ID after a successful NACHA processor creation. An error results in a message
and context
object indicating the type of error (e.g. duplicate processor name or credentials expired).