REST APIFiatACH Debits

GETDeprecated

Get the ACH agreement for a specific bank account.

Query Params

  • bankId string

    at least 1 characters

  • amount string

    at least 1 characters

Responses

200
OK

Response Body

object

  • achAuthorizationLanguage object required
    achAuthorizationLanguage object
    • reviewAuthorization string required
      The authorization language for the ACH debit
    • accountInformation object required
      accountInformation object
      • accountHolderName string required
        Name of the account holder
      • bankName string required
        Name of the financial institution
      • accountNumber string required
        Masked account number
      • routingNumber string required
        Routing number of the financial institution
      • accountType string enum required
        Type of bank account (checking or savings)
        checkingsavings
    • authorizationDetails string required
      Details of the transaction being authorized
    • acknowledgment string required
      Legal acknowledgment text for the ACH transaction
400
Bad Request

Response Body

object

  • errorName string required
  • error string required
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