@spritz-finance/api-client 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/dist/spritz-api-client.cjs +19 -19
- package/dist/spritz-api-client.d.ts +9880 -5605
- package/dist/spritz-api-client.mjs +19 -19
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -820,8 +820,10 @@ const accounts = await client.virtualAccounts.list()
|
|
|
820
820
|
ACH onramp lets users convert USD from their bank account into USDC delivered to a Solana wallet. The flow is:
|
|
821
821
|
|
|
822
822
|
1. **Link bank account** via Plaid → funding source created automatically
|
|
823
|
-
2. **
|
|
824
|
-
3. **Create deposit** —
|
|
823
|
+
2. **Prepare deposit** — quote and ACH authorization message for the user to review
|
|
824
|
+
3. **Create deposit** — confirm to debit the bank and release USDC to the wallet
|
|
825
|
+
|
|
826
|
+
Authorization is derived from the verified ACH funding source — no wallet signature is required.
|
|
825
827
|
|
|
826
828
|
For a complete walkthrough with code examples, request/response schemas, and deposit lifecycle documentation, see the **[ACH Onramp Integration Guide](docs/ach-onramp-guide.md)**.
|
|
827
829
|
|