Skip to content

Releases: NikolaiSch/NowPay-python

v2.1.1

25 Apr 14:49
Compare
Choose a tag to compare

v2.0.0

24 Apr 16:51
eaf2cd9
Compare
Choose a tag to compare
  • 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