Update an element session using the session ID.
Body
The type of session to start. Must be balance_transfer
The ID of the associated Entity.
The balance transfer object to be processed.
The ID of the Element Session to update. Required for updating a session. If not provided, a new session will be created.
Additional fields based on session type
The balance transfer object to be processed.
balance_transfer.flow_type
The type of flow to start.
balance_transfer.payout_amount_min
The minimum amount that has be paid out.
balance_transfer.minimum_loan_amount
The minimum amount that can be loaned.
balance_transfer.payout_residual_amount_max
The maximum amount that can be paid out.
balance_transfer.loan_details_requested_amount
The amount requested for the loan.
balance_transfer.loan_details_requested_term
The term requested for the loan.
balance_transfer.loan_details_requested_rate
The rate requested for the loan.
balance_transfer.loan_details_requested_monthly_payment
The monthly payment requested for the loan.
Returns
Returns a Session object.