Payment Initiations
Initiate payment from ASPSP
Initiate a payment to the specified destination account from an account held at an ASPSP.
post/payment-initiations
Request body
Example request
{
"paymentReference": "Invoice ABC123",
"destination": {
"id": "A1100001",
"accountNumber": "12345678",
"sortCode": "000000",
"name": "Test"
},
"aspspId": "H100000001"
}Response
Created
Example response
{
"paymentInitiationId": "I000000001",
"redirectUrl": "https://www.bankofmoney.com/authorize"
}