REST APIFiatACH Debits

GET

List the transfer limits for an enterprise based on currency, transfer type, and direction.

Path Params

  • enterpriseId string required
    The ID of the enterprise

    at least 1 characters

  • currency string enum required
    The currency for the transfer limits
    usd
  • transferType string enum required
    The type of transfer (e.g., ach-us)
    ach-us
  • transferDirection string enum required
    The direction of the transfer (e.g., in for deposits)
    in

Responses

200
OK

Response Body

object

  • id string required
    Unique identifier for the transfer limit
  • maximumTransferAllowed string required
    Maximum transfer amount allowed in formatted currency
  • maximumTransferAllowedBase integer required
    Maximum transfer amount allowed in base units (e.g., cents for USD)
  • noLimit boolean required
    Indicates if there is no upper limit for transfers
  • transferDirection string enum required
    Direction of the transfer
    in
  • transferType string enum required
    Type of transfer
    ach-us
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
424
Failed Dependency - upstream service is unavailable

Response Body

object

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

Response Body

object

  • errorName string required
  • error string required