create_credit_checkout
Create a hosted Stripe Checkout URL for a prepaid credit pack. This can lead to a charge, but only after the user opens the URL and confirms payment on Stripe. Ask the user before calling it and never handle card details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pack | Yes | starter: $5 for 2,500 screenshots ($0.002 each); growth: $20 for 15,000 screenshots ($0.0013 each); scale: $75 for 75,000 screenshots ($0.001 each); bulk: $250 for 350,000 screenshots ($0.000714 each) | |
| batch_id | No | Optional. Resumes this batch as soon as the payment lands. |