Create NACHA transaction

This requests creates a NACHA transaction.

   Click here to learn more about this request

Secure Payments allows users to create and process NACHA transactions. Note the following when using this request:

A Repay Processor is required by this request. Use the POST Create NACHA Processor. If a NACHA Processor exists, use the GET all processors request to retrieve the processor ID.

A customer's Payment Profile token is required by this request. Use the GET payment profile information request to retrieve a payment profile token.

{
    "transaction": {
        "amount": 35.12,
        "sec-code": "PPD",
        "funds-direction": "FromCustomer"
    },
    "checking-account": {
        "token": "TOKEN"
    },
    "metadata": "metadata"
}

Results

Returns the transaction, account, and processor information after a successful NACHA transaction creation. An error results in a message indicating the type of error (e.g. credentials expired).

Language
Credentials
Click Try It! to start a request and see the response here!