Register an expected incoming bank transfer for a user bank account.
Use this endpoint to register a deposit expectation when the user sends a bank transfer. When the transfer arrives, Wealthyhood matches it against pending expectations by reference and amount, then automatically reconciles it as a completed deposit.Documentation Index
Fetch the complete documentation index at: https://docs.wealthyhood.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The external user identifier of the acting customer.
"bank-user-12345"
MongoDB ObjectId of the bank account to credit
^[a-f0-9]{24}$"64f0c51e7fb3fc001234abcd"
Payment reference the user will include in their bank transfer. Leading and trailing whitespace are trimmed; the value is stored and matched in lowercase (ASCII) so it aligns with the bank statement reference field.
1"wallet-topup-5f91ce"
Deposit expectation created successfully