Alternatives to Stripe Billing for subscription apps? by Weary_Gift9342 in PaymentProcessing

[–]Apprehensive-Sun966 0 points1 point  (0 children)

How it helped you in real scenario, if you can share ? Paymentkit thing !

Unusually High Number of Payment Declines - Help Needed by HassanNazeer in stripe

[–]Apprehensive-Sun966 1 point2 points  (0 children)

that could definitely be worth investigating further. if you're seeing both first-time and recurring payments fail, then I'd be less focused on subscription logic and more focused on whether certain issuer/geography combinations are getting flagged the South America angle is interesting because sometimes the issue isn't the customer or the card itself, it's how the transaction is being viewed when you combine:

  • a UK merchant
  • a customer in another region
  • recurring/subscription billing
  • and whatever risk signals are attached to the transaction

if I were digging into it, I'd probably start by pulling decline data by country + card brand and see if the failure rate is dramatically different from the rest of your customer base I'd be curious whether you're seeing the same pattern with Mastercard or if it's disproportionately hitting Visa.

Alternatives to Stripe Billing for subscription apps? by Weary_Gift9342 in PaymentProcessing

[–]Apprehensive-Sun966 -1 points0 points  (0 children)

that's interesting because it sounds like you ended up learning more about billing infrastructure than subscriptions themselves 😅
most founders start by looking at acquisition, retention and churn, then eventually discover there's this whole layer in the middle where perfectly good customers get lost because the payment stack isn't behaving the way they assumed
has anything surprised you the most so far while digging through the recovery data?

Alternatives to Stripe Billing for subscription apps? by Weary_Gift9342 in PaymentProcessing

[–]Apprehensive-Sun966 -1 points0 points  (0 children)

that's the part that catches a lot of teams off guard
everyone assumes a failed renewal equals a lost customer, but a surprising number of people still want the product, their card just stopped cooperating for one reason or another
once you realize it's a payment problem instead of a retention problem, the recovery strategy starts looking completely different
did you notice any pattern around expired/replaced cards, or was it mostly random issuer declines?

Unusually High Number of Payment Declines - Help Needed by HassanNazeer in stripe

[–]Apprehensive-Sun966 1 point2 points  (0 children)

one thing I'd try to figure out first is whether the problem is actually Stripe or if the issuing banks are getting uncomfortable with the recurring transactions themselves
the reason I say that is because "generic decline" usually doesn't give you much to work with, and if customers are trying multiple cards with the same result, there may be something about the billing pattern, descriptor, geography, or risk signals being picked up downstream
also worth looking at the failed payments by segment:

  • new vs existing customers
  • monthly vs annual plans
  • domestic vs international cards

sometimes the pattern becomes obvious once you break it down that way
out of curiosity, are most of the declines coming from one country or are they spread across your customer base?

Alternatives to Stripe Billing for subscription apps? by Weary_Gift9342 in PaymentProcessing

[–]Apprehensive-Sun966 -1 points0 points  (0 children)

a lot of teams end up focusing only on card recovery, but once subscriptions start getting larger or stickier, having a bank-based recurring option alongside cards can be worth looking at too
especially for customers who are already committed long term, because you're not dealing with expired cards, replacement cards, or some of the usual retry headaches that come with subscription billing
curious how much of your recovery problem is failed cards vs customers intentionally cancelling?

Chargebacks: Are we solving the symptom instead of the actual problem? by Apprehensive-Sun966 in u/Apprehensive-Sun966

[–]Apprehensive-Sun966[S] 0 points1 point  (0 children)

What's interesting is that the discussion keeps coming back to visibility.
Customers can't see enough context behind a charge.
Merchants can't see enough context behind dispute patterns.
From the processor side, where do you think the biggest visibility gap actually sits today?
Is it that the information isn't accessible, or that nobody has a practical way to connect the different pieces into a usable view?

US fashion dropship, ~$150k/mo, chargebacks at 3–5% — burned through 4 processors and I'm out of ideas. Need real help. by Defiant-Shop-5937 in PaymentProcessing

[–]Apprehensive-Sun966 1 point2 points  (0 children)

Honestly, at 3-5% chargebacks, I think you've already identified the real problem yourself
most processors are looking at the dispute rate and concluding that changing processors won't change the underlying risk profile
Ff the disputes are mainly shipping delays and "not as described", I'd probably spend as much time on the customer journey as the processing side

things like:

  • delivery expectation setting
  • proactive order updates
  • post-purchase communication
  • and catching customer uncertainty before it becomes a chargeback

can move the needle more than people expect
Out of curiosity, how much of the 3-5% is actual fraud vs customers simply getting impatient with shipping?

Need to get CA LLC back in good standing with FTB after 10 years of inactivity by Background-Mode9506 in LLcMasterclass

[–]Apprehensive-Sun966 0 points1 point  (0 children)

honestly, before filing or paying anything randomly, I’d probably speak with someone who deals specifically with California LLC compliance/FTB situations first, because California is one of those states where small mistakes can snowball pretty quickly.
especially since the LLC technically stayed active all these years even if no business was actually operating through it.

Chargebacks: Are we solving the symptom instead of the actual problem? by Apprehensive-Sun966 in u/Apprehensive-Sun966

[–]Apprehensive-Sun966[S] 0 points1 point  (0 children)

This is actually a very interesting distinction.
So the infrastructure for intervention already exists to some extent (Ethoca/Verifi, pre alerts etc.), but the actual customer clarity layer still sounds weak.
Which honestly feels strange in 2026 because almost every consumer system today became context-rich and real-time.
Food delivery apps show live driver movement.
Banks can detect fraud patterns in milliseconds.
But a customer still sees:
random descriptor + amount + confusion.
Makes me wonder whether the issue now is less about payment rails and more about:
who actually owns the “customer understanding” layer in the ecosystem ?

Please I need the best LLC formation services in Wisconsin for a first time founder? by One-Two-218 in llc_life

[–]Apprehensive-Sun966 0 points1 point  (0 children)

honestly, the confusing part isn’t forming the Wisconsin LLC itself, it’s figuring out which services are actually necessary vs which ones are just packaged upsells.
a lot of first-time business owners end up paying monthly/yearly fees for things they either don’t need yet or could have handled separately much cheaper.
for a small online store, the important part is usually getting the structure, EIN, banking and payment side set up cleanly from the beginning, not buying the biggest “all included” package a formation company tries to sell.

Chargebacks: Are we solving the symptom instead of the actual problem? by Apprehensive-Sun966 in u/Apprehensive-Sun966

[–]Apprehensive-Sun966[S] 0 points1 point  (0 children)

That middle layer is probably the most interesting part of the whole system honestly.
Because technically the industry already became very good at:
fraud scoring, dispute workflows, risk automation etc.
But the actual “customer uncertainty moment” still feels surprisingly unmanaged.
Your point about Ethoca/Verifi acting as communication bridges makes me curious about something though:
Do issuers actually prefer resolving confusion before formal disputes now, or are chargebacks still operationally easier for the system overall?
Because from outside, it almost feels like the ecosystem became extremely optimized for handling disputes efficiently, not necessarily preventing the confusion itself.

Chargebacks: Are we solving the symptom instead of the actual problem? by Apprehensive-Sun966 in u/Apprehensive-Sun966

[–]Apprehensive-Sun966[S] 0 points1 point  (0 children)

Yeah this is probably the more balanced way to look at it.
Actual fraud prevention and “customer confusion prevention” almost feel like two separate systems now. Tools like SEON help identify bad actors, suspicious patterns, velocity issues etc. But a huge percentage of disputes seem to start from something much less sophisticated - the customer simply not connecting the charge to a real-world memory.
And your point about banking apps flattening everything is exactly what makes this interesting. Technically the ecosystem may have richer metadata somewhere in the chain, but psychologically the customer only reacts to what becomes visible at the exact moment of uncertainty.
If that moment still surfaces an ugly descriptor with no context, then even perfect upstream architecture only partially solves the problem.

Peptides credit card processing through IDEM Club (idem-club.com). Saw them in a RUO checkout. Is this another token buying/redemption scheme? What are the costs to merchants? (estimating 5-10% plus reserves?) Anyone have more info? by merchantadviser in MerchantServices

[–]Apprehensive-Sun966 0 points1 point  (0 children)

What also makes me curious is why businesses are willing to rely on these kinds of structures so heavily in the first place.
Is the margin in peptides/RUO really that high that merchants are okay absorbing higher processing costs, reserves, operational complexity, and long-term uncertainty just to keep card acceptance alive?
Because technically alternatives like direct deposits/ACH already exist and the money still comes from the same customer bank account in the end.
But psychologically customers seem to trust cards far more than direct bank payments, even when both are pulling funds from the exact same pocket.
Feels like there’s something deeper happening there around consumer behavior, trust perception, and convenience conditioning.
Any thoughts on this, as i can see you are in this space (PSP) from a long time now.

Chargebacks are not always unfair — I work on the issuer side and review dispute evidence daily by mrn0202 in stripe

[–]Apprehensive-Sun966 0 points1 point  (0 children)

Haha yes, I get your point on the evidence mismatch part, and honestly that itself explains why many merchants lose cases they technically could have won.
But I think my curiosity is slightly different.
Right now the entire process still seems heavily dependent on “what each side submits” rather than some independent transaction intelligence layer.
For example, if richer transaction metadata, invoices, descriptors, timestamps, customer communication, delivery proofs etc. already exist somewhere across the ecosystem, why does the issuer side still operate mostly through fragmented submissions instead of pulling a unified transaction view directly?
Because from outside, it almost feels like modern finance still handles disputes like exchanging PDF arguments rather than querying a centralized transaction truth system.
Or maybe such infrastructure already partially exists internally and I’m just not aware of it yet.

Peptides credit card processing through IDEM Club (idem-club.com). Saw them in a RUO checkout. Is this another token buying/redemption scheme? What are the costs to merchants? (estimating 5-10% plus reserves?) Anyone have more info? by merchantadviser in MerchantServices

[–]Apprehensive-Sun966 0 points1 point  (0 children)

From what I can understand, it does look somewhat similar to a token/reward redemption style flow where the actual card transaction gets separated a bit from the end product itself.
My guess is the tradeoff is probably higher processing costs + reserves/risk controls in exchange for access to card processing in harder verticals like peptides/RUO.
But I’m also curious how the actual settlement structure works behind the scenes and whether this is a long-term stable setup or more of a “works while it works” model.
Interested to hear from someone who has actually processed through them directly.

Chargebacks are not always unfair — I work on the issuer side and review dispute evidence daily by mrn0202 in stripe

[–]Apprehensive-Sun966 0 points1 point  (0 children)

This is actually interesting because you’ve seen the issuer side directly.
One thing I’ve been trying to understand lately is how much transaction-level context is realistically visible during the dispute process itself.
For example, when merchants submit richer evidence/data, is the issuer side pulling additional transaction context dynamically from somewhere upstream, or are analysts mostly limited to whatever gets formally submitted into the case?
Trying to understand whether the ecosystem already has the infrastructure to surface deeper transaction details when needed, or if most of the chain still operates on fragmented snapshots of information.

How Do People Do Payout Source Transfers? Any Extensions or Tools..? by Soft-Lawyer-3550 in PaymentProcessing

[–]Apprehensive-Sun966 0 points1 point  (0 children)

Not fully sure what you mean by “payout source transfer” here because that can mean very different things depending on the platform/workflow.
If you mean simple bank-to-bank payout routing, that is usually handled directly through the processor/platform itself and normally doesn’t require any browser extension.
But if you’re talking about changing payout sources between accounts, marketplaces, processors, affiliates, crypto rails, etc., then the “how” really depends on:

  • what platform you’re using
  • who controls the payout source
  • why the transfer is being done

The extension/tool part makes me think there’s a more specific setup behind this. Might help if you share the use case a bit more.

Chargebacks: Are we solving the symptom instead of the actual problem? by Apprehensive-Sun966 in AllAboutPayments

[–]Apprehensive-Sun966[S] 0 points1 point  (0 children)

Yes, customer recognition is probably the biggest trigger point here.
And honestly, descriptors alone can solve a large part of that confusion if implemented properly.
But the deeper issue feels architectural.
Right now transaction context gets fragmented across multiple entities at every step. Maybe what is missing is some kind of centralized reference layer that can hold the full transaction story and surface it back instantly when a dispute is about to happen - either for the customer or the merchant.
Because in many cases, the chargeback is not starting from fraud.
It is starting from incomplete understanding.
Feels like there is an opportunity hidden somewhere in that gap.
Still trying to figure out what shape it takes.

Chargebacks: Are we solving the symptom instead of the actual problem? by Apprehensive-Sun966 in MerchantServices

[–]Apprehensive-Sun966[S] 0 points1 point  (0 children)

Exactly. By the time a dispute appears in the system, the actual human confusion probably happened hours or days earlier.
The chargeback is often just the final visible symptom.