Payment Initiations
Initiate standing order from ASPSP
Initiate a new standing order to the specified destination account from an account held at an ASPSP.
post/standing-order-initiations
Request body
Example request
{
"aspspId": "H100000001",
"payment": {
"destination": {
"id": "A1100001",
"accountNumber": "12345678",
"sortCode": "000000",
"name": "Test"
},
"reference": "Invoice ABC123"
},
"schedule": {
"initialDate": "2021-03-25",
"finalDate": "2021-03-25"
}
}Response
Created
Example response
{
"standingOrderInitiationId": "I000000001",
"redirectUrl": "https://www.bankofmoney.com/authorize"
}