Testnet faucet (status 200, no transaction ID)

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!

Looks you are right that the message returned no longer includes the transaction ID.

However, I do see that your account received algos via algoexplorer: https://testnet.algoexplorer.io/address/YWAZMD7TCJFZK7NV72LSF4QVAUTWY4CXAD634NZEY5DMWKEOKIZP2NVJL4

Are you running a TestNet node, and has it caught up yet? Since the latest transaction occurred in block 3025530 you won’t see an updated balance on your node until it catches up to that block.

1 Like

Liz, Thanks for pointing out that way to inspect the address.

(I had been using BitGo, that’s how the address was generated. They tell me it is a problem on their end.)