Perform an ACH push transactionAsk AIpost https://api.sandbox.braid.zone/transaction/ach/pushBody ParamsinternalNotestringlength between 1 and 255Transaction Internal NoteamountnumberrequiredExplicit decimal point and trailing zeros are truncated. Example: 1234.56.accountNumberstringrequiredeffectiveEntryDatedateEffective entry date for the transaction in the Nacha file. Needs to be an eligible date for Effective Entry Date if present.externalIdstringOptional external ID to track the transactionprenotebooleanAmount must be 0 if truetruetruefalsedescriptionstringrequiredlength between 1 and 255The first 10 character of the description will be used as Company Entry Description in the Nacha file. (For ACH endpoints). Originator to receiver message (For wire endpoints).counterpartyIdint32requiredcounterparty ID of the recipientcounterpartyobjectTo create a new counterparty and use it for this transactioncounterparty objectservicestringenumSAME_DAY to request a Same Day ACH. STANDARD to request Next Day ACH. The final process date depends on the Financial Institution?s processing window.STANDARDSAME_DAYAllowed:STANDARDSAME_DAYsecCodestringenumrequiredSEC Code per Nacha standardCCDCIEPPDTELWEBIATAllowed:CCDCIEPPDTELWEBIATaddendastringOptional text filed in the Nacha file for payment information. May or may not be displayed to the recipient. Max length 80.HeadersIdempotency-KeystringFor each new Transaction Request, the optional IdempotencyKey should be a unique identifier (UUID). If the same IdempotencyKey is used a second time for the same API, the application will not process a new transaction, but return the response of previous request. IdempotencyKey records have TTL of 24 hours.Responses 200OK 400Bad Request 401Unauthorized 403Forbidden 404Not Found 412Precondition Failed 422Unprocessable Entity 500Internal Server Error 503Service UnavailableUpdated 6 days ago