Overview
Seamlessly bridge traditional fiat payments with decentralized token management by integrating Magna and Stripe. Automate your entire lifecycle from receiving customer payments via Stripe webhooks to triggering instant token allocations and vesting schedules in Magna.
Supported triggers and actions
Stripe Payment Received
TriggerTriggers when a Stripe payment event (invoice.paid) is received via your connected Stripe account.
List Allocations
ActionGet a paginated list of all allocations for a specific token on the Magna platform. Returns allocation details including status, amounts, stakeholder info, and claimable tokens. Supports cursor-based pagination. Ideal for: listing all token recipients, auditing distribution status, monitoring vesting schedules, batch processing allocations.
Request Claim Allocation
ActionClaim tokens from a Magna allocation. Returns unsigned EVM transaction parameters that need to be signed and submitted on-chain. Optionally verifies geographic restrictions via country code. Ideal for: automating token claims, batch claiming across allocations, scheduled claim workflows.
List Tokens
ActionList all tokens from the Magna platform for the current project. Returns token details including ID, contract address, symbol, total supply, decimals, and chain. Ideal for: discovering available tokens, building token selectors, monitoring token metadata across chains.
Get Token Summary
ActionGet comprehensive token summary metrics from the Magna platform. Returns total supply, total received, total allocation amount, allocation count, and funded amount. Ideal for: token distribution dashboards, monitoring funding progress, tracking overall vesting status, reporting on token metrics.
Get Allocation
ActionGet detailed information about a specific Magna allocation by its ID. Returns allocation status, total amount, funded amount, received amount, claimable tokens, stakeholder details, and vesting schedule. Ideal for: checking allocation status, monitoring claimable tokens, verifying funding status, tracking vesting progress.