Dashboard Tour

A visual walkthrough of the Merchant Dashboard. The screenshots below come from a sandbox account populated with realistic sample data so you can preview exactly what you and your team will see once you start processing payments with Paypercut.

Want to explore the live dashboard yourself? Sign in to the sandbox with your test credentials — every screen on this page is available out-of-the-box.


Payments

The Payments page is where you monitor every transaction processed through your account. Filter by status, currency, or payment method to pinpoint individual charges, and export the view to CSV for finance and reconciliation work.

Payments list
Payments list — succeeded, failed, and pending payments across currencies and payment methods.

Click any row to open the Payment details view. Each payment includes the full processing timeline (authorization, capture, refunds), the captured amount and fees, the underlying card details surfaced by the issuer, and a merchant reference you can attach when creating the charge.

Payment detail
Payment detail — timeline, fee breakdown, and full card metadata for a single transaction.

Customers

The Customers page lists every customer record created against your account — whether through the API, the Checkout, or imported manually. Use it as a single source of truth for who is paying you.

Customers list
Customers list — all customers tied to your account, sorted by most recent activity.

The Customer details view brings together everything you know about a customer: their contact information, every payment they have made, and every payment method on file. From this screen you can edit profile fields, manage saved payment methods, and follow the customer's full payment history across products and currencies.

Customer detail
Customer detail — payments, payment methods, and lifetime activity for a single customer.

Subscriptions

The Subscriptions page surfaces every recurring billing relationship — active subscriptions, customers currently on a trial, subscriptions that are past due, and those that have been cancelled. Status badges make it easy to triage at a glance.

Subscriptions list
Subscriptions list — trialing, active, past due, and cancelled subscriptions side by side.

Drill into a subscription to see its billing cadence, next renewal date, the linked customer, and the product or price that drives the recurring charge. The three-dot menu on each row exposes lifecycle actions such as cancelling the subscription.

Subscription detail
Subscription detail — billing schedule, customer, and product information for a single subscription.

For a deeper walkthrough of how subscriptions work, see the Subscriptions guide.


Product Catalogue

The Product Catalogue is your library of everything you sell — one-off goods, services, and recurring plans. Each product can carry multiple prices in different currencies, which keeps your pricing model flexible across markets.

Product catalogue
Product catalogue — every product you sell, with status and last-updated timestamps.

The Product details view shows each price you have published for that product — their currency, status, and creation date — plus the product ID you use when creating prices, checkouts, or subscriptions via the API.

Product detail
Product detail — published prices, currencies, and the product ID used in API calls.

Payment Links are shareable URLs (and QR codes) that point at a hosted checkout. They are the fastest way to collect a payment without writing any integration code — paste them into an email, a chat, or print the QR on an invoice.

Payment links list
Payment links list — every link you have generated, with status, amount, and expiration.

Open a link to see its full URL, scan-ready QR code, and the product or amount it collects. Share it as-is, or pull the URL into your own templates.

Payment link detail
Payment link detail — full URL, QR code, and the price the link will charge.

For more on creating links programmatically, see the Payment Links guide.


Webhooks

The Webhooks page lists every endpoint your account sends event notifications to. Use it to keep downstream systems — order fulfillment, ledger sync, reconciliation pipelines — in lockstep with what is happening in Paypercut, without polling the API.

Webhooks list
Webhooks list — every endpoint receiving event notifications, with the subscribed events and status.

Each webhook can be edited to update its destination URL, rotate its signing secret, or change the events it is subscribed to. The detail view groups events by resource (Checkout, Payment Intent, and so on) so you can pick exactly the notifications you need.

Webhook detail
Webhook settings — destination URL, signing secret, and the events the endpoint subscribes to.

API Keys

The API Keys page is where you create and manage the credentials your applications use to authenticate with Paypercut. You can issue keys for separate services, label them by purpose, and revoke them individually if a key is ever exposed.

API Keys list
API Keys list — secret and publishable keys for the sandbox environment, labelled by purpose.

Treat secret keys (sk_test_…, sk_live_…) like passwords — store them in your application's secrets manager, never in source control. Publishable keys (pk_…) are safe to embed in client-side code.


Where to next

Now that you have seen the dashboard, the natural next steps are:

Getting Started


Create your account, generate API keys, and process your first payment. Read more

Accept Payments


Pick the right integration path — hosted, embedded, or express checkout. Read more

Subscriptions


Set up recurring billing, trials, and the full subscription lifecycle. Read more