Skip to main content
GET
/
payment
/
available
/
config
List all available payment configurations
curl --request GET \
  --url https://api.sandbox.flowpayroll.ai/v1/payment/available/config \
  --header 'X-Auth-Token: <api-key>'
{
  "message": {
    "text": "List of available payment configurations retrieved successfully",
    "token": "listAvailablePaymentConfigsSuccess",
    "tokenArguments": []
  },
  "content": {
    "data": [
      {
        "method": "BACS",
        "format": "Barclays",
        "supportedFileFormats": [
          "txt",
          "csv"
        ]
      },
      {
        "method": "BACS",
        "format": "Standard18",
        "supportedFileFormats": [
          "txt"
        ]
      }
    ],
    "metadata": {
      "dateFormat": "yyyy-MM-dd",
      "dateTimeFormat": "yyyy-MM-ddTHH:mm:ss.fffZ",
      "paginationToken": null
    }
  },
  "validationIssues": [],
  "messageToken": "listAvailablePaymentConfigsSuccess"
}

Documentation Index

Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

Response

List of available payment configurations

The response is of type any.