bitpay-go icon indicating copy to clipboard operation
bitpay-go copied to clipboard

Powerful, flexible, lightweight interface to the BitPay Bitcoin Payment Gateway API.

Results 8 bitpay-go issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

CreateInvoice returns " This endpoint does not support the `user` facade"

Hey, If anyone is looking for a more updated library of this, please reference https://github.com/Vinovest/bitpay-go not 100% full supporting but will be able to get you most of the way...

According to documentation for [GetInvoice](https://bitpay.com/api/#rest-api-resources-invoices-create-an-invoice), `x-accept-version`, `content-type` headers are required. Moreover, adding `x-identity` and `x-signature` header would allow merchant facade tokens to work.

An runtime error will happen with untrusted X.509 certificates: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x0 pc=0x458589] goroutine 1 [running]: github.com/bitpay/bitpay-go/client.(*Client).PairClient(0xc208078120, 0xc20803bb90,...

What am I supposed to do with a unexported type?