curl --request GET \
--url https://sandbox.sturdytechnologies.com/v3/zelle/status/{user_id}
{
"data": {
"zelle_id": "user@example.com",
"status": "VALIDATED"
},
"message": "Zelle ID validation request received. Status will be provided via webhook.",
"success": true
}
Fund With Zelle
Check Zelle ID Status
Get the validation status of a Zelle ID for a specified user
GET
/
zelle
/
status
/
{user_id}
Get Zelle ID Validation Status
curl --request GET \
--url https://sandbox.sturdytechnologies.com/v3/zelle/status/{user_id}
{
"data": {
"zelle_id": "user@example.com",
"status": "VALIDATED"
},
"message": "Zelle ID validation request received. Status will be provided via webhook.",
"success": true
}