Skip to main content
POST
/
customers
/
me
/
deposit
Customer Initiate Deposit
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/customers/me/deposit
{
  "transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "gateway": "<string>",
  "gateway_type": "<string>",
  "currency": "<string>",
  "cashier_token": "<string>",
  "cashier_session_id": "<string>",
  "cashier_key": "<string>",
  "script_url": "<string>",
  "cashier_url": "<string>",
  "cashier_id": "<string>",
  "redirect_url": "<string>"
}

Response

201 - application/json

Successful Response

Returned after initiating a deposit — contains cashier iframe/redirect config.

transaction_id
string<uuid>
required
gateway
string
required
gateway_type
string
required
currency
string
required
cashier_token
string | null
cashier_session_id
string | null
cashier_key
string | null
script_url
string | null
cashier_url
string | null
cashier_id
string | null
redirect_url
string | null