New Features
Card Brand Details
The Card Brands endpoint now returns a structureddetails object on each brand, giving you the full marketing-level terms behind a user’s card, including APRs, fees, rewards, and promotional offers.
- APRs: Purchase and cash-advance APR ranges via
purchase_apr_min/purchase_apr_maxandcash_advance_apr_min/cash_advance_apr_max. - Fees:
annual_feeandlate_payment_fee. - Rewards: A full rewards object with program name, reward type (for example,
cash_back,points,miles), and per-category earn rates (dining, travel, groceries, gas, and more), including the base-rate category for all other purchases. - Promotions: A
promotionsarray covering sign-up bonuses, intro APR offers, statement credits, and more, each with value, spend requirement, qualifying period, and expiration. - Classification and freshness:
card_categoryclassifies the card (for example,travel,cash_back,store), anddata_as_oftells you when the details were last captured.
- Power balance-transfer and refinance offers with accurate rate and promotion data.
- Enrich PFM experiences by showing users the detailed terms and benefits of the cards they carry.
- Optimize checkout and reward experiences by auto-routing purchases to the top-earning card.
2025-07-04 and later. The endpoint is available to partners processing payments through the Payment Instruments endpoint. Contact your Method CSM to enable it. See the Card Brands reference to get started.
Dashboard: Check Payment Management
Admins can now manage check payments directly from the payment detail page in the Method Dashboard.- Stop payment: Place a stop on a paper check that has been sent but not yet cashed. The check is stopped and funds are reversed to the source.
- Check endorsement image: View the front and back endorsed image of a check once it has been cashed.
- Source & destination status: The payment detail page now surfaces source status and destination status alongside the existing payment status for better visibility into where a payment is in its lifecycle.
Stop payment and check image viewing are available to admin users only.
Preauth Signals
The new Preauth Signals endpoint returns the predicted likelihood that a transaction will succeed, alongside verified ownership of the card and recommended retry timing. Built for merchants and commerce platforms looking to optimize payment performance. Key Use Cases- Predict whether a card payment will go through before attempting the charge to reduce false declines at checkout.
- Identify the best date to retry a payment for recurring charges.
New Attributes: Delinquency, HELOC & Available Credit
New entity-level and account-level attributes give you a more complete, real-time picture of borrower risk and capacity.- Delinquency signals: Aggregate borrower-level risk with the worst days-past-due bucket across accounts, whether delinquency is progressing or recently cured, total delinquent balance, and the highest-severity outcome (charge-off, collections, foreclosure, and more).
- HELOC-specific attributes: You can now separate out attributes related to HELOCs from mortgages and personal loans to isolate appetite for a new HELOC, CLI, or refi.
- Available credit: Understand a borrower’s total credit headroom in near real time to assess their riskiness and eligibility for new products.
- Direct Pay enrichment: Completed attribute responses now include Method Direct Pay history (recency, amount, and trailing 12-month count), providing a clearer picture of a borrower’s risk profile and appetite for debt consolidation.
Account Attribute Subscriptions
Method now triggers events whenever an account’s attributes change, so you can react to balance, utilization, and delinquency shifts in real time instead of polling. Subscribe to the attributes you care about and Method delivers updates to your configured webhooks as they occur.- Manage what you listen to through the Subscriptions endpoint.
- Receive changes through Events and webhooks.
Team IP Allowlisting
Teams can now restrict API access to a defined set of IP addresses. Once an allowlist is configured, requests from outside the approved ranges are rejected, with enforcement backed by a 24-hour cache for low-latency checks. See IP Whitelisting to configure.Improvements
Payments
- More accurate estimated completion dates: The
estimated_completion_datereturned on a payment now always shows the correct date or a slightly conservative estimate, especially for same-day ACH source payments. - Destination posted date: The
destination_posted_datefield is now populated once the destination posts, giving you a precise reconciliation signal that is distinct from the estimated completion date.