API - Mar 10, 2025
Added
Error 001405 to prevent direct debit refunds in first 7 days
For the direct debit payment method (both SEPA and Bacs), it is no longer possible to initiate a pay-in refund if the initial pay-in’s CreationDate
is in the last 7 days.
If attempted, the refund fails with the ResultCode
:
- 001405 – The initial transaction occured less than 7 days ago
This error has been added because of the possibility of late failures on direct debit, which may occur on a successful pay-in.
There is a new mock value to enable testing of direct debit refunds without having to wait 7 days.
Changed
Removed limit of 5 partial refunds for direct debit pay-ins
For the direct debit payment method (both SEPA and Bacs), platforms can now initiate any number of partial refunds on the same pay-in.
The previous limit of 5 partial refunds has been removed.
Was this page helpful?