Overview
A DraftKings-style deposit presents the customer with an input form where they can enter any amount they’d like to deposit. This is the standard experience used by sports books and gaming platforms.How It Works
- You create a checkout session with
type: "deposit"and nofixed_amount_cents. - The customer is redirected to the Soap-hosted checkout page.
- The customer enters their desired deposit amount and selects a payment method.
- Upon completion, a webhook is fired and the customer is redirected back to your app.
API Request
Key Parameters
| Parameter | Required | Description |
|---|---|---|
customer_id | Yes | The customer’s unique identifier |
type | Yes | Must be "deposit" |
experience | No | "web" or "webview" |
return_url | No | Where to redirect the customer after completion |
When to Use
- Your platform lets the customer choose how much to deposit
- Standard gaming / sports-book deposit flows
- Any scenario where the deposit amount is not predetermined
← Back to Create Checkout
View the full API reference for creating checkouts.

