Documentation for the testnet faucet says, “A 200 status code and a transaction ID means success.” (https://developer.algorand.org/docs/testing-your-applications)
When using https://bank.testnet.algorand.network/, I get code 200, but no transaction ID. Here’s what appears on the page
Status: Code 200 success: {"Type":"pay","Sender":"GD64YIY3TWGDMCNPP553DZPPR6LDUSFQOIJVFDPPXWEG3FVOJCCA","Fee":{"Raw":10000},"FirstValid":3025529,"LastValid":3026529,"Note":null,"GenesisID":"testnet-v1.0","GenesisHash":[72,99,181,24,164,179,200,78,200,16,242,45,79,16,129,203,15,113,240,89,167,172,32,222,198,47,127,112,229,9,58,34],"VotePK":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"SelectionPK":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"VoteFirst":0,"VoteLast":0,"VoteKeyDilution":0,"Receiver":"YWAZMD7TCJFZK7NV72LSF4QVAUTWY4CXAD634NZEY5DMWKEOKIZA","Amount":{"Raw":100000000},"CloseRemainderTo":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"}
I don’t see the any balance in the wallet. Would appreciate any help troubleshooting this!