Create session
Sessions
Create session
Creates a new deposit session. Returns the session object including a client secret for client-side operations.
POST
Create session
Authorizations
API key passed as a Bearer token
Body
application/json
- Option 1
- Option 2
Key-value string pairs for your own use. For fiat sessions, set email to start at email OTP, or phone as an E.164 phone hint for Apple Pay.
Example:
{
"email": "account@daimo.com",
"phone": "+14155552671",
"orderId": "123"
}Address to receive funds if a contract call reverts
Pattern:
^0x[0-9a-fA-F]{40}$Response
Session created