Authentication
Getting a Token
Section titled “Getting a Token”POST https://auth-dev.flx-payments.com/connect/token HTTP/1.1Host: auth-dev.flx-payments.comContent-Type: application/x-www-form-urlencodedContent-Length: <length>
client_id=<client_id>&client_secret=<client_secret>&username=<username>&password=<password>&grant_type=password
POST /connect/token
Using the Token
Section titled “Using the Token”GET https://api-dev.flx-payments.com/api/v3/AchTransactions/companycode/<companyCode>?pageSize=100 HTTP/1.1Host: api-dev.flx-payments.comAuthorization: Bearer <access_token>