July 2021 release A
This Payments Out Service release contains changes to the Provider and Provider Messaging APIs.
Changes to Provider API
-
Update a batch of payments
data.defaultStatus
now allows statusProcessing
to be set on a payment batch. -
Retrieve a batch of payments
Both now returnissuedAt
andexpiresAt
objects in their responses, to show when theauthorise
link was issued and when it expires.
Changes to Provider Messaging API
-
Update a creditor (e.g. a supplier, employee or other payee)
links
now allowsissuedAt
andexpiresAt
values to be set. -
Update the details of an debtor account (i.e. a payment account to make or fund payments from))
links
now allowsissuedAt
andexpiresAt
values to be set. -
Create responses to debtor account queries
data.debtor
object now containsremittanceEmail
, for a provider to notify a creditor that a payment has been made. -
Create responses to creditor queries
New non-mandatorydata.creditor.creditorType
object added, accepting only values ofNone
,Individual
orOrganisation
.