Update README.md
This commit is contained in:
parent
66eb59f21e
commit
6209701d37
@ -51,6 +51,7 @@ new_invoice = client.create_invoice({"price": 20, "currency": "USD"})
|
||||
```python
|
||||
fetched_invoice = client.get_invoice(<invoice-id>)
|
||||
```
|
||||
The `fetched_invoixe` above will be a dictionary of all invoice data from the Bitpay API. For instance, you can check the payment status with `fetched_invoice['status']`.
|
||||
|
||||
### Get rates
|
||||
```python
|
||||
|
||||
Loading…
Reference in New Issue
Block a user