Endpoints
-
Fetches all the Scheduled Periodic Payments
Fetches all the Scheduled Periodic Payments
GET https://gateway.saxobank.com/sim/openapi/atr/v1/cashmanagement/periodicpayment?ClientKey={ClientKey}&SkipToken={SkipToken}&Top={Top}
-
Create a new periodic spayment schedule.
Create a new periodic spayment schedule.
POST https://gateway.saxobank.com/sim/openapi/atr/v1/cashmanagement/periodicpayment
-
Update an existing periodic payment schedule.
Update an existing periodic payment schedule.
PUT https://gateway.saxobank.com/sim/openapi/atr/v1/cashmanagement/periodicpayment/{PeriodicPaymentId}
-
Deactivates the periodic payment.
Deactivates the periodic payment.
DELETE https://gateway.saxobank.com/sim/openapi/atr/v1/cashmanagement/periodicpayment/{PeriodicPaymentId}