Cancel Standing Order
This cancels a customer's standing order request
Last updated
This cancels a customer's standing order request
Last updated
To cancel a customer's standing order you need to first build the complete cancel standing order endpoint by passing version in url path and authToken in the query params.
Then you make a post request to this endpoint by passing standingOrderID and accountNumber in the request body.
Production URL
Staging URL
Here is an example request with sample payload to the staging endpoint.
GET
http://staging.mybankone.com/BankOneWebAPI/api/StandingOrder/CancelStandingOrder
version*
Int
Current version for this request
authToken*
Int
Authentication Code for this request