@stripe/link-cli 0.13.0 → 0.14.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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/dist/cli.js +1191 -12903
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -287,7 +287,7 @@ Link Pay Token requests require `execution_method=link_pay_token` and the
287
287
  DOM-derived `merchant_account_id`, and Link supplies their canonical merchant
288
288
  identity.
289
289
 
290
- **Constraints:** `context` must be at least 100 characters; `amount` must not exceed 500000 (cents); `currency` must be a 3-letter ISO code. The user has 10 minutes from when approval is requested to approve. Approved credentials (card or SPT) are valid for 12 hours from spend request creation.
290
+ **Constraints:** `context` must be at least 100 characters; `amount` must not exceed 50000 (cents); `currency` must be a 3-letter ISO code. The user has 10 minutes from when approval is requested to approve. Approved credentials (card or SPT) are valid for 12 hours from spend request creation.
291
291
  **Test mode:** Pass `--test` to create a testmode SpendRequest. A testmode SpendRequest will return test payment credentials (e.g test card `4000009990001984`) rather than a real payment credential. Testmode SpendRequests will not charge the underlying payment method of the SpendRequest. This is useful for development and integration testing without real payment methods.
292
292
 
293
293
  ```bash
@@ -309,10 +309,10 @@ link-cli spend-request cancel lsrq_001
309
309
 
310
310
  | Limit | Value |
311
311
  |-------|-------|
312
- | Max amount per spend request | $5,000 (500,000 cents) |
312
+ | Max amount per spend request | $500 (50,000 cents) |
313
313
  | Approval window | 10 minutes — user must approve within 10 min of `request-approval` |
314
314
  | Card / SPT validity | 12 hours from spend request creation |
315
- | Daily spend | $5,000 |
315
+ | Daily spend | $500 |
316
316
  | Monthly spend (30 days) | $20,000 |
317
317
  | Concurrent active requests (created + approved) | 30 |
318
318
  | Concurrent approved requests | 10 |