Approve or deny a transactionCopy Pageput https://sandbox.newline53.com/api/v1/transactions/{uid}/authorizeApproves or denies a pending Transaction. This endpoint is used to explicitly authorize or reject a Transaction before it is executed.Path ParamsuidstringrequiredNewline-generated unique id resource specific to the current endpointBody Paramsauthorization_statusstringenumrequiredThe current status of the transaction authorization.client_approvedclient_deniedAllowed:client_approvedclient_denieddenied_memostringlength ≤ 44Freeform text (up to 44 characters) that should be attached to the transaction if the transaction is to be denied. Optional.denied_reasonstringenumThe reason for the authorization denial. For wire transactions, must be one of (vrn_archived), (vrn_locked), (international_payment), (unauthorized_credit). For ACH transactions, must be one of (vrn_archived), (vrn_locked), (debit_limit_exceeded), (unauthorized_credit), (unauthorized_debit), (insufficient_funds)debit_limit_exceededinsufficient_fundsinternational_paymentunauthorized_creditunauthorized_debitvrn_archivedvrn_lockedAllowed:debit_limit_exceededinsufficient_fundsinternational_paymentunauthorized_creditunauthorized_debitvrn_archivedvrn_lockedHeadersx-trace-idstringrequiredA unique identifier provided for each request. Duplicate values submitted in requests within 7 days of each other will cause the request to be rejected.Responses 200The authorization resource is returned 400Bad authorization request 403Client authorization disabled. (The Program is not configured for Client Authorization) 422An exception occurred while authorizing transactionUpdated 3 months ago Did this page help you?YesNo