Scheduled Payments

Retrieve information about Scheduled Payments of a bank account

Get Scheduled Payments by Account ID

This method fetches the scheduled payments information of the specified account through the Account ID included in the provided Consent ID.

Endpoint details

Endpoint URLMethodAuthentication requirements
/v1/api/observice/scheduledPaymentsByIdPOST1. clientId
2. clientCode
3. signature
4. Authorization Bearer: Token

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",
                "scheduledPayment": [
                    {
                        "scheduledPaymentId": "Scheduled_Payment_Id",
                                "scheduledPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "scheduledType": "Scheduled_Payment_Type",
                                "creditorReference": "Creditor_Reference",
                                "debtorReference": "Debtor_Reference",
                                "instructedAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "creditorAgent": {
                                    "identificationType": "Creditor_Identification_Type",
                                    "identification": "Creditor_Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Creditor_Account_Identification_Type",
                                        "identification": "Creditor_Account_Identification"
                            }
                        ]
                    },
                    {
                        "scheduledPaymentId": "Scheduled_Payment_Id",
                                "scheduledPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "scheduledType": "Scheduled_Payment_Type",
                                "creditorReference": "Creditor_Reference",
                                "debtorReference": "Debtor_Reference",
                                "instructedAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "creditorAgent": {
                                    "identificationType": "Creditor_Identification_Type",
                                    "identification": "Creditor_Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Creditor_Account_Identification_Type",
                                        "identification": "Creditor_Account_Identification"
                            }
                        ]
                    },
                    {
                        "scheduledPaymentId": "Scheduled_Payment_Id",
                                "scheduledPaymentDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                                "scheduledType": "Scheduled_Payment_Type",
                                "creditorReference": "Creditor_Reference",
                                "debtorReference": "Debtor_Reference",
                                "instructedAmount": {
                                    "amount": "00.00",
                                    "currency": "Currency"
                                },
                                "creditorAgent": {
                                    "identificationType": "Creditor_Identification_Type",
                                    "identification": "Creditor_Identification"
                                },
                                "creditorAccount": [
                                    {
                                        "identificationType": "Creditor_Account_Identification_Type",
                                        "identification": "Creditor_Account_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 account and Scheduled Payments data included in the response
accountIdUnique account identification
scheduledPaymentTag carrying information on Scheduled Payments of the account
scheduledPaymentIdUnique Scheduled Payment identification
scheduledPaymentDateTimeDate and time of the Scheduled Payment
scheduledPaymentTypeType of the Scheduled Payment
creditorReferenceUnique creditor reference details
debtorReferenceUnique debtor reference details
instructedAmountTag carrying information on the Scheduled Payment instructed amount
amountTransaction amount of the Scheduled Payment
currencyDefault currency in which the Scheduled Payment amount is indicated
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