Network
{{ strtoupper($deposit->network) }}
Currency
{{ strtoupper($deposit->currency) }}
Amount to pay
{{ $deposit->amount_exact ?? $deposit->amount_requested ?? 'Any amount' }}
{{ $deposit->currency }}
Expires
{{ optional($deposit->expires_at)->toDayDateTimeString() ?? '—' }}
Confirmations needed: {{ config('oxapay.confirmations') }}. Payment status updates automatically.