btcpayserver / btcpayserver/btcpay-python

When generating an invoice for less than 20 cents, client does not return BTC addresses

Open
#24 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
79
Forks
28
PR merge metrics
No merged PRs in 30d

Description

`invoice_response = client.create_invoice({"price": 1.0, "currency": "USD"})`

Returns a normal response.

`invoice_response = client.create_invoice({"price": .19, "currency": "USD"})`

Returns a response without a BTC address (but does include other currencies).

`invoice_response = client.create_invoice({"price": .20, "currency": "USD"})`

Also returns a normal response.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.