Uh oh!
There was an error while loading. Please reload this page.
feat: sync Python SDK with OpenAPI spec - #72
Conversation
…types, bump API version
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:fad63fe6a9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…empotency header drops The _create method signature is (data, params=None, request_opts=None). Passing request_opts positionally caused it to land in the params slot, silently dropping idempotency-key and prefer headers while appending the opts dict as URL query parameters. Fixed across all resources (pre-existing bug + new resources).
mack-ship-it
commented
Jun 25, 2026
Addressed all 3 Codex review comments:
All 3 review threads resolved. |
- Account: add consent_status field, remove subscription fields from ACH response - Account attributes: accept in_progress status (API no longer returns completed synchronously) - Account products: attribute.is_subscribable changed from false to true - Entity attributes: accept in_progress status - Entity products: manual_connect status dynamically matched - Entity subscription: fallback to string enrollment if dict-based fails - Merchant: add rpps to provider_ids - Payment: add idempotency_key, reversal_account, payment_instrument, destination_payment_method, destination_posted_date fields
mack-ship-it
commented
Jun 26, 2026
Closing to split into smaller PRs by severity tier for easier review. |
Changes
API Version
method-versionheader from2025-07-04to2026-03-30New Resources
create,retrievecreate,retrieve,list,deletecreate,retrieve,update_encryption_key, pluspublic_keyssub-resource (CRUD for MLE public keys)retrieve,list, plustransactionssub-resourceEntity Updates
create,retrieve)capabilities/available_capabilities/pending_capabilitieswithproducts,restricted_products,subscriptions,available_subscriptions,restricted_subscriptions, andverificationfieldscorporationtoEntityTypesLiteralsEntityCapabilitiesLiteralsandEntityReceiveOnly(deprecated types)Account Updates
clearinganddebit_cardtoAccountTypesLiteralsprocessingandpending_exchangetoAccountStatusesLiteralsAccountConsentStatusesLiteralsandconsent_statusfield toAccountPayment Updates
transmitting,transmitted,pending_consolidation,pending_clearing,cashedtoPaymentFundStatusesLiteralsreversal_accounttoPaymentCreateOptsReport Updates
ach.debit.dailyandreserve_fbo_balance.created.previous_daytoReportTypesLiteralsOpal Updates
retrieveanddeactivatemethods toOpalTokenResourcePackage
2.1.1to2.2.0cc @geoffrey-hill-method for review