We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1292b4 commit 9391da2Copy full SHA for 9391da2
1 file changed
user_scanner/user_scan/finance/cashapp.py
@@ -0,0 +1,8 @@
1
+from user_scanner.core.orchestrator import status_validate
2
+
3
+def validate_cashapp(user):
4
5
+ url = f"https://cash.app/${user}"
6
+ show_url = f"https://cash.app/${user}"
7
8
+ return status_validate(url, 404, 200, show_url=show_url)
0 commit comments