Standing Orders

Retrieve information about Standing Orders of a single or multiple accounts

Get All Accounts' Standing Orders

This method fetches the information on Standing Orders for all the accounts included in the provided Consent ID.

Endpoint details

Endpoint URLMethodGrant typeScope
/v1/api/observice/allAccountsStandingOrdersPOSTThe header should include:
1. signature
2. Authorization: Bearer Token
Fetch Standing Orders' information of all the accounts included in the specified Consent ID

Sample request

{
    "dateTimeStamp": "YYYY-MM-DDTHH:MM:SS",
    "requestID": "Enter_Request_Id",
    "merchantId": "Enter_Merchant_Id",
    "banks": [
        {
            "code": "Enter_Bank_Code",
            "consentId":"Enter_Consent_Id"
        }
    ]
}

Request description

JSON TagDescriptionData type
DateTimeStamp
Mandatory
Stamp denoting the date and time of the requestString
RequestID
Mandatory
Unique request identificationString
merchantId
Mandatory
Unique merchant identificationString
banks
Mandatory
Array of banks and consentsObject
code
Mandatory
Unique bank identification codeString
consentId
Mandatory
Unique consent identificationString

Sample response

{
    "success": true,
    "payload": [
        {
            "code": "Bank_Code",
            "data": {
                "account": [
                    {
                        "accountId": "Account_Id",
                        "accountHolderName": "Account_Holder_Name",
                        "accountHolderShortName": "Account_Holder_Short_Name",
                        "status": "Account_Status",
                        "currency": "Currency",
                        "nickname": "Account_Nickname",
                        "accountType": "Account_Type",
                        "accountSubType": "Account_Sub_Type",
                        "accountIdentifiers": [
                            {
                                "identificationType": "Identification_Type",
                                "identification": "Identification",
                                "name": "Name"
                            },
                            {
                                "identificationType": "Identification_Type",
                                "identification": "Identification",
                                "name": "Name"
                            }
                        ],
                        "servicer": {
                            "identificationType": "Identification_Type",
                            "identification": "Identification"
                        },
                        "statusUpdateDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                        "description": "Account_Description",
                        "openingDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                        "maturityDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                        "standingOrder": [
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            },
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            },
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            },
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "accountId": "Account_Id",
                        "accountHolderName": "Account_Holder_Name",
                        "accountHolderShortName": "Account_Holder_Short_Name",
                        "status": "Account_Status",
                        "currency": "Currency",
                        "nickname": "Account_Nickname",
                        "accountType": "Account_Type",
                        "accountSubType": "Account_Sub_Type",
                        "accountIdentifiers": [
                            {
                                "identificationType": "Identification_Type",
                                "identification": "Identification",
                                "name": "Name"
                            },
                            {
                                "identificationType": "Identification_Type",
                                "identification": "Identification",
                                "name": "Name"
                            }
                        ],
                        "servicer": {
                            "identificationType": "Identification_Type",
                            "identification": "Identification"
                        },
                        "statusUpdateDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                        "description": "Account_Description",
                        "openingDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                        "maturityDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                        "standingOrder": [
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            },
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            },
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        "accountId": "Account_Id",
                        "accountHolderName": "Account_Holder_Name",
                        "accountHolderShortName": "Account_Holder_Short_Name",
                        "status": "Account_Status",
                        "currency": "Currency",
                        "nickname": "Account_Nickname",
                        "accountType": "Account_Type",
                        "accountSubType": "Account_Sub_Type",
                        "accountIdentifiers": [
                            {
                                "identificationType": "Identification_Type",
                                "identification": "Identification",
                                "name": "Name"
                            },
                            {
                                "identificationType": "Identification_Type",
                                "identification": "Identification",
                                "name": "Name"
                            }
                        ],
                        "servicer": {
                            "identificationType": "Identification_Type",
                            "identification": "Identification"
                        },
                        "statusUpdateDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                        "description": "Account_Description",
                        "openingDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                        "maturityDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                        "standingOrder": [
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            },
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            },
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            }
                        ]
                    }
                ],
                "currentMonthPaid": {
                    "amount": 0000.000000,
                    "currency": "Currency",
                    "count": 0
                }
            },
            "links": {
                "self": "https://"
            },
            "meta": {
                "totalPages": 0
            }
        }
    ]
}

Response description

JSON TagDescription
successProcess success status represented as True or False
payloadPayload tag carrying response information
codeUnique bank code identification
dataTag carrying accounts and Standing Orders data included in the response
accountTag carrying response information for various accounts included in the Consent
accountIdUnique account identification
accountHolderNameName of the account holder
accountHolderShortNameShort name of the account holder
statusStatus of the account
currencyDefault currency of the account
nicknameNickname of the account
accountTypeDetails of account type
accountSubTypeDetails of account sub-type
accountIdentifiersTag carrying account identifiers details
identificationTypeAccount identification type details
identificationAccount identification details
nameName of the account identifier
servicerTag carrying account servicer details
identificationTypeServicer identification type details
identificationServicer identification details
statusUpdateDateTimeLast time and date of update for account information
descriptionDescription of the update
openingDateOpening date of the account
maturityDateMaturity date of the account
standingOrderTag carrying account Standing Orders' information
standingOrderIdUnique Standing Order identification
frequencyFrequency of the Standing Order
creditorReferenceUnique creditor reference details
firstPaymentDateTimeDate and time of the first standing order payment
nextPaymentDateTimeDate and time of the upcoming standing order payment
lastPaymentDateTimeDate and time of the previous/recent standing order payment
finalPaymentDateTimeDate and time of the final standing order payment
numberOfPaymentsTotal number of payments from first to final payments
standingOrderStatusCodeUnique status code of the Standing Order
firstPaymentAmountTag carrying information on first payment for standing order
amountTransaction amount of the standing order
currencyDefault currency of the account in which the standing order amount is indicated
finalPaymentAmountTag carrying information on final payment of standing order
amountTransaction amount for the standing order
currencyDefault currency of the account in which the standing order amount is indicated
supplementaryDataTag carrying information on supplementary data
supplementarySupplementary details
nextPaymentAmountTag carrying information on the upcoming standing order payment
amountTransaction amount of the standing order
currencyDefault currency in which the standing order amount is indicated
purposeDetails on the purpose of standing order
lastPaymentAmountTag carrying information on the previous recent standing order payment
amountTransaction amount of the standing order
currencyDefault currency in which the standing order amount is indicated
standingOrderTypeType of the standing order
creditorAgentTag carrying information about creditor agent
identificationTypeType of identification of the creditor
identificationUnique creditor identification details
creditorAccountTag carrying information about creditor account
identificationTypeType of identification of the creditor account
identificationUnique creditor account identification details
currentMonthPaidTag carrying information on the total payments made in the current month
amountTotal transaction amount for the standing order payments made in the current month
currencyDefault currency in which the standing order amount is indicated
countTotal count of the standing orders made in the current month
linksRedirect link
selfOwn link/URL details
metaMeta tag
totalPagesInformation displayed in terms of pages

Get Standing Orders by Account ID

This method fetches Standing Orders of a particular account specified through Account ID and its corresponding Consent ID.

Endpoint details

Endpoint URLMethodGrant typeScope
/v1/api/observice/standingOrdersByIdPOSTThe header should include:
1. signature
2. Authorization: Bearer Token
Fetch Standing Orders' information of the specified account using Account ID

Sample request

{
    "dateTimeStamp": "YYYY-MM-DDTHH:MM:SS",
    "requestID": "Enter_Request_Id",
    "merchantId": "Enter_Merchant_Id",
    "banks": [
        {
            "code": "Enter_Bank_Code",
            "consentId":"Enter_Consent_Id",
            "accountId": "Enter_Account_Id"
        }
    ]
}

Request description

JSON TagDescriptionData type
DateTimeStamp
Mandatory
Stamp denoting the date and time of the requestString
RequestID
Mandatory
Unique request identificationString
merchantId
Mandatory
Unique merchant identificationString
banks
Mandatory
Array of banks and consentsObject
code
Mandatory
Unique bank identification codeString
consentId
Mandatory
Unique consent identificationString
accountId
Mandatory
Unique account identification as per the consentString

Sample response

{
    "success": true,
    "payload": [
        {
            "code": "Bank_Code",
            "data": {
                        "accountId": "Account_Id",
                        "standingOrder": [
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            },
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            },
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            },
                            {
                                "standingOrderId": "Standing_Order_Id",
                                "frequency": "Frequency",
                                "creditorReference": "Credit_Refernece",
                                "firstPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "nextPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "lastPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "finalPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "numberOfPayments": "Number",
                                "standingOrderStatusCode": "Standing_Order_Status_Code",
                                "firstPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "finalPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "supplementaryData": {
                                    "supplementary": "Data"
                                },
                                "nextPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "purpose": "Purpose_Details",
                                "lastPaymentAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "standingOrderType": "Standing_Order_Type",
                                "creditorAgent": {
                                    "identificationType": "Identification_Type",
                                    "identification": "Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Identification_Type",
                                        "identification": "Identification"
                                    }
                                ]
                            }
                        ]
                    },
            "links": {
                "self": "https://"
            },
            "meta": {
                "totalPages": 0
            }
        }
    ]
}

Response description

JSON TagDescription
successProcess success status represented as True or False
payloadPayload tag carrying response information
codeUnique bank code identification
dataTag carrying accounts and Standing Orders data included in the response
accountIdUnique account identification
standingOrderTag carrying account's Standing Orders' information
standingOrderIdUnique Standing Order identification
frequencyFrequency of the Standing Order
creditorReferenceUnique creditor reference details
firstPaymentDateTimeDate and time of the first standing order payment
nextPaymentDateTimeDate and time of the upcoming standing order payment
lastPaymentDateTimeDate and time of the previous/recent standing order payment
finalPaymentDateTimeDate and time of the final standing order payment
numberOfPaymentsTotal number of payments from first to final payments
standingOrderStatusCodeUnique status code of the Standing Order
firstPaymentAmountTag carrying information on first payment for standing order
amountTransaction amount of the standing order
currencyDefault currency of the account in which the standing order amount is indicated
finalPaymentAmountTag carrying information on final payment of standing order
amountTransaction amount for the standing order
currencyDefault currency of the account in which the standing order amount is indicated
supplementaryDataTag carrying information on supplementary data
supplementarySupplementary details
nextPaymentAmountTag carrying information on the upcoming standing order payment
amountTransaction amount of the standing order
currencyDefault currency in which the standing order amount is indicated
purposeDetails on the purpose of standing order
lastPaymentAmountTag carrying information on the previous recent standing order payment
amountTransaction amount of the standing order
currencyDefault currency in which the standing order amount is indicated
standingOrderTypeType of the standing order
creditorAgentTag carrying information about creditor agent
identificationTypeType of identification of the creditor
identificationUnique creditor identification details
creditorAccountTag carrying information about creditor account
identificationTypeType of identification of the creditor account
identificationUnique creditor account identification details
linksRedirect link
selfOwn link/URL details
metaMeta tag
totalPagesInformation displayed in terms of pages