Skip to main content

4 posts tagged with "simulators"

View All Tags

Standardising the Reference Field Across Simulate Funding API and Payment Run Initialization

· One min read

To ensure consistency across our APIs, the group_reference field in the Simulate Funding API endpoint has been renamed to reference.

Effective Dates:

  • Sandbox: 11 March 2025
  • Production: 11 March 2025

This aligns with the Payment Fund Initialization process, where the reference is retrieved from this endpoint.

info

No changes are required for the PIS Initialization process.

What's changing

The group_reference field in the Simulate Funding API request payload has been renamed to reference.

Action Required

Please update your integrations to use reference instead of group_reference.

If no action is taken

Ensure that you update your integrations to avoid any disruptions in Simulate API functionality.

Reminder

The Simulate Funding endpoint should only be used in the Sandbox environment.

Affected Simulator endpoints:


Simulate a Linked Account API Endpoint Update

· One min read

The Simulate a Linked Account endpoint has been updated to remove unnecessary fields from the request payload, making requests more streamlined and efficient.

Effective Dates:

  • Sandbox: 11 March 2025
  • Production: 11 March 2025

The request payload has been updated to exclude the institutionId and createdBy fields from the Simulate a Linked Account endpoint.

Reminder

The Simulate a Linked Account endpoint should only be used in the Sandbox environment.

Affected Simulator endpoints:


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


Sandbox simulator endpoints

· One min read

Effective:

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

We have exposed simulator endpoints that 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

  • Link account:
    • This endpoint will allow you to simulate linking an account via Open Banking to fund payments within a payment run.
  • Fund payment run:
    • This endpoint will allow you to simulate a funding of a payment run using a linked account.
  • Verify KYB:
    • This endpoint will allow you to simulate due diligence (KYB) for your Buyers.

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