
2024-04-04), the highly anticipated second version of Method’s API.
Over the past year, our team has been dedicated to gathering feedback and working closely with our clients to create an even more powerful and developer-friendly API.
This release is packed with new features and enhancements that build upon Method’s credential-less consumer permissioned financial network.
Expanded integrations with Visa/Mastercard power new features such as real-time credit card transaction notifications, and enabling 1-click checkout experiences for merchants.
This is in addition to our real-time financial institution liability updates, which have been significantly upgraded to provide better accuracy, expanded coverage, and reduced latency.
Upgrading to 2024-04-04
The new API version is available to all existing teams. New teams are automatically pinned to the API version2024-04-04.
During the transition phase, teams will be allowed to utilize any API version in tandem.
Note that once upgraded manually, it’s not possible to revert to older versions. Contact your Method CSM for more information on upgrade rollbacks.
- Request Header: Set 
Method-Versionto2024-04-04. See API Versioning for more information. - Client Libraries: For Method Libraries, the version is locked to the dated version of the API. For example, method-node v0.x.x is locked to 2020-12-06, while method-node v1.x.x is locked to 2024-04-04 and onwards.
 
Upgrade Support
Our technical integration team is here to help! Contact your Method CSM for a 1:1 on best practices and support migrating to2024-04-04
Personalized upgrade guides have been created for enterprise customers. Contact your Method CSM to receive your guide.
How are auth_sessions different in the new version of the API?
What are the new products in 2024-04-04?
Entities
New endpoints have been introduced for verification sessions, identities, connect operations, credit scores, products, and subscriptions. Several endpoints, including auth session, credit scores, and sensitive information retrieval, have been deprecated. The connect endpoint now fetches all liability accounts across Method’s network of financial institutions, replacing auth_session. The verification sessions endpoint manages methods for verifying an entity’s phone and identity, while the identities endpoint retrieves the underlying identity (PII) of an entity. The products and subscriptions endpoints provide an overview of the products and continuous updates available for entities.New Features
The Connect endpoint
Connect identifies and connects all the liability accounts (e.g., credit card, mortgage, auto loans, student loans, etc.) for an entity across Method’s network of 1500+ financial institutions/lenders.- The Connect endpoint replaces:
- Auth Session: 
POST /entities/{ent_id}/auth_session 
 - Auth Session: 
 
The Credit Scores endpoint
Credit Scores returns the latest credit score and score factors for an entity.- The Credit Scores endpoint replaces:
- Credit Score: 
GET /entities/{ent_id}/credit_score 
 - Credit Score: 
 
The Verification Sessions Endpoint
Entity Verification Sessions manage the methods for verifying an entity’s phone and identity. Entities need to verify their identity and/or phone to be used throughout the Method API. The status of an entity’s verification is returned via theverification field in the Entity object.
- 
The Verification Sessions endpoint replaces:
- KBA questions via Auth Session: 
POST /entities/{ent_id}/auth_sessionis replaced by kba entity verification session. - Non-KBA authentication via Auth Session: 
POST /entities/{ent_id}/auth_sessionis replaced by byo_kyc entity verification session. individual.phone_verification_typeandindividual.phone_verification_timestampvia the create Entity request are replaced by byo_sms phone verification requirements.- Utilizing 
capabilities,available_capabilities, andpending_capabilitiesin the Entity object to verify if an entity’s identity has been matched or if more PII is required.- This flow is now replaced by 
verification.identity.verifiedandverification.identity.matchedin theverificationfield in the Entity object. 
 - This flow is now replaced by 
 
 - KBA questions via Auth Session: 
 - 
Upgrade notes:
- The 
verificationfield in the Entity object returns the status of Identity Verification (verification.identity) and Phone Verification (verification.phone). - The 
methodkey in theentity.verificationobject enumerates the phone and identity verifications available for your entity.- Available verification methods differ on a team-by-team basis and are further defined by the PII provided during entity creation. See PII Requirements for more information.
 - Teams with pre-defined PII requirements can utilize 
byo_kycto skip KBA, andbyo_smsto skip phone verification. 
 - Teams upgrading from a prior API version might have some verifications auto-generated. Contact your Method CSM for more info.
 - The 
statuskey in an entity will only transition toactivewhen all verification requirements have been completed. 
 - The 
 
The Identities endpoint
Entity Identities endpoint is used to retrieve the underlying identity (PII) of an Entity.- The Identities endpoint replaces:
- Entity Sensitive: 
GET /entities/{ent_id}/sensitive 
 - Entity Sensitive: 
 
The Products endpoint
Entity Products endpoint outlines the products (capabilities) an entity has access to and provides an overview of the status of all the products. Products are Method endpoints available for an entity. Access to most products requires an entity to be active. However, some products have restricted access requiring team-by-team enablement. See List all Products for more information. Entity Products:| Name | Use-Case | Resource Doc | 
|---|---|---|
connect | On-Demand comprehensive view of an Entity’s outstanding liabilities. | Connect | 
credit_score | On-Demand view of an Entity’s credit score. | Credit Scores | 
identity | On-Demand retrieval of the full Identity (PII) for any Entity | Identities | 
- The Products endpoint replaces:
- Utilizing 
capabilities,available_capabilities, andpending_capabilitiesin the Entity object to determine the capabilities an entity has access to. These fields have been deprecated from the Entity object and removed in favor of:products(products available for this entity)restricted_products(products not currently available, but can be made available)
 
 - Utilizing 
 
The Subscriptions endpoint
Entity Subscriptions endpoint controls the state of all subscriptions for an entity. Subscriptions are products that can provide continuous updates via webhooks (e.g., Credit Score Subscription provides updates on an entity’s credit score). Entity Subscriptions:| Name | Use-Case | Resource Doc | 
|---|---|---|
connect | Comprehensive view of an Entity’s outstanding liabilities and continuous near real-time updates on new liabilities. | Connect | 
credit_score | Continuous near real-time updates on an Entity’s credit score. | Credit Scores | 
- The Subscriptions endpoint replaces:
- Custom configuration for continuous credit report pulls via your Method CSM. This has been deprecated and replaced by Create a Subscription endpoint.
 
 
Breaking Changes
Entity object changes
- 
✨ Corporation entity types have been simplified to 
corporationduring Create a Corporation entity.c_corporation,s_corporation,llc,partnership, andsole_proprietorshiphave been deprecated and removed in favor ofcorporation
 - 
✨ Providing SSN is now supported during Create an Individual entity.
individual.ssn, andindividual.ssn_4
 - 
✨ Entity verification status is now returned by the Entity object. See Entity object for more information.
verification
 - 
✨ Products and subscription status are now returned by the Entity object. See Entity object for more information.
productsrestricted_productssubscriptionsavailable_subscriptionsrestricted_subscriptions
 - 
⛔ Phone verification has been replaced and no longer returned by the Entity object.
individual.phone_verification_type, andindividual.phone_verification_timestamphave been deprecated and removed in favor of Entity Verification Sessions
 - 
⛔ Entity capabilities have been deprecated and removed from the Entity object.
capabilities,available_capabilities, andpending_capabilitieshave been deprecated and removed in favor of Products, Subscriptions, and Entity Verification Sessions- The 
verificationfield in the Entity object returns the status of Identity Verification (verification.identity) and Phone Verification (verification.phone). - The 
productsarray returns the products the entity has access to, replacingcapabilities. - The 
restricted_productsarray returns the products the entity does not have access to, replacingpending_capabilities. - The Entity Products endpoint outlines the products (capabilities) an entity has access to and provides an overview of the status of all the products.
 
- The 
 
 - 
The following fields have been modified in the Entity object:
Fields removed from Entity
individual.phone_verification_typeindividual.phone_verification_timestampcapabilitiesavailable_capabilitiespending_capabilities
Fields added to Entity
individual.ssnindividual.ssn_4verificationproductsrestricted_productssubscriptionsavailable_subscriptionsrestricted_subscriptions
 
Deprecated endpoints
The following endpoints have been deprecated and removed in2024-04-04
- Auth Session: 
/entities/{ent_id}/auth_sessionremoved in favor of Connect - Credit Score: 
/entities/{ent_id}/credit_scoreremoved in favor of Credit Scores - Entity Sensitive: 
/entities/{ent_id}/sensitiveremoved in favor of Identities - Refresh Capabilities: 
/entities/{ent_id}/refresh_capabilitiesis no longer supported in2024-04-04 - Manual Auth Session: 
/entities/{ent_id}/manual_auth_sessionis no longer supported in2024-04-04 - Entity Vehicles: 
/entities/{ent_id}/vehiclesis no longer supported in2024-04-04 
Accounts
New endpoints have been introduced for updates, card brands, payoffs, transactions, balances, verification sessions, and sensitive information. Several endpoints, including account syncs, account verification, and sensitive information retrieval, have been deprecated. The updates endpoint now provides real-time account data directly from financial institutions, replacing syncs, and making liability account data available through the updates endpoint. The verification process for ACH and liability accounts has been streamlined with Account Verification Sessions.New Features
The Updates endpoint
Updates endpoint retrieves in real-time account data including balance, due dates, APRs, directly from the account’s financial institution. Updates is Method’s flagship endpoint and replaces thesync endpoint by enabling push notifications directly from the financial institution.
As part of the 2024-04-04 release the Account object has been modified, and most Account data is now returned by an Update object. See Account object changes for more information.
- 
The Updates endpoint replaces:
- Syncing an account using 
/accounts/{acc_id}/syncshas been deprecated and removed in favor of Create an Update - Enrolling in auto syncs using 
/accounts/{acc_id}/sync_enrollmentor via your Method CSM has been deprecated and removed in favor of Updates and Subscriptions - Sync status fields in the Account response have been deprecated and removed in favor of Updates. Removed fields include:
data_statusdata_sync_typedata_last_successful_syncdata_status_errordata_sourcedata_updated_at
 - Enrollment into credit report-based updates via your Method CSM has been deprecated and removed in favor of the 
update.snapshotsubscription type. See Subscriptions for more information. - Liability data at the account level (
account.liability.<liability_type>) has been deprecated and removed in favor of an Update object and an expansion. See Account for more information. - Utilizing 
data_statusto determine real-time financial institution coverage has been deprecated and removed in favor of theproductsarray includingupdates. See Updates for more information. 
 - Syncing an account using 
 - 
Upgrade notes:
- New updates sources: 
directand monthlysnapshotupdates.direct: Near real-time account update (balance, due dates, etc.) from the account’s financial institution (replaces async).snapshot: Monthly snapshot update (balance, due dates, etc.) from the account’s financial institution (replaces credit report-based updates).
 - Receiving continuous updates requires a subscription to 
updateorupdate.snapshot. See Subscriptions for more information. - Liability data at the account level (
account.liability.<liability_type>) has been deprecated and removed in favor of an Update object and an expansion. See Account for more information. - Any account connected using Entity Connect will receive an initial 
snapshotupdate and adirectupdate (when available). - Legacy accounts connected via 
auth_sessionhave been migrated with an Update object pre-populated. 
 - New updates sources: 
 
The Card Brand endpoint
Card Brand endpoint retrieves the associated credit card metadata (Product / Brand Name, Art, etc.) directly from the card issuer. In the future, card brand webhooks will notify in real-time any card changes (e.g., card downgraded, card lost, etc.)- The Card Brand endpoint replaces:
- Derived card names in the liability account field 
name. Migrating to card brand will provide accurate names across any Visa / Mastercard card regardless of issuing bank. 
 - Derived card names in the liability account field 
 
The Payoffs endpoint
Payoffs endpoint retrieves a payoff quote in real-time from the Account’s financial institution / lender. Payoffs are currently only available for Auto Loan and Mortgage accounts.- The Payoffs endpoint replaces:
payoff_amountandpayoff_amount_termfields within theauto_loanAccount type response. See Updates for more information on the Account object changes.
 
The Transactions endpoint
Transactions endpoint retrieves real-time transaction (authorization, clearing, etc) notifications for Credit Card Accounts directly from the card networks (Visa, MC). Enrollment for transactions requires a subscription and additional consent using Method’sconnect element.
- The Transactions endpoint replaces:
- Enrollment for transactions using the 
authelement has been deprecated and removed in favor of theconnectelement. See Connect Overview for more information. - Global transactions endpoint 
/transactionshas been deprecated and removed in favor of account-scoped transactions. See Transactions for more information. transaction:streamcapability has been deprecated and removed in favor of thetransactionsproduct. See Products for more information.
 - Enrollment for transactions using the 
 
The Balances endpoint
Balances endpoint retrieves the real-time balance from the account’s financial institution. Balance is now available for non-liability accounts such as checking accounts. Contact your Method CSM for early access to expanded Balance coverage.- The Balances endpoint replaces:
 
The Verification Sessions endpoint
Account Verification Sessions manage the methods for verifying an Account to enable specific products for ACH or Liability accounts. For example, ACH Accounts require a verified Account Verification Session before they can be used as a source for Payments.- 
The Account Verification Sessions endpoint replaces:
- ACH Account verification via 
/accounts/{acc_id}/verificationhas been deprecated and removed in favor of:- An Account Verification Session of one of the available methods: 
micro_deposits,plaid,mx, orteller. - Teams with corporate disbursement ACH accounts can skip verification and a verification will be auto-provisioned with the type of 
auto_verify. - Teams with managed DDAs can whitelist a routing number to skip verification across all their DDAs (routing / account number pair).
 - See Verification Types for more information.
A verification of 
trusted_provisionerwill be auto-provisioned. Contact your Method CSM for more information. 
 - An Account Verification Session of one of the available methods: 
 - Liability account number verification for AMEX, Apple Card, etc. is now handled by a 
standardAccount Verification Session. See Update a Standard Verification for more information. - Instant Link CVV verification is now handled by a 
pre_authAccount Verification Session. See Update a Pre-auth Verification for more information. 
 - ACH Account verification via 
 - 
Upgrade notes:
- Teams upgrading from a prior API version might have some verifications auto-generated. Contact your Method CSM for more info.
 
 
The Sensitive endpoint
Sensitive endpoint returns underlying sensitive account information (e.g., PAN, CVV, account number). This product is only available for liabilities and requires verification on a team-by-team basis.- The Sensitive endpoint replaces:
GET /accounts/{acc_id}/sensitiveis deprecated and removed in favor of Create a Sensitive.
 
The Products endpoint
Account Products endpoint outlines the products (capabilities) an account has access to and provides an overview of the status of all the products. Products are Method endpoints available for an account. Most products are accessible by default. However, some products have restricted access requiring team-by-team enablement and elevated account verification. Account Products:| Name | Use-Case | Supported Types | Resource Doc | 
|---|---|---|---|
update | On-Demand real-time account update (balance, due dates, etc.) from the account’s financial institution | All liabilities | Updates | 
balance | On-Demand real-time balance from the account’s financial institution | All liabilities | Balances | 
card_brand | On-Demand retrieval of credit card metadata (Product / Brand Name, Art, etc.) directly from the card issuer | Credit Cards | Card Brand | 
payoff | On-Demand retrieval of auto loan payoff (amount, per diem, etc.) from the account’s financial institution | Auto Loans | Payoffs | 
payment | Next day electronic push payments to the account’s financial institution | All liabilities | Payments | 
sensitive | On-Demand retrieval of underlying sensitive account information (PAN, CVV, account number) | All liabilities | Sensitive | 
- The Products endpoint replaces:
- Utilizing 
capabilities,available_capabilities, andpending_capabilitiesin the Account object to determine the capabilities an account has access to. These fields have been deprecated from the Account object and removed in favor of: products(products available for this Entity)restricted_products(products not currently available, but can be made available)
 - Utilizing 
 
The Subscriptions endpoint
Account Subscriptions endpoint controls the state of all subscriptions for an account. Subscriptions are products that can provide continuous updates via Webhooks. (e.g., Transaction Subscription provides real-time updates on a Credit Card’s transactions). Account Subscriptions:| Name | Use-Case | Supported Types | Resource Doc | 
|---|---|---|---|
transactions | Real-time transaction (authorization, purchases, etc.) notifications for credit card accounts | Credit Cards | Transactions | 
update | Near real-time account update (balance, due dates, etc.) from the account’s financial institution | All liabilities | Updates | 
update.snapshot | Monthly snapshot update (balance, due dates, etc.) from the account’s financial institution | All liabilities | Updates | 
- The Subscriptions endpoint replaces:
- Custom configuration for continuous syncs via your Method CSM. This has been deprecated and replaced by Create a Subscription endpoint.
 - Account Sync Enrollment 
/accounts/{acc_id}/sync_enrollmentfor enrollment in auto syncs. This has been deprecated and replaced with an Updates subscription. See Updates and Create a Subscription for more information. data_sync_typehas been removed from the Account endpoint. See Updates and List all Subscriptions for more information.
 
Breaking Changes
Account object changes
- 
✨ Product properties are now included in the Account object. By default, the ID of the latest product resource is returned and can be
expanded in-line using the 
expandquery param. See Expanding Resources for more information.latest_verification_sessionupdatebalancecard_brandpayoff
 - 
✨ Products and Subscription status are now returned by the Account object. See Account object for more information.
productsrestricted_productssubscriptionsavailable_subscriptionsrestricted_subscriptions
 - 
✨ Liability name and fingerprint are now returned by the Account object. See Account object for more information.
liability.nameliability.fingerprint
 - ✨ New account liability types are now supported and returned by the Account object. See Account Liability Types for more information.
 - 
⛔ Liability data under the 
account.liability.<liability_type>property has been deprecated and removed in favor of Updates- The 
updatesfield returns the ID of the latest update and can be expanded to return liability account data in-line using theexpandquery param. See Expanding Resources for more information. 
 - The 
 - 
⛔ Syncing liability data using 
/accounts/{acc_id}/syncshas been deprecated and removed in favor of Updates- Additionally, data sync status fields at the account liability object have been deprecated and removed in favor of status fields within an Update
 liability.data_status,liability.data_sync_type,liability.data_sync_type,liability.data_last_successful_sync,liability.data_source,liability.data_updated_at,liability.data_updated_at,liability.data_status_error
 - 
⛔ Account capabilities have been deprecated and removed from the Account object.
capabilities,available_capabilities, andpending_capabilitieshave been deprecated and removed in favor of Products, Subscriptions, and Account Verification Sessions- The 
productsarray returns the products the account has access to, replacingcapabilities. - The 
restricted_productsarray returns the products the account does not have access to, replacingpending_capabilities. - The account Products endpoint outlines the products (capabilities) an account has access to and provides an overview of the status of all the products.
 
- The 
 
 - 
⛔ Account payment status (
liability.payment_status) has been deprecated and removed in favor of Products - 
⛔ Account clearing (
clearing) and liability hash (liability.hash) has been deprecated and removed in2024-04-04 - 
The following fields have been modified in the Account object:
Fields removed from Account
liability.payment_statusliability.data_statusliability.data_sync_typeliability.data_last_successful_syncliability.data_sourceliability.data_updated_atliability.data_status_errorliability._liability_type_- whereliability_typeis any of the Account Liability Types.liability.hashclearingcapabilitiesavailable_capabilitiespending_capabilities
Fields added to Account
liability.nameliability.fingerprintlatest_verification_sessionupdatebalancecard_brandpayoffproductsrestricted_productssubscriptionsavailable_subscriptionsrestricted_subscriptions
 
Deprecated endpoints
- Account Syncs: 
/accounts/{acc_id}/syncsremoved in favor of Updates - Account Sync Enrollment: 
/accounts/{acc_id}/sync_enrollmentremoved in favor of Updates and Subscriptions - Account Verification: 
/accounts/{acc_id}/verificationremoved in favor of Account Verification Sessions - Account Sensitive: 
/accounts/{acc_id}/sensitiveremoved in favor of Sensitive - Account Card: 
/accounts/{acc_id}/cardremoved in favor of Card Brand, Sensitive and Credit Card Account Verification Sessions - Account Payment History: 
/accounts/{acc_id}/payment_historyis no longer supported in2024-04-04 - Account Details: 
/accounts/{acc_id}/detailsis no longer supported in2024-04-04 - Bulk Sensitive: 
/accounts/{acc_id}/bulk_sensitiveis no longer supported in2024-04-04 - Bulk Sync: 
/accounts/{acc_id}/bulk_syncis no longer supported in2024-04-04 - Account Vehicle: 
/accounts/{acc_id}/match_vehicleis no longer supported in2024-04-04 - Routing Numbers: 
/routing_numbersis no longer supported in2024-04-04 - BINs: 
/binsis no longer supported in2024-04-04 
Additional Changes
Expand Parameter
Newexpand query parameter for expanding certain properties from an ID to their respective objects in-line in the response body.
Applicable to both Entities and Accounts, allowing expansion of fields such as connect, credit_score, update, balance, payoff, sensitive, transactions, card_brand, and latest_verification_session.
See Expanding Resources for more information.