mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
87e502c6bc
Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
16 lines
838 B
Plaintext
16 lines
838 B
Plaintext
# Spreedly
|
|
|
|
>[Spreedly](https://docs.spreedly.com/) is a service that allows you to securely store credit cards and use them to transact against any number of payment gateways and third party APIs. It does this by simultaneously providing a card tokenization/vault service as well as a gateway and receiver integration service. Payment methods tokenized by Spreedly are stored at `Spreedly`, allowing you to independently store a card and then pass that card to different end points based on your business requirements.
|
|
|
|
## Installation and Setup
|
|
|
|
See [setup instructions](/docs/modules/data_connection/document_loaders/integrations/spreedly.html).
|
|
|
|
## Document Loader
|
|
|
|
See a [usage example](/docs/modules/data_connection/document_loaders/integrations/spreedly.html).
|
|
|
|
```python
|
|
from langchain.document_loaders import SpreedlyLoader
|
|
```
|