Simulate an incoming bank deposit for testing purposes.
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.Documentation Index
Fetch the complete documentation index at: https://developer.uphold.com/llms.txt
Use this file to discover all available pages before exploring further.
OAuth 2.0 authentication.
The network used to process the bank transfer.
fps The six-digit sort code of the destination bank account where funds will be deposited.
^\d{6}$The account number of the destination bank account where funds will be deposited.
^\d{6,8}$The user's account settlement asset.
^\S.*\S$|^\S$The amount to be deposited into the destination account.
^\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.
^\S.*\S$|^\S$Information about the bank deposit sender.
Bank deposit simulated.