Cancel Standing Order
This cancels a customer's standing order request
Overview
To cancel a customer's standing order, you must first construct the full cancel standing order endpoint by passing version in the url path and authToken in the query parameters.
Then, in the request body, you send a post request to this endpoint with the standingOrderID and accountNumber parameters.
You can check out the API reference to Cancel Standing Order
Updated almost 2 years ago