New API fields
We’ve added several new fields to several endpoints.
- Added the
AchSecCode
field to responses for the GET Query/transactions and GET MoneyIn/details/{transId} operations. SEC code is a three letter code that describes how an ACH payment was authorized. The Query/transactions endpoints also support filtering byAchSecCode
and supports these operators:ct
,nct
,in
,nin
,eq
, andne
. - Added a field that specifies what whether an accountholder is a person or a business to several request and response bodies. The field supports these values:
personal
andbusiness
. - Added the
achHolderType
field to the request bodies for the POST TokenStorage/add, POST Subscription/add, POST TokenStorage/update, and POST MoneyIn/getpaid endpoints. - Added
AchHolderType
field to the responses for the GET TokenStorage/{methodId}, GET Query/transactions and GET MoneyIn/details/{transId} endpoints.