Get Standing Orders By Debit Account Number
This returns a customer's standing orders
Overview
To get a customer's standing orders by their debit account number you first build the get standing orders endpoint by passing debitaccountNumber, pageIndex, and pageSize to the url query params then you make a get request to the complete endpoint.
If the request is successful, it returns a status code of 200 with a response body.
You can check out API reference to Get Standing Orders By Debit Account Number
Updated almost 2 years ago