Skip to content

Commit 71b5283

Browse files
docs(api): update support contact URL in cards/account/card documentation
1 parent 126641d commit 71b5283

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 194
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-af18ede440e3b8a8b15aa3831c5add93c25934cdb037a0c6128a4c4e82fe5d4f.yml
3-
openapi_spec_hash: be9b3152e28212b685337a42ad1acf97
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-c1cfc621309e4d49899f9b055c399d7ad3eb24c05bad299322c1e03804d3d130.yml
3+
openapi_spec_hash: 799d9da903ff2e4d51fe3f1566d17c92
44
config_hash: a0a579b0564a5c18568a78f5ba2b6653

src/lithic/resources/cards/cards.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,8 +1200,8 @@ def search_by_pan(
12001200
12011201
Customers must be PCI
12021202
compliant to use this endpoint. Please contact
1203-
[support@lithic.com](mailto:support@lithic.com) for questions. _Note: this is a
1204-
`POST` endpoint because it is more secure to send sensitive data in a request
1203+
[support.lithic.com](https://support.lithic.com/) for questions. _Note: this is
1204+
a `POST` endpoint because it is more secure to send sensitive data in a request
12051205
body than in a URL._
12061206
12071207
Args:
@@ -2428,8 +2428,8 @@ async def search_by_pan(
24282428
24292429
Customers must be PCI
24302430
compliant to use this endpoint. Please contact
2431-
[support@lithic.com](mailto:support@lithic.com) for questions. _Note: this is a
2432-
`POST` endpoint because it is more secure to send sensitive data in a request
2431+
[support.lithic.com](https://support.lithic.com/) for questions. _Note: this is
2432+
a `POST` endpoint because it is more secure to send sensitive data in a request
24332433
body than in a URL._
24342434
24352435
Args:

src/lithic/types/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class Account(BaseModel):
101101
accounts are unable to be transitioned to `ACTIVE` or `PAUSED` states.
102102
Accounts can be manually set to `CLOSED`, or this can be done by Lithic due to
103103
failure to pass KYB/KYC or for risk/compliance reasons. Please contact
104-
[support@lithic.com](mailto:support@lithic.com) if you believe this was done
104+
[support.lithic.com](https://support.lithic.com/) if you believe this was done
105105
by mistake.
106106
"""
107107

src/lithic/types/card.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ class Card(NonPCICard):
1919
"""Primary Account Number (PAN) (i.e.
2020
2121
the card number). Customers must be PCI compliant to have PAN returned as a
22-
field in production. Please contact support@lithic.com for questions.
22+
field in production. Please contact https://support.lithic.com/ for questions.
2323
"""

0 commit comments

Comments
 (0)