Releases: NikolaiSch/NowPay-python
Releases · NikolaiSch/NowPay-python
v2.1.1
Full Changelog: v2.1.0...v2.1.1
v2.0.0
- Renamed Function names
- status (for api status)
- currencies (for all available currencies)
- merchant_coins (for your account allowed coins)
- estimate (to estimate cost for a transaction)
- create_payment (to create a payment transaction, returns details)
- payment_status (to view payment status from id)
- min_amount (view minimum cost of a transaction allowed from 1 crypto to another)
- No more extra sandbox class (built in)
- Now use sandbox=True in the constructor
- added case support, now in sandbox mode, you are able to specify case.
- valid cases are "success", "partially_paid", "failure" to test your api