{"id":24983467,"url":"https://github.com/basis-theory/basistheory-python","last_synced_at":"2025-06-14T09:06:31.610Z","repository":{"id":37040868,"uuid":"424349704","full_name":"Basis-Theory/basistheory-python","owner":"Basis-Theory","description":"Basis Theory Python SDK","archived":false,"fork":false,"pushed_at":"2025-02-24T22:03:17.000Z","size":513,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-14T09:05:17.030Z","etag":null,"topics":["python","python3","sdk","sdk-python"],"latest_commit_sha":null,"homepage":"https://basistheory.com","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Basis-Theory.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-03T19:10:29.000Z","updated_at":"2025-01-08T21:18:59.000Z","dependencies_parsed_at":"2022-07-11T08:38:48.958Z","dependency_job_id":"61cb08ae-2040-4cfd-b5ce-1f35ce0d93cc","html_url":"https://github.com/Basis-Theory/basistheory-python","commit_stats":{"total_commits":86,"total_committers":15,"mean_commits":5.733333333333333,"dds":0.7325581395348837,"last_synced_commit":"c5ce440aeb27bf2da9c18cfc2fd5f41909d3911c"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/Basis-Theory/basistheory-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Basis-Theory%2Fbasistheory-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Basis-Theory%2Fbasistheory-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Basis-Theory%2Fbasistheory-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Basis-Theory%2Fbasistheory-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Basis-Theory","download_url":"https://codeload.github.com/Basis-Theory/basistheory-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Basis-Theory%2Fbasistheory-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259790455,"owners_count":22911547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","python3","sdk","sdk-python"],"created_at":"2025-02-04T09:19:11.754Z","updated_at":"2025-06-14T09:06:31.586Z","avatar_url":"https://github.com/Basis-Theory.png","language":"Python","readme":"# Basis Theory Python SDK\n\n\u003e [!CAUTION]\n\u003e This SDK has been deprecated.\n\u003e\n\u003e Our new SDK can be found at https://github.com/Basis-Theory/python-sdk\n\u003e\n\u003e See our documentation site for more information. https://developers.basistheory.com/docs/sdks/server-side/python\n\n[![Release](https://github.com/Basis-Theory/basistheory-python/actions/workflows/release.yml/badge.svg)](https://github.com/Basis-Theory/basistheory-python/actions/workflows/release.yml)\n\nThe [Basis Theory](https://basistheory.com/) Python SDK for Python \u003e=3.7\n\n## Installation\n### pip install\n\nFrom the git repository\n\n```sh\npip install git+https://github.com/Basis-Theory/basistheory-python.git\n```\n\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/Basis-Theory/basistheory-python.git`)\n\nThen import the package:\n\n```python\nimport basistheory\n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n\n```python\nimport basistheory\n```\n\n### Locally\nTo install your latest changes locally run:\n\n`python3 -m pip install .`\n\n## Documentation\n\nIf you need any assistance, please contact support@basistheory.com at this time.\n\n### Client Methods\n\nAll URIs are relative to *https://api.basistheory.com*\n\nClass | Method | HTTP request\n------------ | ------------- | -------------\n*TokensApi* | [**create**](docs/TokensApi.md#create) | **POST** /tokens\n*TokensApi* | [**delete**](docs/TokensApi.md#delete) | **DELETE** /tokens/{id}\n*TokensApi* | [**get_by_id**](docs/TokensApi.md#get_by_id) | **GET** /tokens/{id}\n*TokensApi* | [**list**](docs/TokensApi.md#list) | **GET** /tokens\n\n### Models\n\n- [EncryptionKey](docs/EncryptionKey.md)\n- [EncryptionMetadata](docs/EncryptionMetadata.md)\n- [PaginatedTokenList](docs/PaginatedTokenList.md)\n- [Pagination](docs/Pagination.md)\n- [Token](docs/Token.md)\n\n## Usage\n\n### Per-request configuration\n\nAll of the client methods accept an optional `RequestOptions` object.\u003cbr\u003eThis is\nused if you want to set a [correlation ID](https://docs.basistheory.com/api-reference/?shell#request-correlation) or if you want to set a per-request [`BT-API-KEY`](https://docs.basistheory.com/api-reference/?shell#authentication)\n\n```python\nimport uuid\nimport basistheory\nfrom basistheory.request_options import RequestOptions\n\nrequest_options = RequestOptions(api_key=\"API KEY\", correlation_id=uuid.uuid4())\n```\n\n### Client Configuration\n\nEach Api client can be configured to use a custom API url and client-wide [`BT-API-KEY`](https://docs.basistheory.com/api-reference/?shell#authentication).\n\n```python\nimport basistheory\nfrom basistheory.api import tokens_api\n\nconfiguration = basistheory.Configuration(\n    host = \"https://token-proxy.somedomain.com\",\n    api_key = \"API KEY\"\n)\n\nwith basistheory.ApiClient(configuration) as api_client:\n    # Create a token client w/ global configuration for all requests\n    token_client = tokens_api.TokensApi(api_client)\n```\n\n### Getting Started\n\nQuick example creating a token and then retrieving it.\n\n```python\nimport uuid\nimport basistheory\nfrom pprint import pprint\nfrom basistheory.api import tokens_api\nfrom basistheory.model.create_token_request import CreateTokenRequest\nfrom basistheory.request_options import RequestOptions\n\n# Defining client wide api_key\nconfiguration = basistheory.Configuration(\n    api_key = \"API KEY\"\n)\n\nwith basistheory.ApiClient(configuration) as api_client:\n    # Create an instance of the tokens API client\n    token_client = tokens_api.TokensApi(api_client)\n\n    # Setting a correlation Id\n    request_options = RequestOptions(correlation_id=uuid.uuid4().__str__())\n\n    # Token request object\n    request = CreateTokenRequest(type=\"token\", data=\"My Secret Data\")\n\n    try:\n        # Creating the token\n        created_token = token_client.create(create_token_request=request, request_options=request_options)\n        pprint(created_token)\n\n        # Retrieving it (requires read permission on the token type classification and impact level)\n        retrieved_token = token_client.get_by_id(id=created_token.id)\n        pprint(retrieved_token)\n    except basistheory.ApiException as e:\n        print(\"Exception when calling TokensApi: %s\\n\" % e)\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.basistheory.com*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*ApplicationKeysApi* | [**create**](docs/ApplicationKeysApi.md#create) | **POST** /applications/{id}/keys |\n*ApplicationKeysApi* | [**delete**](docs/ApplicationKeysApi.md#delete) | **DELETE** /applications/{id}/keys/{keyId} |\n*ApplicationKeysApi* | [**get**](docs/ApplicationKeysApi.md#get) | **GET** /applications/{id}/keys |\n*ApplicationKeysApi* | [**get_by_id**](docs/ApplicationKeysApi.md#get_by_id) | **GET** /applications/{id}/keys/{keyId} |\n*ApplicationTemplatesApi* | [**get**](docs/ApplicationTemplatesApi.md#get) | **GET** /application-templates |\n*ApplicationTemplatesApi* | [**get_by_id**](docs/ApplicationTemplatesApi.md#get_by_id) | **GET** /application-templates/{id} |\n*ApplicationsApi* | [**create**](docs/ApplicationsApi.md#create) | **POST** /applications |\n*ApplicationsApi* | [**delete**](docs/ApplicationsApi.md#delete) | **DELETE** /applications/{id} |\n*ApplicationsApi* | [**get**](docs/ApplicationsApi.md#get) | **GET** /applications |\n*ApplicationsApi* | [**get_by_id**](docs/ApplicationsApi.md#get_by_id) | **GET** /applications/{id} |\n*ApplicationsApi* | [**get_by_key**](docs/ApplicationsApi.md#get_by_key) | **GET** /applications/key |\n*ApplicationsApi* | [**regenerate_key**](docs/ApplicationsApi.md#regenerate_key) | **POST** /applications/{id}/regenerate |\n*ApplicationsApi* | [**update**](docs/ApplicationsApi.md#update) | **PUT** /applications/{id} |\n*DetokenizeApi* | [**detokenize**](docs/DetokenizeApi.md#detokenize) | **POST** /detokenize |\n*EnrichmentsApi* | [**bank_account_verify**](docs/EnrichmentsApi.md#bank_account_verify) | **POST** /enrichments/bank-account-verify |\n*LogsApi* | [**get**](docs/LogsApi.md#get) | **GET** /logs |\n*LogsApi* | [**get_entity_types**](docs/LogsApi.md#get_entity_types) | **GET** /logs/entity-types |\n*PermissionsApi* | [**get**](docs/PermissionsApi.md#get) | **GET** /permissions |\n*ProxiesApi* | [**create**](docs/ProxiesApi.md#create) | **POST** /proxies |\n*ProxiesApi* | [**delete**](docs/ProxiesApi.md#delete) | **DELETE** /proxies/{id} |\n*ProxiesApi* | [**get**](docs/ProxiesApi.md#get) | **GET** /proxies |\n*ProxiesApi* | [**get_by_id**](docs/ProxiesApi.md#get_by_id) | **GET** /proxies/{id} |\n*ProxiesApi* | [**patch**](docs/ProxiesApi.md#patch) | **PATCH** /proxies/{id} |\n*ProxiesApi* | [**update**](docs/ProxiesApi.md#update) | **PUT** /proxies/{id} |\n*ReactorFormulasApi* | [**create**](docs/ReactorFormulasApi.md#create) | **POST** /reactor-formulas |\n*ReactorFormulasApi* | [**delete**](docs/ReactorFormulasApi.md#delete) | **DELETE** /reactor-formulas/{id} |\n*ReactorFormulasApi* | [**get**](docs/ReactorFormulasApi.md#get) | **GET** /reactor-formulas |\n*ReactorFormulasApi* | [**get_by_id**](docs/ReactorFormulasApi.md#get_by_id) | **GET** /reactor-formulas/{id} |\n*ReactorFormulasApi* | [**update**](docs/ReactorFormulasApi.md#update) | **PUT** /reactor-formulas/{id} |\n*ReactorsApi* | [**create**](docs/ReactorsApi.md#create) | **POST** /reactors |\n*ReactorsApi* | [**delete**](docs/ReactorsApi.md#delete) | **DELETE** /reactors/{id} |\n*ReactorsApi* | [**get**](docs/ReactorsApi.md#get) | **GET** /reactors |\n*ReactorsApi* | [**get_by_id**](docs/ReactorsApi.md#get_by_id) | **GET** /reactors/{id} |\n*ReactorsApi* | [**patch**](docs/ReactorsApi.md#patch) | **PATCH** /reactors/{id} |\n*ReactorsApi* | [**react**](docs/ReactorsApi.md#react) | **POST** /reactors/{id}/react |\n*ReactorsApi* | [**react_async**](docs/ReactorsApi.md#react_async) | **POST** /reactors/{id}/react-async |\n*ReactorsApi* | [**result_get_by_id**](docs/ReactorsApi.md#result_get_by_id) | **GET** /reactors/{id}/results/{requestId} |\n*ReactorsApi* | [**update**](docs/ReactorsApi.md#update) | **PUT** /reactors/{id} |\n*RolesApi* | [**get**](docs/RolesApi.md#get) | **GET** /roles |\n*SessionsApi* | [**authorize**](docs/SessionsApi.md#authorize) | **POST** /sessions/authorize |\n*SessionsApi* | [**create**](docs/SessionsApi.md#create) | **POST** /sessions |\n*TenantsApi* | [**create_connection**](docs/TenantsApi.md#create_connection) | **POST** /tenants/self/connections |\n*TenantsApi* | [**create_invitation**](docs/TenantsApi.md#create_invitation) | **POST** /tenants/self/invitations |\n*TenantsApi* | [**delete**](docs/TenantsApi.md#delete) | **DELETE** /tenants/self |\n*TenantsApi* | [**delete_connection**](docs/TenantsApi.md#delete_connection) | **DELETE** /tenants/self/connections |\n*TenantsApi* | [**delete_invitation**](docs/TenantsApi.md#delete_invitation) | **DELETE** /tenants/self/invitations/{invitationId} |\n*TenantsApi* | [**delete_member**](docs/TenantsApi.md#delete_member) | **DELETE** /tenants/self/members/{memberId} |\n*TenantsApi* | [**get**](docs/TenantsApi.md#get) | **GET** /tenants/self |\n*TenantsApi* | [**get_invitations**](docs/TenantsApi.md#get_invitations) | **GET** /tenants/self/invitations |\n*TenantsApi* | [**get_members**](docs/TenantsApi.md#get_members) | **GET** /tenants/self/members |\n*TenantsApi* | [**get_tenant_usage_report**](docs/TenantsApi.md#get_tenant_usage_report) | **GET** /tenants/self/reports/usage |\n*TenantsApi* | [**owner_get**](docs/TenantsApi.md#owner_get) | **GET** /tenants/self/owner |\n*TenantsApi* | [**resend_invitation**](docs/TenantsApi.md#resend_invitation) | **POST** /tenants/self/invitations/{invitationId}/resend |\n*TenantsApi* | [**update**](docs/TenantsApi.md#update) | **PUT** /tenants/self |\n*TenantsApi* | [**update_member**](docs/TenantsApi.md#update_member) | **PUT** /tenants/self/members/{memberId} |\n*ThreeDSApi* | [**three_ds_authenticate_session**](docs/ThreeDSApi.md#three_ds_authenticate_session) | **POST** /3ds/sessions/{sessionId}/authenticate |\n*ThreeDSApi* | [**three_ds_create_session**](docs/ThreeDSApi.md#three_ds_create_session) | **POST** /3ds/sessions |\n*ThreeDSApi* | [**three_ds_get_challenge_result**](docs/ThreeDSApi.md#three_ds_get_challenge_result) | **GET** /3ds/sessions/{sessionId}/challenge-result |\n*ThreeDSApi* | [**three_ds_get_session_by_id**](docs/ThreeDSApi.md#three_ds_get_session_by_id) | **GET** /3ds/sessions/{id} |\n*TokenizeApi* | [**tokenize**](docs/TokenizeApi.md#tokenize) | **POST** /tokenize |\n*TokensApi* | [**create**](docs/TokensApi.md#create) | **POST** /tokens |\n*TokensApi* | [**delete**](docs/TokensApi.md#delete) | **DELETE** /tokens/{id} |\n*TokensApi* | [**get**](docs/TokensApi.md#get) | **GET** /tokens |\n*TokensApi* | [**get_by_id**](docs/TokensApi.md#get_by_id) | **GET** /tokens/{id} |\n*TokensApi* | [**get_v2**](docs/TokensApi.md#get_v2) | **GET** /v2/tokens |\n*TokensApi* | [**search**](docs/TokensApi.md#search) | **POST** /tokens/search |\n*TokensApi* | [**search_v2**](docs/TokensApi.md#search_v2) | **POST** /v2/tokens/search |\n*TokensApi* | [**update**](docs/TokensApi.md#update) | **PATCH** /tokens/{id} |\n\n\n## Documentation For Models\n\n- [AccessRule](docs/AccessRule.md)\n- [Application](docs/Application.md)\n- [ApplicationKey](docs/ApplicationKey.md)\n- [ApplicationPaginatedList](docs/ApplicationPaginatedList.md)\n- [ApplicationTemplate](docs/ApplicationTemplate.md)\n- [AuthenticateThreeDSSessionRequest](docs/AuthenticateThreeDSSessionRequest.md)\n- [AuthorizeSessionRequest](docs/AuthorizeSessionRequest.md)\n- [BankVerificationRequest](docs/BankVerificationRequest.md)\n- [BinDetails](docs/BinDetails.md)\n- [BinDetailsBank](docs/BinDetailsBank.md)\n- [BinDetailsCountry](docs/BinDetailsCountry.md)\n- [BinDetailsProduct](docs/BinDetailsProduct.md)\n- [CardDetails](docs/CardDetails.md)\n- [Condition](docs/Condition.md)\n- [CreateApplicationRequest](docs/CreateApplicationRequest.md)\n- [CreateProxyRequest](docs/CreateProxyRequest.md)\n- [CreateReactorFormulaRequest](docs/CreateReactorFormulaRequest.md)\n- [CreateReactorRequest](docs/CreateReactorRequest.md)\n- [CreateSessionResponse](docs/CreateSessionResponse.md)\n- [CreateTenantConnectionRequest](docs/CreateTenantConnectionRequest.md)\n- [CreateTenantConnectionResponse](docs/CreateTenantConnectionResponse.md)\n- [CreateTenantInvitationRequest](docs/CreateTenantInvitationRequest.md)\n- [CreateThreeDSSessionRequest](docs/CreateThreeDSSessionRequest.md)\n- [CreateThreeDSSessionResponse](docs/CreateThreeDSSessionResponse.md)\n- [CreateTokenRequest](docs/CreateTokenRequest.md)\n- [CursorPagination](docs/CursorPagination.md)\n- [GetApplications](docs/GetApplications.md)\n- [GetLogs](docs/GetLogs.md)\n- [GetPermissions](docs/GetPermissions.md)\n- [GetProxies](docs/GetProxies.md)\n- [GetReactorFormulas](docs/GetReactorFormulas.md)\n- [GetReactors](docs/GetReactors.md)\n- [GetTenantInvitations](docs/GetTenantInvitations.md)\n- [GetTenantMembers](docs/GetTenantMembers.md)\n- [GetTokens](docs/GetTokens.md)\n- [GetTokensV2](docs/GetTokensV2.md)\n- [Log](docs/Log.md)\n- [LogEntityType](docs/LogEntityType.md)\n- [LogPaginatedList](docs/LogPaginatedList.md)\n- [Pagination](docs/Pagination.md)\n- [PatchProxyRequest](docs/PatchProxyRequest.md)\n- [PatchReactorRequest](docs/PatchReactorRequest.md)\n- [Permission](docs/Permission.md)\n- [Privacy](docs/Privacy.md)\n- [ProblemDetails](docs/ProblemDetails.md)\n- [Proxy](docs/Proxy.md)\n- [ProxyPaginatedList](docs/ProxyPaginatedList.md)\n- [ProxyTransform](docs/ProxyTransform.md)\n- [ReactRequest](docs/ReactRequest.md)\n- [ReactRequestAsync](docs/ReactRequestAsync.md)\n- [ReactResponse](docs/ReactResponse.md)\n- [Reactor](docs/Reactor.md)\n- [ReactorFormula](docs/ReactorFormula.md)\n- [ReactorFormulaConfiguration](docs/ReactorFormulaConfiguration.md)\n- [ReactorFormulaPaginatedList](docs/ReactorFormulaPaginatedList.md)\n- [ReactorFormulaRequestParameter](docs/ReactorFormulaRequestParameter.md)\n- [ReactorPaginatedList](docs/ReactorPaginatedList.md)\n- [Role](docs/Role.md)\n- [SearchTokensRequest](docs/SearchTokensRequest.md)\n- [SearchTokensRequestV2](docs/SearchTokensRequestV2.md)\n- [StringStringKeyValuePair](docs/StringStringKeyValuePair.md)\n- [Tenant](docs/Tenant.md)\n- [TenantConnectionOptions](docs/TenantConnectionOptions.md)\n- [TenantInvitationResponse](docs/TenantInvitationResponse.md)\n- [TenantInvitationResponsePaginatedList](docs/TenantInvitationResponsePaginatedList.md)\n- [TenantInvitationStatus](docs/TenantInvitationStatus.md)\n- [TenantMemberResponse](docs/TenantMemberResponse.md)\n- [TenantMemberResponsePaginatedList](docs/TenantMemberResponsePaginatedList.md)\n- [TenantUsageReport](docs/TenantUsageReport.md)\n- [ThreeDSAcsRenderingType](docs/ThreeDSAcsRenderingType.md)\n- [ThreeDSAddress](docs/ThreeDSAddress.md)\n- [ThreeDSAuthentication](docs/ThreeDSAuthentication.md)\n- [ThreeDSCardholderAccountInfo](docs/ThreeDSCardholderAccountInfo.md)\n- [ThreeDSCardholderAuthenticationInfo](docs/ThreeDSCardholderAuthenticationInfo.md)\n- [ThreeDSCardholderInfo](docs/ThreeDSCardholderInfo.md)\n- [ThreeDSCardholderPhoneNumber](docs/ThreeDSCardholderPhoneNumber.md)\n- [ThreeDSDeviceInfo](docs/ThreeDSDeviceInfo.md)\n- [ThreeDSMerchantInfo](docs/ThreeDSMerchantInfo.md)\n- [ThreeDSMerchantRiskInfo](docs/ThreeDSMerchantRiskInfo.md)\n- [ThreeDSMessageExtension](docs/ThreeDSMessageExtension.md)\n- [ThreeDSMethod](docs/ThreeDSMethod.md)\n- [ThreeDSMobileSdkRenderOptions](docs/ThreeDSMobileSdkRenderOptions.md)\n- [ThreeDSPriorAuthenticationInfo](docs/ThreeDSPriorAuthenticationInfo.md)\n- [ThreeDSPurchaseInfo](docs/ThreeDSPurchaseInfo.md)\n- [ThreeDSRequestorInfo](docs/ThreeDSRequestorInfo.md)\n- [ThreeDSSession](docs/ThreeDSSession.md)\n- [ThreeDSVersion](docs/ThreeDSVersion.md)\n- [Token](docs/Token.md)\n- [TokenCursorPaginatedList](docs/TokenCursorPaginatedList.md)\n- [TokenEnrichments](docs/TokenEnrichments.md)\n- [TokenExtras](docs/TokenExtras.md)\n- [TokenMetrics](docs/TokenMetrics.md)\n- [TokenPaginatedList](docs/TokenPaginatedList.md)\n- [TokenReport](docs/TokenReport.md)\n- [UpdateApplicationRequest](docs/UpdateApplicationRequest.md)\n- [UpdatePrivacy](docs/UpdatePrivacy.md)\n- [UpdateProxyRequest](docs/UpdateProxyRequest.md)\n- [UpdateReactorFormulaRequest](docs/UpdateReactorFormulaRequest.md)\n- [UpdateReactorRequest](docs/UpdateReactorRequest.md)\n- [UpdateTenantMemberRequest](docs/UpdateTenantMemberRequest.md)\n- [UpdateTenantRequest](docs/UpdateTenantRequest.md)\n- [UpdateTokenRequest](docs/UpdateTokenRequest.md)\n- [User](docs/User.md)\n- [ValidationProblemDetails](docs/ValidationProblemDetails.md)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasis-theory%2Fbasistheory-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasis-theory%2Fbasistheory-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasis-theory%2Fbasistheory-python/lists"}