Releases: MethodFi/method-python
Releases · MethodFi/method-python
v1.1.13
Compare
Sorry, something went wrong.
No results found
Updates entity attribute handling - there is a new payload for requesting entity attributes. Please see more details in the documentation
Changes entity subscription creation, please note the new payload in the documentation when upgrading to this version
For example:
response = method
.entities ('ent_TYHMaRJUUeJ7U' )
.subscriptions
.create ('credit_score' )
is now:
response = method
.entities ('ent_TYHMaRJUUeJ7U' )
.subscriptions
.create ({
enroll : 'credit_score' ,
})
For attributes specifically, it will be:
response = method
.entities ('ent_TYHMaRJUUeJ7U' )
.subscriptions
.create ({
enroll : 'attribute' ,
payload : {
attributes : {
requested_attributes : ['credit_health_credit_card_usage' , 'credit_health_derogatory_marks' , ...etc .]
}
}
})
v1.1.12
Compare
Sorry, something went wrong.
No results found
What's Changed
adds card_brand and payment_instrument as subscribable products by @ossiggy in #53
Full Changelog : v1.1.11...1.1.12
v1.1.11
Compare
Sorry, something went wrong.
No results found
Bilal/mthd-8679 (#52)
* support for transactions, payment instruments & simulating credit scores + tests
* bump version
v1.1.10
Compare
Sorry, something went wrong.
No results found
What's Changed
Adds entity attribute as a subscription option
v1.1.9
Compare
Sorry, something went wrong.
No results found
Mike/adds payment status (#49)
* adds cashed, payment method, and data_as_of
* version
* fix entity test date format
v1.1.8
Compare
Sorry, something went wrong.
No results found
payment dry-run (#48)
* payment dry-run
v1.1.7
Compare
Sorry, something went wrong.
No results found
account products + attributes (#47)
v1.1.6
Compare
Sorry, something went wrong.
No results found
added credit_health_open_accounts to attributes (#46)
v1.1.5
Compare
Sorry, something went wrong.
No results found
entity vehicles (#45)
* entity vehicles
* tests
v1.1.4
Compare
Sorry, something went wrong.
No results found
added posted enum to PaymentStatusesLiterals (#44)
* added posted enum to PaymentStatusesLiterals
* version bump
* added posted enum to PaymentFundStatusesLiterals