Create Transfer
Loading...
API endpoint path: /db-transfers/v1/transfers
Creates a one-time or scheduled recurring transfer between accounts. Supports various transfer types including standard transfers, loan payments, and IRA contributions.
Transfer Types:
- Standard: Regular transfer between user's own accounts
- Recipient: Transfer to another member at the same institution
- Loan Payment: Transfer to pay down a loan balance
- IRA Contribution: Transfer for retirement account contributions
Scheduling Options:
- One-time: Execute immediately or on a specific future date
- Recurring: Set up automatic transfers on a schedule (daily, weekly, monthly, etc.)
Payment Options for Loans:
DEFAULT: Standard paymentPRINCIPAL_ONLY: Apply payment to principal onlyINTEREST_ONLY: Apply payment to interest onlyEXCESS_TO_PRINCIPAL: Extra amount goes to principalEXCESS_TO_INTEREST: Extra amount goes to interest
Request
Responses
- 200
- 400
- 401
- 403
- 500
Success
Client error
Authentication error
Authorization error
Server error