cURL
curl --request POST \ --url https://sandbox.sturdytechnologies.com/v3/zelle/validate \ --header 'Content-Type: application/json' \ --data ' { "user_id": "<string>", "zelle_id": "user@example.com" } '
{ "data": "null", "message": "Zelle ID validation request received. Status will be provided via webhook.", "success": true }
Validate a Zelle account before funding
Validate Zelle Account payload
Unique identifier for the user
Zelle ID (email) to be validated.
"user@example.com"
OK
null
"Zelle ID validation request received. Status will be provided via webhook."
true