-
Is topropay a billing engine or an orchestration layer for subscription payments?
topropay is the orchestration layer that runs underneath your billing engine. We focus on the authorisation, vault, routing, retry and reconciliation parts of subscription payments — the bits that decide whether a renewal clears, how cleanly it recovers when it doesn't, and how cleanly it lands in finance. The billing logic (plans, proration, invoicing) stays in your billing engine. topropay is the payment side of the stack.
-
Does topropay function as a payment gateway for subscription processing?
Yes. From your code, the platform looks like a unified payment gateway for subscription billing — one API, one vault, one webhook stream. Underneath, the payment gateway subscription services include connections to multiple acquirers, the routing engine and the reconciliation feed, so what behaves like one gateway is actually a portfolio of connected providers.
-
How are payment and subscription mandates captured?
Payment and subscription mandates are captured at sign-up under 3DS2 (cards), SEPA mandate flow (SDD), Bacs DDIC (UK direct debit) or NACHA (US ACH). The initial transaction carries the recurring agreement flag so subsequent renewals run as merchant-initiated transactions inside the SCA exemption framework where it applies.
-
What happens if a subscriber wants to pay subscription fees with a different method later?
Subscribers can pay subscription fees on a different method by adding it through the merchant's account-management UI — the platform's hosted method-update endpoint captures the new mandate, links it to the same subscription identifier, and the next renewal authorises against the new method. The vault keeps the historical tokens for chargeback evidence. The routing engine uses the current one.
-
How does the platform handle declined subscription payments?
Declined subscription payments go through two layers of recovery. First, in-request cascading: a soft decline from the initial route fails over to the next ranked acquirer inside the same authorisation, before the shopper or your billing system sees an error. Second, scheduled retries: decline-code-aware retry windows replace fixed N-day schedules, learning per-segment what actually recovers.
-
Do you cover account updaters and network-token re-issuance?
Yes — both. Visa and Mastercard account updaters run on the platform's cycle, refreshing saved card credentials behind the scenes. Network-token re-issuance flows through the vault, so when an underlying card is replaced, the token stays valid for renewals without merchant-side scripting.
-
Which methods are supported for pay subscription flows?
Pay subscription flows are supported on cards (Visa, Mastercard, Amex, Discover, JCB, RuPay via partners), SEPA Direct Debit, Bacs, ACH, Open Banking variable recurring payments where the scheme supports them, and wallet methods that allow recurring (Apple Pay, Google Pay in supported markets). Crypto recurring is available via partner gateways for stablecoin flows.
-
Can a subscriber pay for subscription products via a wallet?
A subscriber can pay for subscription products via Apple Pay or Google Pay where the underlying card supports recurring mandates. The mandate flows through the wallet's tokenised pay sheet but reconciles against the network token in the platform vault — same recovery, same routing, same reconciliation as a stored card subscription.
-
What does a payment subscription system look like in practice?
A payment subscription system on topropay is one unified API into the vault and routing engine, plus signed webhooks for the lifecycle events (renewal authorised, renewal declined, retry exhausted, token updated, dispute filed). The billing engine reads from those webhooks and schedules the next renewal. The payment side does not need to know about pricing logic.
-
Does the platform behave like a dedicated subscription gateway?
Yes — the platform behaves like a dedicated subscription gateway from your billing engine's perspective: predictable webhooks, idempotent renewal endpoints, vault-token-keyed identifiers and a reconciliation feed grouped by subscription. The difference from a single-acquirer subscription gateway is that the routing happens across multiple connected acquirers, not just one.
-
Can we migrate an existing payment gateway subscription book?
An existing payment gateway subscription book can be migrated through the scheme-native token portability programs (Visa Token Service, Mastercard Digital Enablement). The platform's migration tooling maps your existing tokens to vault tokens, keeps the recurring mandates intact and switches the next renewal onto the orchestration layer without forcing subscribers to re-enter card details.
-
How is the payment gateway subscription pricing structured?
There is no flat payment gateway subscription monthly fee on the platform itself. Merchants pay per authorisation on top of the underlying provider economics. Interchange and scheme fees pass through where the underlying provider supports it. The platform's fee is a separate, transparent line item. For high-volume merchants, custom routing-policy + price-card combinations are negotiated against measured outcomes.
-
Are there verticals where you do not offer payment gateway subscription services?
Payment gateway subscription services are available for licensed and regulated merchants only — including gaming, ticketing, financial services and adult-entertainment where a current operating licence exists in a permitted jurisdiction. Unlicensed grey-market or black-market verticals are out of scope regardless of integration shape.
-
How are recurring SCA exemptions handled across European subscribers?
Recurring SCA exemptions are applied per-transaction based on scheme, country and risk profile. The initial mandate captures under 3DS2 with the correct recurring flag. Renewals run as merchant-initiated transactions where the scheme's exemption framework allows. The routing engine factors exemption eligibility into route ranking so the renewal goes down the route most likely to clear at the lowest friction.