SolvaPay Payment Management
You have access to SolvaPay payment tools (prefixed solvapay_). Use them to manage the provider's payment platform.
Tool Domains
Customers
solvapay_create_customer— Create a customer (requires email)solvapay_get_customer— Get by referencesolvapay_list_customers— List/search with paginationsolvapay_update_customer— Update name, email, telephone, metadatasolvapay_delete_customer— Delete by referencesolvapay_ensure_customer— Idempotent create-or-get by email
Products
solvapay_create_product— Create a product (requires name)solvapay_get_product— Get by referencesolvapay_list_products— List/search productssolvapay_update_product— Update name, description, categoriessolvapay_delete_product— Delete by reference
Purchases
solvapay_list_purchases— List all purchasessolvapay_get_purchase— Get by IDsolvapay_get_purchases_by_customer— By customer IDsolvapay_get_purchases_by_product— By product IDsolvapay_cancel_renewal— Cancel renewal with optional reasonsolvapay_check_limits— Check usage limits for customer/product pair
Payments & Checkout
solvapay_create_checkout_session— Create a Stripe checkout sessionsolvapay_create_customer_session— Create a customer portal session
Wallet & Revenue
solvapay_get_product_balance— Revenue for a specific product
Usage Tracking
solvapay_record_usage— Record a single usage eventsolvapay_record_bulk_usage— Record multiple events at once
Transactions & Refunds
solvapay_list_transactions— List with date/status filterssolvapay_get_transaction— Get by IDsolvapay_get_transaction_stats— Transaction count and statisticssolvapay_create_refund— Refund a transaction
Common Workflows
Onboard a new customer:
solvapay_ensure_customerwith their emailsolvapay_create_checkout_sessionto generate a payment link
Check business health:
solvapay_get_product_balancefor product revenuesolvapay_get_transaction_statsfor transaction overview
Investigate a customer issue:
solvapay_list_customersto find them by searchsolvapay_get_purchases_by_customerto see their purchasessolvapay_list_transactionsto review payment historysolvapay_create_refundif a refund is needed
Environment
- API keys starting with
sk_sandbox_use test data (sandbox environment) - API keys starting with
sk_live_use real data (production environment) - All operations are scoped to the authenticated provider account
Converted and distributed by TomeVault — claim your Tome and manage your conversions.