Test helpers
Simulate bank deposit
Simulate an incoming bank deposit for testing purposes.
POST
This endpoint allows you to simulate a bank deposit based on the details returned by the Setup Account Deposit Method endpoint. It is useful for testing how your application handles incoming deposits without needing to perform an actual bank transfer.
Authorizations
OAuth 2.0 authentication.
Body
application/json
- FPS
- SEPA
The network used to process the bank transfer.
Available options:
fps The six-digit sort code of the destination bank account where funds will be deposited.
Pattern:
^\d{6}$The account number of the destination bank account where funds will be deposited.
Pattern:
^\d{6,8}$The user's account settlement asset.
Pattern:
^\S.*\S$|^\S$The amount to be deposited into the destination account.
Pattern:
^\d+(\.\d+)?$A unique identifier indicating the specific account where the funds should be credited. If omitted, funds will be credited to the user's default account.
Pattern:
^\S.*\S$|^\S$Information about the bank deposit sender.
Response
Bank deposit simulated.
- FPS
- SEPA