Skip to main content
View all customer transactions, inspect payment details, process refunds, and more in the Support Tool of your FunnelFox Payments dashboard.

View payments

You can view all the latest payments in your organization as well as all payments for a specific customer:
  1. Go to the Support Tool page of your FunnelFox Payments dashboard. The latest payments appear below.
  2. Search for a user or click the user UUID under Latest payments.
  1. Click any transaction to view payment details.
This section includes all subscription payments, as well as one-offs.

Payment details

When you open a payment, you see the following details:
  • order ID — Unique identifier for this transaction.
  • payment method — Card details including masked number, expiration date, card type, and country.
  • amount — Total amount charged to the customer.
  • Price Point — The product and price purchased with pp_ident.
  • pop_payment_id — Internal payment identifier.
  • is_cit — Indicates if this is a Customer Initiated Transaction (CIT).
  • meta — JSON object containing payment context like iteration number, subscription ID, and payment type.
If you click Show Transactions in the payment details, you also see:
  • PSP transaction ID — Payment processor’s unique transaction identifier with status (authorized, settled, etc.).
  • PSP merchant ID — Merchant account identifier used for this transaction.
  • Amount — Transaction amount and type.
  • Transaction Date — When the PSP processed this transaction.
  • Created at — When FunnelFox Payments recorded this transaction.
A single order may have multiple PSP transactions as it moves through authorization and settlement stages.

Manage payments

FunnelFox Payments allows you to refund any payment or process one-click purchases (like upsells) using securely stored payment credentials.

Refunds

To ensure refunds are processed correctly, initiate them only through the Support Tool, Primer, or the FunnelFox Payments API. To process a refund in the Support Tool:
  1. Open any payment while viewing payments for a specific customer.
  2. Configure your refund:
  • Amount:
    • If the entire amount is refunded (full refund), the subscription immediately becomes EXPIRED and the one-off payment is revoked.
    • If a partial amount is refunded, auto-renewal is disabled automatically.
  • Soft refund: Refunds the payment but keeps auto-renewal enabled. The subscription or one-off remains active.
  1. Optionally, provide additional information:
  • Reason — Reason code for the refund.
  • Comment — Custom message.
  1. Click Refund.
Refunds are limited to 50 attempts per day per organization, and this limit is configurable per merchant.

One-click payment

Once a customer completes a purchase, their payment credentials are securely stored. This allows one-click payments for both one-off and subscription upsells without re-entering details. You can perform one-click payments from the Support Tool or using the FunnelFox Payments API.
One-click payments do not use a payment method token, so the two-charge limit per day does not apply.
To process a one-click payment in the Support Tool:
  1. Find the customer on the Support Tool page.
  2. Select the price point to upsell under the OneClick section.
  3. Click Buy.

Payment method update

Customers may experience failed payment attempts due to issues with their payment method. FunnelFox Payments lets you redirect customers to the Update payment method page where they can provide a valid payment method. To activate this feature, contact your Solution manager.

Metadata

FunnelFox Payments attaches metadata to every payment request sent to Primer:
By default, FunnelFox Payments includes the customer’s email in the metadata. If the email entered is not valid, it is skipped automatically. An email is valid only if it passes all of the following validation rules:
  • Must be a properly formatted email address (has a local part, an @ sign, and a valid domain).
  • Reject if the email ends with example@example.com.
  • Reject if the email starts with FIXME@.
You can also disable sending email in metadata entirely:
  1. Go to the Settings page of your FunnelFox Payments dashboard.
  2. Set Include email into primer request to No and save your changes.

Billing descriptor

The billing descriptor is the short text FunnelFox Payments sends with a charge, which the bank prints next to the amount on your customer’s card statement. It is also the label shown in the Apple Pay recurring payment sheet. Use a name customers recognize, such as your app or brand rather than your legal entity, for example ACME.COM. A recognizable descriptor reduces disputes opened for unrecognized charges. You can set the descriptor in two places: Where you change the descriptor decides who sees the new text: A descriptor accepts up to 22 characters: letters, digits, spaces, and . , _ ? + / -. Other characters, including apostrophes and &, are rejected and block saving. Once set, FunnelFox Payments sends the descriptor to Primer and to Stripe, where it is the suffix appended to your Stripe account’s own prefix. Adyen, PayPal, Braintree, Checkout.com, and Airwallex take statement text from their own account configuration, so set it there.
Saving a price point with an empty Descriptor stores the current organization default into that price point, so it no longer follows later changes to the default. A price point stays genuinely empty only if it was saved while the organization default was also empty.

Email

When a customer purchases a subscription, FunnelFox Payments stores their email if it was collected in the funnel. To view it:
  1. Find the customer through the Support Tool page.
  2. The email appears under the User Information section.
You can also collect email automatically from Apple Pay at checkout, without requiring a manual input in the funnel:
  1. Go to the Settings page of your FunnelFox Payments dashboard.
  2. Set collect_apple_pay_email to Yes and save your changes.
Learn how to update customer emails stored in FunnelFox Payments.
Once enabled:
  • If email is collected both from a funnel input and from Apple Pay, the Apple Pay email takes priority.
  • The system keeps both addresses: the secondary email is stored as an alias.
  • When an Apple Pay email is captured, a user webhook fires with the update_email subtype.
  • The Apple Pay email is not included in payment metadata. It is available directly in FunnelFox Payments.
This ensures you always have a valid email for your customers, even if they enter a placeholder email in the funnel.

Next steps