Payment Successful
Your payment has been processed successfully
<h1>Payment Successful!</h1>
<div class="details-container">
<div class="amount-row">
<span class="label">Amount</span>
<span class="value" id="payment-amount">$100.00</span>
</div>
<div class="method-row">
<span class="label">Payment Method</span>
<span class="value" id="payment-method">Credit Card</span>
</div>
<div class="timestamp-row">
<span class="label">Date & Time</span>
<span class="value" id="payment-timestamp">April 19, 2023 - 10:15 AM</span>
</div>
<div class="reference-row">
<span class="label">Transaction ID</span>
<span class="value reference" id="payment-reference">TXN-123456789</span>
</div>
</div>
<p class="success-message">Your account has been credited and your balance has been updated.</p>
<div class="action-buttons">
<a href="/betting/payment" class="btn secondary">Make Another Deposit</a>
<a href="/betting/my-bets" class="btn primary">Place Bets</a>
</div>