Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions mintlify/snippets/internal-accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ curl -X GET 'https://api.lightspark.com/grid/2025-10-13/customers/internal-accou
"accountNumber": "9876543210",
"routingNumber": "021000021",
"accountHolderName": "Lightspark Payments FBO John Doe",
"bankName": "JP Morgan Chase"
"bankName": "JP Morgan Chase",
"bankAddress": "270 Park Avenue, New York, NY 10017"
}
},
{
Expand Down Expand Up @@ -145,7 +146,8 @@ Each internal account includes `fundingPaymentInstructions` that tell your custo
"accountNumber": "9876543210",
"routingNumber": "021000021",
"accountHolderName": "Lightspark Payments FBO John Doe",
"bankName": "JP Morgan Chase"
"bankName": "JP Morgan Chase",
"bankAddress": "270 Park Avenue, New York, NY 10017"
}
}
```
Expand Down
6 changes: 6 additions & 0 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions openapi/components/schemas/common/PaymentUsdAccountInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ allOf:
Unique reference code that must be included with the payment to properly
credit it
example: UMA-Q12345-REF
bankAddress:
type: string
description: >-
The postal address of the financial institution holding the account, on
a single line. Optional on every rail, and recommended for wires, where
some originating banks require the beneficiary institution's address
before they will send.
example: 885 Teaneck Road, Teaneck, NJ 07666
minLength: 1
maxLength: 255
Loading