Sha256: f06150d259c6cdd69ceffa05dc81d67e573bd990465b6b68c6ebfbab7f721d3d

Contents?: true

Size: 650 Bytes

Versions: 3

Compression:

Stored size: 650 Bytes

Contents

# Plaid::ProcessorIdentityGetRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
| **secret** | **String** | Your Plaid API `secret`. | [optional] |
| **processor_token** | **String** | The processor token obtained from the Plaid integration partner. Processor tokens are in the format: `processor-<environment>-<identifier>` |  |

## Example

```ruby
require 'plaid'

instance = Plaid::ProcessorIdentityGetRequest.new(
  client_id: null,
  secret: null,
  processor_token: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.3 docs/ProcessorIdentityGetRequest.md
plaid-14.0.0.beta.2 docs/ProcessorIdentityGetRequest.md
plaid-14.0.0.beta.1 docs/ProcessorIdentityGetRequest.md