Create ACH Linkpost https://example.com/programs/{programCode}/accounts/{accountIdentifier}/disbursements/achCreates a new disbursement link to an ACH (bank account) for the specified account and program.Path ParamsprogramCodestringrequiredThe program code associated with the request.accountIdentifierstringrequiredThe unique identifier of the account.Body ParamsThe request payload containing encrypted ACH data.encryptedAchobjectRepresents a container for encrypted data used in secure data transfer operations. Contains the encrypted payload and associated cryptographic metadata, including encryption version, ephemeral public key, and public key hash. Used to securely transmit sensitive information such as user data, ensuring confidentiality and integrity during transport.encryptedAch objectHeadersX-GD-RequestIdstringrequiredThe unique request identifier for tracking.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 201Created 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago