Skip to content

Authentication

POST https://auth-dev.flx-payments.com/connect/token HTTP/1.1
Host: auth-dev.flx-payments.com
Content-Type: application/x-www-form-urlencoded
Content-Length: <length>
client_id=<client_id>&client_secret=<client_secret>&username=<username>&password=<password>&grant_type=password
POST /connect/token
GET https://api-dev.flx-payments.com/api/v3/AchTransactions/companycode/<companyCode>?pageSize=100 HTTP/1.1
Host: api-dev.flx-payments.com
Authorization: Bearer <access_token>