✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for WooCommerce Braintree: transactions and PayPal-via-Braintree as tables

The WooCommerce Braintree gateway writes transaction IDs, payment method tokens and risk decisions into wc_orders_meta. SleekView promotes those meta keys to typed columns finance, risk and support can filter and group.

♾️ Lifetime License available

SleekView table view for WooCommerce Braintree

Braintree references live on orders. SleekView puts them on the list.

The WooCommerce Braintree gateway (originally SkyVerge, now GoDaddy) does not add custom tables. It writes Braintree transaction IDs, payment method tokens, customer references and risk decisions into wc_orders_meta on each WooCommerce order. The native orders screen cannot filter on these, so cross-order analysis means opening orders one by one or running custom meta_query reports by hand.

SleekView reads those meta keys and promotes them to typed columns. _wc_braintree_credit_card_trans_id becomes a searchable column. _wc_braintree_payment_method_token becomes a groupable customer link. Risk decision codes from Braintree's fraud tools surface as filterable status. Saved views like "risk-elevated past 30 days" or "PayPal-via-Braintree fulfilled" replace per-order audits.

The grid supports both Credit Card Braintree and PayPal-via-Braintree because both write to the same orders schema with different meta prefixes. Edits route through WooCommerce's CRUD layer; Braintree-side references stay read-only so they can never desync from the gateway's view of the world.

Workflow

Make Braintree gateway meta a real column

1

Pick the source

Point SleekView at wc_orders joined with wc_orders_meta. The grid auto-detects every _wc_braintree_-prefixed key, both credit card and PayPal.
2

Compose columns

Promote risk decision, transaction ID, payment method token and 3DS state to typed columns. Each gets the right filter operators applied automatically.
3

Save and scope per role

Save "risk review", "PayPal-via-Braintree fulfilled", and "authorized only" views and scope to the right roles. Column-level masking handles PII.
4

Edit inline or bulk update

Edit notes and editable meta inline; SleekView routes through WooCommerce's CRUD layer. Refunds and voids still run through the gateway's own order actions.

Sample columns

Braintree gateway order metadata

Every Braintree transaction writes its references into wc_orders_meta. The plugin adds zero custom tables of its own.
Source: wp_wc_orders_meta (HPOS) or wp_postmeta
Meta key Description Type Filterable Status
_wc_braintree_credit_card_trans_id Braintree transaction reference string Yes Read
_wc_braintree_paypal_trans_id PayPal-via-Braintree reference string Yes Read
_wc_braintree_payment_method_token Stored payment method string Yes PII
_wc_braintree_risk_decision Fraud Tools decision string Yes Audit

Comparison

Default WooCommerce Braintree admin vs SleekView

Default WooCommerce Braintree admin

  • Risk decisions buried in per-order screens with no list-level filter
  • No way to split Credit Card Braintree from PayPal-via-Braintree in the same list
  • _wc_braintree_credit_card_trans_id not searchable from the orders screen
  • Saved payment method tokens cannot be grouped across orders
  • Authorize-only orders mix with captured orders in the list

SleekView

  • Promote risk decisions to a filterable column from wc_orders_meta
  • Split credit card and PayPal-via-Braintree views with one filter
  • Search by _wc_braintree_credit_card_trans_id directly in the list
  • Group by payment method token for stored-card cohorts
  • Filter to authorized-but-not-captured orders as a saved view

Features

What SleekView gives you for WooCommerce Braintree

Risk decisions visible

Promote _wc_braintree_risk_decision (Approve, Review, Decline) to a typed column. Filter on it directly to surface elevated-risk orders before fulfillment instead of after a chargeback.

Card and PayPal split

Braintree handles both credit cards and PayPal under the same gateway. SleekView splits the two with a filter on payment type, so reporting and reconciliation can treat them as separate funding sources.

Token cohorts

Group orders by _wc_braintree_payment_method_token to surface repeat buyers checking out with stored cards. Cohort views replace ad-hoc CRM lookups.

Audience

Who uses SleekView for WooCommerce Braintree

Risk and disputes

Filter by Braintree risk decision and saved-payment-method age to find the orders most likely to chargeback. The same view doubles as the dispute-prep queue.

Finance

Pair the Braintree transaction ID with capture date and merchant account ID, then export to reconcile against Braintree settlement reports.

Customer support

Customer references a Braintree receipt number, support searches the transaction ID directly in the order list, and the whole order context loads in one click.

The bigger picture

Braintree captures a lot of signal. Most of it never reaches the list.

Braintree's transaction record on each order carries risk decisions, 3D Secure outcomes, settlement batch references, stored payment tokens, and (for PayPal-via-Braintree orders) the PayPal payer reference. All of that lives in wc_orders_meta on every order the gateway processes. The default WooCommerce orders screen exposes essentially none of it as a list-level filter, so the data goes unused.

Risk teams ship Review-flagged orders because they cannot see the flag without opening each order. Finance reconciles Braintree settlement reports by manually pulling transaction IDs one order at a time. Support cannot search by Braintree receipt number from the orders list.

Promoting those meta keys to columns turns each into a normal saved view and gives every team a shared surface to talk about Braintree-funded orders instead of three different exports. For stores doing meaningful Braintree volume, the setup pays back the first time a fraud wave gets pre-cleared or a settlement reconciliation runs in one filter instead of three pivots.

Questions

Common questions about SleekView for WooCommerce Braintree

No. The plugin writes all Braintree-side references (transaction IDs, payment method tokens, customer references, risk decisions) into wc_orders_meta on HPOS or wp_postmeta on legacy CPT storage. SleekView reads those meta keys as columns, no extra schema to join.

 

Yes. The plugin writes _wc_braintree_paypal_-prefixed keys for PayPal-funded orders and _wc_braintree_credit_card_-prefixed keys for card orders. SleekView surfaces both as their own column groups, so a single filter can separate the two funding sources for reporting and reconciliation.

 

Yes. _wc_braintree_risk_decision exposes the Approve, Review and Decline outcomes from Braintree's Fraud Tools (Kount or Risk Threshold). SleekView promotes it to a filterable column; a saved view of "Review-flagged in the last 30 days" sits permanently next to the orders list for the risk team.

 

Yes. SleekView reads from wc_orders and wc_orders_meta on High-Performance Order Storage. Legacy CPT storage is also supported; the grid detects the active layer. Migrations between the two storage models are transparent to saved views and column promotions.

 

No. _wc_braintree_credit_card_trans_id and the PayPal equivalent are immutable on Braintree's side, so SleekView marks them read-only. Editing them locally would silently desync the order from the real transaction. Notes and explicitly-editable keys can still be inline-edited and route through WooCommerce's CRUD layer.

 

No. SleekView reads only what the gateway already wrote to your database. There is no outbound call to Braintree at any point. Actions that need to update Braintree state (refunds, voids, captures) still run through the gateway's existing order actions, which keeps the two systems consistent.

 

When 3D Secure is enabled, the gateway writes the 3DS status and liability shift result as meta keys. SleekView promotes those to filterable columns, so a saved view of "3DS attempted but not verified" or "3DS liability shifted" gives risk and finance the splits they need without custom reports.

 

Yes. Filter to whatever risk or finance asked for, then export the visible slice as CSV with only the Braintree-relevant columns. Column-level masking applies on export, so PII fields like payment method tokens hide for users without the right capability.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView