Dashboard & Settings¶
After logging in, the SecPaid platform gives you a complete overview of your payment activity and configuration.
Dashboard Overview¶
The main dashboard shows key metrics at a glance:
| Metric | Description |
|---|---|
| Expected Payout Today | The total amount scheduled for payout today |
| Total Revenue | Cumulative revenue across all transactions |
| Total Transactions | Number of completed transactions |
| Avg Transaction | Average transaction amount |
| Pending Amount | Funds awaiting payout or processing |
You can filter by time range (e.g., Last 30 Days), search transactions, apply filters, or Export data.
Payments¶
The Payments section has four tabs:
| Tab | Content |
|---|---|
| Pay In | All incoming payments — amounts, notes, payment method, status, and Pay ID |
| Pay Out | Outgoing payouts to your bank account |
| Refunds | Refunded transactions |
| Disputes | Disputed/chargebacked transactions |
Each transaction shows:
- Date — When the payment was processed
- Amount — Gross amount (negative for refunds/payouts)
- Note — The
recipient_notefrom the payment link - Payment Method — e.g.,
paypal,card, orN/Afor refunds - Status —
Success,Refunded, orDisputed - Pay ID — Unique transaction identifier (same as returned in API responses)
Settings¶
Navigate to Settings from the sidebar to configure your account. The settings page has five tabs:
Account Details¶
Your personal or business account information.
Address & Banking¶
Bank account details for receiving payouts.
API & Integrations¶
This is the most important tab for developers:
| Field | Purpose |
|---|---|
| API-Token | Your API key for authenticating API requests. Pass this in the token header. |
| Payment Endpoint | Your server-to-server webhook URL. SecPaid sends a POST here when a payment is completed. |
| Recipient Token | Your unique identifier used when others include you as a recipient in split links. |
All three fields have a copy button for easy use. Changes require clicking Save Settings.
API Token = token header
The API-Token shown here is what you use in the token header for all API calls:
Callback URLs¶
Manage multiple browser-redirect URLs:
- Add URLs where customers should be redirected after payment
- Remove URLs you no longer need
- Reference them by index (0-based) in API calls via the
callback_urlparameter
For example, if you have:
| Index | URL |
|---|---|
| 0 | https://yoursite.com/payment/success |
| 1 | https://shop.example.com/secpaid/callback |
Then passing "callback_url": "0" in your createLink request uses the first URL.
Payment Options¶
Configure which payment methods are enabled for your account.
Sidebar Navigation¶
The platform sidebar provides access to:
| Section | Purpose |
|---|---|
| Dashboard | Overview metrics and charts |
| Payments | Transaction list (Pay In/Out, Refunds, Disputes) |
| Link To Pay | Create and manage payment links via UI |
| Personal QR | Your permanent QR code for accepting payments |
| Reports | Detailed reports and analytics |
| Settings | Account and API configuration |
| Integrations | Connect third-party services (E-Commerce, Zapier) |