Total Volume
$284,650
↑ 12.4% vs last month
This Month
$41,200
↑ 8.1% vs prior month
Success Rate
99.2%
↑ 0.3pp improvement
Avg. Settlement
2.3 min
↓ 0.4 min faster
Daily Volume — Last 7 Days
All payment methods combined
Mon
Tue
Wed
Thu
Fri
Sat
Sun
Recent Payments
Last 7 transactions
| Date | Payment ID | Amount | Method | Status | Settlement |
|---|---|---|---|---|---|
| 2025-01-14 09:41 | pay_7gX2KqP… | $1,240.00 | BTC | ● Settled | 1.8 min |
| 2025-01-14 08:22 | pay_mR9vLsN… | $850.00 | ETH | ● Settled | 2.1 min |
| 2025-01-14 07:55 | pay_4aQ8JwT… | $3,200.00 | Card | ● Settled | 2.5 min |
| 2025-01-13 22:17 | pay_zK1pBxM… | $560.00 | USDC | ● Settled | 1.2 min |
| 2025-01-13 19:04 | pay_Yx5cFnD… | $420.00 | BTC | ● Pending | — |
| 2025-01-13 16:30 | pay_HnW3oEk… | $6,700.00 | Card | ● Settled | 3.0 min |
| 2025-01-13 12:48 | pay_Qr6tAbU… | $980.00 | ETH | ● Settled | 2.2 min |
| Payment ID | Merchant | Amount | Method | Status | Date | Action |
|---|
API Keys
Manage your live and test credentials
Live
dc_live_••••••••••••K7X2
Test
dc_test_••••••••••••M3R9
Include
Keep your Live key secret — never expose it in frontend code or public repositories. Use your Test key for development and staging environments.
X-API-Key: YOUR_KEY in all payment requests to the DC Pay API.Keep your Live key secret — never expose it in frontend code or public repositories. Use your Test key for development and staging environments.
Embed Code
Add DC Pay to your website in two steps
Copy the snippets below into your HTML. Replace YOUR_PUBLIC_KEY with your Live API Key.
Step 1 — Load SDK
HTML <head>
<script
src="https://js.deutschcapital.com/v2/pay.js"
data-public-key="YOUR_PUBLIC_KEY"
async
></script>
Step 2 — Add Button
HTML <body>
<button
class="dc-pay-button"
data-amount="2999"
data-currency="USD"
data-order-id="ORDER_001"
data-description="Premium Subscription"
data-callback="https://yoursite.com/webhook"
>
Pay with DC Pay
</button>
Live Preview
Webhook Endpoint
Receive real-time payment event notifications
Subscribed Events
payment.initiated
Fired when a customer begins the payment flow
payment.confirmed
Fired when payment is confirmed on the network
payment.settled
Fired when funds are fully settled to your account
payment.failed
Fired when a payment attempt fails or times out
Business Information
Settlement Preference
Received crypto payments will be automatically converted and settled in your preferred currency via Deutsch Capital's settlement engine.
Notification Preferences