Creates a Plaid credential.
Plaid credential resource.
Plaid credential created.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
clientId required | string ID of the Plaid client. | ||||||||
secretToken required | string <password> Plaid secret token. | ||||||||
hash | string <= 50 characters Unique resource ID. Defaults to UUID v4. | ||||||||
status | string Status of the credential.
| ||||||||
deactivationTime | string <date-time> Date and time when the credential is deactivated. | ||||||||
websiteId | string <= 50 characters ID of the website that is assigned to the Plaid account. If this value is not set, credentials are for all websites. | ||||||||
useStripe | boolean Default: false Specifies if a Stripe integration is enabled for the Plaid account. This setting enables the creation of Stripe bank account tokens. | ||||||||
Array of objects (SelfLink) Related links. | |||||||||
Existing Plaid credential retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "status": "active",
- "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG",
- "clientId": "5efc712byyf502zz11f9bexx",
- "secretToken": "d184cfdgdb4597dfsa9365f59356b",
- "useStripe": true
}
{- "hash": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "active",
- "deactivationTime": "2019-08-24T14:15:22Z",
- "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG",
- "clientId": "5efc712byyf502zz11f9bexx",
- "secretToken": "d184cfdgdb4597dfsa9365f59356b",
- "useStripe": true,
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}