Sha256: 9b3310d566246c525ad528f3ca5835d0e370dc53804bd852dd3267f05ec95d8d
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
# Plaid::ProcessorTokenCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **access_token** | **String** | The access token associated with the Item data is being requested for. | | | **account_id** | **String** | The `account_id` value obtained from the `onSuccess` callback in Link | | | **processor** | **String** | The processor you are integrating with. Valid values are `\"achq\"`, `\"checkbook\"`, `\"circle\"`, `\"drivewealth\"`, `\"dwolla\"`, `\"galileo\"`, \"`interactive_brokers`\", `\"modern_treasury\"`, `\"ocrolus\"`, `\"prime_trust\"`, `\"velox\"`, `\"vesta\"`, `\"vopay\"` | | ## Example ```ruby require 'plaid' instance = Plaid::ProcessorTokenCreateRequest.new( client_id: null, secret: null, access_token: null, account_id: null, processor: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.1 | docs/ProcessorTokenCreateRequest.md |