Transaction Stream
Method streams real-time transaction data for connected credit card accounts, including both authorization events (when a purchase is made) and settlement events (when the transaction clears). This enables features like spend categorization, transaction alerts, budget tracking, and detailed account activity views.Listing Transactions
Retrieve transactions for any connected credit card account. Here are Emily’s recent transactions on her Citi Double Cash card (acc_XtKTpHLGhD9Qn):
merchant name and logo, merchant_category_code for categorization, amount in cents, and timestamps for when the transaction was authorized (transacted_at) and settled (posted_at).
Transaction Subscriptions
To receive continuous transaction updates as they happen, enroll the account in atransaction subscription. This triggers webhooks for every new authorization and settlement event.
transaction.created and transaction.updated webhook events as transactions flow through the account.
Transaction streaming is available for Visa and Mastercard credit cards only. For other networks, see the Manual Card Entry section below.
Manual Card Entry
Some card networks and issuers are not available through automatic discovery via Connect. When a user’s card can’t be discovered automatically — such as Amex, Apple Card, Barclays, or Navy Federal — you can use manual card entry to bring those cards into your system.When Manual Entry Is Needed
Automatic discovery via Connect works across most major issuers, but certain cards require the user to manually provide their card details:- American Express cards
- Apple Card
- Barclays cards
- Navy Federal Credit Union cards
Opal Card Connect for Manual Entry
Opal’s Card Connect mode handles this gracefully. When a user’s card can’t be discovered automatically, Opal prompts the user to manually enter their PAN (card number) and CVV. This keeps sensitive card data out of your systems while still enabling the full range of Method products on that account.Opal Card Connect
Full documentation for Opal’s Card Connect mode, including manual PAN + CVV entry flows.
Account Verification for Manual Cards
When a card is entered manually, it must be verified before it can be used for transactions or payment instruments. Method supports multiple credit card verification methods including standard, pre-auth, and network-based verification.Tokenizing Manually-Entered Cards
Once a manually-entered card is verified, you can create a Payment Instrument to tokenize the credentials — the same flow as with auto-discovered cards:What’s Next
Card Linking & Checkout
Card brand enrichment, payment instruments, and card-on-file flows.
Transactions API Reference
Full API documentation for Transactions.
Subscriptions API Reference
Full API documentation for Account Subscriptions.
Payment Instruments API Reference
Full API documentation for Payment Instruments.