vrajroham / laravel-bitpay

Laravel BitPay Client | Accept Bitcoin(Ƀ) and Bitcoin Cash for your business with your Laravel application
MIT License
74 stars 34 forks source link

Invalid network option provided in config. Should be livenet ot testnet only #21

Closed kosar501 closed 4 years ago

kosar501 commented 4 years ago

hi how could I get the right network for BITPAY_NETWORK ??

tsaffi commented 4 years ago

Use testnet for testing purpose and livenet once in production.

When using testnet, use the account created from https://test.bitpay.com/dashboard/signup

When using livenet (on production), use the account created from https://bitpay.com/dashboard/signup

Refer to the links below for more information

https://github.com/vrajroham/laravel-bitpay/blob/master/README.md https://support.bitpay.com/hc/en-us/articles/115003001063-How-do-I-configure-the-PHP-BitPay-Client-Library-

vrajroham commented 4 years ago

Closing as @tsaffi answered the question correctly.