receive-payments-demos icon indicating copy to clipboard operation
receive-payments-demos copied to clipboard

What is Secret key? How can i find our Secret and how to add secret Key in our php code

Open asim136 opened this issue 7 years ago • 1 comments

What is Secret key? How can i find our Secret and how to add secret Key in our php code

$mysite_root = "localhost/admin/blockchain"; $secret = "SECRET-KEY"; $my_xpub = "xpub6CKJvsdvsdvsdvT8FA64vsdHXdnvsdmKxsdvsdP6gpDiEWPENPgjzpG"; $my_api_key = "dvsDFFEFvfffffffzezfsefsfvr";

Getting this Error:(Due to invalid Secret) failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request

asim136 avatar Dec 22 '17 22:12 asim136

@asim136 Secret key is a string that you generate your self and save it, it allow to secure the tx once you want to process it in your db

sFaxsy avatar Dec 23 '17 10:12 sFaxsy