Get Standing Orders By Debit Account Number
This returns a customer's standing orders
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.
Production URL
Staging URL
Here is an example request with sample payload to the staging endpoint.
GET
http://staging.mybankone.com/BankOneWebAPI/api/StandingOrder/GetStandingOrdersByDebit
Query Parameters
Name
Type
Description
debitaccountNumber*
String
Customer's debit account number
pageIndex*
Int
Number of index page
pageSize
Int
Size of page
{
// Response
}
Last updated