Top Up Credits
Add credits via a hosted Stripe Checkout session ($50 minimum); not available on annual plans. Redirect the customer to the returned checkout_session_url.
Authorizations
Body
Amount to charge, in USD. Must be at least 50. Tax is added automatically at checkout based on the customer's billing address.
x >= 50URL Stripe redirects the customer to after a successful payment. Defaults to https://console.didit.me. Append the literal placeholder {CHECKOUT_SESSION_ID} if you want Stripe to substitute the session ID.
URL Stripe redirects the customer to when they abort or close the Checkout window. Defaults to https://console.didit.me.
Response
Stripe Checkout session created. Redirect the user to checkout_session_url to complete payment.