Skip to content

Commit 99e1525

Browse files
feat(api): add recipient_name field to payment ACH method attributes
1 parent 0f01552 commit 99e1525

2 files changed

Lines changed: 5 additions & 2 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: 213
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-5b3d4793b9cc2b4a6ac971f36d5e8a08b48fb976aba670f9ffedc929a52d3e0a.yml
3-
openapi_spec_hash: 3bcf49d20dbd24100d67fa3750a40e6b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-bd17a533b1b772cf28389698c3d4e9f462360e323588175292161c5adc5895f1.yml
3+
openapi_spec_hash: 1004e42a5569ca559ffee65bd85ee7f8
44
config_hash: 5bb913c05ebeb301ec925b16e75bb251

src/lithic/types/payment.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ class MethodAttributesACHMethodAttributes(BaseModel):
166166
receipt_routing_number: Optional[str] = None
167167
"""Receipt routing number"""
168168

169+
recipient_name: Optional[str] = None
170+
"""Name of the recipient on ACH receipts. Reflects the originating bank's record"""
171+
169172
retries: Optional[int] = None
170173
"""Number of retries attempted"""
171174

0 commit comments

Comments
 (0)