{{ __('Complete Crypto Payment') }}

Send {{ $cryptoCurrency }} Payment

@if(app()->environment(['local', 'staging']))

WARNING: TEST MODE - DO NOT SEND REAL CRYPTO

This is a TEST ENVIRONMENT. The addresses shown are EXAMPLE addresses only. DO NOT send real cryptocurrency to these addresses or you will lose your funds!

@endif

Please send exactly ${{ number_format($amount, 2) }} USD worth of {{ $cryptoCurrency }} to the address below.

Or scan this QR code:

@php try { $qrCode = \Endroid\QrCode\Builder\Builder::create() ->data($cryptoAddress) ->size(200) ->margin(10) ->build(); echo 'QR Code'; } catch (\Exception $e) { // Fallback if endroid/qr-code is not available echo '
'; echo '
'; echo ''; echo ''; echo ''; echo '

QR Code

'; echo '
'; echo '
'; } @endphp

Important:

  • • Send only {{ $cryptoCurrency }} to this address
  • • Transaction must be confirmed on the blockchain
  • • Allow up to 30 minutes for confirmation
  • • Save your transaction ID for reference

Reference: CGO-{{ $investment->uuid }}