v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29166197289.1 KB
ach return

Create ACH Return

:::warning The features documented here are in a beta state, and this documentation is considered draft material subject to frequent change. :::

Use this endpoint to create an ACH return in our system.

post/ach_returns

Request body

Example request

{
  "ach_return": {
    "account_guid": "ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1",
    "account_number_last_four": "1234",
    "ach_initiated_at": "2025-02-13T18:08:00+00:00",
    "id": "client_ach_id_1234",
    "member_guid": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b",
    "return_code": "R01",
    "returned_at": "2025-02-13T18:09:00+00:00",
    "sec_code": "PPD",
    "transaction_amount": 225.84,
    "user_guid": "USR-fa7537f3-48aa-a683-a02a-b18940482f54"
  }
}

Response

OK