Releases: MethodFi/method-python
Releases · MethodFi/method-python
v2.1.1
Compare
Sorry, something went wrong.
No results found
v2.1.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Merge pull request #63 from MethodFi/bilal/mthd-9409
v1.2.6
Compare
Sorry, something went wrong.
No results found
What's Changed
adds webhook status patch
Full Changelog : v1.2.5...v1.2.6
v1.2.5
Compare
Sorry, something went wrong.
No results found
hmac_secret to Create Webhook type (#62)
* hmac_secret to Create Webhook type
* bump version
v1.2.4
Compare
Sorry, something went wrong.
No results found
change account_attribute to attribute (#61)
* change account_attribute to attribute
* bump version
v1.2.3
Compare
Sorry, something went wrong.
No results found
release with python 3.13 (#58)
v1.2.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
adds transaction merchants (#56)
v1.2.0
Compare
Sorry, something went wrong.
No results found
Allows for either strings or payload to be passed when subscribing an Entity to Attributes
Addressed breaking change in v1.1.13