Allows purchasing credits below the $5.00 minimum on the X Developer Console billing page. Opens a Stripe payment sheet entirely within your browser using X's own Stripe session.
Removes the artificial $5.00 minimum when purchasing credits on the X Developer Console billing page. Intercepts the checkout flow and opens Stripe's embedded payment sheet directly in a new tab using X's own API and your existing session, no third-party servers involved.
When you click the custom continue button, the script:
console.x.com/api/accounts/{id}/credits/embedded_checkout with your chosen amount (using your browser session, same as normal checkout)clientSecretAll traffic goes directly between your browser, X's API, and Stripe. Nothing is sent anywhere else.
console.x.com