plaid 14.0.0.beta.3 → 14.0.0.beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (406) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile.lock +1 -1
  4. data/Makefile +1 -20
  5. data/PUBLISH.md +1 -2
  6. data/docs/AccountAssets.md +1 -1
  7. data/docs/AccountBase.md +1 -1
  8. data/docs/AccountIdentity.md +1 -1
  9. data/docs/AccountsBalanceGetRequest.md +2 -2
  10. data/docs/AccountsGetRequest.md +2 -2
  11. data/docs/AssetReportAuditCopyCreateRequest.md +2 -2
  12. data/docs/AssetReportAuditCopyGetRequest.md +2 -2
  13. data/docs/AssetReportAuditCopyRemoveRequest.md +2 -2
  14. data/docs/AssetReportCreateRequest.md +2 -2
  15. data/docs/AssetReportFilterRequest.md +2 -2
  16. data/docs/AssetReportGetRequest.md +2 -2
  17. data/docs/AssetReportPDFGetRequest.md +2 -2
  18. data/docs/AssetReportRefreshRequest.md +2 -2
  19. data/docs/AssetReportRemoveRequest.md +2 -2
  20. data/docs/AuthGetRequest.md +2 -2
  21. data/docs/BankTransferBalanceGetRequest.md +2 -2
  22. data/docs/BankTransferCancelRequest.md +2 -2
  23. data/docs/BankTransferCreateRequest.md +2 -2
  24. data/docs/BankTransferEventListRequest.md +2 -2
  25. data/docs/BankTransferEventSyncRequest.md +2 -2
  26. data/docs/BankTransferGetRequest.md +2 -2
  27. data/docs/BankTransferListRequest.md +2 -2
  28. data/docs/BankTransferMigrateAccountRequest.md +2 -2
  29. data/docs/BankTransfersEventsUpdateWebhook.md +20 -0
  30. data/docs/DepositSwitchAltCreateRequest.md +2 -2
  31. data/docs/DepositSwitchCreateRequest.md +2 -2
  32. data/docs/DepositSwitchGetRequest.md +2 -2
  33. data/docs/DepositSwitchTokenCreateRequest.md +2 -2
  34. data/docs/EmployersSearchRequest.md +2 -2
  35. data/docs/IdentityGetRequest.md +2 -2
  36. data/docs/IncomeVerificationCreateRequest.md +2 -2
  37. data/docs/IncomeVerificationDocumentsDownloadRequest.md +2 -2
  38. data/docs/IncomeVerificationPaystubGetRequest.md +2 -2
  39. data/docs/IncomeVerificationSummaryGetRequest.md +2 -2
  40. data/docs/InstitutionsGetByIdRequest.md +2 -2
  41. data/docs/InstitutionsGetRequest.md +2 -2
  42. data/docs/InstitutionsGetRequestOptions.md +1 -1
  43. data/docs/InstitutionsGetResponse.md +1 -1
  44. data/docs/InstitutionsSearchRequest.md +2 -2
  45. data/docs/InstitutionsSearchRequestOptions.md +1 -3
  46. data/docs/InvestmentTransaction.md +1 -1
  47. data/docs/InvestmentsHoldingsGetRequest.md +2 -2
  48. data/docs/InvestmentsTransactionsGetRequest.md +2 -2
  49. data/docs/ItemAccessTokenInvalidateRequest.md +2 -2
  50. data/docs/ItemGetRequest.md +2 -2
  51. data/docs/ItemImportRequest.md +2 -2
  52. data/docs/ItemPublicTokenCreateRequest.md +2 -2
  53. data/docs/ItemPublicTokenExchangeRequest.md +2 -2
  54. data/docs/ItemRemoveRequest.md +2 -2
  55. data/docs/ItemWebhookUpdateRequest.md +2 -2
  56. data/docs/LiabilitiesGetRequest.md +2 -2
  57. data/docs/LiabilityOverride.md +3 -3
  58. data/docs/LinkTokenCreateRequest.md +7 -3
  59. data/docs/LinkTokenCreateRequestAuth.md +18 -0
  60. data/docs/LinkTokenGetRequest.md +2 -2
  61. data/docs/PaymentInitiationPaymentCreateRequest.md +2 -2
  62. data/docs/PaymentInitiationPaymentGetRequest.md +2 -2
  63. data/docs/PaymentInitiationPaymentListRequest.md +2 -2
  64. data/docs/PaymentInitiationPaymentTokenCreateRequest.md +2 -2
  65. data/docs/PaymentInitiationRecipientCreateRequest.md +2 -2
  66. data/docs/PaymentInitiationRecipientGetRequest.md +2 -2
  67. data/docs/PaymentInitiationRecipientListRequest.md +2 -2
  68. data/docs/PlaidApi.md +492 -412
  69. data/docs/ProcessorApexProcessorTokenCreateRequest.md +2 -2
  70. data/docs/ProcessorAuthGetRequest.md +2 -2
  71. data/docs/ProcessorBalanceGetRequest.md +2 -2
  72. data/docs/ProcessorIdentityGetRequest.md +2 -2
  73. data/docs/ProcessorStripeBankAccountTokenCreateRequest.md +2 -2
  74. data/docs/ProcessorTokenCreateRequest.md +2 -2
  75. data/docs/SandboxBankTransferFireWebhookRequest.md +22 -0
  76. data/docs/SandboxBankTransferFireWebhookResponse.md +18 -0
  77. data/docs/SandboxBankTransferSimulateRequest.md +2 -2
  78. data/docs/SandboxItemFireWebhookRequest.md +2 -2
  79. data/docs/SandboxItemResetLoginRequest.md +2 -2
  80. data/docs/SandboxItemSetVerificationStatusRequest.md +2 -2
  81. data/docs/SandboxProcessorTokenCreateRequest.md +2 -2
  82. data/docs/SandboxPublicTokenCreateRequest.md +2 -2
  83. data/docs/StudentLoan.md +1 -1
  84. data/docs/TransactionOverride.md +4 -4
  85. data/docs/TransactionsGetRequest.md +2 -2
  86. data/docs/TransactionsRefreshRequest.md +2 -2
  87. data/docs/WebhookVerificationKeyGetRequest.md +2 -2
  88. data/lib/plaid.rb +6 -2
  89. data/lib/plaid/api/plaid_api.rb +81 -12
  90. data/lib/plaid/api_client.rb +2 -2
  91. data/lib/plaid/api_error.rb +2 -2
  92. data/lib/plaid/configuration.rb +2 -2
  93. data/lib/plaid/models/account_assets.rb +3 -3
  94. data/lib/plaid/models/account_assets_all_of.rb +2 -2
  95. data/lib/plaid/models/account_balance.rb +2 -2
  96. data/lib/plaid/models/account_base.rb +3 -3
  97. data/lib/plaid/models/account_filters_response.rb +2 -2
  98. data/lib/plaid/models/account_identity.rb +3 -3
  99. data/lib/plaid/models/account_identity_all_of.rb +2 -2
  100. data/lib/plaid/models/account_subtype.rb +2 -2
  101. data/lib/plaid/models/account_type.rb +2 -2
  102. data/lib/plaid/models/accounts_balance_get_request.rb +4 -4
  103. data/lib/plaid/models/accounts_balance_get_request_options.rb +2 -2
  104. data/lib/plaid/models/accounts_get_request.rb +4 -4
  105. data/lib/plaid/models/accounts_get_request_options.rb +2 -2
  106. data/lib/plaid/models/accounts_get_response.rb +2 -2
  107. data/lib/plaid/models/ach_class.rb +2 -2
  108. data/lib/plaid/models/address.rb +2 -2
  109. data/lib/plaid/models/address_data.rb +2 -2
  110. data/lib/plaid/models/amount.rb +2 -2
  111. data/lib/plaid/models/apr.rb +2 -2
  112. data/lib/plaid/models/asset_report.rb +2 -2
  113. data/lib/plaid/models/asset_report_audit_copy_create_request.rb +4 -4
  114. data/lib/plaid/models/asset_report_audit_copy_create_response.rb +2 -2
  115. data/lib/plaid/models/asset_report_audit_copy_get_request.rb +4 -4
  116. data/lib/plaid/models/asset_report_audit_copy_remove_request.rb +4 -4
  117. data/lib/plaid/models/asset_report_audit_copy_remove_response.rb +2 -2
  118. data/lib/plaid/models/asset_report_create_request.rb +28 -4
  119. data/lib/plaid/models/asset_report_create_request_options.rb +2 -2
  120. data/lib/plaid/models/asset_report_create_response.rb +2 -2
  121. data/lib/plaid/models/asset_report_filter_request.rb +4 -4
  122. data/lib/plaid/models/asset_report_filter_response.rb +2 -2
  123. data/lib/plaid/models/asset_report_get_request.rb +4 -4
  124. data/lib/plaid/models/asset_report_get_response.rb +2 -2
  125. data/lib/plaid/models/asset_report_item.rb +2 -2
  126. data/lib/plaid/models/asset_report_pdf_get_request.rb +4 -4
  127. data/lib/plaid/models/asset_report_refresh_request.rb +6 -4
  128. data/lib/plaid/models/asset_report_refresh_request_options.rb +2 -2
  129. data/lib/plaid/models/asset_report_refresh_response.rb +2 -2
  130. data/lib/plaid/models/asset_report_remove_request.rb +4 -4
  131. data/lib/plaid/models/asset_report_remove_response.rb +2 -2
  132. data/lib/plaid/models/asset_report_transaction.rb +2 -2
  133. data/lib/plaid/models/asset_report_transaction_all_of.rb +2 -2
  134. data/lib/plaid/models/asset_report_user.rb +2 -2
  135. data/lib/plaid/models/assets_error_webhook.rb +2 -2
  136. data/lib/plaid/models/assets_product_ready_webhook.rb +2 -2
  137. data/lib/plaid/models/auth_get_numbers.rb +2 -2
  138. data/lib/plaid/models/auth_get_request.rb +4 -4
  139. data/lib/plaid/models/auth_get_request_options.rb +2 -2
  140. data/lib/plaid/models/auth_get_response.rb +2 -2
  141. data/lib/plaid/models/automatically_verified_webhook.rb +2 -2
  142. data/lib/plaid/models/bank_transfer.rb +11 -2
  143. data/lib/plaid/models/bank_transfer_balance.rb +2 -2
  144. data/lib/plaid/models/bank_transfer_balance_get_request.rb +4 -4
  145. data/lib/plaid/models/bank_transfer_balance_get_response.rb +2 -2
  146. data/lib/plaid/models/bank_transfer_cancel_request.rb +4 -4
  147. data/lib/plaid/models/bank_transfer_cancel_response.rb +2 -2
  148. data/lib/plaid/models/bank_transfer_create_request.rb +19 -4
  149. data/lib/plaid/models/bank_transfer_create_response.rb +2 -2
  150. data/lib/plaid/models/bank_transfer_direction.rb +2 -2
  151. data/lib/plaid/models/bank_transfer_event.rb +4 -2
  152. data/lib/plaid/models/bank_transfer_event_list_request.rb +8 -4
  153. data/lib/plaid/models/bank_transfer_event_list_response.rb +2 -2
  154. data/lib/plaid/models/bank_transfer_event_sync_request.rb +8 -4
  155. data/lib/plaid/models/bank_transfer_event_sync_response.rb +2 -2
  156. data/lib/plaid/models/bank_transfer_event_type.rb +2 -2
  157. data/lib/plaid/models/bank_transfer_failure.rb +2 -2
  158. data/lib/plaid/models/bank_transfer_get_request.rb +4 -4
  159. data/lib/plaid/models/bank_transfer_get_response.rb +2 -2
  160. data/lib/plaid/models/bank_transfer_list_request.rb +8 -4
  161. data/lib/plaid/models/bank_transfer_list_response.rb +2 -2
  162. data/lib/plaid/models/bank_transfer_migrate_account_request.rb +4 -4
  163. data/lib/plaid/models/bank_transfer_migrate_account_response.rb +2 -2
  164. data/lib/plaid/models/bank_transfer_network.rb +2 -2
  165. data/lib/plaid/models/bank_transfer_receiver_details.rb +2 -2
  166. data/lib/plaid/models/bank_transfer_status.rb +2 -2
  167. data/lib/plaid/models/bank_transfer_type.rb +2 -2
  168. data/lib/plaid/models/bank_transfer_user.rb +2 -2
  169. data/lib/plaid/models/bank_transfers_events_update_webhook.rb +240 -0
  170. data/lib/plaid/models/categories_get_response.rb +2 -2
  171. data/lib/plaid/models/category.rb +2 -2
  172. data/lib/plaid/models/cause.rb +2 -2
  173. data/lib/plaid/models/country_code.rb +2 -2
  174. data/lib/plaid/models/credit_card_liability.rb +2 -2
  175. data/lib/plaid/models/credit_filter.rb +2 -2
  176. data/lib/plaid/models/default_update_webhook.rb +2 -2
  177. data/lib/plaid/models/deposit_switch_address_data.rb +2 -2
  178. data/lib/plaid/models/deposit_switch_alt_create_request.rb +4 -4
  179. data/lib/plaid/models/deposit_switch_alt_create_response.rb +2 -2
  180. data/lib/plaid/models/deposit_switch_create_request.rb +4 -4
  181. data/lib/plaid/models/deposit_switch_create_response.rb +2 -2
  182. data/lib/plaid/models/deposit_switch_get_request.rb +4 -4
  183. data/lib/plaid/models/deposit_switch_get_response.rb +2 -2
  184. data/lib/plaid/models/deposit_switch_target_account.rb +2 -2
  185. data/lib/plaid/models/deposit_switch_target_user.rb +2 -2
  186. data/lib/plaid/models/deposit_switch_token_create_request.rb +4 -4
  187. data/lib/plaid/models/deposit_switch_token_create_response.rb +2 -2
  188. data/lib/plaid/models/depository_filter.rb +2 -2
  189. data/lib/plaid/models/email.rb +2 -2
  190. data/lib/plaid/models/employee.rb +2 -2
  191. data/lib/plaid/models/employee_income_summary_field_string.rb +2 -2
  192. data/lib/plaid/models/employer.rb +2 -2
  193. data/lib/plaid/models/employer_income_summary_field_string.rb +2 -2
  194. data/lib/plaid/models/employers_search_request.rb +4 -4
  195. data/lib/plaid/models/employers_search_response.rb +2 -2
  196. data/lib/plaid/models/error.rb +2 -2
  197. data/lib/plaid/models/external_payment_schedule.rb +2 -2
  198. data/lib/plaid/models/external_payment_schedule_get.rb +2 -2
  199. data/lib/plaid/models/health_incident.rb +2 -2
  200. data/lib/plaid/models/historical_balance.rb +2 -2
  201. data/lib/plaid/models/historical_update_webhook.rb +2 -2
  202. data/lib/plaid/models/holding.rb +2 -2
  203. data/lib/plaid/models/holdings_default_update_webhook.rb +2 -2
  204. data/lib/plaid/models/identity_get_request.rb +4 -4
  205. data/lib/plaid/models/identity_get_request_options.rb +2 -2
  206. data/lib/plaid/models/identity_get_response.rb +2 -2
  207. data/lib/plaid/models/incident_update.rb +2 -2
  208. data/lib/plaid/models/income_breakdown.rb +2 -2
  209. data/lib/plaid/models/income_summary.rb +2 -2
  210. data/lib/plaid/models/income_summary_field_number.rb +2 -2
  211. data/lib/plaid/models/income_summary_field_string.rb +2 -2
  212. data/lib/plaid/models/income_verification_create_request.rb +4 -4
  213. data/lib/plaid/models/income_verification_create_response.rb +2 -2
  214. data/lib/plaid/models/income_verification_documents_download_request.rb +4 -4
  215. data/lib/plaid/models/income_verification_documents_download_response.rb +2 -2
  216. data/lib/plaid/models/income_verification_paystub_get_request.rb +4 -4
  217. data/lib/plaid/models/income_verification_paystub_get_response.rb +2 -2
  218. data/lib/plaid/models/income_verification_status_webhook.rb +2 -2
  219. data/lib/plaid/models/income_verification_summary_get_request.rb +4 -4
  220. data/lib/plaid/models/income_verification_summary_get_response.rb +2 -2
  221. data/lib/plaid/models/income_verification_webhook_status.rb +2 -2
  222. data/lib/plaid/models/inflow_model.rb +2 -2
  223. data/lib/plaid/models/initial_update_webhook.rb +2 -2
  224. data/lib/plaid/models/institution.rb +2 -2
  225. data/lib/plaid/models/institution_status.rb +2 -2
  226. data/lib/plaid/models/institutions_get_by_id_request.rb +4 -4
  227. data/lib/plaid/models/institutions_get_by_id_request_options.rb +2 -2
  228. data/lib/plaid/models/institutions_get_by_id_response.rb +2 -2
  229. data/lib/plaid/models/institutions_get_request.rb +27 -4
  230. data/lib/plaid/models/institutions_get_request_options.rb +3 -3
  231. data/lib/plaid/models/institutions_get_response.rb +3 -3
  232. data/lib/plaid/models/institutions_search_account_filter.rb +2 -2
  233. data/lib/plaid/models/institutions_search_request.rb +25 -4
  234. data/lib/plaid/models/institutions_search_request_options.rb +6 -15
  235. data/lib/plaid/models/institutions_search_response.rb +2 -2
  236. data/lib/plaid/models/investment_filter.rb +2 -2
  237. data/lib/plaid/models/investment_holdings_get_request_options.rb +2 -2
  238. data/lib/plaid/models/investment_transaction.rb +3 -2
  239. data/lib/plaid/models/investments_default_update_webhook.rb +2 -2
  240. data/lib/plaid/models/investments_holdings_get_request.rb +4 -4
  241. data/lib/plaid/models/investments_holdings_get_response.rb +2 -2
  242. data/lib/plaid/models/investments_transactions_get_request.rb +4 -4
  243. data/lib/plaid/models/investments_transactions_get_request_options.rb +6 -2
  244. data/lib/plaid/models/investments_transactions_get_response.rb +2 -2
  245. data/lib/plaid/models/item.rb +2 -2
  246. data/lib/plaid/models/item_access_token_invalidate_request.rb +4 -4
  247. data/lib/plaid/models/item_access_token_invalidate_response.rb +2 -2
  248. data/lib/plaid/models/item_error_webhook.rb +2 -2
  249. data/lib/plaid/models/item_get_request.rb +4 -4
  250. data/lib/plaid/models/item_get_response.rb +2 -2
  251. data/lib/plaid/models/item_import_request.rb +25 -4
  252. data/lib/plaid/models/item_import_request_options.rb +2 -2
  253. data/lib/plaid/models/item_import_request_user_auth.rb +2 -2
  254. data/lib/plaid/models/item_import_response.rb +2 -2
  255. data/lib/plaid/models/item_product_ready_webhook.rb +2 -2
  256. data/lib/plaid/models/item_public_token_create_request.rb +4 -4
  257. data/lib/plaid/models/item_public_token_create_response.rb +2 -2
  258. data/lib/plaid/models/item_public_token_exchange_request.rb +4 -4
  259. data/lib/plaid/models/item_public_token_exchange_response.rb +2 -2
  260. data/lib/plaid/models/item_remove_request.rb +4 -4
  261. data/lib/plaid/models/item_remove_response.rb +2 -2
  262. data/lib/plaid/models/item_status.rb +2 -2
  263. data/lib/plaid/models/item_webhook_update_request.rb +4 -4
  264. data/lib/plaid/models/item_webhook_update_response.rb +2 -2
  265. data/lib/plaid/models/jwk_public_key.rb +2 -2
  266. data/lib/plaid/models/jwt_header.rb +2 -2
  267. data/lib/plaid/models/liabilities_get_request.rb +4 -4
  268. data/lib/plaid/models/liabilities_get_request_options.rb +2 -2
  269. data/lib/plaid/models/liabilities_get_response.rb +2 -2
  270. data/lib/plaid/models/liabilities_object.rb +2 -2
  271. data/lib/plaid/models/liability_override.rb +5 -7
  272. data/lib/plaid/models/link_token_account_filters.rb +2 -2
  273. data/lib/plaid/models/link_token_create_request.rb +47 -8
  274. data/lib/plaid/models/link_token_create_request_account_subtypes.rb +2 -2
  275. data/lib/plaid/models/link_token_create_request_auth.rb +259 -0
  276. data/lib/plaid/models/link_token_create_request_deposit_switch.rb +2 -2
  277. data/lib/plaid/models/link_token_create_request_income_verification.rb +2 -2
  278. data/lib/plaid/models/link_token_create_request_payment_initiation.rb +2 -2
  279. data/lib/plaid/models/link_token_create_request_user.rb +2 -2
  280. data/lib/plaid/models/link_token_create_response.rb +2 -2
  281. data/lib/plaid/models/link_token_get_metadata_response.rb +2 -2
  282. data/lib/plaid/models/link_token_get_request.rb +4 -4
  283. data/lib/plaid/models/link_token_get_response.rb +2 -2
  284. data/lib/plaid/models/loan_filter.rb +2 -2
  285. data/lib/plaid/models/location.rb +2 -2
  286. data/lib/plaid/models/meta.rb +2 -2
  287. data/lib/plaid/models/mfa.rb +2 -2
  288. data/lib/plaid/models/mortgage_interest_rate.rb +2 -2
  289. data/lib/plaid/models/mortgage_liability.rb +2 -2
  290. data/lib/plaid/models/mortgage_property_address.rb +2 -2
  291. data/lib/plaid/models/nullable_access_token.rb +2 -2
  292. data/lib/plaid/models/nullable_address.rb +2 -2
  293. data/lib/plaid/models/nullable_address_data.rb +2 -2
  294. data/lib/plaid/models/nullable_item_status.rb +2 -2
  295. data/lib/plaid/models/nullable_numbers_ach.rb +2 -2
  296. data/lib/plaid/models/nullable_numbers_bacs.rb +2 -2
  297. data/lib/plaid/models/nullable_numbers_eft.rb +2 -2
  298. data/lib/plaid/models/nullable_numbers_international.rb +2 -2
  299. data/lib/plaid/models/nullable_recipient_bacs.rb +2 -2
  300. data/lib/plaid/models/numbers.rb +2 -2
  301. data/lib/plaid/models/numbers_ach.rb +2 -2
  302. data/lib/plaid/models/numbers_bacs.rb +2 -2
  303. data/lib/plaid/models/numbers_eft.rb +2 -2
  304. data/lib/plaid/models/numbers_international.rb +2 -2
  305. data/lib/plaid/models/override_accounts.rb +2 -2
  306. data/lib/plaid/models/owner.rb +2 -2
  307. data/lib/plaid/models/owner_override.rb +2 -2
  308. data/lib/plaid/models/pay_frequency.rb +2 -2
  309. data/lib/plaid/models/pay_period_details.rb +2 -2
  310. data/lib/plaid/models/payment_amount.rb +2 -2
  311. data/lib/plaid/models/payment_initiation_address.rb +19 -2
  312. data/lib/plaid/models/payment_initiation_payment_create_request.rb +4 -4
  313. data/lib/plaid/models/payment_initiation_payment_create_response.rb +2 -2
  314. data/lib/plaid/models/payment_initiation_payment_get_request.rb +4 -4
  315. data/lib/plaid/models/payment_initiation_payment_get_response.rb +2 -2
  316. data/lib/plaid/models/payment_initiation_payment_list_request.rb +6 -4
  317. data/lib/plaid/models/payment_initiation_payment_list_response.rb +2 -2
  318. data/lib/plaid/models/payment_initiation_payment_token_create_request.rb +4 -4
  319. data/lib/plaid/models/payment_initiation_payment_token_create_response.rb +2 -2
  320. data/lib/plaid/models/payment_initiation_recipient.rb +2 -2
  321. data/lib/plaid/models/payment_initiation_recipient_create_request.rb +4 -4
  322. data/lib/plaid/models/payment_initiation_recipient_create_response.rb +2 -2
  323. data/lib/plaid/models/payment_initiation_recipient_get_request.rb +4 -4
  324. data/lib/plaid/models/payment_initiation_recipient_get_response.rb +2 -2
  325. data/lib/plaid/models/payment_initiation_recipient_list_request.rb +4 -4
  326. data/lib/plaid/models/payment_initiation_recipient_list_response.rb +2 -2
  327. data/lib/plaid/models/payment_meta.rb +2 -2
  328. data/lib/plaid/models/payment_status_update_webhook.rb +2 -2
  329. data/lib/plaid/models/paystub.rb +2 -2
  330. data/lib/plaid/models/paystub_deduction.rb +2 -2
  331. data/lib/plaid/models/paystub_ytd_details.rb +2 -2
  332. data/lib/plaid/models/pending_expiration_webhook.rb +2 -2
  333. data/lib/plaid/models/phone_number.rb +2 -2
  334. data/lib/plaid/models/processor_apex_processor_token_create_request.rb +4 -4
  335. data/lib/plaid/models/processor_auth_get_request.rb +4 -4
  336. data/lib/plaid/models/processor_auth_get_response.rb +2 -2
  337. data/lib/plaid/models/processor_balance_get_request.rb +4 -4
  338. data/lib/plaid/models/processor_balance_get_response.rb +2 -2
  339. data/lib/plaid/models/processor_identity_get_request.rb +4 -4
  340. data/lib/plaid/models/processor_identity_get_response.rb +2 -2
  341. data/lib/plaid/models/processor_number.rb +2 -2
  342. data/lib/plaid/models/processor_stripe_bank_account_token_create_request.rb +4 -4
  343. data/lib/plaid/models/processor_stripe_bank_account_token_create_response.rb +2 -2
  344. data/lib/plaid/models/processor_token_create_request.rb +4 -4
  345. data/lib/plaid/models/processor_token_create_response.rb +2 -2
  346. data/lib/plaid/models/product_status.rb +2 -2
  347. data/lib/plaid/models/product_status_breakdown.rb +2 -2
  348. data/lib/plaid/models/products.rb +2 -2
  349. data/lib/plaid/models/projected_income_summary_field_number.rb +2 -2
  350. data/lib/plaid/models/pslf_status.rb +2 -2
  351. data/lib/plaid/models/recaptcha_required_error.rb +2 -2
  352. data/lib/plaid/models/recipient_bacs.rb +2 -2
  353. data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_request.rb +245 -0
  354. data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_response.rb +225 -0
  355. data/lib/plaid/models/sandbox_bank_transfer_simulate_request.rb +4 -4
  356. data/lib/plaid/models/sandbox_bank_transfer_simulate_response.rb +2 -2
  357. data/lib/plaid/models/sandbox_item_fire_webhook_request.rb +4 -4
  358. data/lib/plaid/models/sandbox_item_fire_webhook_response.rb +2 -2
  359. data/lib/plaid/models/sandbox_item_reset_login_request.rb +4 -4
  360. data/lib/plaid/models/sandbox_item_reset_login_response.rb +2 -2
  361. data/lib/plaid/models/sandbox_item_set_verification_status_request.rb +4 -4
  362. data/lib/plaid/models/sandbox_item_set_verification_status_response.rb +2 -2
  363. data/lib/plaid/models/sandbox_processor_token_create_request.rb +4 -4
  364. data/lib/plaid/models/sandbox_processor_token_create_request_options.rb +2 -2
  365. data/lib/plaid/models/sandbox_processor_token_create_response.rb +2 -2
  366. data/lib/plaid/models/sandbox_public_token_create_request.rb +25 -4
  367. data/lib/plaid/models/sandbox_public_token_create_request_options.rb +2 -2
  368. data/lib/plaid/models/sandbox_public_token_create_request_options_transactions.rb +2 -2
  369. data/lib/plaid/models/sandbox_public_token_create_response.rb +2 -2
  370. data/lib/plaid/models/security.rb +2 -2
  371. data/lib/plaid/models/servicer_address_data.rb +2 -2
  372. data/lib/plaid/models/standalone_account_type.rb +2 -2
  373. data/lib/plaid/models/standalone_currency_code_list.rb +2 -2
  374. data/lib/plaid/models/standalone_investment_transaction_subtype.rb +2 -2
  375. data/lib/plaid/models/standalone_investment_transaction_type.rb +2 -2
  376. data/lib/plaid/models/student_loan.rb +3 -3
  377. data/lib/plaid/models/student_loan_repayment_model.rb +2 -2
  378. data/lib/plaid/models/student_loan_status.rb +2 -2
  379. data/lib/plaid/models/student_repayment_plan.rb +2 -2
  380. data/lib/plaid/models/transaction.rb +2 -2
  381. data/lib/plaid/models/transaction_code.rb +2 -2
  382. data/lib/plaid/models/transaction_data.rb +2 -2
  383. data/lib/plaid/models/transaction_override.rb +21 -21
  384. data/lib/plaid/models/transactions_get_request.rb +4 -4
  385. data/lib/plaid/models/transactions_get_request_options.rb +6 -2
  386. data/lib/plaid/models/transactions_get_response.rb +2 -2
  387. data/lib/plaid/models/transactions_refresh_request.rb +4 -4
  388. data/lib/plaid/models/transactions_refresh_response.rb +2 -2
  389. data/lib/plaid/models/transactions_removed_webhook.rb +2 -2
  390. data/lib/plaid/models/user_custom_password.rb +2 -2
  391. data/lib/plaid/models/user_permission_revoked_webhook.rb +2 -2
  392. data/lib/plaid/models/verification_expired_webhook.rb +2 -2
  393. data/lib/plaid/models/verification_status.rb +2 -2
  394. data/lib/plaid/models/warning.rb +2 -2
  395. data/lib/plaid/models/webhook_update_acknowledged_webhook.rb +2 -2
  396. data/lib/plaid/models/webhook_verification_key_get_request.rb +4 -4
  397. data/lib/plaid/models/webhook_verification_key_get_response.rb +2 -2
  398. data/lib/plaid/models/ytd_gross_income_summary_field_number.rb +2 -2
  399. data/lib/plaid/models/ytd_net_income_summary_field_number.rb +2 -2
  400. data/lib/plaid/version.rb +3 -3
  401. data/pkg/plaid-14.0.0.beta.4.gem +0 -0
  402. data/plaid.gemspec +2 -2
  403. data/templates/ruby/partial_model_generic.mustache +362 -0
  404. data/test/test_bank_transfers.rb +1 -0
  405. metadata +19 -10
  406. data/pkg/plaid-14.0.0.beta.3.gem +0 -0
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **income_verification_id** | **String** | The ID of the verification. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **income_verification_id** | **String** | The ID of the verification for which to get paystub information. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **income_verification_id** | **String** | The ID of the verification. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **institution_id** | **String** | The ID of the institution to get details about | |
10
10
  | **country_codes** | [**Array<CountryCode>**](CountryCode.md) | Specify an array of Plaid-supported country codes this institution supports, using the ISO-3166-1 alpha-2 country code standard. | |
11
11
  | **options** | [**InstitutionsGetByIdRequestOptions**](InstitutionsGetByIdRequestOptions.md) | | [optional] |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **count** | **Integer** | The total number of Institutions to return. | |
10
10
  | **offset** | **Integer** | The number of Institutions to skip. | |
11
11
  | **country_codes** | [**Array<CountryCode>**](CountryCode.md) | Specify an array of Plaid-supported country codes this institution supports, using the ISO-3166-1 alpha-2 country code standard. | |
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **products** | [**Array<Products>**](Products.md) | Filter the Institutions based on which products they support. | [optional] |
8
- | **routing_numbers** | **Array<String>** | Specify an array of routing numbers to filter institutions. | [optional] |
8
+ | **routing_numbers** | **Array<String>** | Specify an array of routing numbers to filter institutions. The response will only return institutions that match all of the routing numbers in the array. | [optional] |
9
9
  | **oauth** | **Boolean** | Limit results to institutions with or without OAuth login flows. This is primarily relevant to institutions with European country codes. | [optional] |
10
10
  | **include_optional_metadata** | **Boolean** | When `true`, return the institution's homepage URL, logo and primary brand color. Note that Plaid does not own any of the logos shared by the API, and that by accessing or using these logos, you agree that you are doing so at your own risk and will, if necessary, obtain all required permissions from the appropriate rights holders and adhere to any applicable usage guidelines. Plaid disclaims all express or implied warranties with respect to the logos. | [optional] |
11
11
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **institutions** | [**Array<Institution>**](Institution.md) | A list of Plaid Institution | |
8
- | **total** | **Integer** | The number of institutions returned | |
8
+ | **total** | **Integer** | The total number of institutions available via this endpoint | |
9
9
  | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **query** | **String** | The search query. Institutions with names matching the query are returned | |
10
10
  | **products** | [**Array<Products>**](Products.md) | Filter the Institutions based on whether they support all products listed in products. Provide `null` to get institutions regardless of supported products | |
11
11
  | **country_codes** | [**Array<CountryCode>**](CountryCode.md) | Specify an array of Plaid-supported country codes this institution supports, using the ISO-3166-1 alpha-2 country code standard. | |
@@ -6,7 +6,6 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **oauth** | **Boolean** | Limit results to institutions with or without OAuth login flows. This is primarily relevant to institutions with European country codes | [optional] |
8
8
  | **include_optional_metadata** | **Boolean** | When true, return the institution's homepage URL, logo and primary brand color. Learn more | [optional] |
9
- | **account_filter** | [**InstitutionsSearchAccountFilter**](InstitutionsSearchAccountFilter.md) | | [optional] |
10
9
 
11
10
  ## Example
12
11
 
@@ -15,8 +14,7 @@ require 'plaid'
15
14
 
16
15
  instance = Plaid::InstitutionsSearchRequestOptions.new(
17
16
  oauth: null,
18
- include_optional_metadata: null,
19
- account_filter: null
17
+ include_optional_metadata: null
20
18
  )
21
19
  ```
22
20
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **investment_transaction_id** | **String** | The ID of the Investment transaction, unique across all Plaid transactions. Like all Plaid identifiers, the `investment_transaction_id` is case sensitive. | |
8
- | **cancel_transaction_id** | **String** | | [optional] |
8
+ | **cancel_transaction_id** | **String** | A legacy field formerly used internally by Plaid to identify certain canceled transactions. | [optional] |
9
9
  | **account_id** | **String** | The `account_id` of the account against which this transaction posted. | |
10
10
  | **security_id** | **String** | The `security_id` to which this transaction is related. | [optional] |
11
11
  | **date** | **String** | The ISO-8601 posting date for the transaction, or transacted date for pending transactions. | |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **access_token** | **String** | The access token associated with the Item data is being requested for. | |
10
10
  | **options** | [**InvestmentHoldingsGetRequestOptions**](InvestmentHoldingsGetRequestOptions.md) | | [optional] |
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **access_token** | **String** | The access token associated with the Item data is being requested for. | |
10
10
  | **start_date** | **Date** | The earliest date for which to fetch transaction history. Dates should be formatted as YYYY-MM-DD. | |
11
11
  | **end_date** | **Date** | The most recent date for which to fetch transaction history. Dates should be formatted as YYYY-MM-DD. | |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **access_token** | **String** | The access token associated with the Item data is being requested for. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **access_token** | **String** | The access token associated with the Item data is being requested for. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **products** | [**Array<Products>**](Products.md) | Array of product strings | |
10
10
  | **user_auth** | [**ItemImportRequestUserAuth**](ItemImportRequestUserAuth.md) | | |
11
11
  | **options** | [**ItemImportRequestOptions**](ItemImportRequestOptions.md) | | [optional] |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **access_token** | **String** | The access token associated with the Item data is being requested for. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **public_token** | **String** | Your `public_token`, obtained from the Link `onSuccess` callback or `/sandbox/item/public_token/create`. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **access_token** | **String** | The access token associated with the Item data is being requested for. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **access_token** | **String** | The access token associated with the Item data is being requested for. | |
10
10
  | **webhook** | **String** | The new webhook URL to associate with the Item. | |
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **access_token** | **String** | The access token associated with the Item data is being requested for. | |
10
10
  | **options** | [**LiabilitiesGetRequestOptions**](LiabilitiesGetRequestOptions.md) | | [optional] |
11
11
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **type** | **String** | The type of the liability object, either `credit` or `student`. | |
7
+ | **type** | **String** | The type of the liability object, either `credit` or `student`. Mortgages are not currently supported in the custom Sandbox. | |
8
8
  | **purchase_apr** | **Float** | The purchase APR percentage value. For simplicity, this is the only interest rate used to calculate interest charges. Can only be set if `type` is `credit`. | |
9
9
  | **cash_apr** | **Float** | The cash APR percentage value. Can only be set if `type` is `credit`. | |
10
10
  | **balance_transfer_apr** | **Float** | The balance transfer APR percentage value. Can only be set if `type` is `credit`. Can only be set if `type` is `credit`. | |
@@ -22,9 +22,9 @@
22
22
  | **guarantor** | **String** | Override the `guarantor` field. Can only be set if `type` is `student`. | |
23
23
  | **is_federal** | **Boolean** | Override the `is_federal` field. Can only be set if `type` is `student`. | |
24
24
  | **loan_name** | **String** | Override the `loan_name` field. Can only be set if `type` is `student`. | |
25
- | **loan_status** | **String** | Override the `loan_status` field. Can only be set if `type` is `student`. | |
25
+ | **loan_status** | [**StudentLoanStatus**](StudentLoanStatus.md) | | |
26
26
  | **payment_reference_number** | **String** | Override the `payment_reference_number` field. Can only be set if `type` is `student`. | |
27
- | **pslf_status** | **String** | Override the `pslf_status` field. Can only be set if `type` is `student`. | |
27
+ | **pslf_status** | [**PSLFStatus**](PSLFStatus.md) | | |
28
28
  | **repayment_plan_description** | **String** | Override the `repayment_plan.description` field. Can only be set if `type` is `student`. | |
29
29
  | **repayment_plan_type** | **String** | Override the `repayment_plan.type` field. Can only be set if `type` is `student`. Possible values are: `\"extended graduated\"`, `\"extended standard\"`, `\"graduated\"`, `\"income-contingent repayment\"`, `\"income-based repayment\"`, `\"interest only\"`, `\"other\"`, `\"pay as you earn\"`, `\"revised pay as you earn\"`, or `\"standard\"`. | |
30
30
  | **sequence_number** | **String** | Override the `sequence_number` field. Can only be set if `type` is `student`. | |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **client_name** | **String** | The name of your application, as it should be displayed in Link. | |
10
10
  | **language** | **String** | The language that Link should be displayed in. Supported languages are: - English (`'en'`) - French (`'fr'`) - Spanish (`'es'`) - Dutch (`'nl'`) When using a Link customization, the language configured here must match the setting in the customization, or the customization will not be applied. | |
11
11
  | **country_codes** | [**Array<CountryCode>**](CountryCode.md) | Specify an array of Plaid-supported country codes using the ISO-3166-1 alpha-2 country code standard. Institutions from all listed countries will be shown. Supported country codes are: `US`, `CA`, `ES`, `FR`, `GB`, `IE`, `NL`. Example value: `['US', 'CA']`. If Link is launched with multiple country codes, only products that you are enabled for in all countries will be used by Link. Note that while all countries are enabled by default in Sandbox and Development, in Production only US and Canada are enabled by default. To gain access to European institutions in the Production environment, [file a product access Support ticket](https://dashboard.plaid.com/support/new/product-and-development/product-troubleshooting/request-product-access) via the Plaid dashboard. If you initialize with a European country code, your users will see the European consent panel during the Link flow. If using a Link customization, make sure the country codes in the customization match those specified in `country_codes`. If both `country_codes` and a Link customization are used, the value in `country_codes` may override the value in the customization. If using the Auth features Instant Match, Same-day Micro-deposits, or Automated Micro-deposits, `country_codes` must be set to `['US']`. | |
@@ -20,6 +20,8 @@
20
20
  | **institution_id** | **String** | Used for certain legacy use cases | [optional] |
21
21
  | **payment_initiation** | [**LinkTokenCreateRequestPaymentInitiation**](LinkTokenCreateRequestPaymentInitiation.md) | | [optional] |
22
22
  | **deposit_switch** | [**LinkTokenCreateRequestDepositSwitch**](LinkTokenCreateRequestDepositSwitch.md) | | [optional] |
23
+ | **income_verification** | [**LinkTokenCreateRequestIncomeVerification**](LinkTokenCreateRequestIncomeVerification.md) | | [optional] |
24
+ | **auth** | [**LinkTokenCreateRequestAuth**](LinkTokenCreateRequestAuth.md) | | [optional] |
23
25
 
24
26
  ## Example
25
27
 
@@ -42,7 +44,9 @@ instance = Plaid::LinkTokenCreateRequest.new(
42
44
  account_filters: null,
43
45
  institution_id: null,
44
46
  payment_initiation: null,
45
- deposit_switch: null
47
+ deposit_switch: null,
48
+ income_verification: null,
49
+ auth: null
46
50
  )
47
51
  ```
48
52
 
@@ -0,0 +1,18 @@
1
+ # Plaid::LinkTokenCreateRequestAuth
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **auth_flow** | **String** | The optional Auth flow to use. Currently only used to enable Flexible Auth. | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'plaid'
13
+
14
+ instance = Plaid::LinkTokenCreateRequestAuth.new(
15
+ auth_flow: null
16
+ )
17
+ ```
18
+
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **link_token** | **String** | A `link_token` from a previous invocation of `/link/token/create` | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **recipient_id** | **String** | The ID of the recipient the payment is for. | |
10
10
  | **reference** | **String** | A reference for the payment. This must be an alphanumeric string with at most 18 characters and must not contain any special characters (since not all institutions support them). | |
11
11
  | **amount** | [**Amount**](Amount.md) | | |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **payment_id** | **String** | The `payment_id` returned from `/payment_initiation/payment/create`. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **count** | **Integer** | The maximum number of payments to return. If `count` is not specified, a maximum of 10 payments will be returned, beginning with the most recent payment before the cursor (if specified). | [optional][default to 10] |
10
10
  | **cursor** | **String** | A string in RFC 3339 format (i.e. \"2019-12-06T22:35:49Z\"). Only payments created before the cursor will be returned. | [optional] |
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **payment_id** | **String** | The `payment_id` returned from `/payment_initiation/payment/create`. | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **name** | **String** | The name of the recipient | |
10
10
  | **iban** | **String** | The International Bank Account Number (IBAN) for the recipient. If BACS data is not provided, an IBAN is required. | [optional] |
11
11
  | **bacs** | [**NullableRecipientBACS**](NullableRecipientBACS.md) | | [optional] |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
  | **recipient_id** | **String** | The ID of the recipient | |
10
10
 
11
11
  ## Example
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
8
- | **secret** | **String** | Your Plaid API `secret`. | [optional] |
7
+ | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
8
+ | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
data/docs/PlaidApi.md CHANGED
@@ -63,6 +63,7 @@ All URIs are relative to *https://production.plaid.com*
63
63
  | [**processor_identity_get**](PlaidApi.md#processor_identity_get) | **POST** /processor/identity/get | Retrieve Identity data |
64
64
  | [**processor_stripe_bank_account_token_create**](PlaidApi.md#processor_stripe_bank_account_token_create) | **POST** /processor/stripe/bank_account_token/create | Create Stripe bank account token |
65
65
  | [**processor_token_create**](PlaidApi.md#processor_token_create) | **POST** /processor/token/create | Create processor token |
66
+ | [**sandbox_bank_transfer_fire_webhook**](PlaidApi.md#sandbox_bank_transfer_fire_webhook) | **POST** /sandbox/bank_transfer/fire_webhook | Manually fire a Bank Transfer webhook |
66
67
  | [**sandbox_bank_transfer_simulate**](PlaidApi.md#sandbox_bank_transfer_simulate) | **POST** /sandbox/bank_transfer/simulate | Simulate a bank transfer event in Sandbox |
67
68
  | [**sandbox_item_fire_webhook**](PlaidApi.md#sandbox_item_fire_webhook) | **POST** /sandbox/item/fire_webhook | Fire a test webhook |
68
69
  | [**sandbox_item_reset_login**](PlaidApi.md#sandbox_item_reset_login) | **POST** /sandbox/item/reset_login | Force a Sandbox Item into an error state |
@@ -90,19 +91,19 @@ require 'plaid'
90
91
  # setup authorization
91
92
  Plaid.configure do |config|
92
93
  # Configure API key authorization: clientId
93
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
94
+ config.api_key['clientId'] = 'YOUR API KEY'
94
95
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
95
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
96
+ # config.api_key_prefix['clientId'] = 'Bearer'
96
97
 
97
98
  # Configure API key authorization: plaidVersion
98
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
99
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
99
100
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
100
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
101
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
101
102
 
102
103
  # Configure API key authorization: secret
103
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
104
+ config.api_key['secret'] = 'YOUR API KEY'
104
105
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
105
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
106
+ # config.api_key_prefix['secret'] = 'Bearer'
106
107
  end
107
108
 
108
109
  api_instance = Plaid::PlaidApi.new
@@ -161,7 +162,7 @@ end
161
162
 
162
163
  Retrieve accounts
163
164
 
164
- The `/accounts/get` endpoint can be used to retrieve information for any linked Item. Note that some information is nullable. Plaid will only return active bank accounts, i.e. accounts that are not closed and are capable of carrying a balance.
165
+ The `/accounts/get` endpoint can be used to retrieve information for any linked Item. Note that some information is nullable. Plaid will only return active bank accounts, i.e. accounts that are not closed and are capable of carrying a balance. This endpoint retrieves cached information, rather than extracting fresh information from the institution. As a result, balances returned may not be up-to-date; for realtime balance information, use `/accounts/balance/get` instead.
165
166
 
166
167
  ### Examples
167
168
 
@@ -171,19 +172,19 @@ require 'plaid'
171
172
  # setup authorization
172
173
  Plaid.configure do |config|
173
174
  # Configure API key authorization: clientId
174
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
175
+ config.api_key['clientId'] = 'YOUR API KEY'
175
176
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
176
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
177
+ # config.api_key_prefix['clientId'] = 'Bearer'
177
178
 
178
179
  # Configure API key authorization: plaidVersion
179
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
180
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
180
181
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
181
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
182
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
182
183
 
183
184
  # Configure API key authorization: secret
184
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
185
+ config.api_key['secret'] = 'YOUR API KEY'
185
186
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
186
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
187
+ # config.api_key_prefix['secret'] = 'Bearer'
187
188
  end
188
189
 
189
190
  api_instance = Plaid::PlaidApi.new
@@ -252,19 +253,19 @@ require 'plaid'
252
253
  # setup authorization
253
254
  Plaid.configure do |config|
254
255
  # Configure API key authorization: clientId
255
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
256
+ config.api_key['clientId'] = 'YOUR API KEY'
256
257
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
257
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
258
+ # config.api_key_prefix['clientId'] = 'Bearer'
258
259
 
259
260
  # Configure API key authorization: plaidVersion
260
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
261
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
261
262
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
262
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
263
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
263
264
 
264
265
  # Configure API key authorization: secret
265
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
266
+ config.api_key['secret'] = 'YOUR API KEY'
266
267
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
267
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
268
+ # config.api_key_prefix['secret'] = 'Bearer'
268
269
  end
269
270
 
270
271
  api_instance = Plaid::PlaidApi.new
@@ -333,19 +334,19 @@ require 'plaid'
333
334
  # setup authorization
334
335
  Plaid.configure do |config|
335
336
  # Configure API key authorization: clientId
336
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
337
+ config.api_key['clientId'] = 'YOUR API KEY'
337
338
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
338
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
339
+ # config.api_key_prefix['clientId'] = 'Bearer'
339
340
 
340
341
  # Configure API key authorization: plaidVersion
341
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
342
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
342
343
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
343
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
344
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
344
345
 
345
346
  # Configure API key authorization: secret
346
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
347
+ config.api_key['secret'] = 'YOUR API KEY'
347
348
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
348
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
349
+ # config.api_key_prefix['secret'] = 'Bearer'
349
350
  end
350
351
 
351
352
  api_instance = Plaid::PlaidApi.new
@@ -414,19 +415,19 @@ require 'plaid'
414
415
  # setup authorization
415
416
  Plaid.configure do |config|
416
417
  # Configure API key authorization: clientId
417
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
418
+ config.api_key['clientId'] = 'YOUR API KEY'
418
419
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
419
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
420
+ # config.api_key_prefix['clientId'] = 'Bearer'
420
421
 
421
422
  # Configure API key authorization: plaidVersion
422
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
423
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
423
424
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
424
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
425
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
425
426
 
426
427
  # Configure API key authorization: secret
427
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
428
+ config.api_key['secret'] = 'YOUR API KEY'
428
429
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
429
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
430
+ # config.api_key_prefix['secret'] = 'Bearer'
430
431
  end
431
432
 
432
433
  api_instance = Plaid::PlaidApi.new
@@ -495,19 +496,19 @@ require 'plaid'
495
496
  # setup authorization
496
497
  Plaid.configure do |config|
497
498
  # Configure API key authorization: clientId
498
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
499
+ config.api_key['clientId'] = 'YOUR API KEY'
499
500
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
500
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
501
+ # config.api_key_prefix['clientId'] = 'Bearer'
501
502
 
502
503
  # Configure API key authorization: plaidVersion
503
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
504
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
504
505
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
505
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
506
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
506
507
 
507
508
  # Configure API key authorization: secret
508
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
509
+ config.api_key['secret'] = 'YOUR API KEY'
509
510
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
510
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
511
+ # config.api_key_prefix['secret'] = 'Bearer'
511
512
  end
512
513
 
513
514
  api_instance = Plaid::PlaidApi.new
@@ -576,19 +577,19 @@ require 'plaid'
576
577
  # setup authorization
577
578
  Plaid.configure do |config|
578
579
  # Configure API key authorization: clientId
579
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
580
+ config.api_key['clientId'] = 'YOUR API KEY'
580
581
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
581
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
582
+ # config.api_key_prefix['clientId'] = 'Bearer'
582
583
 
583
584
  # Configure API key authorization: plaidVersion
584
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
585
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
585
586
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
586
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
587
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
587
588
 
588
589
  # Configure API key authorization: secret
589
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
590
+ config.api_key['secret'] = 'YOUR API KEY'
590
591
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
591
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
592
+ # config.api_key_prefix['secret'] = 'Bearer'
592
593
  end
593
594
 
594
595
  api_instance = Plaid::PlaidApi.new
@@ -657,19 +658,19 @@ require 'plaid'
657
658
  # setup authorization
658
659
  Plaid.configure do |config|
659
660
  # Configure API key authorization: clientId
660
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
661
+ config.api_key['clientId'] = 'YOUR API KEY'
661
662
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
662
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
663
+ # config.api_key_prefix['clientId'] = 'Bearer'
663
664
 
664
665
  # Configure API key authorization: plaidVersion
665
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
666
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
666
667
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
667
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
668
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
668
669
 
669
670
  # Configure API key authorization: secret
670
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
671
+ config.api_key['secret'] = 'YOUR API KEY'
671
672
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
672
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
673
+ # config.api_key_prefix['secret'] = 'Bearer'
673
674
  end
674
675
 
675
676
  api_instance = Plaid::PlaidApi.new
@@ -738,19 +739,19 @@ require 'plaid'
738
739
  # setup authorization
739
740
  Plaid.configure do |config|
740
741
  # Configure API key authorization: clientId
741
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
742
+ config.api_key['clientId'] = 'YOUR API KEY'
742
743
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
743
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
744
+ # config.api_key_prefix['clientId'] = 'Bearer'
744
745
 
745
746
  # Configure API key authorization: plaidVersion
746
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
747
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
747
748
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
748
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
749
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
749
750
 
750
751
  # Configure API key authorization: secret
751
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
752
+ config.api_key['secret'] = 'YOUR API KEY'
752
753
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
753
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
754
+ # config.api_key_prefix['secret'] = 'Bearer'
754
755
  end
755
756
 
756
757
  api_instance = Plaid::PlaidApi.new
@@ -819,19 +820,19 @@ require 'plaid'
819
820
  # setup authorization
820
821
  Plaid.configure do |config|
821
822
  # Configure API key authorization: clientId
822
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
823
+ config.api_key['clientId'] = 'YOUR API KEY'
823
824
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
824
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
825
+ # config.api_key_prefix['clientId'] = 'Bearer'
825
826
 
826
827
  # Configure API key authorization: plaidVersion
827
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
828
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
828
829
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
829
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
830
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
830
831
 
831
832
  # Configure API key authorization: secret
832
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
833
+ config.api_key['secret'] = 'YOUR API KEY'
833
834
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
834
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
835
+ # config.api_key_prefix['secret'] = 'Bearer'
835
836
  end
836
837
 
837
838
  api_instance = Plaid::PlaidApi.new
@@ -900,19 +901,19 @@ require 'plaid'
900
901
  # setup authorization
901
902
  Plaid.configure do |config|
902
903
  # Configure API key authorization: clientId
903
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
904
+ config.api_key['clientId'] = 'YOUR API KEY'
904
905
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
905
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
906
+ # config.api_key_prefix['clientId'] = 'Bearer'
906
907
 
907
908
  # Configure API key authorization: plaidVersion
908
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
909
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
909
910
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
910
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
911
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
911
912
 
912
913
  # Configure API key authorization: secret
913
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
914
+ config.api_key['secret'] = 'YOUR API KEY'
914
915
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
915
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
916
+ # config.api_key_prefix['secret'] = 'Bearer'
916
917
  end
917
918
 
918
919
  api_instance = Plaid::PlaidApi.new
@@ -981,19 +982,19 @@ require 'plaid'
981
982
  # setup authorization
982
983
  Plaid.configure do |config|
983
984
  # Configure API key authorization: clientId
984
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
985
+ config.api_key['clientId'] = 'YOUR API KEY'
985
986
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
986
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
987
+ # config.api_key_prefix['clientId'] = 'Bearer'
987
988
 
988
989
  # Configure API key authorization: plaidVersion
989
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
990
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
990
991
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
991
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
992
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
992
993
 
993
994
  # Configure API key authorization: secret
994
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
995
+ config.api_key['secret'] = 'YOUR API KEY'
995
996
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
996
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
997
+ # config.api_key_prefix['secret'] = 'Bearer'
997
998
  end
998
999
 
999
1000
  api_instance = Plaid::PlaidApi.new
@@ -1062,19 +1063,19 @@ require 'plaid'
1062
1063
  # setup authorization
1063
1064
  Plaid.configure do |config|
1064
1065
  # Configure API key authorization: clientId
1065
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
1066
+ config.api_key['clientId'] = 'YOUR API KEY'
1066
1067
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1067
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
1068
+ # config.api_key_prefix['clientId'] = 'Bearer'
1068
1069
 
1069
1070
  # Configure API key authorization: plaidVersion
1070
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
1071
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
1071
1072
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1072
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
1073
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
1073
1074
 
1074
1075
  # Configure API key authorization: secret
1075
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
1076
+ config.api_key['secret'] = 'YOUR API KEY'
1076
1077
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1077
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
1078
+ # config.api_key_prefix['secret'] = 'Bearer'
1078
1079
  end
1079
1080
 
1080
1081
  api_instance = Plaid::PlaidApi.new
@@ -1143,19 +1144,19 @@ require 'plaid'
1143
1144
  # setup authorization
1144
1145
  Plaid.configure do |config|
1145
1146
  # Configure API key authorization: clientId
1146
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
1147
+ config.api_key['clientId'] = 'YOUR API KEY'
1147
1148
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1148
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
1149
+ # config.api_key_prefix['clientId'] = 'Bearer'
1149
1150
 
1150
1151
  # Configure API key authorization: plaidVersion
1151
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
1152
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
1152
1153
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1153
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
1154
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
1154
1155
 
1155
1156
  # Configure API key authorization: secret
1156
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
1157
+ config.api_key['secret'] = 'YOUR API KEY'
1157
1158
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1158
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
1159
+ # config.api_key_prefix['secret'] = 'Bearer'
1159
1160
  end
1160
1161
 
1161
1162
  api_instance = Plaid::PlaidApi.new
@@ -1224,19 +1225,19 @@ require 'plaid'
1224
1225
  # setup authorization
1225
1226
  Plaid.configure do |config|
1226
1227
  # Configure API key authorization: clientId
1227
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
1228
+ config.api_key['clientId'] = 'YOUR API KEY'
1228
1229
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1229
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
1230
+ # config.api_key_prefix['clientId'] = 'Bearer'
1230
1231
 
1231
1232
  # Configure API key authorization: plaidVersion
1232
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
1233
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
1233
1234
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1234
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
1235
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
1235
1236
 
1236
1237
  # Configure API key authorization: secret
1237
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
1238
+ config.api_key['secret'] = 'YOUR API KEY'
1238
1239
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1239
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
1240
+ # config.api_key_prefix['secret'] = 'Bearer'
1240
1241
  end
1241
1242
 
1242
1243
  api_instance = Plaid::PlaidApi.new
@@ -1305,19 +1306,19 @@ require 'plaid'
1305
1306
  # setup authorization
1306
1307
  Plaid.configure do |config|
1307
1308
  # Configure API key authorization: clientId
1308
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
1309
+ config.api_key['clientId'] = 'YOUR API KEY'
1309
1310
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1310
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
1311
+ # config.api_key_prefix['clientId'] = 'Bearer'
1311
1312
 
1312
1313
  # Configure API key authorization: plaidVersion
1313
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
1314
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
1314
1315
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1315
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
1316
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
1316
1317
 
1317
1318
  # Configure API key authorization: secret
1318
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
1319
+ config.api_key['secret'] = 'YOUR API KEY'
1319
1320
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1320
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
1321
+ # config.api_key_prefix['secret'] = 'Bearer'
1321
1322
  end
1322
1323
 
1323
1324
  api_instance = Plaid::PlaidApi.new
@@ -1386,19 +1387,19 @@ require 'plaid'
1386
1387
  # setup authorization
1387
1388
  Plaid.configure do |config|
1388
1389
  # Configure API key authorization: clientId
1389
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
1390
+ config.api_key['clientId'] = 'YOUR API KEY'
1390
1391
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1391
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
1392
+ # config.api_key_prefix['clientId'] = 'Bearer'
1392
1393
 
1393
1394
  # Configure API key authorization: plaidVersion
1394
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
1395
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
1395
1396
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1396
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
1397
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
1397
1398
 
1398
1399
  # Configure API key authorization: secret
1399
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
1400
+ config.api_key['secret'] = 'YOUR API KEY'
1400
1401
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1401
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
1402
+ # config.api_key_prefix['secret'] = 'Bearer'
1402
1403
  end
1403
1404
 
1404
1405
  api_instance = Plaid::PlaidApi.new
@@ -1467,19 +1468,19 @@ require 'plaid'
1467
1468
  # setup authorization
1468
1469
  Plaid.configure do |config|
1469
1470
  # Configure API key authorization: clientId
1470
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
1471
+ config.api_key['clientId'] = 'YOUR API KEY'
1471
1472
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1472
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
1473
+ # config.api_key_prefix['clientId'] = 'Bearer'
1473
1474
 
1474
1475
  # Configure API key authorization: plaidVersion
1475
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
1476
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
1476
1477
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1477
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
1478
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
1478
1479
 
1479
1480
  # Configure API key authorization: secret
1480
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
1481
+ config.api_key['secret'] = 'YOUR API KEY'
1481
1482
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1482
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
1483
+ # config.api_key_prefix['secret'] = 'Bearer'
1483
1484
  end
1484
1485
 
1485
1486
  api_instance = Plaid::PlaidApi.new
@@ -1548,19 +1549,19 @@ require 'plaid'
1548
1549
  # setup authorization
1549
1550
  Plaid.configure do |config|
1550
1551
  # Configure API key authorization: clientId
1551
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
1552
+ config.api_key['clientId'] = 'YOUR API KEY'
1552
1553
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1553
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
1554
+ # config.api_key_prefix['clientId'] = 'Bearer'
1554
1555
 
1555
1556
  # Configure API key authorization: plaidVersion
1556
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
1557
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
1557
1558
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1558
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
1559
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
1559
1560
 
1560
1561
  # Configure API key authorization: secret
1561
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
1562
+ config.api_key['secret'] = 'YOUR API KEY'
1562
1563
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1563
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
1564
+ # config.api_key_prefix['secret'] = 'Bearer'
1564
1565
  end
1565
1566
 
1566
1567
  api_instance = Plaid::PlaidApi.new
@@ -1629,19 +1630,19 @@ require 'plaid'
1629
1630
  # setup authorization
1630
1631
  Plaid.configure do |config|
1631
1632
  # Configure API key authorization: clientId
1632
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
1633
+ config.api_key['clientId'] = 'YOUR API KEY'
1633
1634
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1634
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
1635
+ # config.api_key_prefix['clientId'] = 'Bearer'
1635
1636
 
1636
1637
  # Configure API key authorization: plaidVersion
1637
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
1638
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
1638
1639
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1639
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
1640
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
1640
1641
 
1641
1642
  # Configure API key authorization: secret
1642
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
1643
+ config.api_key['secret'] = 'YOUR API KEY'
1643
1644
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1644
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
1645
+ # config.api_key_prefix['secret'] = 'Bearer'
1645
1646
  end
1646
1647
 
1647
1648
  api_instance = Plaid::PlaidApi.new
@@ -1774,19 +1775,19 @@ require 'plaid'
1774
1775
  # setup authorization
1775
1776
  Plaid.configure do |config|
1776
1777
  # Configure API key authorization: clientId
1777
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
1778
+ config.api_key['clientId'] = 'YOUR API KEY'
1778
1779
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1779
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
1780
+ # config.api_key_prefix['clientId'] = 'Bearer'
1780
1781
 
1781
1782
  # Configure API key authorization: plaidVersion
1782
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
1783
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
1783
1784
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1784
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
1785
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
1785
1786
 
1786
1787
  # Configure API key authorization: secret
1787
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
1788
+ config.api_key['secret'] = 'YOUR API KEY'
1788
1789
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1789
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
1790
+ # config.api_key_prefix['secret'] = 'Bearer'
1790
1791
  end
1791
1792
 
1792
1793
  api_instance = Plaid::PlaidApi.new
@@ -1841,7 +1842,7 @@ end
1841
1842
 
1842
1843
  ## deposit_switch_alt_create
1843
1844
 
1844
- > <DepositSwitchAltCreateResponse> deposit_switch_alt_create(opts)
1845
+ > <DepositSwitchAltCreateResponse> deposit_switch_alt_create(deposit_switch_alt_create_request)
1845
1846
 
1846
1847
  Create a deposit switch when not using Plaid Exchange.'
1847
1848
 
@@ -1855,29 +1856,27 @@ require 'plaid'
1855
1856
  # setup authorization
1856
1857
  Plaid.configure do |config|
1857
1858
  # Configure API key authorization: clientId
1858
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
1859
+ config.api_key['clientId'] = 'YOUR API KEY'
1859
1860
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1860
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
1861
+ # config.api_key_prefix['clientId'] = 'Bearer'
1861
1862
 
1862
1863
  # Configure API key authorization: plaidVersion
1863
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
1864
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
1864
1865
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1865
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
1866
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
1866
1867
 
1867
1868
  # Configure API key authorization: secret
1868
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
1869
+ config.api_key['secret'] = 'YOUR API KEY'
1869
1870
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1870
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
1871
+ # config.api_key_prefix['secret'] = 'Bearer'
1871
1872
  end
1872
1873
 
1873
1874
  api_instance = Plaid::PlaidApi.new
1874
- opts = {
1875
- deposit_switch_alt_create_request: Plaid::DepositSwitchAltCreateRequest.new({target_account: Plaid::DepositSwitchTargetAccount.new({account_number: 'account_number_example', routing_number: 'routing_number_example', account_name: 'account_name_example', account_subtype: 'checking'}), target_user: Plaid::DepositSwitchTargetUser.new({given_name: 'given_name_example', family_name: 'family_name_example', phone: 'phone_example', email: 'email_example'})}) # DepositSwitchAltCreateRequest |
1876
- }
1875
+ deposit_switch_alt_create_request = Plaid::DepositSwitchAltCreateRequest.new({target_account: Plaid::DepositSwitchTargetAccount.new({account_number: 'account_number_example', routing_number: 'routing_number_example', account_name: 'account_name_example', account_subtype: 'checking'}), target_user: Plaid::DepositSwitchTargetUser.new({given_name: 'given_name_example', family_name: 'family_name_example', phone: 'phone_example', email: 'email_example'})}) # DepositSwitchAltCreateRequest |
1877
1876
 
1878
1877
  begin
1879
1878
  # Create a deposit switch when not using Plaid Exchange.'
1880
- result = api_instance.deposit_switch_alt_create(opts)
1879
+ result = api_instance.deposit_switch_alt_create(deposit_switch_alt_create_request)
1881
1880
  p result
1882
1881
  rescue Plaid::ApiError => e
1883
1882
  puts "Error when calling PlaidApi->deposit_switch_alt_create: #{e}"
@@ -1888,12 +1887,12 @@ end
1888
1887
 
1889
1888
  This returns an Array which contains the response data, status code and headers.
1890
1889
 
1891
- > <Array(<DepositSwitchAltCreateResponse>, Integer, Hash)> deposit_switch_alt_create_with_http_info(opts)
1890
+ > <Array(<DepositSwitchAltCreateResponse>, Integer, Hash)> deposit_switch_alt_create_with_http_info(deposit_switch_alt_create_request)
1892
1891
 
1893
1892
  ```ruby
1894
1893
  begin
1895
1894
  # Create a deposit switch when not using Plaid Exchange.'
1896
- data, status_code, headers = api_instance.deposit_switch_alt_create_with_http_info(opts)
1895
+ data, status_code, headers = api_instance.deposit_switch_alt_create_with_http_info(deposit_switch_alt_create_request)
1897
1896
  p status_code # => 2xx
1898
1897
  p headers # => { ... }
1899
1898
  p data # => <DepositSwitchAltCreateResponse>
@@ -1906,7 +1905,7 @@ end
1906
1905
 
1907
1906
  | Name | Type | Description | Notes |
1908
1907
  | ---- | ---- | ----------- | ----- |
1909
- | **deposit_switch_alt_create_request** | [**DepositSwitchAltCreateRequest**](DepositSwitchAltCreateRequest.md) | | [optional] |
1908
+ | **deposit_switch_alt_create_request** | [**DepositSwitchAltCreateRequest**](DepositSwitchAltCreateRequest.md) | | |
1910
1909
 
1911
1910
  ### Return type
1912
1911
 
@@ -1938,19 +1937,19 @@ require 'plaid'
1938
1937
  # setup authorization
1939
1938
  Plaid.configure do |config|
1940
1939
  # Configure API key authorization: clientId
1941
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
1940
+ config.api_key['clientId'] = 'YOUR API KEY'
1942
1941
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1943
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
1942
+ # config.api_key_prefix['clientId'] = 'Bearer'
1944
1943
 
1945
1944
  # Configure API key authorization: plaidVersion
1946
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
1945
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
1947
1946
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1948
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
1947
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
1949
1948
 
1950
1949
  # Configure API key authorization: secret
1951
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
1950
+ config.api_key['secret'] = 'YOUR API KEY'
1952
1951
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1953
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
1952
+ # config.api_key_prefix['secret'] = 'Bearer'
1954
1953
  end
1955
1954
 
1956
1955
  api_instance = Plaid::PlaidApi.new
@@ -2019,19 +2018,19 @@ require 'plaid'
2019
2018
  # setup authorization
2020
2019
  Plaid.configure do |config|
2021
2020
  # Configure API key authorization: clientId
2022
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
2021
+ config.api_key['clientId'] = 'YOUR API KEY'
2023
2022
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2024
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
2023
+ # config.api_key_prefix['clientId'] = 'Bearer'
2025
2024
 
2026
2025
  # Configure API key authorization: plaidVersion
2027
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
2026
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
2028
2027
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2029
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
2028
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
2030
2029
 
2031
2030
  # Configure API key authorization: secret
2032
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
2031
+ config.api_key['secret'] = 'YOUR API KEY'
2033
2032
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2034
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
2033
+ # config.api_key_prefix['secret'] = 'Bearer'
2035
2034
  end
2036
2035
 
2037
2036
  api_instance = Plaid::PlaidApi.new
@@ -2100,19 +2099,19 @@ require 'plaid'
2100
2099
  # setup authorization
2101
2100
  Plaid.configure do |config|
2102
2101
  # Configure API key authorization: clientId
2103
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
2102
+ config.api_key['clientId'] = 'YOUR API KEY'
2104
2103
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2105
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
2104
+ # config.api_key_prefix['clientId'] = 'Bearer'
2106
2105
 
2107
2106
  # Configure API key authorization: plaidVersion
2108
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
2107
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
2109
2108
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2110
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
2109
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
2111
2110
 
2112
2111
  # Configure API key authorization: secret
2113
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
2112
+ config.api_key['secret'] = 'YOUR API KEY'
2114
2113
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2115
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
2114
+ # config.api_key_prefix['secret'] = 'Bearer'
2116
2115
  end
2117
2116
 
2118
2117
  api_instance = Plaid::PlaidApi.new
@@ -2181,19 +2180,19 @@ require 'plaid'
2181
2180
  # setup authorization
2182
2181
  Plaid.configure do |config|
2183
2182
  # Configure API key authorization: clientId
2184
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
2183
+ config.api_key['clientId'] = 'YOUR API KEY'
2185
2184
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2186
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
2185
+ # config.api_key_prefix['clientId'] = 'Bearer'
2187
2186
 
2188
2187
  # Configure API key authorization: plaidVersion
2189
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
2188
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
2190
2189
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2191
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
2190
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
2192
2191
 
2193
2192
  # Configure API key authorization: secret
2194
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
2193
+ config.api_key['secret'] = 'YOUR API KEY'
2195
2194
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2196
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
2195
+ # config.api_key_prefix['secret'] = 'Bearer'
2197
2196
  end
2198
2197
 
2199
2198
  api_instance = Plaid::PlaidApi.new
@@ -2264,19 +2263,19 @@ require 'plaid'
2264
2263
  # setup authorization
2265
2264
  Plaid.configure do |config|
2266
2265
  # Configure API key authorization: clientId
2267
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
2266
+ config.api_key['clientId'] = 'YOUR API KEY'
2268
2267
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2269
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
2268
+ # config.api_key_prefix['clientId'] = 'Bearer'
2270
2269
 
2271
2270
  # Configure API key authorization: plaidVersion
2272
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
2271
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
2273
2272
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2274
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
2273
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
2275
2274
 
2276
2275
  # Configure API key authorization: secret
2277
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
2276
+ config.api_key['secret'] = 'YOUR API KEY'
2278
2277
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2279
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
2278
+ # config.api_key_prefix['secret'] = 'Bearer'
2280
2279
  end
2281
2280
 
2282
2281
  api_instance = Plaid::PlaidApi.new
@@ -2345,19 +2344,19 @@ require 'plaid'
2345
2344
  # setup authorization
2346
2345
  Plaid.configure do |config|
2347
2346
  # Configure API key authorization: clientId
2348
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
2347
+ config.api_key['clientId'] = 'YOUR API KEY'
2349
2348
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2350
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
2349
+ # config.api_key_prefix['clientId'] = 'Bearer'
2351
2350
 
2352
2351
  # Configure API key authorization: plaidVersion
2353
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
2352
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
2354
2353
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2355
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
2354
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
2356
2355
 
2357
2356
  # Configure API key authorization: secret
2358
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
2357
+ config.api_key['secret'] = 'YOUR API KEY'
2359
2358
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2360
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
2359
+ # config.api_key_prefix['secret'] = 'Bearer'
2361
2360
  end
2362
2361
 
2363
2362
  api_instance = Plaid::PlaidApi.new
@@ -2428,19 +2427,19 @@ require 'plaid'
2428
2427
  # setup authorization
2429
2428
  Plaid.configure do |config|
2430
2429
  # Configure API key authorization: clientId
2431
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
2430
+ config.api_key['clientId'] = 'YOUR API KEY'
2432
2431
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2433
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
2432
+ # config.api_key_prefix['clientId'] = 'Bearer'
2434
2433
 
2435
2434
  # Configure API key authorization: plaidVersion
2436
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
2435
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
2437
2436
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2438
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
2437
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
2439
2438
 
2440
2439
  # Configure API key authorization: secret
2441
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
2440
+ config.api_key['secret'] = 'YOUR API KEY'
2442
2441
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2443
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
2442
+ # config.api_key_prefix['secret'] = 'Bearer'
2444
2443
  end
2445
2444
 
2446
2445
  api_instance = Plaid::PlaidApi.new
@@ -2511,19 +2510,19 @@ require 'plaid'
2511
2510
  # setup authorization
2512
2511
  Plaid.configure do |config|
2513
2512
  # Configure API key authorization: clientId
2514
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
2513
+ config.api_key['clientId'] = 'YOUR API KEY'
2515
2514
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2516
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
2515
+ # config.api_key_prefix['clientId'] = 'Bearer'
2517
2516
 
2518
2517
  # Configure API key authorization: plaidVersion
2519
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
2518
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
2520
2519
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2521
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
2520
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
2522
2521
 
2523
2522
  # Configure API key authorization: secret
2524
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
2523
+ config.api_key['secret'] = 'YOUR API KEY'
2525
2524
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2526
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
2525
+ # config.api_key_prefix['secret'] = 'Bearer'
2527
2526
  end
2528
2527
 
2529
2528
  api_instance = Plaid::PlaidApi.new
@@ -2594,19 +2593,19 @@ require 'plaid'
2594
2593
  # setup authorization
2595
2594
  Plaid.configure do |config|
2596
2595
  # Configure API key authorization: clientId
2597
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
2596
+ config.api_key['clientId'] = 'YOUR API KEY'
2598
2597
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2599
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
2598
+ # config.api_key_prefix['clientId'] = 'Bearer'
2600
2599
 
2601
2600
  # Configure API key authorization: plaidVersion
2602
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
2601
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
2603
2602
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2604
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
2603
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
2605
2604
 
2606
2605
  # Configure API key authorization: secret
2607
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
2606
+ config.api_key['secret'] = 'YOUR API KEY'
2608
2607
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2609
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
2608
+ # config.api_key_prefix['secret'] = 'Bearer'
2610
2609
  end
2611
2610
 
2612
2611
  api_instance = Plaid::PlaidApi.new
@@ -2675,19 +2674,19 @@ require 'plaid'
2675
2674
  # setup authorization
2676
2675
  Plaid.configure do |config|
2677
2676
  # Configure API key authorization: clientId
2678
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
2677
+ config.api_key['clientId'] = 'YOUR API KEY'
2679
2678
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2680
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
2679
+ # config.api_key_prefix['clientId'] = 'Bearer'
2681
2680
 
2682
2681
  # Configure API key authorization: plaidVersion
2683
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
2682
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
2684
2683
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2685
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
2684
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
2686
2685
 
2687
2686
  # Configure API key authorization: secret
2688
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
2687
+ config.api_key['secret'] = 'YOUR API KEY'
2689
2688
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2690
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
2689
+ # config.api_key_prefix['secret'] = 'Bearer'
2691
2690
  end
2692
2691
 
2693
2692
  api_instance = Plaid::PlaidApi.new
@@ -2756,19 +2755,19 @@ require 'plaid'
2756
2755
  # setup authorization
2757
2756
  Plaid.configure do |config|
2758
2757
  # Configure API key authorization: clientId
2759
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
2758
+ config.api_key['clientId'] = 'YOUR API KEY'
2760
2759
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2761
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
2760
+ # config.api_key_prefix['clientId'] = 'Bearer'
2762
2761
 
2763
2762
  # Configure API key authorization: plaidVersion
2764
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
2763
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
2765
2764
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2766
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
2765
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
2767
2766
 
2768
2767
  # Configure API key authorization: secret
2769
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
2768
+ config.api_key['secret'] = 'YOUR API KEY'
2770
2769
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2771
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
2770
+ # config.api_key_prefix['secret'] = 'Bearer'
2772
2771
  end
2773
2772
 
2774
2773
  api_instance = Plaid::PlaidApi.new
@@ -2837,19 +2836,19 @@ require 'plaid'
2837
2836
  # setup authorization
2838
2837
  Plaid.configure do |config|
2839
2838
  # Configure API key authorization: clientId
2840
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
2839
+ config.api_key['clientId'] = 'YOUR API KEY'
2841
2840
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2842
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
2841
+ # config.api_key_prefix['clientId'] = 'Bearer'
2843
2842
 
2844
2843
  # Configure API key authorization: plaidVersion
2845
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
2844
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
2846
2845
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2847
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
2846
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
2848
2847
 
2849
2848
  # Configure API key authorization: secret
2850
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
2849
+ config.api_key['secret'] = 'YOUR API KEY'
2851
2850
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2852
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
2851
+ # config.api_key_prefix['secret'] = 'Bearer'
2853
2852
  end
2854
2853
 
2855
2854
  api_instance = Plaid::PlaidApi.new
@@ -2918,19 +2917,19 @@ require 'plaid'
2918
2917
  # setup authorization
2919
2918
  Plaid.configure do |config|
2920
2919
  # Configure API key authorization: clientId
2921
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
2920
+ config.api_key['clientId'] = 'YOUR API KEY'
2922
2921
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2923
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
2922
+ # config.api_key_prefix['clientId'] = 'Bearer'
2924
2923
 
2925
2924
  # Configure API key authorization: plaidVersion
2926
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
2925
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
2927
2926
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2928
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
2927
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
2929
2928
 
2930
2929
  # Configure API key authorization: secret
2931
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
2930
+ config.api_key['secret'] = 'YOUR API KEY'
2932
2931
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2933
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
2932
+ # config.api_key_prefix['secret'] = 'Bearer'
2934
2933
  end
2935
2934
 
2936
2935
  api_instance = Plaid::PlaidApi.new
@@ -2999,19 +2998,19 @@ require 'plaid'
2999
2998
  # setup authorization
3000
2999
  Plaid.configure do |config|
3001
3000
  # Configure API key authorization: clientId
3002
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
3001
+ config.api_key['clientId'] = 'YOUR API KEY'
3003
3002
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3004
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
3003
+ # config.api_key_prefix['clientId'] = 'Bearer'
3005
3004
 
3006
3005
  # Configure API key authorization: plaidVersion
3007
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
3006
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
3008
3007
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3009
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
3008
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
3010
3009
 
3011
3010
  # Configure API key authorization: secret
3012
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
3011
+ config.api_key['secret'] = 'YOUR API KEY'
3013
3012
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3014
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
3013
+ # config.api_key_prefix['secret'] = 'Bearer'
3015
3014
  end
3016
3015
 
3017
3016
  api_instance = Plaid::PlaidApi.new
@@ -3080,19 +3079,19 @@ require 'plaid'
3080
3079
  # setup authorization
3081
3080
  Plaid.configure do |config|
3082
3081
  # Configure API key authorization: clientId
3083
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
3082
+ config.api_key['clientId'] = 'YOUR API KEY'
3084
3083
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3085
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
3084
+ # config.api_key_prefix['clientId'] = 'Bearer'
3086
3085
 
3087
3086
  # Configure API key authorization: plaidVersion
3088
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
3087
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
3089
3088
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3090
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
3089
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
3091
3090
 
3092
3091
  # Configure API key authorization: secret
3093
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
3092
+ config.api_key['secret'] = 'YOUR API KEY'
3094
3093
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3095
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
3094
+ # config.api_key_prefix['secret'] = 'Bearer'
3096
3095
  end
3097
3096
 
3098
3097
  api_instance = Plaid::PlaidApi.new
@@ -3161,19 +3160,19 @@ require 'plaid'
3161
3160
  # setup authorization
3162
3161
  Plaid.configure do |config|
3163
3162
  # Configure API key authorization: clientId
3164
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
3163
+ config.api_key['clientId'] = 'YOUR API KEY'
3165
3164
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3166
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
3165
+ # config.api_key_prefix['clientId'] = 'Bearer'
3167
3166
 
3168
3167
  # Configure API key authorization: plaidVersion
3169
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
3168
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
3170
3169
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3171
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
3170
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
3172
3171
 
3173
3172
  # Configure API key authorization: secret
3174
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
3173
+ config.api_key['secret'] = 'YOUR API KEY'
3175
3174
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3176
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
3175
+ # config.api_key_prefix['secret'] = 'Bearer'
3177
3176
  end
3178
3177
 
3179
3178
  api_instance = Plaid::PlaidApi.new
@@ -3242,19 +3241,19 @@ require 'plaid'
3242
3241
  # setup authorization
3243
3242
  Plaid.configure do |config|
3244
3243
  # Configure API key authorization: clientId
3245
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
3244
+ config.api_key['clientId'] = 'YOUR API KEY'
3246
3245
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3247
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
3246
+ # config.api_key_prefix['clientId'] = 'Bearer'
3248
3247
 
3249
3248
  # Configure API key authorization: plaidVersion
3250
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
3249
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
3251
3250
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3252
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
3251
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
3253
3252
 
3254
3253
  # Configure API key authorization: secret
3255
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
3254
+ config.api_key['secret'] = 'YOUR API KEY'
3256
3255
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3257
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
3256
+ # config.api_key_prefix['secret'] = 'Bearer'
3258
3257
  end
3259
3258
 
3260
3259
  api_instance = Plaid::PlaidApi.new
@@ -3323,19 +3322,19 @@ require 'plaid'
3323
3322
  # setup authorization
3324
3323
  Plaid.configure do |config|
3325
3324
  # Configure API key authorization: clientId
3326
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
3325
+ config.api_key['clientId'] = 'YOUR API KEY'
3327
3326
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3328
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
3327
+ # config.api_key_prefix['clientId'] = 'Bearer'
3329
3328
 
3330
3329
  # Configure API key authorization: plaidVersion
3331
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
3330
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
3332
3331
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3333
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
3332
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
3334
3333
 
3335
3334
  # Configure API key authorization: secret
3336
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
3335
+ config.api_key['secret'] = 'YOUR API KEY'
3337
3336
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3338
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
3337
+ # config.api_key_prefix['secret'] = 'Bearer'
3339
3338
  end
3340
3339
 
3341
3340
  api_instance = Plaid::PlaidApi.new
@@ -3404,19 +3403,19 @@ require 'plaid'
3404
3403
  # setup authorization
3405
3404
  Plaid.configure do |config|
3406
3405
  # Configure API key authorization: clientId
3407
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
3406
+ config.api_key['clientId'] = 'YOUR API KEY'
3408
3407
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3409
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
3408
+ # config.api_key_prefix['clientId'] = 'Bearer'
3410
3409
 
3411
3410
  # Configure API key authorization: plaidVersion
3412
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
3411
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
3413
3412
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3414
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
3413
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
3415
3414
 
3416
3415
  # Configure API key authorization: secret
3417
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
3416
+ config.api_key['secret'] = 'YOUR API KEY'
3418
3417
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3419
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
3418
+ # config.api_key_prefix['secret'] = 'Bearer'
3420
3419
  end
3421
3420
 
3422
3421
  api_instance = Plaid::PlaidApi.new
@@ -3485,19 +3484,19 @@ require 'plaid'
3485
3484
  # setup authorization
3486
3485
  Plaid.configure do |config|
3487
3486
  # Configure API key authorization: clientId
3488
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
3487
+ config.api_key['clientId'] = 'YOUR API KEY'
3489
3488
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3490
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
3489
+ # config.api_key_prefix['clientId'] = 'Bearer'
3491
3490
 
3492
3491
  # Configure API key authorization: plaidVersion
3493
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
3492
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
3494
3493
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3495
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
3494
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
3496
3495
 
3497
3496
  # Configure API key authorization: secret
3498
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
3497
+ config.api_key['secret'] = 'YOUR API KEY'
3499
3498
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3500
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
3499
+ # config.api_key_prefix['secret'] = 'Bearer'
3501
3500
  end
3502
3501
 
3503
3502
  api_instance = Plaid::PlaidApi.new
@@ -3566,19 +3565,19 @@ require 'plaid'
3566
3565
  # setup authorization
3567
3566
  Plaid.configure do |config|
3568
3567
  # Configure API key authorization: clientId
3569
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
3568
+ config.api_key['clientId'] = 'YOUR API KEY'
3570
3569
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3571
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
3570
+ # config.api_key_prefix['clientId'] = 'Bearer'
3572
3571
 
3573
3572
  # Configure API key authorization: plaidVersion
3574
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
3573
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
3575
3574
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3576
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
3575
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
3577
3576
 
3578
3577
  # Configure API key authorization: secret
3579
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
3578
+ config.api_key['secret'] = 'YOUR API KEY'
3580
3579
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3581
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
3580
+ # config.api_key_prefix['secret'] = 'Bearer'
3582
3581
  end
3583
3582
 
3584
3583
  api_instance = Plaid::PlaidApi.new
@@ -3647,19 +3646,19 @@ require 'plaid'
3647
3646
  # setup authorization
3648
3647
  Plaid.configure do |config|
3649
3648
  # Configure API key authorization: clientId
3650
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
3649
+ config.api_key['clientId'] = 'YOUR API KEY'
3651
3650
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3652
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
3651
+ # config.api_key_prefix['clientId'] = 'Bearer'
3653
3652
 
3654
3653
  # Configure API key authorization: plaidVersion
3655
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
3654
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
3656
3655
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3657
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
3656
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
3658
3657
 
3659
3658
  # Configure API key authorization: secret
3660
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
3659
+ config.api_key['secret'] = 'YOUR API KEY'
3661
3660
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3662
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
3661
+ # config.api_key_prefix['secret'] = 'Bearer'
3663
3662
  end
3664
3663
 
3665
3664
  api_instance = Plaid::PlaidApi.new
@@ -3728,19 +3727,19 @@ require 'plaid'
3728
3727
  # setup authorization
3729
3728
  Plaid.configure do |config|
3730
3729
  # Configure API key authorization: clientId
3731
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
3730
+ config.api_key['clientId'] = 'YOUR API KEY'
3732
3731
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3733
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
3732
+ # config.api_key_prefix['clientId'] = 'Bearer'
3734
3733
 
3735
3734
  # Configure API key authorization: plaidVersion
3736
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
3735
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
3737
3736
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3738
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
3737
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
3739
3738
 
3740
3739
  # Configure API key authorization: secret
3741
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
3740
+ config.api_key['secret'] = 'YOUR API KEY'
3742
3741
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3743
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
3742
+ # config.api_key_prefix['secret'] = 'Bearer'
3744
3743
  end
3745
3744
 
3746
3745
  api_instance = Plaid::PlaidApi.new
@@ -3809,19 +3808,19 @@ require 'plaid'
3809
3808
  # setup authorization
3810
3809
  Plaid.configure do |config|
3811
3810
  # Configure API key authorization: clientId
3812
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
3811
+ config.api_key['clientId'] = 'YOUR API KEY'
3813
3812
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3814
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
3813
+ # config.api_key_prefix['clientId'] = 'Bearer'
3815
3814
 
3816
3815
  # Configure API key authorization: plaidVersion
3817
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
3816
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
3818
3817
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3819
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
3818
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
3820
3819
 
3821
3820
  # Configure API key authorization: secret
3822
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
3821
+ config.api_key['secret'] = 'YOUR API KEY'
3823
3822
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3824
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
3823
+ # config.api_key_prefix['secret'] = 'Bearer'
3825
3824
  end
3826
3825
 
3827
3826
  api_instance = Plaid::PlaidApi.new
@@ -3890,19 +3889,19 @@ require 'plaid'
3890
3889
  # setup authorization
3891
3890
  Plaid.configure do |config|
3892
3891
  # Configure API key authorization: clientId
3893
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
3892
+ config.api_key['clientId'] = 'YOUR API KEY'
3894
3893
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3895
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
3894
+ # config.api_key_prefix['clientId'] = 'Bearer'
3896
3895
 
3897
3896
  # Configure API key authorization: plaidVersion
3898
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
3897
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
3899
3898
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3900
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
3899
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
3901
3900
 
3902
3901
  # Configure API key authorization: secret
3903
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
3902
+ config.api_key['secret'] = 'YOUR API KEY'
3904
3903
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3905
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
3904
+ # config.api_key_prefix['secret'] = 'Bearer'
3906
3905
  end
3907
3906
 
3908
3907
  api_instance = Plaid::PlaidApi.new
@@ -3971,19 +3970,19 @@ require 'plaid'
3971
3970
  # setup authorization
3972
3971
  Plaid.configure do |config|
3973
3972
  # Configure API key authorization: clientId
3974
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
3973
+ config.api_key['clientId'] = 'YOUR API KEY'
3975
3974
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3976
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
3975
+ # config.api_key_prefix['clientId'] = 'Bearer'
3977
3976
 
3978
3977
  # Configure API key authorization: plaidVersion
3979
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
3978
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
3980
3979
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3981
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
3980
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
3982
3981
 
3983
3982
  # Configure API key authorization: secret
3984
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
3983
+ config.api_key['secret'] = 'YOUR API KEY'
3985
3984
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3986
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
3985
+ # config.api_key_prefix['secret'] = 'Bearer'
3987
3986
  end
3988
3987
 
3989
3988
  api_instance = Plaid::PlaidApi.new
@@ -4052,19 +4051,19 @@ require 'plaid'
4052
4051
  # setup authorization
4053
4052
  Plaid.configure do |config|
4054
4053
  # Configure API key authorization: clientId
4055
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
4054
+ config.api_key['clientId'] = 'YOUR API KEY'
4056
4055
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4057
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
4056
+ # config.api_key_prefix['clientId'] = 'Bearer'
4058
4057
 
4059
4058
  # Configure API key authorization: plaidVersion
4060
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
4059
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
4061
4060
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4062
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
4061
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
4063
4062
 
4064
4063
  # Configure API key authorization: secret
4065
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
4064
+ config.api_key['secret'] = 'YOUR API KEY'
4066
4065
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4067
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
4066
+ # config.api_key_prefix['secret'] = 'Bearer'
4068
4067
  end
4069
4068
 
4070
4069
  api_instance = Plaid::PlaidApi.new
@@ -4133,19 +4132,19 @@ require 'plaid'
4133
4132
  # setup authorization
4134
4133
  Plaid.configure do |config|
4135
4134
  # Configure API key authorization: clientId
4136
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
4135
+ config.api_key['clientId'] = 'YOUR API KEY'
4137
4136
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4138
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
4137
+ # config.api_key_prefix['clientId'] = 'Bearer'
4139
4138
 
4140
4139
  # Configure API key authorization: plaidVersion
4141
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
4140
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
4142
4141
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4143
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
4142
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
4144
4143
 
4145
4144
  # Configure API key authorization: secret
4146
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
4145
+ config.api_key['secret'] = 'YOUR API KEY'
4147
4146
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4148
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
4147
+ # config.api_key_prefix['secret'] = 'Bearer'
4149
4148
  end
4150
4149
 
4151
4150
  api_instance = Plaid::PlaidApi.new
@@ -4214,19 +4213,19 @@ require 'plaid'
4214
4213
  # setup authorization
4215
4214
  Plaid.configure do |config|
4216
4215
  # Configure API key authorization: clientId
4217
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
4216
+ config.api_key['clientId'] = 'YOUR API KEY'
4218
4217
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4219
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
4218
+ # config.api_key_prefix['clientId'] = 'Bearer'
4220
4219
 
4221
4220
  # Configure API key authorization: plaidVersion
4222
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
4221
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
4223
4222
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4224
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
4223
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
4225
4224
 
4226
4225
  # Configure API key authorization: secret
4227
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
4226
+ config.api_key['secret'] = 'YOUR API KEY'
4228
4227
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4229
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
4228
+ # config.api_key_prefix['secret'] = 'Bearer'
4230
4229
  end
4231
4230
 
4232
4231
  api_instance = Plaid::PlaidApi.new
@@ -4295,19 +4294,19 @@ require 'plaid'
4295
4294
  # setup authorization
4296
4295
  Plaid.configure do |config|
4297
4296
  # Configure API key authorization: clientId
4298
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
4297
+ config.api_key['clientId'] = 'YOUR API KEY'
4299
4298
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4300
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
4299
+ # config.api_key_prefix['clientId'] = 'Bearer'
4301
4300
 
4302
4301
  # Configure API key authorization: plaidVersion
4303
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
4302
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
4304
4303
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4305
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
4304
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
4306
4305
 
4307
4306
  # Configure API key authorization: secret
4308
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
4307
+ config.api_key['secret'] = 'YOUR API KEY'
4309
4308
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4310
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
4309
+ # config.api_key_prefix['secret'] = 'Bearer'
4311
4310
  end
4312
4311
 
4313
4312
  api_instance = Plaid::PlaidApi.new
@@ -4378,19 +4377,19 @@ require 'plaid'
4378
4377
  # setup authorization
4379
4378
  Plaid.configure do |config|
4380
4379
  # Configure API key authorization: clientId
4381
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
4380
+ config.api_key['clientId'] = 'YOUR API KEY'
4382
4381
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4383
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
4382
+ # config.api_key_prefix['clientId'] = 'Bearer'
4384
4383
 
4385
4384
  # Configure API key authorization: plaidVersion
4386
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
4385
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
4387
4386
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4388
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
4387
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
4389
4388
 
4390
4389
  # Configure API key authorization: secret
4391
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
4390
+ config.api_key['secret'] = 'YOUR API KEY'
4392
4391
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4393
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
4392
+ # config.api_key_prefix['secret'] = 'Bearer'
4394
4393
  end
4395
4394
 
4396
4395
  api_instance = Plaid::PlaidApi.new
@@ -4459,19 +4458,19 @@ require 'plaid'
4459
4458
  # setup authorization
4460
4459
  Plaid.configure do |config|
4461
4460
  # Configure API key authorization: clientId
4462
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
4461
+ config.api_key['clientId'] = 'YOUR API KEY'
4463
4462
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4464
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
4463
+ # config.api_key_prefix['clientId'] = 'Bearer'
4465
4464
 
4466
4465
  # Configure API key authorization: plaidVersion
4467
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
4466
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
4468
4467
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4469
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
4468
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
4470
4469
 
4471
4470
  # Configure API key authorization: secret
4472
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
4471
+ config.api_key['secret'] = 'YOUR API KEY'
4473
4472
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4474
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
4473
+ # config.api_key_prefix['secret'] = 'Bearer'
4475
4474
  end
4476
4475
 
4477
4476
  api_instance = Plaid::PlaidApi.new
@@ -4540,19 +4539,19 @@ require 'plaid'
4540
4539
  # setup authorization
4541
4540
  Plaid.configure do |config|
4542
4541
  # Configure API key authorization: clientId
4543
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
4542
+ config.api_key['clientId'] = 'YOUR API KEY'
4544
4543
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4545
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
4544
+ # config.api_key_prefix['clientId'] = 'Bearer'
4546
4545
 
4547
4546
  # Configure API key authorization: plaidVersion
4548
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
4547
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
4549
4548
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4550
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
4549
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
4551
4550
 
4552
4551
  # Configure API key authorization: secret
4553
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
4552
+ config.api_key['secret'] = 'YOUR API KEY'
4554
4553
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4555
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
4554
+ # config.api_key_prefix['secret'] = 'Bearer'
4556
4555
  end
4557
4556
 
4558
4557
  api_instance = Plaid::PlaidApi.new
@@ -4621,19 +4620,19 @@ require 'plaid'
4621
4620
  # setup authorization
4622
4621
  Plaid.configure do |config|
4623
4622
  # Configure API key authorization: clientId
4624
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
4623
+ config.api_key['clientId'] = 'YOUR API KEY'
4625
4624
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4626
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
4625
+ # config.api_key_prefix['clientId'] = 'Bearer'
4627
4626
 
4628
4627
  # Configure API key authorization: plaidVersion
4629
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
4628
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
4630
4629
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4631
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
4630
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
4632
4631
 
4633
4632
  # Configure API key authorization: secret
4634
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
4633
+ config.api_key['secret'] = 'YOUR API KEY'
4635
4634
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4636
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
4635
+ # config.api_key_prefix['secret'] = 'Bearer'
4637
4636
  end
4638
4637
 
4639
4638
  api_instance = Plaid::PlaidApi.new
@@ -4702,19 +4701,19 @@ require 'plaid'
4702
4701
  # setup authorization
4703
4702
  Plaid.configure do |config|
4704
4703
  # Configure API key authorization: clientId
4705
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
4704
+ config.api_key['clientId'] = 'YOUR API KEY'
4706
4705
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4707
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
4706
+ # config.api_key_prefix['clientId'] = 'Bearer'
4708
4707
 
4709
4708
  # Configure API key authorization: plaidVersion
4710
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
4709
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
4711
4710
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4712
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
4711
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
4713
4712
 
4714
4713
  # Configure API key authorization: secret
4715
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
4714
+ config.api_key['secret'] = 'YOUR API KEY'
4716
4715
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4717
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
4716
+ # config.api_key_prefix['secret'] = 'Bearer'
4718
4717
  end
4719
4718
 
4720
4719
  api_instance = Plaid::PlaidApi.new
@@ -4783,19 +4782,19 @@ require 'plaid'
4783
4782
  # setup authorization
4784
4783
  Plaid.configure do |config|
4785
4784
  # Configure API key authorization: clientId
4786
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
4785
+ config.api_key['clientId'] = 'YOUR API KEY'
4787
4786
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4788
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
4787
+ # config.api_key_prefix['clientId'] = 'Bearer'
4789
4788
 
4790
4789
  # Configure API key authorization: plaidVersion
4791
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
4790
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
4792
4791
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4793
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
4792
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
4794
4793
 
4795
4794
  # Configure API key authorization: secret
4796
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
4795
+ config.api_key['secret'] = 'YOUR API KEY'
4797
4796
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4798
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
4797
+ # config.api_key_prefix['secret'] = 'Bearer'
4799
4798
  end
4800
4799
 
4801
4800
  api_instance = Plaid::PlaidApi.new
@@ -4848,6 +4847,87 @@ end
4848
4847
  - **Accept**: application/json
4849
4848
 
4850
4849
 
4850
+ ## sandbox_bank_transfer_fire_webhook
4851
+
4852
+ > <SandboxBankTransferFireWebhookResponse> sandbox_bank_transfer_fire_webhook(sandbox_bank_transfer_fire_webhook_request)
4853
+
4854
+ Manually fire a Bank Transfer webhook
4855
+
4856
+ Use the `/sandbox/bank_transfer/fire_webhook` endpoint to manually trigger a Bank Transfers webhook in the Sandbox environment.
4857
+
4858
+ ### Examples
4859
+
4860
+ ```ruby
4861
+ require 'time'
4862
+ require 'plaid'
4863
+ # setup authorization
4864
+ Plaid.configure do |config|
4865
+ # Configure API key authorization: clientId
4866
+ config.api_key['clientId'] = 'YOUR API KEY'
4867
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4868
+ # config.api_key_prefix['clientId'] = 'Bearer'
4869
+
4870
+ # Configure API key authorization: plaidVersion
4871
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
4872
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4873
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
4874
+
4875
+ # Configure API key authorization: secret
4876
+ config.api_key['secret'] = 'YOUR API KEY'
4877
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4878
+ # config.api_key_prefix['secret'] = 'Bearer'
4879
+ end
4880
+
4881
+ api_instance = Plaid::PlaidApi.new
4882
+ sandbox_bank_transfer_fire_webhook_request = Plaid::SandboxBankTransferFireWebhookRequest.new({webhook: 'webhook_example'}) # SandboxBankTransferFireWebhookRequest |
4883
+
4884
+ begin
4885
+ # Manually fire a Bank Transfer webhook
4886
+ result = api_instance.sandbox_bank_transfer_fire_webhook(sandbox_bank_transfer_fire_webhook_request)
4887
+ p result
4888
+ rescue Plaid::ApiError => e
4889
+ puts "Error when calling PlaidApi->sandbox_bank_transfer_fire_webhook: #{e}"
4890
+ end
4891
+ ```
4892
+
4893
+ #### Using the sandbox_bank_transfer_fire_webhook_with_http_info variant
4894
+
4895
+ This returns an Array which contains the response data, status code and headers.
4896
+
4897
+ > <Array(<SandboxBankTransferFireWebhookResponse>, Integer, Hash)> sandbox_bank_transfer_fire_webhook_with_http_info(sandbox_bank_transfer_fire_webhook_request)
4898
+
4899
+ ```ruby
4900
+ begin
4901
+ # Manually fire a Bank Transfer webhook
4902
+ data, status_code, headers = api_instance.sandbox_bank_transfer_fire_webhook_with_http_info(sandbox_bank_transfer_fire_webhook_request)
4903
+ p status_code # => 2xx
4904
+ p headers # => { ... }
4905
+ p data # => <SandboxBankTransferFireWebhookResponse>
4906
+ rescue Plaid::ApiError => e
4907
+ puts "Error when calling PlaidApi->sandbox_bank_transfer_fire_webhook_with_http_info: #{e}"
4908
+ end
4909
+ ```
4910
+
4911
+ ### Parameters
4912
+
4913
+ | Name | Type | Description | Notes |
4914
+ | ---- | ---- | ----------- | ----- |
4915
+ | **sandbox_bank_transfer_fire_webhook_request** | [**SandboxBankTransferFireWebhookRequest**](SandboxBankTransferFireWebhookRequest.md) | | |
4916
+
4917
+ ### Return type
4918
+
4919
+ [**SandboxBankTransferFireWebhookResponse**](SandboxBankTransferFireWebhookResponse.md)
4920
+
4921
+ ### Authorization
4922
+
4923
+ [clientId](../README.md#clientId), [plaidVersion](../README.md#plaidVersion), [secret](../README.md#secret)
4924
+
4925
+ ### HTTP request headers
4926
+
4927
+ - **Content-Type**: application/json
4928
+ - **Accept**: application/json
4929
+
4930
+
4851
4931
  ## sandbox_bank_transfer_simulate
4852
4932
 
4853
4933
  > <SandboxBankTransferSimulateResponse> sandbox_bank_transfer_simulate(sandbox_bank_transfer_simulate_request)
@@ -4864,19 +4944,19 @@ require 'plaid'
4864
4944
  # setup authorization
4865
4945
  Plaid.configure do |config|
4866
4946
  # Configure API key authorization: clientId
4867
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
4947
+ config.api_key['clientId'] = 'YOUR API KEY'
4868
4948
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4869
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
4949
+ # config.api_key_prefix['clientId'] = 'Bearer'
4870
4950
 
4871
4951
  # Configure API key authorization: plaidVersion
4872
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
4952
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
4873
4953
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4874
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
4954
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
4875
4955
 
4876
4956
  # Configure API key authorization: secret
4877
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
4957
+ config.api_key['secret'] = 'YOUR API KEY'
4878
4958
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4879
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
4959
+ # config.api_key_prefix['secret'] = 'Bearer'
4880
4960
  end
4881
4961
 
4882
4962
  api_instance = Plaid::PlaidApi.new
@@ -4945,19 +5025,19 @@ require 'plaid'
4945
5025
  # setup authorization
4946
5026
  Plaid.configure do |config|
4947
5027
  # Configure API key authorization: clientId
4948
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
5028
+ config.api_key['clientId'] = 'YOUR API KEY'
4949
5029
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4950
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
5030
+ # config.api_key_prefix['clientId'] = 'Bearer'
4951
5031
 
4952
5032
  # Configure API key authorization: plaidVersion
4953
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
5033
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
4954
5034
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4955
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
5035
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
4956
5036
 
4957
5037
  # Configure API key authorization: secret
4958
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
5038
+ config.api_key['secret'] = 'YOUR API KEY'
4959
5039
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4960
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
5040
+ # config.api_key_prefix['secret'] = 'Bearer'
4961
5041
  end
4962
5042
 
4963
5043
  api_instance = Plaid::PlaidApi.new
@@ -5026,19 +5106,19 @@ require 'plaid'
5026
5106
  # setup authorization
5027
5107
  Plaid.configure do |config|
5028
5108
  # Configure API key authorization: clientId
5029
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
5109
+ config.api_key['clientId'] = 'YOUR API KEY'
5030
5110
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5031
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
5111
+ # config.api_key_prefix['clientId'] = 'Bearer'
5032
5112
 
5033
5113
  # Configure API key authorization: plaidVersion
5034
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
5114
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
5035
5115
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5036
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
5116
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
5037
5117
 
5038
5118
  # Configure API key authorization: secret
5039
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
5119
+ config.api_key['secret'] = 'YOUR API KEY'
5040
5120
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5041
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
5121
+ # config.api_key_prefix['secret'] = 'Bearer'
5042
5122
  end
5043
5123
 
5044
5124
  api_instance = Plaid::PlaidApi.new
@@ -5107,19 +5187,19 @@ require 'plaid'
5107
5187
  # setup authorization
5108
5188
  Plaid.configure do |config|
5109
5189
  # Configure API key authorization: clientId
5110
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
5190
+ config.api_key['clientId'] = 'YOUR API KEY'
5111
5191
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5112
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
5192
+ # config.api_key_prefix['clientId'] = 'Bearer'
5113
5193
 
5114
5194
  # Configure API key authorization: plaidVersion
5115
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
5195
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
5116
5196
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5117
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
5197
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
5118
5198
 
5119
5199
  # Configure API key authorization: secret
5120
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
5200
+ config.api_key['secret'] = 'YOUR API KEY'
5121
5201
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5122
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
5202
+ # config.api_key_prefix['secret'] = 'Bearer'
5123
5203
  end
5124
5204
 
5125
5205
  api_instance = Plaid::PlaidApi.new
@@ -5188,19 +5268,19 @@ require 'plaid'
5188
5268
  # setup authorization
5189
5269
  Plaid.configure do |config|
5190
5270
  # Configure API key authorization: clientId
5191
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
5271
+ config.api_key['clientId'] = 'YOUR API KEY'
5192
5272
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5193
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
5273
+ # config.api_key_prefix['clientId'] = 'Bearer'
5194
5274
 
5195
5275
  # Configure API key authorization: plaidVersion
5196
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
5276
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
5197
5277
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5198
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
5278
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
5199
5279
 
5200
5280
  # Configure API key authorization: secret
5201
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
5281
+ config.api_key['secret'] = 'YOUR API KEY'
5202
5282
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5203
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
5283
+ # config.api_key_prefix['secret'] = 'Bearer'
5204
5284
  end
5205
5285
 
5206
5286
  api_instance = Plaid::PlaidApi.new
@@ -5271,19 +5351,19 @@ require 'plaid'
5271
5351
  # setup authorization
5272
5352
  Plaid.configure do |config|
5273
5353
  # Configure API key authorization: clientId
5274
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
5354
+ config.api_key['clientId'] = 'YOUR API KEY'
5275
5355
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5276
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
5356
+ # config.api_key_prefix['clientId'] = 'Bearer'
5277
5357
 
5278
5358
  # Configure API key authorization: plaidVersion
5279
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
5359
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
5280
5360
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5281
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
5361
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
5282
5362
 
5283
5363
  # Configure API key authorization: secret
5284
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
5364
+ config.api_key['secret'] = 'YOUR API KEY'
5285
5365
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5286
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
5366
+ # config.api_key_prefix['secret'] = 'Bearer'
5287
5367
  end
5288
5368
 
5289
5369
  api_instance = Plaid::PlaidApi.new
@@ -5342,7 +5422,7 @@ end
5342
5422
 
5343
5423
  Get transaction data
5344
5424
 
5345
- The `/transactions/get` endpoint allows developers to receive user-authorized transaction data for credit, depository, and some loan-type accounts (the list of loan-type accounts supported is the same as for Liabilities; for details, see the `/liabilities/get` endpoint). For transaction history from investments accounts, use the [Investments endpoint](/docs/api/products#investments) instead. Transaction data is standardized across financial institutions, and in many cases transactions are linked to a clean name, entity type, location, and category. Similarly, account data is standardized and returned with a clean name, number, balance, and other meta information where available. Transactions are returned in reverse-chronological order, and the sequence of transaction ordering is stable and will not shift. Transactions are not immutable and can also be removed altogether by the institution; a removed transaction will no longer appear in `/transactions/get`. For more details, see [Pending and posted transactions](/docs/transactions/transactions-data/#pending-and-posted-transactions). Due to the potentially large number of transactions associated with an Item, results are paginated. Manipulate the `count` and `offset` parameters in conjunction with the `total_transactions` response body field to fetch all available transactions. Note that data may not be immediately available to `/transactions/get`. Plaid will begin to prepare transactions data upon Item link, if Link was initialized with `transactions`, or upon the first call to `/transactions/get`, if it wasn't. To be alerted when transaction data is ready to be fetched, listen for the [`INITIAL_UPDATE`](/docs/api/webhooks#transactions-initial_update) and [`HISTORICAL_UPDATE`](/docs/api/webhooks#transactions-historical_update) webhooks. If no transaction history is ready when `/transactions/get` is called, it will return a `PRODUCT_NOT_READY` error.
5425
+ The `/transactions/get` endpoint allows developers to receive user-authorized transaction data for credit, depository, and some loan-type accounts (the list of loan-type accounts supported is the same as for Liabilities; for details, see the `/liabilities/get` endpoint). For transaction history from investments accounts, use the [Investments endpoint](/docs/api/products#investments) instead. Transaction data is standardized across financial institutions, and in many cases transactions are linked to a clean name, entity type, location, and category. Similarly, account data is standardized and returned with a clean name, number, balance, and other meta information where available. Transactions are returned in reverse-chronological order, and the sequence of transaction ordering is stable and will not shift. Transactions are not immutable and can also be removed altogether by the institution; a removed transaction will no longer appear in `/transactions/get`. For more details, see [Pending and posted transactions](/docs/transactions/transactions-data/#pending-and-posted-transactions). Due to the potentially large number of transactions associated with an Item, results are paginated. Manipulate the `count` and `offset` parameters in conjunction with the `total_transactions` response body field to fetch all available transactions. Data returned by `/transactions/get` will be the data available for the Item as of the most recent successful check for new transactions. Plaid typically checks for new data multiple times a day, but these checks may occur less frequently, such as once a day, depending on the institution. An Item's `status.transactions.last_successful_update` field will show the timestamp of the most recent successful update. To force Plaid to check for new transactions, you can use the `/transactions/refresh` endpoint. Note that data may not be immediately available to `/transactions/get`. Plaid will begin to prepare transactions data upon Item link, if Link was initialized with `transactions`, or upon the first call to `/transactions/get`, if it wasn't. To be alerted when transaction data is ready to be fetched, listen for the [`INITIAL_UPDATE`](/docs/api/webhooks#transactions-initial_update) and [`HISTORICAL_UPDATE`](/docs/api/webhooks#transactions-historical_update) webhooks. If no transaction history is ready when `/transactions/get` is called, it will return a `PRODUCT_NOT_READY` error.
5346
5426
 
5347
5427
  ### Examples
5348
5428
 
@@ -5352,19 +5432,19 @@ require 'plaid'
5352
5432
  # setup authorization
5353
5433
  Plaid.configure do |config|
5354
5434
  # Configure API key authorization: clientId
5355
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
5435
+ config.api_key['clientId'] = 'YOUR API KEY'
5356
5436
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5357
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
5437
+ # config.api_key_prefix['clientId'] = 'Bearer'
5358
5438
 
5359
5439
  # Configure API key authorization: plaidVersion
5360
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
5440
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
5361
5441
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5362
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
5442
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
5363
5443
 
5364
5444
  # Configure API key authorization: secret
5365
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
5445
+ config.api_key['secret'] = 'YOUR API KEY'
5366
5446
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5367
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
5447
+ # config.api_key_prefix['secret'] = 'Bearer'
5368
5448
  end
5369
5449
 
5370
5450
  api_instance = Plaid::PlaidApi.new
@@ -5433,19 +5513,19 @@ require 'plaid'
5433
5513
  # setup authorization
5434
5514
  Plaid.configure do |config|
5435
5515
  # Configure API key authorization: clientId
5436
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
5516
+ config.api_key['clientId'] = 'YOUR API KEY'
5437
5517
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5438
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
5518
+ # config.api_key_prefix['clientId'] = 'Bearer'
5439
5519
 
5440
5520
  # Configure API key authorization: plaidVersion
5441
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
5521
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
5442
5522
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5443
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
5523
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
5444
5524
 
5445
5525
  # Configure API key authorization: secret
5446
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
5526
+ config.api_key['secret'] = 'YOUR API KEY'
5447
5527
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5448
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
5528
+ # config.api_key_prefix['secret'] = 'Bearer'
5449
5529
  end
5450
5530
 
5451
5531
  api_instance = Plaid::PlaidApi.new
@@ -5514,19 +5594,19 @@ require 'plaid'
5514
5594
  # setup authorization
5515
5595
  Plaid.configure do |config|
5516
5596
  # Configure API key authorization: clientId
5517
- config.api_key['PLAID-CLIENT-ID'] = 'YOUR API KEY'
5597
+ config.api_key['clientId'] = 'YOUR API KEY'
5518
5598
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5519
- # config.api_key_prefix['PLAID-CLIENT-ID'] = 'Bearer'
5599
+ # config.api_key_prefix['clientId'] = 'Bearer'
5520
5600
 
5521
5601
  # Configure API key authorization: plaidVersion
5522
- config.api_key['Plaid-Version'] = 'YOUR API KEY'
5602
+ config.api_key['plaidVersion'] = 'YOUR API KEY'
5523
5603
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5524
- # config.api_key_prefix['Plaid-Version'] = 'Bearer'
5604
+ # config.api_key_prefix['plaidVersion'] = 'Bearer'
5525
5605
 
5526
5606
  # Configure API key authorization: secret
5527
- config.api_key['PLAID-SECRET'] = 'YOUR API KEY'
5607
+ config.api_key['secret'] = 'YOUR API KEY'
5528
5608
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5529
- # config.api_key_prefix['PLAID-SECRET'] = 'Bearer'
5609
+ # config.api_key_prefix['secret'] = 'Bearer'
5530
5610
  end
5531
5611
 
5532
5612
  api_instance = Plaid::PlaidApi.new