Are there any tools for sending a Cashtag to Square and getting back a JSON object if that Cashtag is valid?
Like what https://cash.app/$joshua129680 returns, tucked away inside the HTML:
{
"display_name":"Edward Hopper",
"formatted_cashtag":"$Joshua129680",
"is_verified_account":false
}
We’re sending payment to folks, and I know Square doesn’t have an API for that, but we’re still looking for ways to automate any part of our process.
Thank you,
Zach