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": "2025-10-22T13:51:29.549566Z", "Currency": "stringValue", "EndByDate": "2026-11-17T00:30:49.648149Z", "ExternalAccountId": "stringValue", "Frequency": "Weekly", "FxRate": 10, "MessageToBeneficiary": "stringValue", "NextPaymentDate": "2025-02-25T22:25:50.231717Z", "PeriodicPaymentId": 99, "StartDate": "2024-11-17T22:28:37.183991Z" } ], "MaxRows": 99 }