Dashboard Walkthroughs
Use dashboard walkthroughs when operators need to complete a workflow without touching API code.Screenshot note: Add screenshots after each UI change stabilizes. Until then, keep the written steps accurate and outcome-based so operators can still follow the workflow.
Create an invoice
- Open the business dashboard.
- Go to Invoices.
- Select New invoice.
- Choose the customer if one already exists, or create a customer.
- Enter amount, token, network, expiry, and metadata.
- Review the fee preview and minimum invoice warning if shown.
- Create the invoice.
- Share the hosted invoice link or payment details.
- The invoice appears as
pending. - The invoice has a hosted link and payment address.
- When payment settles, the invoice moves to
paidoroverpaid.
Monitor invoice settlement
- Open Invoices or Transactions.
- Search by invoice ID, customer, order reference, token, or network.
- Review invoice status.
- Open invoice detail to view payment information.
- Use webhook delivery logs if your backend did not update.
- Operators can see whether the payment is pending, confirming, settled, underpaid, overpaid, or failed.
Create a payout route
- Open Payout routes.
- Choose chain, network, and token.
- Name the route.
- Add one or more recipients.
- Enter each recipient address and percentage.
- Confirm the total is 100%.
- Create the route.
- The route becomes available for future invoices on the same chain, network, and token.
- Existing invoices are not changed by later route edits.
Use dynamic payout recipients
Dynamic payout recipients are normally created by a trusted backend rather than manually in the dashboard. Operators should use this pattern for one-time receivers such as marketplace or on/off-ramp orders. Expected result:- The invoice carries invoice-specific recipients.
- PayChain creates payout withdrawals after full settlement.
Create a withdrawal
- Open Withdrawals.
- Select token and network.
- Enter destination and amount.
- Review quote, fee, and gas behavior.
- Confirm the withdrawal.
- Track status until completed or failed.
- The withdrawal appears in the withdrawal list.
- Webhooks are sent for lifecycle updates.
- If sponsored gas is insufficient, the withdrawal may show as gas-blocked.
Top up gas credits
- Open Billing.
- Review included gas remaining and prepaid gas balance.
- Choose a top-up pack.
- Pay the billing invoice.
- Return to billing or settlement status.
- Prepaid gas balance increases.
- Gas-blocked sponsored operations resume oldest-first while credit is available.
Review usage
- Open Billing.
- Review current plan, invoice fee, payout quota, and gas credits.
- Review payout API withdrawal usage.
- Review gas usage and blocked operation count.
- Upgrade plan or top up gas credits if needed.
- Operators understand whether limits, gas credits, or billing state can affect outbound operations.
Common operator mistakes
- Sharing an invoice before confirming token and network.
- Treating
confirmingas paid. - Creating payout routes for the wrong network or token.
- Forgetting that each split recipient counts as a payout API withdrawal.
- Assuming gas exhaustion blocks receiving payments.
- Creating a withdrawal without checking destination policy.