Payment Initiations
Get standing order initiation request details
Retrieve the details of a specific standing order initiation request.
get/standing-order-initiations/{standingOrderInitiationId}
Path parameters
standingOrderInitiationIdstring required
Standing order initiation ID
Response
Standing order initiation found
Example response
{
"id": "I000000001",
"payment": {
"destination": {
"id": "A1100001",
"accountNumber": "12345678",
"sortCode": "000000",
"name": "Test"
},
"reference": "Invoice ABC123"
},
"schedule": {
"initialDate": "2021-03-25",
"finalDate": "2021-03-25"
},
"status": "AWAITING_CONSENT",
"aspspId": "H100000001",
"standingOrderStatus": "InitiationCompleted"
}