Request a feature

Designing Ticketing Infrastructure Under Real Demand: Our Work with 1Z Entertainment

Jaime Hing III
March 9, 2026
3
min read

Last week, 1Z Entertainment, the management group behind SB19, used one of our no-code solutions, PayRex Pages, to sell global fan packages (GFP) to their international audience for their upcoming concert.

For us, this wasn't just a global fan package sale. It was the first real stress test of our PayRex Pages storefront template under high-traffic, cross-border conditions. It validated parts of our thesis and surfaced areas where we still have work to do. We think both are worth sharing.

Why PayRex Pages exists

Our core product is our public API. It’s designed to be easy to integrate, and we are proud of that. But there is a class of merchant, one with a business and a deadline, who shouldn't need to write code to start getting paid.

PayRex Pages is our answer to that: a no-code payment solution that lets businesses create a payment page with custom fields, configurable templates, and the same underlying infrastructure as our API. The goal is time-to-revenue, not time-to-integration.

Payment acceptance rate is infrastructure

We spoke to 1Z due to card declines, particularly for international fans processed through another gateway.

This is a more serious problem than it sounds. A failed payment is not just a lost transaction. It affects:

  • Revenue: Money that should have cleared, didn't push through
  • Customer sentiment: a declined card during a high-anticipation purchase creates lasting frustration
  • Public perception: at launch windows, failures spread on social media faster than successes

We worked closely with our acquiring bank and internal risk team to develop a risk assessment framework tailored to the transaction profile. During the sale, we saw improved completion rates compared to 1Z's previous gateway. Some fans publicly posted about successful payments, which is the kind of signal that's hard to manufacture.

Payment acceptance isn't a feature you add later. It's a foundation. If checkout doesn't reliably complete transactions, everything downstream breaks.

Authorization before capture: eliminating refund friction by design

1Z had a specific workflow requirement. Before finalizing a global fan package, they needed to:

  • Validate submitted customer details
  • Confirm eligibility based on those details

The naive implementation, capture first, validate second, creates a refund problem. Refunds introduce processing fees that aren't fully reversible, operational overhead, and reconciliation noise. None of that is acceptable at scale.

We used our card hold-then-capture capability to solve this at the architecture level:

  • Customer completes checkout
  • PayRex authorizes and holds the amount
  • 1Z validates the customer
  • Capture on pass; cancel the authorization on fail

No refund is ever issued. No fee is incurred on invalid transactions. The process is cleaner because the design is cleaner. The goal was never to process refunds efficiently; it was to build a flow that doesn't generate them.

Payments as structured data, not just transactions

1Z also used PayRex Pages' custom fields feature to collect guest information directly at checkout.

The alternative, an external form matched manually to payment records, is a coordination tax. Two systems, two sources of truth, and someone spending time reconciling them.

By embedding structured data collection into the payment itself, each transaction became both a financial event and a validated data record. Downstream operations were simplified because the upstream design was intentional.

We think about payments as workflow anchors. When integrated correctly, they reduce coordination costs throughout the entire order lifecycle, not just at checkout.

Reconciliation: from 30 days to the end of the day

One of the clearest operational wins for 1Z was the speed of reconciliation. With their previous payment gateway, closing out a package sale could take a month.

With PayRex, the payment data was structured, the validation was embedded in the payment lifecycle, and settlement visibility was immediate. 1Z completed the daily sales reconciliation by the end of the day.

Faster reconciliation isn't cosmetic. It directly compresses the feedback loop between sales activity and financial reporting, which matters for cash visibility and operational planning.

Performance under peak concurrency

We encountered degraded performance during peak traffic windows. This was PayRex Pages' debut under significant concurrency, and high-demand launches revealed real constraints: traffic-handling limits, burst-capacity assumptions, and frontend rendering under load.

We're not going to dress this up. The system held, but not as cleanly as we'd like.

We have already identified specific improvements around traffic distribution and storefront optimization. Infrastructure maturity is measured under stress, not in quiet periods. This event gave us real numbers to engineer against.

Our Conclusion

This sale reinforced something we care about deeply: payment infrastructure should improve acceptance, reduce waste, and simplify operations, simultaneously, not sequentially.

In this engagement, we:

  • Improved international payment acceptance
  • Eliminated refund costs through authorization-first workflows
  • Embedded structured validation directly into checkout
  • Compressed reconciliation from one month to one day

That's not payment processing. That's operational design.

PayRex Pages was built to make that available without requiring engineering resources to deploy it. This was its first meaningful test.

We're refining it. We're scaling it. And we're building toward higher concurrency and broader use cases.

Jaime Hing III
March 9, 2026
3
min read
Latest posts

PayRex blog

Interviews, tips, guides, industry best practices, and news.
Product
3
min read

Why Customer Context Matters (and How to Get It)

Fragmented customer data slows growth. PayRex's built-in CRM centralizes customer, payment, and reconciliation context within your payment
Read post
Product
3
min read

Third-party e-commerce plugins: Which will suit you?

In the Philippines, the e-commerce space is dominated by two solutions that are similar yet contrasting: Shopify and WooCommerce
Read post
Product
2
min read

Expanding your business while monitoring your finances: A balancing act

Track all incoming and outgoing account transactions with balances, a finance automation capability from PayRex.
Read post
Office setting
Design
8 min read

UX review presentations

How do you create compelling presentations that wow your colleagues and impress your managers?
Read post
Man working at desk
Product
8 min read

Migrating to Linear 101

Linear helps streamline software projects, sprints, tasks, and bug tracking. Here’s how to get started.
Read post
Man pinning images on wall

Building your API Stack

The rise of RESTful APIs has been met by a rise in tools for creating, testing, and managing them.
Read post