Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    ClientKey ClientKey Query-String Client Id
    SkipToken String Query-String Id token of entity to start taking elements from.
    Top Integer Query-String Number of elements to retrieve.
  • Response Parameters

    View Response Codes
    Name Type Description
    __count Number The total count of items in the feed.
    __next String The link for the next page of items in the feed.
    Data PeriodicPaymentWithdrawal [] The collection of entities for this feed.
    MaxRows Number The maximum number of rows that can be returned (if applicable).
  • Request Example

    Request URL
    GET /atr/v1/cashmanagement/periodicpayment?ClientKey=zpSlGZ4F0cPIx59wR3HP1g==&SkipToken=stringValue&Top=99
  • Response Example

    Response body
    {
      "Data": [
        {
          "AccountCurrency": "stringValue",
          "AccountId": "stringValue",
          "AccountKey": "dIm75edbgnW6aBK3CIc-sw==",
          "Amount": 10,
          "AmountInAccountCurrency": 10,
          "ClientId": 99,
          "ClientKey": "zpSlGZ4F0cPIx59wR3HP1g==",
          "ClientName": "stringValue",
          "CreatedDate": "2024-03-07T21:54:22.413Z",
          "Currency": "stringValue",
          "EndByDate": "2022-12-01T03:48:45.345735Z",
          "ExternalAccountId": "stringValue",
          "Frequency": "Quarterly",
          "FxRate": 10,
          "MessageToBeneficiary": "stringValue",
          "NextPaymentDate": "2025-09-30T01:54:15.642045Z",
          "PeriodicPaymentId": 99,
          "StartDate": "2025-08-09T15:31:23.417492Z"
        }
      ],
      "MaxRows": 99
    }