REST APIFiatACH Debits

GET

Returns the ACH debit authorization language that must be presented to and accepted by the end user before initiating an ACH debit transfer. Acceptance is mandatory — the acceptAuthTerms field on the initiate request must be true. This is a required part of BitGo's risk and compliance strategy for ACH debit origination. The ACH Terms URL in the response varies based on the enterprise's CaaS status.

Path Params

  • enterpriseId string required
    ID of the enterprise

Responses

200
OK

Response Body

object

  • achAuthorizationLanguage string required
    The ACH authorization language containing the deposit terms and a link to the full ACH Terms & Conditions.
401
Unauthorized

Response Body

object

  • errorName string required
  • error string required
404
Not Found

Response Body

object

  • errorName string required
  • error string required
500
Internal Server Error

Response Body

object

  • errorName string required
  • error string required