Spreedly 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.
This notebook covers how to load data from the Spreedly REST API into a format that can be ingested into LangChain, along with example usage for vectorization.
Note: this notebook assumes the following packages are installed: openai
, chromadb
, and tiktoken
.
resource
option which defines what objects you want to load.
Following resources are available:
gateways_options
: Documentationgateways
: Documentationreceivers_options
: Documentationreceivers
: Documentationpayment_methods
: Documentationcertificates
: Documentationtransactions
: Documentationenvironments
: Documentation