Simulators enable you to 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.
Note: These endpoints are only available on Sandbox and won’t work in the Live environment.
Simulate funding a payment run using a linked account.
This endpoint will only function in Sandbox and should not be used in the Live environment.
Success
Bad Request Error - Your request is invalid.
Unauthorized - Your credentials or access token are invalid.
Forbidden - Access to the requested resource or action is forbidden.
Not found - The requested resource couldn't be found.
Conflict
Internal Server Error - There is a problem with the server. Please try again later.
Service Unavailable - We're temporarily offline for maintenance. Please try again later.
Error
{- "message": "string",
- "syntaxErrors": {
- "invalidFields": [
- {
- "params": [
- "string"
], - "fieldName": "string",
- "error": "REQUIRED"
}
]
}
}
Simulate linking an account via Open Banking to fund payments within a payment run.
This endpoint will only function in Sandbox and should not be used in the Live environment.
OK
Bad Request Error - Your request is invalid.
Unauthorized - Your credentials or access token are invalid.
Forbidden - Access to the requested resource or action is forbidden.
Conflict
Internal Server Error - There is a problem with the server. Please try again later.
Service Unavailable - We're temporarily offline for maintenance. Please try again later.
Error
{- "institutionId": "string",
- "buyerId": "string",
- "createdBy": "string",
- "accountIdentification": {
- "accountNumber": "stringst",
- "sortCode": "string",
- "secondaryReference": "string"
}, - "currency": "GBP"
}
{- "id": "652d25b73541d8084a88a38d",
- "accountIdentification": {
- "accountNumber": "stringst",
- "sortCode": "string",
- "secondaryReference": "string"
}, - "currency": "GBP",
- "institution": {
- "id": "string",
- "displayName": "string",
- "countries": [
- "GB"
], - "images": {
- "icon": "string",
- "logo": "string"
}, - "info": {
- "loginUrl": "string",
- "helplinePhoneNumber": "string"
}
}, - "consent": {
- "expiresAt": "2019-08-24T14:15:22Z",
- "expiresIn": 0,
- "status": "ACTIVE"
}, - "status": "LINKED",
- "createdAt": "string"
}
Simulates due diligence (KYB) for Buyers.
This endpoint will only function in Sandbox and should not be used in the Live environment.
Success - No Content.
Bad Request Error - Your request is invalid.
Unauthorized - Your credentials or access token are invalid.
Forbidden - Access to the requested resource or action is forbidden.
Not found - The requested resource couldn't be found.
Internal Server Error - There is a problem with the server. Please try again later.
Service Unavailable - We're temporarily offline for maintenance. Please try again later.
Error
{- "message": "string",
- "syntaxErrors": {
- "invalidFields": [
- {
- "params": [
- "string"
], - "fieldName": "string",
- "error": "REQUIRED"
}
]
}
}
Simulate AIS consent status change.
This endpoint will only function in Sandbox and should not be used in the Live environment.
No Content
Bad Request Error - Your request is invalid.
Unauthorized - Your credentials or access token are invalid.
Forbidden - Access to the requested resource or action is forbidden.
Not found - The requested resource couldn't be found.
Conflict
Internal Server Error - There is a problem with the server. Please try again later.
Service Unavailable - We're temporarily offline for maintenance. Please try again later.
Error
{- "action": "REVOKED"
}
{- "message": "string",
- "syntaxErrors": {
- "invalidFields": [
- {
- "params": [
- "string"
], - "fieldName": "string",
- "error": "REQUIRED"
}
]
}
}
Simulates issuing the SCA challenge for a payment run.
This endpoint will only function in Sandbox and should not be used in the Live environment.
No Content
Bad Request Error - Your request is invalid.
Unauthorized - Your credentials or access token are invalid.
Forbidden - Access to the requested resource or action is forbidden.
Not found - The requested resource couldn't be found.
Conflict
Too many requests.
Internal Server Error - There is a problem with the server. Please try again later.
Service Unavailable - We're temporarily offline for maintenance. Please try again later.
Error
{- "message": "string",
- "syntaxErrors": {
- "invalidFields": [
- {
- "params": [
- "string"
], - "fieldName": "string",
- "error": "REQUIRED"
}
]
}
}
Simulates verifying the SCA challenge for a payment run.
This endpoint will only function in Sandbox and should not be used in the Live environment.
No Content
Bad Request Error - Your request is invalid.
Unauthorized - Your credentials or access token are invalid.
Forbidden - Access to the requested resource or action is forbidden.
Not found - The requested resource couldn't be found.
Conflict
Too many requests.
Internal Server Error - There is a problem with the server. Please try again later.
Service Unavailable - We're temporarily offline for maintenance. Please try again later.
Error
{- "verificationCode": "string"
}
{- "message": "string",
- "syntaxErrors": {
- "invalidFields": [
- {
- "params": [
- "string"
], - "fieldName": "string",
- "error": "REQUIRED"
}
]
}
}