Payment acceptance paths
Hosted payments
Hosted products let Jupico handle the payment page, tokenization, and customer-facing collection experience. Use hosted products when you want a faster launch or when you do not need to fully control the checkout UI. Hosted products include:- Checkout — a Jupico-hosted payment page you redirect customers to
- Payment Links — shareable links that open a hosted payment experience
- Invoicing — send and collect invoice payments through Jupico-hosted pages
- Subscriptions — recurring billing managed by Jupico
- Installments — split-payment plans hosted and managed by Jupico
Custom payments
Custom payments let your platform own the payment form and transaction sequence while using Jupico tokenization to keep sensitive card and bank-account data out of your environment. All the UI stays inside your product; Jupico handles the security-sensitive parts. Use custom payments when you need:- Native checkout inside your product
- Authorization followed by later capture
- Dynamic fee logic
- Tax withholding and release behavior
- Customer-specific saved payment methods
- Card, ACH/eCheck, and wallet choices in a single platform flow
Custom payment building blocks
Tokenization first
For custom payments, begin with tokenization. Your customer enters payment details through a Jupico web component — a lightweight, framework-agnostic element that handles data collection, validation, and secure transmission entirely within Jupico’s environment. Jupico returns a token that your backend uses for a sale, authorization, subscription, installment, or saved payment method flow. Sensitive card and bank-account data never passes through your servers.Card transaction operations
The Transaction API supports the full set of card operations you need to build a complete payment lifecycle:- Sale — authorize and capture funds immediately in one step
- Authorization — reserve funds on the card for later capture
- Capture — complete and confirm a prior authorization
- Void — cancel an unsettled transaction before settlement
- Refund — return funds to the customer after settlement
- Rollback — reverse a transaction when a communication or system issue prevents a reliable response
How to choose
Explore custom payment topics
Tokenization
Understand how Jupico replaces sensitive payment data with secure tokens and how the authorization session flow works.
Web Components
Embed Jupico’s framework-agnostic components for card, bank account, Apple Pay, and Google Pay collection.
Card Transactions
Reference for Sale, Authorization, Capture, Void, Refund, and Rollback operations.
ACH & eCheck
Accept bank account payments using the eCheck web component and tokenization flow.
Wallets
Add Apple Pay and Google Pay to your checkout with plug-and-play wallet web components.

