Skip to main content

StandingOrderExecutionResponse

creationDatestring<date-time>

Entry creation date and time

failReasonstring

Holds short failure description

Possible values: [INSUFFICIENT_FUNDS(401), ACCOUNT_INACTIVE(407), OTHER(-1)]

paymentOrderIdstring

Payment order id

requestedExecuteOnstring<date-time>

Date and time at which payment is initiated

standingOrderIdstring

Standing order id

statusstring

Status of payment execution

Possible values: [RUNNING, COMPLETED, FAILED]

typestring

Execution type

Possible values: [REGULAR, RETRY]

StandingOrderExecutionResponse
{
"creationDate": "2024-07-29T15:51:28.071Z",
"failReason": "INSUFFICIENT_FUNDS(401)",
"paymentOrderId": "string",
"requestedExecuteOn": "2024-07-29T15:51:28.071Z",
"standingOrderId": "string",
"status": "RUNNING",
"type": "REGULAR"
}