import { CreateReAuthExchangeSessionRequest } from "dwolla/models/operations";
let value: CreateReAuthExchangeSessionRequest = {
id: "<id>",
};| Field | Type | Required | Description |
|---|---|---|---|
id |
string | ✔️ | Exchange's unique identifier |
requestBody |
operations.CreateReAuthExchangeSessionRequestBody | ➖ | Request body containing the redirect URL. Required for: - Plaid mobile sessions Not required for: - Plaid web sessions |