These docs are for v2.5. Click to read the latest docs for v3.0.
improved

Payments without a payeeId

We have added a new feature to our payment auth requests, including standing orders and recurring payments.

Previously a payeeId must always be passed into any payment request. Now you can pass in a payee object (shown below) that includes the accountNumber sortCode and name properties and a payee will be generated for you.

payee: { accountNumber: "12345678", sortCode: "123456", name: "payee name" }

Our documentation has been updated to reflect this change.
Payments Documentation

📘

Note

A payeeId or payee are still required for payment requests. One or the other must still be provided.