Download OpenAPI specification:Download
This is a Simulator API which is only available on the Weavr Build Environment
This tool is used to simulate deposits into managed accounts by Account ID. Provide account id and transaction amount and the transaction will be processed through the system.
Success
Invalid Request
Error
{- "depositAmount": {
- "currency": "str",
- "amount": 0
}, - "senderName": "string",
- "reference": "string",
- "receiverName": "string",
- "txId": 0,
- "senderIban": "string",
- "sepa": {
- "iban": "stringstringstr",
- "bankIdentifierCode": "stringst"
}, - "fasterPayments": {
- "accountNumber": "stringst",
- "sortCode": "string"
}
}
{- "code": "COMPLETED"
}
This tool is used to simulate deposits into managed accounts. Provide bank details for the deposit and the transaction will be processed through the system.
Success
Invalid Request
Error
{- "iban": "string",
- "paymentReference": "string",
- "depositAmount": {
- "currency": "str",
- "amount": 0
}, - "senderName": "string",
- "reference": "string",
- "receiverName": "string",
- "txId": 0,
- "senderIbanDetails": {
- "iban": "string",
- "bankIdentifierCode": "string"
}, - "senderFasterPaymentsDetails": {
- "sortCode": "string",
- "accountNumber": "string",
- "secondaryReference": "string"
}, - "destinationIbanDetails": {
- "iban": "string",
- "bankIdentifierCode": "string"
}, - "destinationFasterPaymentsDetails": {
- "sortCode": "string",
- "accountNumber": "string",
- "secondaryReference": "string"
}
}
{- "code": "COMPLETED"
}