Skip to content

Releases: MethodFi/method-python

v2.1.1

Choose a tag to compare

@ossiggy ossiggy released this 17 Jan 00:07
8ef0c7d
  • bumps to correct version

v2.1.0

Choose a tag to compare

@ossiggy ossiggy released this 16 Jan 22:18
4580c38
  • Adds ability to override baseURL by providing one in the Method configuration object.
from method import Method

method = Method(env="production", api_key="{API_KEY}", base_url="http://localhost:3000")

# or 

method = Method({"env": "production", "api_key": "{API_KEY}", "base_url":"http://localhost:3000"})

v2.0.0

Choose a tag to compare

@sbilalh sbilalh released this 31 Oct 23:30
eac0165
Merge pull request #63 from MethodFi/bilal/mthd-9409

v1.2.6

Choose a tag to compare

@ossiggy ossiggy released this 09 Sep 15:44
f24e52f

What's Changed

  • adds webhook status patch

Full Changelog: v1.2.5...v1.2.6

v1.2.5

Choose a tag to compare

@sbilalh sbilalh released this 29 Jul 15:13
16a4e1a
hmac_secret to Create Webhook type (#62)

* hmac_secret to Create Webhook type

* bump version

v1.2.4

Choose a tag to compare

@sbilalh sbilalh released this 09 Jul 23:07
c14a7af
change account_attribute to attribute (#61)

* change account_attribute to attribute

* bump version

v1.2.3

Choose a tag to compare

@sbilalh sbilalh released this 11 Jun 20:33
e3a5095
release with python 3.13 (#58)

v1.2.2

Choose a tag to compare

@sbilalh sbilalh released this 02 Jun 20:03
b0473ba
add source property to cardbrand (#57)

* add source property to cardbrand

* bump version

* update tests

* update entity tests

* update entity verification session types

v1.2.1

Choose a tag to compare

@sbilalh sbilalh released this 27 May 18:21
78fae8e
adds transaction merchants (#56)

v1.2.0

Choose a tag to compare

@ossiggy ossiggy released this 19 May 17:42
b26d249
  • Allows for either strings or payload to be passed when subscribing an Entity to Attributes
  • Addressed breaking change in v1.1.13