StandingOrderExecutionResponse
standingOrderIdstring
Standing order id
paymentOrderIdstring
Payment order id
requestedExecuteOndate-time
Date and time at which payment is initiated
statusstring
Status of payment execution
Possible values: [RUNNING, COMPLETED, FAILED]
creationDatedate-time
Entry creation date and time
typestring
Execution type
Possible values: [REGULAR, RETRY]
failReasonstring
Holds short failure description
Possible values: [INSUFFICIENT_FUNDS(null), ACCOUNT_INACTIVE(null), OTHER(null)]
StandingOrderExecutionResponse
{
"standingOrderId": "string",
"paymentOrderId": "string",
"requestedExecuteOn": "2024-07-29T15:51:28.071Z",
"status": "RUNNING",
"creationDate": "2024-07-29T15:51:28.071Z",
"type": "REGULAR",
"failReason": "INSUFFICIENT_FUNDS(null)"
}