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
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
node-version: '24'
cache: 'npm'

- name: Install libsecret
run: sudo apt-get update && sudo apt-get install -y libsecret-1-dev
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm what's this for?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you think mint got hacked? thinking about it i don't know why mint would require libsecret

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

claude's saying mint's added a new dependency openid-client which uses keytar.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could just remove the mintlify check-openapi since we're already running the redoc lint.

at some point also wanted to create our own lint rules using https://stoplight.io/open-source/spectral


- name: Install dependencies
run: npm ci

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ When you’re ready to go live:
- Complete corridor and provider onboarding as needed for your regions
- Confirm webhook security, monitoring, and alerting are in place
- Review rate limits, error handling, retries, and idempotency keys
- Run final UAT in Sandbox, then request Production access from our team
- Run final UAT in Sandbox, then request Production access from your Lightspark contact

<Check>
Contact our team to enable Production and finalize corridor activations.
Contact your Lightspark representative to enable Production and finalize corridor activations.
</Check>

## Support
Expand Down
2 changes: 1 addition & 1 deletion mintlify/global-p2p/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In this guide, the entities map as follows:
**Flow**: Alice (customer) funds a transfer from her external account → to Carlos (also a customer) → who receives funds in his external bank account. Alternatively, Alice could send directly to Carlos's UMA address if he has one.

## Get API credentials
Create a Sandbox API credentialsin the dashboard, then set environment variables for local use.
Create Sandbox API credentials in the [dashboard](https://app.lightspark.com), then set environment variables for local use.

```bash
export GRID_BASE_URL="https://api.lightspark.com/grid/2025-10-13"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ When you’re ready to go live:
- Complete corridor and provider onboarding as needed for your regions
- Confirm webhook security, monitoring, and alerting are in place
- Review rate limits, error handling, retries, and idempotency keys
- Run final UAT in Sandbox, then request Production access from our team
- Run final UAT in Sandbox, then request Production access from your Lightspark contact

<Check>
Contact our team to enable Production and finalize corridor activations.
Contact your Lightspark representative to enable Production and finalize corridor activations.
</Check>

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The Grid sandbox environment allows you to test your payouts integration without

To use the sandbox environment:

1. Contact Lightspark to get your inital sandbox credentials configured. Email [support@lightspark.com](mailto:support@lightspark.com) to get started.
1. Go to [app.lightspark.com](https://app.lightspark.com), create an account, and generate your sandbox API keys from the dashboard.
2. Add your sandbox API token and secret to your environment variables.
3. Use the normal production base URL: `https://api.lightspark.com/grid/2025-10-13`
4. Authenticate using your sandbox token with HTTP Basic Auth
Expand Down
2 changes: 1 addition & 1 deletion mintlify/platform-overview/core-concepts/entities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Your **platform configuration** defines global settings for your Grid integratio
- **UMA domain** (optional): Your domain for UMA addresses (e.g., `yourplatform.com`)
- **Required counterparty fields** (UMA only): Information required from senders for compliance

Platform configuration is managed via the dashboard or by contacting Lightspark support.
Platform configuration is managed via the [dashboard](https://app.lightspark.com).

## ID Format

Expand Down
12 changes: 6 additions & 6 deletions mintlify/platform-overview/introduction/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ mode: "wide"

<Accordion title="How do I get started with Grid?">
<Steps>
<Step title="Contact Sales">
Reach out to [sales@lightspark.com](mailto:sales@lightspark.com) to discuss your use case and get custom pricing.
<Step title="Create an Account">
Go to [app.lightspark.com](https://app.lightspark.com) to create your account and access the Grid dashboard.
</Step>
<Step title="Get Sandbox Credentials">
You'll receive sandbox API credentials to start building and testing your integration.
<Step title="Generate Sandbox API Keys">
Generate your sandbox API keys from the dashboard and start building and testing your integration.
</Step>

<Step title="Go to Production">
Once testing is complete, you'll receive production credentials to launch with real transactions.
Once testing is complete, reach out to your Lightspark contact to receive production credentials and launch with real transactions.
</Step>
</Steps>
</Accordion>
Expand Down
4 changes: 2 additions & 2 deletions mintlify/ramps/onboarding/implementation-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ When you're ready to go live:
- Confirm webhook security, monitoring, and alerting are configured
- Review rate limits, error handling, and idempotency
- Test conversion flows thoroughly in Sandbox
- Run final UAT in Sandbox, then request Production access from our team
- Run final UAT in Sandbox, then request Production access from your Lightspark contact

<Check>
Contact our team to enable Production and begin processing real conversions.
Contact your Lightspark representative to enable Production and begin processing real conversions.
</Check>

## Support
Expand Down
4 changes: 2 additions & 2 deletions mintlify/rewards/developer-guides/implementation-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ When you're ready to go live:
- Ensure adequate funding in your production platform account
- Confirm webhook security, monitoring, and alerting are in place
- Review rate limits, error handling, and idempotency
- Run final UAT in Sandbox, then request Production access from our team
- Run final UAT in Sandbox, then request Production access from your Lightspark contact

<Check>
Contact our team to enable Production and begin distributing Bitcoin rewards.
Contact your Lightspark representative to enable Production and begin distributing Bitcoin rewards.
</Check>
2 changes: 1 addition & 1 deletion mintlify/rewards/platform-tools/sandbox-testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Grid sandbox environment allows you to test your rewards integration without

To use the sandbox environment:

1. Contact Lightspark to get your inital sandbox credentials configured. Email [support@lightspark.com](mailto:support@lightspark.com) to get started.
1. Go to [app.lightspark.com](https://app.lightspark.com), create an account, and generate your sandbox API keys from the dashboard.
2. Add your sandbox API token and secret to your environment variables.
3. Use the normal production base URL: `https://api.lightspark.com/grid/2025-10-13`
4. Authenticate using your sandbox token with HTTP Basic Auth
Expand Down
2 changes: 1 addition & 1 deletion mintlify/snippets/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All webhooks sent by the Grid API include a signature in the `X-Grid-Signature`
## Signature Verification Process

1. **Obtain your Grid public key**
- This is provided to you during the integration process. Reach out to us at [support@lightspark.com](mailto:support@lightspark.com) or over Slack to get the public key.
- This is available in your [dashboard](https://app.lightspark.com) under API settings.
- The key is in PEM format and can be used with standard cryptographic libraries

2. **Verify incoming webhooks**
Expand Down
Loading