---
title: "Merchant of Record for SaaS: implementation guide · Fungies"
description: "Trials, upgrades, proration, dunning and entitlements under a Merchant of Record — what stays the same in your billing integration and what genuinely changes."
image: "https://fungies.io/og-image.jpg"
canonical: "https://fungies.io/merchant-of-record-saas-2026/"
---

Guide · SaaS implementation

# What changes in your billing code when you are not the seller

Most of a subscription integration is the same under a Merchant of Record: plans, trials, upgrades, dunning, entitlements. A handful of things are genuinely different, and those are the ones that cause incidents — where the invoice comes from, what a refund does to access, and the fact that tax is decided on every renewal rather than fixed at signup.

[Start free](https://app.fungies.io/register)

[Book a demo](https://calendly.com/duke-vuh/fungies-io-demo-clone)

No upfront costs. No credit card required.

Already selling with Fungies

 [![Leadsin.io](/logos/clients/leadsin.png)](/customer-story/hosted-checkout-solution-for-leadsin-io-a-saas-business "Leadsin.io — read the story")[![RenderAI](/logos/clients/renderai.png) ](/customer-story/helping-renderai-reduce-their-ai-saas-payment-integration-from-days-to-just-a-couple-of-minutes "RenderAI — read the story")[![SuperScale](/logos/clients/superscale.png) ](/customer-story/nimblebits-revenue-boost-with-a-web-store-solution "SuperScale — read the story")[![FreeVocals](/logos/clients/freevocals.png) ](/customer-story/freevocals-com-and-fungies-io-a-seamless-solution-for-digital-e-commerce "FreeVocals — read the story")![STATSCORE](/logos/clients/statscore.png)![SimFabric](/logos/clients/simfabric.png)![BotRix](/logos/clients/botrix.png)![Enhance AI](/logos/clients/enhance-ai.png)![The Humanize AI](/logos/clients/humanize-ai.png)![Kenerate AI](/logos/clients/kenerate.png)

![The customer portal showing a subscriber's active subscription, recent orders, invoices and downloads.](/_astro/customer-portal.BVvv6OPh_Z1iIoXb.webp?dpl=dpl_8EZJmbvb3ugYq7WK1KgC21BX19Zp)

The account surface your subscribers use. Most plan changes happen here rather than in your app.

## The billing surface you do not have to build

Trials and their conversion

Start a plan in trial and let it roll into a paid subscription on its own, or end the trial early through the API when someone upgrades before it runs out.

Plan changes, prorated and previewable

Upgrades and downgrades are worked out to the day. The API returns what the next renewal will cost before you commit the change, which is what lets an in-app upgrade screen quote a real number.

Dunning on failed renewals

Cards expire and banks decline. Failed charges are retried on a schedule and the customer is told, rather than a subscription being dropped on the first decline.

Pause instead of cancel

Collection can be paused and resumed on a date you choose. It is a save your cancellation flow can offer when the alternative on screen is a cancel button.

Usage and mid-cycle charges

Pay-as-you-go pricing for metered products, and one-off amounts charged onto a live subscription for an overage, an add-on or seats bought halfway through the month.

A portal on your own domain

Plan changes, card updates, invoices, order history and cancellation, under your branding, with magic-link sign-in instead of another password for your users to lose.

## Implementing it in the order that avoids rework

1.  01
    
    ### Model pricing as products, offers and plans
    
    A product is the thing you sell; an offer is a purchasable pricing configuration of it. One subscription product carries monthly, annual and any custom interval, which is much easier to reason about later than three near-duplicate products.
    
2.  02
    
    ### Carry your own user id through the checkout
    
    Custom fields exist to identify the buyer in your system, and the email can be pre-filled from the URL. Wire this before you write any entitlement code — retrofitting the mapping means reconciling live subscribers by email address.
    
3.  03
    
    ### Grant on the event, revoke on the event
    
    Open access on payment\_success, which fires for the first charge and every renewal. Do not fulfil on the browser redirect, and do not fulfil on subscription\_created alone: it can arrive while the first payment is still pending.
    
4.  04
    
    ### Run the whole lifecycle in sandbox first
    
    Trial, first charge, upgrade, failed renewal, refund, cancellation. Every one of those is a webhook your application has to survive, and sandbox mode runs all of them without a real card.
    

## The four things that are different under an MoR

01

### Tax is a per-renewal decision, not a signup one

A subscription signed in one tax year keeps charging into the next, and rates and rules move underneath it. Each renewal is priced against current rates for the buyer's country and filed under our registrations, so an old subscription cannot quietly turn into a liability.

02

### Refunds and disputes reach you as events

The dispute is against us, because we are the seller. Your application learns the outcome from the payment refunded event rather than from a decision one of your staff made, so entitlement revocation has to be driven by the event stream or you will have customers still using a product they were refunded for.

03

### Billing details at checkout are not optional

The buyer's country and billing information are required because we are the legal seller and the tax has to be right. That is one more step than a bare card form, and it is the trade for a valid invoice and a correct rate.

04

### Procurement will ask who the supplier is

The answer is Fungies Inc., not you. Business customers who enter a tax ID at checkout receive a proper invoice by email for each renewal. Worth knowing before a finance team asks, rather than during a renewal negotiation.

## What sellers say once they have switched

[★★★★★ 4.8/5 from 10 reviews on G2 →](https://www.g2.com/products/fungies-io/reviews)

 [Vadim Finayev Head of Growth, Leadsin.io

“We work with quite a few merchants of record, but none comes close to the support and speed of implementation of Fungies. If you want a payment partner that actually gives you the feeling they want to work with you — rather than leaving you on read for three days or randomly restricting your account — you are in the right place.”

Read the story →](/customer-story/hosted-checkout-solution-for-leadsin-io-a-saas-business) [David Elliott Creative Director, Freevocals.com

“I researched the options and Fungies was the best fit for functionality and customisation within a store builder you can connect to your own domain. Taking a small percentage of sales, instead of charging a subscription for every environment and plugin, is refreshing.”

Read the story →](/customer-story/freevocals-com-and-fungies-io-a-seamless-solution-for-digital-e-commerce) [Elnura Abdimanap Kyzy Founder, TextToVideo.bot

“The platform is user-friendly, integrates easily with APIs and webhooks, and simplifies managing digital products and subscriptions. We were up and running quickly and support has been responsive throughout. Fungies is clearly tailored to the needs of SaaS businesses.”

Read the story →](/customer-story/how-fungies-enabled-texttovideo-bot-to-integrate-payments-in-minutes) [Francisco Magnone Rienzi Founder, Renderai.app

“Fungies has been a great partner — fast setup, competitive pricing, and real humans providing quick answers. They are constantly rolling out new features, and I am excited to see what is next.”

Read the story →](/customer-story/helping-renderai-reduce-their-ai-saas-payment-integration-from-days-to-just-a-couple-of-minutes)

## Questions from teams mid-integration

### How do I know which of my users just paid?

### Which event should open access?

### Can I drive subscription changes from my own interface?

### What happens to VAT if a rate changes mid-subscription?

### Do I still need to build a billing page?

Merchant of Record

## What the model is, who it suits, and how it compares.

-   [Merchant of Record →](/merchant-of-record)
-   [What Is Fungies →](/what-is-fungies)
-   [MoR vs PSP →](/merchant-of-record-vs-payment-service-provider)
-   [Best MoR for SaaS →](/best-merchant-of-record-saas)
-   [Ecommerce MoR →](/ecommerce-merchant-of-record)
-   [Ecommerce Merchant Account →](/ecommerce-merchant-account)
-   [Brands →](/brands)

## Build the product, not the billing system

Model one plan, carry a user id through a sandbox checkout, and run a trial through to a renewal before a real card is ever charged.

[Start free](https://app.fungies.io/register)

[Book a demo](https://calendly.com/duke-vuh/fungies-io-demo-clone)

No upfront costs. No credit card required.

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://fungies.io/#organization","name":"Fungies","legalName":"Fungies Inc.","url":"https://fungies.io/","description":"Merchant of Record for SaaS, games, and digital products. Fungies handles global payments, VAT and sales tax, and checkout. Free to start, commission only.","slogan":"Tax-compliant payments for everything digital","logo":{"@type":"ImageObject","url":"https://fungies.io/brand/fungies-logo-black.svg"},"image":"https://fungies.io/og-image.jpg","address":{"@type":"PostalAddress","streetAddress":"2100 Geng Road, Suite 210","addressLocality":"Palo Alto","addressRegion":"CA","postalCode":"94303","addressCountry":"US"},"sameAs":["https://www.facebook.com/fungies.io","https://www.linkedin.com/company/fungies","https://twitter.com/fungies_io","https://t.me/fungies_announcements","https://discord.gg/yfH5ZyTZH4","https://www.youtube.com/@Fungies","https://www.tiktok.com/@fungies_io"],"contactPoint":[{"@type":"ContactPoint","contactType":"customer support","email":"support@fungies.io","url":"https://help.fungies.io/","availableLanguage":["en"]}]},{"@type":"WebSite","@id":"https://fungies.io/#website","name":"Fungies","url":"https://fungies.io/","description":"Merchant of Record for SaaS, games, and digital products. Fungies handles global payments, VAT and sales tax, and checkout. Free to start, commission only.","inLanguage":"en","publisher":{"@id":"https://fungies.io/#organization"}},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://fungies.io/"},{"@type":"ListItem","position":2,"name":"Merchant of Record for SaaS: implementation guide","item":"https://fungies.io/merchant-of-record-saas-2026"}]},{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"How do I know which of my users just paid?","acceptedAnswer":{"@type":"Answer","text":"Use custom fields at checkout to carry your own identifier through the purchase, and pre-fill the email through the URL when you already know it. That gives you a direct mapping from the order back to a user rather than matching on an email address the buyer may have changed."}},{"@type":"Question","name":"Which event should open access?","acceptedAnswer":{"@type":"Answer","text":"payment_success. It fires on the first charge and on every renewal, so the same handler keeps access alive for the life of the subscription. Subscription events tell you about state changes; the payment event is the one that means money arrived."}},{"@type":"Question","name":"Can I drive subscription changes from my own interface?","acceptedAnswer":{"@type":"Answer","text":"Yes. The API can create and update subscriptions, pause collection, cancel, end a trial early, charge a one-off amount, preview the upcoming renewal, and upgrade or downgrade with proration. Anything the portal does, you can do from your own UI."}},{"@type":"Question","name":"What happens to VAT if a rate changes mid-subscription?","acceptedAnswer":{"@type":"Answer","text":"The current rate is applied at each charge rather than the one in force when the subscription started, and the filing is ours in every market you sell into. No action is needed from you, and old subscriptions do not keep charging a stale rate."}},{"@type":"Question","name":"Do I still need to build a billing page?","acceptedAnswer":{"@type":"Answer","text":"No, and it is usually the largest piece of work here. The customer portal covers plan changes, payment method updates, invoices, order history and cancellation, on your domain and in your branding, with the same API and webhooks behind it as everything else."}}]}]}
```
