Mint a spendable test-payment card
provision_test_cardIssues a single-use Stripe-Issuing virtual card hard-capped at fundedUsd, billed at funded + 25% markup + $2 service fee. PAN + CVC are returned ONCE in the response and TMV never persists them. Card auto-freezes 24h after creation. In sandbox mode (test key) cards auth only against Stripe test-mode merchants, perfect for verifying customer checkout flows without real money. Charged in credits at 1 credit = $0.10 (so a $10 funded card costs ~125 credits all-in). Provisioning fee absorbed into the markup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fundedUsd | Yes | USD amount to load onto the card (and the card's spending limit). | |
| testJobId | No | Optional TMV job ID to associate the card with. Used by the AI worker to surface the card via runContext.testPaymentCard so the agent can type it at checkout. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool result payload (JSON object) |