Skip to main content

12 posts tagged with "payment-runs"

View All Tags

Breaking Change (March 2025) Open Banking Fallback - Manual Account Linking and Funding

· 6 min read

As mentioned in our previous update, we are introducing another way for your customers to link an account and fund their payment runs to cover instances when their bank is not supported via Open Banking. This initiative involves a number breaking change to the current AIS, PIS and Linked Account Declaration UI Components.

Effective:

  • 11 February 2025 on Sandbox
  • 04 March 2025 on Live

Users with the Controller role can now manually link their bank accounts, depending on the jurisdiction, without relying on Open Banking.

1. Updated UI component to include the manual option

To link an account manually, you can still load the current AIS UI Component, were the component has been updated to include a new URL, "Can't find your bank?" at the end of the UI Component as pictured below:

AIS UI Component

Breaking Change

To support manual account linking in addition to Open Banking, we have renamed the AIS UI Component weavrComponents.prompt.ais to weavrComponents.prompt.linkAccount. This change ensures our UI component reflects its broader functionality and aligns with evolving user needs.

2. Entering the bank account details

When the "Can't find your bank?" option is selected, the user will be directed to a new screen where they must enter their bank account details. The following key fields will be required:

  • Business Account Name: The registered owner’s name of the account at the external bank or PSP. This should match the name on the external account to ensure successful linkage and compliance with verification steps.
  • Bank Name: The name of the bank.
  • Bank Country: The country in which the bank or financial institution holding the account is located. This is essential for regulatory and compliance purposes.
  • Account Information: The IBAN or the combination of the Account Number and Sort Code of the account at the external bank or PSP. This uniquely identifies the account within the financial institution and is necessary for processing transactions.
webhook information

Once the bank account details are submitted, a Linked Account Update Webhook event will be triggered. This event will include the new id of the Linked Account and its status will transition to PENDING_CHALLENGE.

3. Declaration of Ownership via SCA Challenge

Ensuring that the registered linked account belongs to the Identity attempting to link it is crucial. As part of this process, declaration of ownership is conducted through a Strong Customer Authentication (SCA) challenge, which must be completed by a user with the Controller role.

Upon initiating the Linked Account registration, the Controller user must successfully complete the SCA challenge to confirm ownership.

webhook information

After successful completion, a Linked Account Update Webhook event will be triggered updating the linked account status to PENDING_FUNDING.

4. Control Check through a test funding Transaction

After successfully completing the SCA process, user must demonstrate control over the external account by performing a test funding transaction. The UI component will redirect the user to the final screen, displaying the following details:

  • Amount to be sent
  • Account number
  • Sort Code
  • Reference Code
danger

This step is critical to verify that the registered identity controls the account. It is essential that users include the reference code in the funding transaction. Failure to complete the test funding transaction will result in the linked account remaining in the PENDING_FUNDING state.

The funding transaction will not be needed for a Linked Account linked via Open Banking.

simulator to test on Sandbox

To assist you with testing the funding test transaction, we have created a new simulator accessible via our API here.

Webhook information

Once the plugin receives and validates the test funding transaction a Linked Account Update Webhook event will be triggered, updating the linked account status to LINKED.

Open Banking Fallback - Fund a Payment Run

Your users with the Controller role will be able to use the newly created manual linked account to fund the payment run.

1. Updated UI component to allow funding using a manual linked account

To use the manually linked account, the user can load the current PIS UI Component, were the component will have a new screen

Breaking Change

To support funding of a payment run with a linked account in addition to Open Banking, we have renamed the PIS UI Component weavrComponents.prompt.pis to weavrComponents.prompt.paymentFund. This change ensures our UI component reflects its broader functionality and aligns with evolving user needs.

Linked Account Declaration UI Component

When adding a Linked Account via Open Banking a user with the Controller role. of the Identity must complete an Strong Customer Authentication (SCA) challenge to confirm ownership of the Linked Account.

Currently, the SCA declaration process is handled using the Linked Account Declaration UI component.

State of the Linked account

The state of the linked account will to be SCA challenge will remain at PENDING_CHALLENGE.

What's Changing?

The SCA ownership declaration will now be managed through the new Linked Account UI component, formerly known as the AIS UI component.

This change offers a more streamlined and efficient solution for linking accounts.

When loading the new Linked Account UI component, you must provide the following parameters:

  • callbackUrl
  • state
  • linkedAccountId
danger

Previously, only linkedAccountId was required. Please ensure your integration reflects these changes:

webhook information

Linked Account updates will remain intact, and you will continue to receive the Linked Account Update webhook event with updates to linked accounts.

Breaking Change Updates

To make the UI component more generic and to support the Open Banking fallback of the manual account linking and funding initiative, we have renamed the below UI Components:

You will also need to start handling the new PENDING_FUNDING state. This state will be sent to you via an event in the UI component and in the Linked Account Update webhook event.

Also, the SCA ownership declaration will now be managed through the new Linked Account UI component, formerly known as the AIS UI component.

When loading the new Linked Account UI component, you must provide the following parameters:

  • callbackUrl
  • state
  • linkedAccountId

Action Required

Rename the UI Components as follows:

If no action is taken

Although this is a small change, if no action is taken, you application will not be able to load the AIS and PIS UI Components accordingly, resulting in your customers not being able to link an account or fund a payment run.

Also, your application will no longer support SCA declarations for Linked Accounts through Open Banking, potentially disrupting account link functionality.

Detailed instructions are available in our documentation on how to:


Breaking Change (March 2025) Open Banking Fallback - Manual Account Linking and Funding

· 5 min read

We are introducing another way for your customers to link an account and fund their payment runs to cover instances when their bank is not supported via Open Banking. This initiative involves a breaking change to the current AIS and PIS UI Components.

Effective:

  • 11 February 2025 on Sandbox
  • 04 March 2025 on Live

Users with the Controller role can now manually link their bank accounts, depending on the jurisdiction, without relying on Open Banking.

1. Updated UI component to include the manual option

To link an account manually, you can still load the current AIS UI Component, were the component has been updated to include a new URL, "Can't find your bank?" at the end of the UI Component as pictured below:

AIS UI Component

Breaking Change

To support manual account linking in addition to Open Banking, we have renamed the AIS UI Component weavrComponents.prompt.ais to weavrComponents.prompt.linkAccount. This change ensures our UI component reflects its broader functionality and aligns with evolving user needs.

2. Entering the bank account details

When the "Can't find your bank?" option is selected, the user will be directed to a new screen where they must enter their bank account details. The following key fields will be required:

  • Business Account Name: The registered owner’s name of the account at the external bank or PSP. This should match the name on the external account to ensure successful linkage and compliance with verification steps.
  • Bank Name
  • Bank Country: The country in which the bank or financial institution holding the account is located. This is essential for regulatory and compliance purposes.
  • Account Information: The IBAN or the combination of the Account Number and Sort Code of the account at the external bank or PSP. This uniquely identifies the account within the financial institution and is necessary for processing transactions.
webhook information

Once the bank account details are submitted, a Linked Account Update Webhook event will be triggered. This event will include the new id of the Linked Account and its status will transition to PENDING_CHALLENGE.

3. Declaration of Ownership via SCA Challenge

Ensuring that the registered linked account belongs to the Identity attempting to link it is crucial. As part of this process, declaration of ownership is conducted through a Strong Customer Authentication (SCA) challenge, which must be completed by a user with the Controller role.

Upon initiating the Linked Account registration, the Controller user must successfully complete the SCA challenge to confirm ownership.

webhook information

After successful completion, a Linked Account Update Webhook event will be triggered updating the linked account status to PENDING_FUNDING.

4. Control Check through a test funding Transaction

After successfully completing the SCA process, user must demonstrate control over the external account by performing a test funding transaction. The UI component will redirect the user to the final screen, displaying the following details:

  • Amount to be sent
  • Account number
  • Sort Code
  • Reference Code
caution

This step is critical to verify that the registered identity controls the account. It is essential that users include the reference code in the funding transaction. Failure to complete the test funding transaction will result in the linked account remaining in the PENDING_FUNDING state.

The funding transaction will not be needed for a Linked Account linked via Open Banking.

Webhook information

Once the plugin receives and validates the test funding transaction a Linked Account Update Webhook event will be triggered, updating the linked account status to LINKED.

Open Banking Fallback - Fund a Payment Run

Your users with the Controller role will be able to use the newly created manual linked account to fund the payment run.

1. Updated UI component to allow funding using a manual linked account

To use the manually linked account, the user can load the current PIS UI Component, were the component will have a new screen

Breaking Change

To support funding of a payment run with a linked account in addition to Open Banking, we have renamed the PIS UI Component weavrComponents.prompt.pis to weavrComponents.prompt.paymentFund. This change ensures our UI component reflects its broader functionality and aligns with evolving user needs.

Breaking Change Updates

To make the UI component more generic and to support the Open Banking fallback of the manual account linking and funding initiative, we have renamed the below UI Components:

You will also need to start handling the new PENDING_FUNDING state. This state will be sent to you via an event in the UI component and in the Linked Account Update webhook event.

Action Required

Rename the UI Components as follows:

If no action is taken

Although this is a small change, if no action is taken, you application will not be able to load the AIS and PIS UI Components accordingly, resulting in your customers not being able to link an account or fund a payment run.

more information

More information and documentation will be shared with you closer to the breaking change date.


Introducing the ability to cancel or update a Payment Line within a Payment Run

· One min read

We have introduced two new API endpoints to allow users to cancel and update payment run lines when a payment run is created.

Effective:

  • 06 December 2024 on Sandbox
  • 10 December 2024 on Live

These endpoints enable users to cancel or update specific payments flagged by CoP (Confirmation of Payee) results, avoiding the need to cancel the entire payment run.

When a payment is in the PENDING_CONFIRMATION status, users with a Creator role can cancel or update a payment run line before the user with a Controller role confirms the payment run.

Cancel a payment run line

Allows cancellation of individual payment lines before confirmation by a Controller.

Update a payment run line

Allows modification of payment line details before confirmation by a Controller.

Webhook event notification

When a payment line is canceled or updated, you will receive the Payment Run webhook and a Payment Run Payment webhook.

More information can be found in our documentation here.


Payment Run Dynamic Linking

· One min read

To enhance security during payment run authorization and to help end-users verify the correct payment run, we have introduced a unique Payment Run ID in the Payment Run Authorisation UI Component.

Effective:

  • 06 December 2024 on Sandbox
  • 10 December 2024 on Live

Details:

  • Each payment run will now be assigned a unique identifier to ensure accuracy during the authorization process.
  • The unique Payment Run ID will also be included in the SCA SMS OTP message sent to end-users, providing an additional layer of verification.

Affected UI Components:

more information

More information can be found in our Payment Run Authorisation Component documentation here.


Breaking Change (28 October 2024) Introducing Confirmation of Payee (CoP for GBP payments)

· 4 min read

As mentioned in our previous update, whenever your customers creates a GBP payment run, all Payment Service Providers using the UK Faster Payment System will need to perform a check on the payee's name to ensure it matches the account details based on the sort code and account number. This requirement aims to help prevent payments from being accidentally sent to the wrong account or maliciously misdirected. This process is known as Confirmation of Payee (CoP).

Effective:

  • 28 October 2024 on Sandbox
  • 29 October 2024 on Live

Payment Run and Payments API Endpoint Summary

CoP is only available for UK-domiciled accounts that use the UK domestic payment scheme of Faster Payments. To support CoP, we made significant changes to the payment run API endpoints and the payment run lifecycle. Below is a summary of these changes:

Create a Payment Run API endpoint updates

When a user creates a payment run in Faster Payments, they must specify the type of beneficiary account, which can be either PERSONAL or BUSINESS. The state of the payment run will transition to an interim state of QUEUED instead of PENDING_CONFIRMATION.

In this state, a CoP check is performed on the payee details for each payment in the run. The HTTP 200 response response of this endpoint will return a new object called validationsOutcomes, containing the status of the matching performed (e.g. EXACT_MATCH, CLOSE_MATCH or NO_MATCH) and the reasonCode. A list of the reason codes can be found here.

info

The CoP results will also be sent through the payment run update and payment update webhook events.

Once the CoP results are returned, the payment runs state will transition to PENDING_CONFIRMATION.

Payments Run states updates

To accommodate the changes for CoP, we have made updates to the states within the payment run process:

  • Removing theVERIFYING_REQUIREMENTS and CREATED states.
  • We are introducing the QUEUED state: This reflects the asynchronous nature of the payment run creation is an asynchronous process. This status indicates that the payment run is in the process of being validated. One of the validation steps being the CoP checks for every payment line within the payment run.

Payments states updates

To add more visibility and to align the payment statuses with the payment run, we have made the below changes:

  • Removing the SUBMITTED and CREATED state from the Payment Run.
  • Adding:
    • QUEUED
    • PENDING_CONFIRMATION
    • EXECUTING
    • AWAITING_FUNDS

Get payment run endpoints

The get a payment run and get payment runs endpoints have been updated to reflect the removal of old states and the addition of new ones. We have also included CoP results in a the new object validationOutcomes

New Update a Payment Run API endpoint

We have introduced a new API endpoint for updating a payment run, allowing users to modify the payee details of individual payments within the run. Based on the CoP results, this functionality enables users to edit specific payments without needing to cancel and re-create the entire payment run.

info

Updating a payment run can be done by a user with a Creator role and will help the user with a Controller role to approve the payment run.

More information about roles can be found here.

Payment Run Authorisation UI Component

The Payment Run Authorisation UI Component has been updated to display the CoP results next to each payment so that the user with a Controller role can further verify the payee details.

The payment run can be cancelled at any time if the CoP results do not meet the required criteria

Payment Run lifecycle

The payment run lifecycle has been updated accordingly to explain the new overview states:

Payment Run State machine

Summary of Action required

Migrate your application to start handling:

  1. The create a payment run endpoint now requires the type to be specified as either PERSONAL or BUSINESS when creating GBP payments.
  2. The new updated states related to Payment Run statuses and the Payment Run line statuses.
  3. Accept the updated response with the CoP results (validationOutcomes)for the following:
    1. Webhook events:
      1. Payment Run Update
      2. Payment Update
    2. UI Components:
      1. Payment Run Auth Component
    3. API endpoints:
      1. POST/payment_runs
      2. GET/payment_runs
      3. GET/payment_runs/{payment_run_id}
  4. Optionally, use the PATCH/payment_runs/{payment_run_id} endpoint to edit Payee details of a payment based on CoP results.
danger

This will help prevent any disruptions to your integration.

If no action is taken

If no action is taken, your application wouldn't be able to handle the updated responses when creating a payment run resulting to your users not being able confirm the run.


Breaking Change (October 2024) Introducing Confirmation of Payee (CoP for GBP payments)

· 4 min read

Starting this October, whenever your customers creates a GBP payment run, all Payment Service Providers using the UK Faster Payment System will need to perform a check on the payee's name to ensure it matches the account details based on the sort code and account number. This requirement aims to help prevent payments from being accidentally sent to the wrong account or maliciously misdirected. This process is known as Confirmation of Payee (CoP).

Effective:

  • 28 October 2024 on Sandbox
  • 29 October 2024 on Live

Payment Run and Payments API Endpoint Summary

CoP is only available for UK-domiciled accounts that use the UK domestic payment scheme of Faster Payments. To support CoP, we made significant changes to the payment run API endpoints and the payment run lifecycle. Below is a summary of these changes:

Create a Payment Run API endpoint updates

When a user creates a payment run in Faster Payments, they must specify the type of beneficiary account, which can be either PERSONAL or BUSINESS. The state of the payment run will transition to an interim state of QUEUED instead of PENDING_CONFIRMATION.

In this state, a CoP check is performed on the payee details for each payment in the run. The HTTP 200 response response of this endpoint will return a new object called validationsOutcomes, containing the status of the matching performed (e.g. EXACT_MATCH, CLOSE_MATCH or NO_MATCH) and the reasonCode. A list of the reason codes can be found here.

info

The CoP results will also be sent through the payment run update and payment update webhook events.

Once the CoP results are returned, the payment runs state will transition to PENDING_CONFIRMATION.

Payments Run states updates

To accommodate the changes for CoP, we have made updates to the states within the payment run process:

  • Removing theVERIFYING_REQUIREMENTS and CREATED states.
  • We are introducing the QUEUED state: This reflects the asynchronous nature of the payment run creation is an asynchronous process. This status indicates that the payment run is in the process of being validated. One of the validation steps being the CoP checks for every payment line within the payment run.

Payments states updates

To add more visibility and to align the payment statuses with the payment run, we have made the below changes:

  • Removing the SUBMITTED and CREATED state from the Payment Run.
  • Adding:
    • QUEUED
    • PENDING_CONFIRMATION
    • EXECUTING
    • AWAITING_FUNDS

Get payment run endpoints

The get a payment run and get payment runs endpoints have been updated to reflect the removal of old states and the addition of new ones. We have also included CoP results in a the new object validationOutcomes

New Update a Payment Run API endpoint

We have introduced a new API endpoint for updating a payment run, allowing users to modify the payee details of individual payments within the run. Based on the CoP results, this functionality enables users to edit specific payments without needing to cancel and re-create the entire payment run.

info

Updating a payment run can be done by a user with a Creator role and will help the user with a Controller role to approve the payment run.

More information about roles can be found here.

Payment Run Authorisation UI Component

The Payment Run Authorisation Component has been updated to display the CoP results next to each payment so that the user with a Controller role can further verify the payee details.

The payment run can be cancelled at any time if the CoP results do not meet the required criteria

Payment Run lifecycle

The payment run lifecycle has been updated accordingly to explain the new overview states:

Payment Run State machine

Summary of Action required

Migrate your application to start handling:

  1. The create a payment run endpoint now requires the type to be specified as either PERSONAL or BUSINESS when creating GBP payments.
  2. The new updated states related to Payment Run statuses and the Payment Run line statuses
  3. Accept the update response with the CoP results (validationOutcomes)on the below:
    1. Webhook events:
      1. Payment Run Update
      2. Payment Update
    2. UI Components:
      1. Payment Run Auth Component
    3. API endpoints:
      1. POST/payment_runs
      2. GET/payment_runs
      3. GET/payment_runs/{payment_run_id}
  4. Optionally use the Patch a payment run endpoint to edit Payee details based on CoP results
danger

This will help prevent any disruptions to your integration.

info

More information, along with the YAML file of the changes, will be provided to you in the coming days.

If no action is taken

If no action is taken, your application wouldn't be able to handle the updated responses when creating a payment run resulting to your users not being able confirm the run.


Fund and pay suppliers in both GBP and EUR currencies

· 2 min read

We are excited to introduce the ability to fund and pay suppliers in both EUR and GBP currencies. This optional new feature provides greater flexibility and convenience.

Effective:

  • 12 August 2024 on Sandbox
  • 20 August 2024 on Live

How to enable multi-currency payment runs:

  1. Login to the Embedder Portal: access your account on the embedder portal.
  2. Update the supported currency in Buyer Settings: by switching on the second currency.
  3. Update the Buyer details: via the PATCH/buyers endpoint to add the new supportedCurrencies.
important

To activate the new supported currency, a buyer user with the Admin role must authenticate and step-up their token to confirm and complete the activation.

When creating a payment run with multiple currencies, the plugin will automatically split the payment run into separate groups based on each currency. Buyers will be able to fund EUR payment run groups using a EUR linked account and a GBP payment run group using a GBP linked account.

note

If you provide an unsupported currency when creating a payment run, you will receive an HTTP 409 error code UNSUPPORTED_MULTIPLE_CURRENCIES and if the currency is not active, you will receive an HTTP 409 error code ZERO_BALANCE_ACCOUNT_INVALID_STATE. You will need to handle these errors accordingly.

Additionally, the Payment Run Authorisation Component and the payment run screen on the embedder portal have been updated to support and display multi-currency payment runs effectively.

Affected UI Components:

Affected Endpoints:

More details on creating a payment run is available in our documentation


Payment Run Plug-in enabled in EEA

· 4 min read

We are delighted to announce that Weavr is enabling EEA customers to make use of the Embedded Payment Run Solution. Apart from the UK, Embedded Payment Run is now available for end-customers in the European Economic Area. End-customers residing in the EEA can now onboard, fund and make domestic payments in Euros on the SEPA bank transfer rails.

Effective:

  • 01 July 2024 on Sandbox
  • 09 July 2024 on Live

EEA countries supported

Weavr is now supporting buyers residing in the following countries:

AustriaBelgiumCyprusDenmark
FinlandFranceIrelandItaly
EstoniaLuxembourgLatviaNetherlands
NorwayPolandPortugalSlovakia
SloveniaSpainSweden
note

The payment run plug-in will be enabled soon in Germany.

Retrieve Open Banking Institutions

To ensure that you can support your buyers to link an account and to fund a payment run we have created an endpoint that retrieves all the available institutions that use open banking.

We suggest that you enable your end-customers to verify that their current financial institutions are supported by Weavr before they onboard.

New API endpoints:

In the EEA, the Account Information Service (AIS) consents can be granted up to 180 days. This means that your users are required to extend their consent to continue using the associated Linked Account every 180 days.

The Get Linked Accounts & Get a Linked Account endpoints have been updated to contain the consent information with the below fields:

  • expiresAt
  • expiresIn
  • status

Note: If the consent, expired the:

  • expiresAt will contain a value of '0'.
  • expiresIn will contain the date in the past of the AIS consent expired.

You will also receive the AIS consent expiry and status (expiresAt, expiresIn & status) in the link account update event.

To extend the consent in EEA you need to provide the linkedAccountId parameter of the linked account in the AIS UI Component.

  • The consent can be initiated before 180 days elapse, this means that your user will be shown a consent renewal request screen for Weavr to continue accessing their bank account information. If the user clicks on 'I Consent' your user will be redirected to their Bank's portal to approve the consent request. In the Banking portal, the bank will ask them to authenticate and re-confirm the bank account to be shared.

  • Initiating the AIS consent after 180 days, can still be extended, however your user will be shown an expired consent screen. To renew the consent, your user will be redirected to their Bank's portal to approve the consent request. In the Banking portal, the bank will ask them to authenticate and re-confirm the bank account to be shared.

Buyer endpoints updated to accept 'EUR'

We have updated the buyer endpoints to accept the 'EUR' currency in the supportedCurrencies object:

Payment run endpoints updated to accept 'EUR'

We have updated the payment run API and events endpoints to accept the 'EUR' currency in the currencies object:

Events endpoints update:

Linked account endpoints updated to accept 'EUR'

We have updated the linked account API and event endpoints to accept the 'EUR' currency in the currencies object:

Updated Events endpoints

Embedder Portal settings

When you open a sandbox account, upon the registration form you are required to choose the jurisdiction you are residing in. If you select "EEA" (European Economic Area) then by default, the EUR currency will be selected.


New filtering and sorting capabilities when retrieving payment runs

· One min read

Effective:

  • 25 June 2024 on Sandbox
  • 26 June 2024 on Live

We have made improvements to the get payment runs endpoint, enabling you to filter and sort the returned payment runs.

By default, the list of payment runs will be sorted in descending order based on their creation date, meaning the newest payment run will appear at the top of the list. This ensures that the most recent payment runs are immediately visible for easy access.

The following filters are now supported:

  • status - The status of the payment run.
  • reference - The unique paymentRunRef of the payment run.
  • min_amount - The minimum total amount of the payment run.
  • max_amount - The maximum total amount of the payment run.

Affected Endpoint


New sandbox simulator endpoints to authorise a payment run

· One min read

Effective:

  • 14 May 2024 on Sandbox
  • 17 May 2024 on Live

We have exposed two new simulator endpoints where the user can simulate an issue and verify an SCA challenge for a payment run. The simulator endpoints will help you trigger processes in Sandbox that in Production are triggered from an external action rather than from your application. This way you can test scenarios that otherwise you would only encounter in the Live environment.

Simulator API Endpoints

Note: These endpoints are only available on Sandbox and won’t work in the Live environment.

More details on simulators is available in our documentation


Zero Balance Account must be created before creating a Payment Run

· One min read

Effective:

  • 29 April 2024 on Sandbox
  • 30 April 2024 on Live

We are continuing to improve the payment run creation process by ensuring that a payment run cannot be created if the Zero Balance Account was not created.

A Zero Balance Account is automatically created for each supported currency as soon as your customers completed onboarding, therefore if your customer didn't complete onboard and tried to create a payment run the API endpoint will return an HTTP 409 error ZERO_BALANCE_ACCOUNT_INVALID_STATE.

You can find more information about the Zero Balance Account and Payment Run creation in our docs.

Affected API endpoints:


Payment run payments cannot be sent to the Buyer's zero balance account or linked bank accounts

· 2 min read

Effective:

  • 27 March 2024 on Sandbox
  • 2 April 2024 on Live

We have improved the security of payments in a payment run by validating and ensuring that the supplier bank account details provided by your buyers are not the linked account or the zero balance account bank account details.

A buyer can only perform supplier payments to third party bank accounts and cannot use the Payment Run to send payment betweens their accounts. A buyer can add a linked account in multiple stages of the payment run lifecycle, therefore we have added the validations in the below endpoints:

Create a payment run

When a user is creating a payment run and the supplier bank details includes a:

  • Linked account the endpoint will fail with an HTTP 409 error BANK_ACCOUNT_CANNOT_BE_LINKED_ACCOUNT
  • Zero balance account the endpoint will fail with an HTTP 409 error BANK_ACCOUNT_CANNOT_BE_ZERO_BALANCE_ACCOUNT respectively.

The payment run together with all the payments within the payment run will transition to a CANCELLED status.

Confirm a payment run & Payment Initiation Service (PIS) UI Component

When a user confirms the payment run or when a PIS is initiated and the supplier bank details include:

  • Linked account the endpoint will fail with an HTTP 409 error BANK_ACCOUNT_CANNOT_BE_LINKED_ACCOUNT

The payment run together with all the payments within the payment run will transition to a CANCELLED status and you will receive a payment run update webhook and payment update webhook, informing you that the payment and payment run have transitioned to a CANCELLED status.

Affected API endpoints:

Affected UI components: