post https://securepayments.loanpro.io/api/processors/nacha
This request allows you to create a NACHA processor.
{
"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"
}
}
Instructions
To process payments with NACHA, you'll first need to create a NACHA processor.
For more info, see our Create NACHA Processor article on our help site.
Try It Instructions
To receive a 200 response from the Try It option, enter a name for the processor in the NACHA object. If you get a 425 response, the name is not unique. Simply change the name and try again.
This example uses credentials from our demo account. If you'd like to use a different account, enter values for Authorization and Secret in the Headers section.