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 CodesName 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": "2026-05-27T00:55:18.462919Z", "Currency": "stringValue", "EndByDate": "2023-09-22T03:06:41.380895Z", "ExternalAccountId": "stringValue", "Frequency": "Weekly", "FxRate": 10, "MessageToBeneficiary": "stringValue", "NextPaymentDate": "2025-02-20T01:00:49.050907Z", "PeriodicPaymentId": 99, "StartDate": "2022-11-21T22:22:55.205108Z" } ], "MaxRows": 99 }