Cancel an ACH Pull

Use this API to cancel an ACH Pull before it has been sent to the bank for processing
Receive
Cancel an ACH Pull
 last updated: 
November 30, 2023

ENDPOINT

  1. POST /receive/ach/:id/cancel

RESPONSE

  1. {
  2.   "id": "tra-5c3a9072-e041-4409-8756-42232160dccd",
  3.   "bankName": "SolidBanking",
  4.   "accountId": "acc-d8d8fcc5-8587-46b2-9139-41a0770c2dd3",
  5.   "contactId": "con-ed43c372-8587-46b2-9139-41a0770c2dd3",
  6.   "name": "Micheal Murray",
  7.   "accountNumber": "9999999999999",
  8.   "routingNumber": "121042882",
  9.   "address": {
  10.     "addressType": "",
  11.     "line1": "",
  12.     "line2": "",
  13.     "city": "",
  14.     "state": "",
  15.     "country": "",
  16.     "postalCode": ""
  17.   },
  18.   "amount": "4.25",
  19.   "status": "pending",
  20.   "description": "ACH Cancel testing",
  21.   "txnType": "debit",
  22.   "transferType": "ach",
  23.   "transferSubType": "originated",
  24.   "createdAt": "2022-08-17T05:33:54Z",
  25.   "modifiedAt": "2022-08-17T05:35:52Z",
  26.   "transferredAt": "2022-08-17T05:33:54Z",
  27.   "accountType": "businessChecking",
  28.   "iban": "",
  29.   "valid": "false",
  30.   "parentTransferId": "",
  31.   "reviewCode": "",
  32.   "reviewMessage": "",
  33.   "type": "nextDay",
  34.   "metadata": null,
  35.   "title": "",
  36.   "card": null
  37. }